

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


a1 {
  color: #008f7c;
  text-decoration: none;
}

a1:hover {
  color: #ef7f4d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Garamond", serif;
}




/*--------------------------------------------------------------
# Hero star
--------------------------------------------------------------*/
.star {
  width: 100%;
  height: auto;
  background: #fef8f5;
  border-bottom: 3px solid #fcebe3;
}

.star h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  color: #4e4039;
}

.star h2 {
  color: #eb5d1e;
  margin: 15px 0 0 0;
  font-size: 24px;
}

.star .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 8px;
  color: #fff;
  background: #704500;
}

.star .btn-get-started:hover {
  background: #985d02;
}

.star .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #star {
    height: calc(100vh - 72px);
  }

  .star .animated {
    animation: none;
  }

  .star .star-img {
    text-align: center;
  }

  .star .star-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #star h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .star h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .star .star-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #star .star-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  #star {
    height: 120vh;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Reports
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.reports-bg {
  background-color: #fbfbfb;
}

.reports-title {
  text-align: center;
  padding-bottom: 40px;
}

.reports-title c {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 650;
  color: #ef5000;
}

.reports-title k {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 28px;
  font-weight: 560;
  color: #0087ff;
}

/*--------------------------------------------------------------
# Rectangle
--------------------------------------------------------------*/

.rectangle-bg {
  background-color: #fef8f5;
}

.rectangle-title {
  text-align: center;
  padding-bottom: 10px;
}

.rectangle-title c {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 650;
  color: #ef5000;
}

.rectangle-title k {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 28px;
  font-weight: 560;
  color: #0087ff;
}

/*--------------------------------------------------------------
# Main Heading
--------------------------------------------------------------*/
.mainheading {
  padding-bottom: 5px;
  font-size: 28px;
  text-align: center;
  font-weight: 760;
  color: #0087ff;
}

.mainheading1 {
  padding-bottom: 5px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #f57415;
}

.subheading {
  padding-bottom: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #0458a3;
}

/*--------------------------------------------------------------
# list
--------------------------------------------------------------*/
.list-title {
  text-align: center;
  padding-bottom: 0px;
}

.list-title k {
  position: relative;
  font-size: 28px;
  font-weight: 560;
  color: #0087ff;
  text-align: left;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #0f60ab;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# light
--------------------------------------------------------------*/
.light .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgb(68 88 144 / 22%);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.light .icon-box:hover {
  transform: translateY(-5px);
  border-color: #ef7f4d;
}

.light .icon i {
  font-size: 120px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.light .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.light .title a {
  color: #008f7c;
}

.ligh:title a {
  color: #ef7f4d;
  text-decoration: none;
}

.light .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

.manu {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: red;
}

.pic img {
  max-width: 40%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}


.box img {
  max-width: 50%;
  border-radius: 05%;
  margin: 0 0 15px 0;
}

.yogpic img {
  max-width: 30%;
  border-radius: 50%;
  margin: 0 0 10px 0;
}

.sample .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 10px;
  color: #000;
  background: #a7ff92;
}

.sample a {
  text-decoration: none;
  color: #000;
}

.sample .btn-get-started:hover {
  background: #63f83f;
}

.toppage .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #000;
  background: #c6ffe8;
}

.toppage .btn-get-started:hover {
  background: #68f2ba;
}


.details .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 10px;
  color: #000;
  background: #fbf600;
}

.details a {
  text-decoration: none;
  color: #000;
}

.details .btn-get-started:hover {
  background: #ffbe00;
}

.buy a {
  text-decoration: none;
  color: #fff;
}

.buy .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 10px;
  color: #000;
  background: #c7fb00;
}

.buy .btn-get-started:hover {
  background: #99d91a;
}


.zoom .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.zoom .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.zoom .card .card-img img {
  transition: 0.3s ease-in-out;
}

.zoom .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.zoom .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.zoom .card:hover .card-img img {
  transform: scale(1.1);
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  /*position: absolute;*/
  background-color: #96f580;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #dbfcd3;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}


/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.get-a-quote .php-email-form {
  background: #fde3cf;
  padding: 20px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
  font-size: 16px;
  margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-a-quote .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
  padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px;
}

.get-a-quote .php-email-form button[type=submit] {
  background: #fb641b;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: #ff3d00;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  color: #4e4e4e;
}

@media (min-width: 768px) {

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }
}

@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

/*---------------------
# Products main features
--------------------------*/
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #001973;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}



.catalogue .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #000;
  background: #a7ff92;
}

.catalogue a {
  text-decoration: none;
  color: #000;
}

.catalogue .btn-get-started:hover {
  background: #63f83f;
  text-decoration: none;
  color: #000;
}




/*--------------------------------------------------------------
 # product category
 --------------------------------------------------------------*/
.title-box {
  margin-bottom: 2rem;
}

.subtitle-a {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
}

.main {
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  color: #9E3500;
}



/*--------------------------------------------------------------
 # products category
 --------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #00547A;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}


/*--------------------------------------------------------------
 # version
 --------------------------------------------------------------*/
.product .version {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.product .version img {
  max-width: 60%;
  border-radius: 0%;
  margin: 0 0 10px 0;
}

.product .version h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}


/*--------------------------------------------------------------
 # Horizontal Pricing Section
 --------------------------------------------------------------*/

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #001973;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.horizontal-pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: #9b3d3d;
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center;
}

.horizontal-pricing h4 sup {
  font-size: 28px;
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na span {
  text-decoration: line-through;
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 15px 30px;
  letter-spacing: 1px;
  border-radius: 4px;
  color: #fff;
  background-color: #B20A0A;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);


  transition: none;
  font-weight: bold;
  font-weight: 600;
  transition: 0.3s;
  font-family: var(--font-primary);
}

.horizontal-pricing .buy-btn:hover {
  background: #dd1111;
  border: none;
}

.horizontal-pricing .featured {
  background: #9b3d3d;
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff;
}

.horizontal-pricing .featured .buy-btn {
  background: #ff6000;
  color: #fff;
  border-color: #fff;
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary);
}
.horizontal-pricing a {
  transition-duration: 0.4s;
  width: 100%;
}




.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0078ff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0078ff;
}


/*NEW CODE FOR VIDEO SLIDE*/

.portfolio-details .portfolio-details-sliderSANOJ img {
  width: 100%;
}

.portfolio-details .portfolio-details-sliderSANOJ .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-sliderSANOJ .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0078ff;
}

.portfolio-details .portfolio-details-sliderSANOJ .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0078ff;
}

/*END NEW CODE FOR VIDEO SLIDE*/

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.subhed {
  text-align: center;
  position: relative;
  padding: 9px;
  font-size: 20px;
  font-weight: 700;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: #ffed00;
}

.highlit {
position: relative;
  padding: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #a7560e;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #c03fa3;
}

.pdf-sample .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 25px 60px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 20px;
  color: #000;
  background: #d9dada6e;
  border: 1px solid gray;
}

.pdf-sample a {
  transition-duration: 0.4s;
  width: 100%;
}

.pdf-sample .btn-get-started:hover {
  background-color: #058aff;
  /* Green */
  color: white;
  border: 1px solid #0902fb;

}


label {
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #0070ff;
  letter-spacing: 1px;
}

select {
  font-size: 0.9rem;
  padding: 20px 20px;
  background-color: #d9dada6e;
  border-color: gray;
  border: 2px solid #b3b1b1;
  border-radius: 4px
}
.product-header {
    position: relative;
    background: linear-gradient(#9b070291, #d93f00ba), url(/assets/img/mindsutraindex/similer.png);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3), 0 5px 18px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

 /*** Horoscope Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: white;
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
.text-second {
    color: #3c363a;
    font-size: 16px;
    font-weight: bold;
}
.bg-light1 {
    
    background-color: #FCF8DF;
}

/*** Horoscope End ***/
.text-danger {
    color: #d82b0a
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(11, 97, 219, 0.65), rgba(255, 222, 0, 0.43)), url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/

/*** Arrow button hyper link start ***/
.ctaArrow,.supportLink {
    --shift-distance: calc(4*.0625rem);
    font-weight: 400;
    font-size: var(--copy-regular-size);
    color: var(--link-color);
    z-index: 1;
    border-radius: 2em;
    padding-right: 2.5rem;
    line-height: 2rem;
    text-decoration: none;
    transition: color .15s ease-in-out,transform .3s;
    display: inline-block;
    position: relative;
    transform: translate(0)
}
.ctaArrow:before,.supportLink:before {
    content: "";
    z-index: -1;
    background-color: #ffe01b;
    background-image: url(/assets/img/arrow.png);
    background-position: calc(100% - .4375rem) calc(100% - .4375rem);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    border-radius: 1rem;
    height: 2rem;
    transition: left .3s cubic-bezier(.34,1.2,.64,1),right .3s,background-position .3s;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(100% - 2rem);
    right: 0
}
.ctaArrow:hover:before,.supportLink:hover:before {
    background-position-x: calc(100% - (var(--shift-distance)*3.5));
    height: 100%;
    transition: right .3s,background-position .3s;
    animation: .3s ease-in-out fakebounce;
    left: -1rem
}
/*** Arrow button hyper link End ***/
