/* Navbar css start  */
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}

/* Navbar css end  */
.margin-bottom-120 {
  margin-bottom: 120px;
}

/*Header Css Start*/
.header-area .header-area-inner .title {
  text-transform: capitalize;
  margin-bottom: 0 !important;
}

.header_bottom_cards .single-feature-item-01 {
  padding: 20px !important;
  height: 280px !important;
}

.header-area .header-area-inner {
  padding: 200px 0 200px 0;
}

/*Header Css End*/

/* Hearder animated text css start  */

.cd-headline {
  font-size: 40px;
  line-height: 1.2;
}


.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 45px;
  background: -webkit-linear-gradient(#a52496, #d23a74, #f96834);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #d83f6d;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

.thin-text {
  font-weight: 300 !important;
}

/* Hearder animated text css end  */

/*Features Section Css Start*/
.save_money .accordion-wrapper .card .card-header h5 a:after {
  display: none !important;
}

.save_money .accordion-wrapper .card .card-header h5 a img {
  height: 40px;
  margin-right: 15px;
}

.get_started {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s;
}

.get_started:hover {
  color: #d13a75 !important;
}

.ancher_hover:hover {
  color: #d13a75 !important;
}

.accordion-wrapper .card {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.save_money .accordion-wrapper .card .card-header .collapsed {
  border-bottom: 2px solid #E4E4E4 !important;
}
.save_money .accordion-wrapper .card.active .card-header .collapsed {
  border-bottom: 0 !important;
}

.save_money .accordion-wrapper .card .card-header h5 a {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 10px 30px !important;
}

.save_money .accordion-wrapper .card .card-body {
  background-color: #ffffff !important;
}

.accordion-wrapper .card .card-header h5 a:hover {
  color: #d13a75 !important;
}

.card.active {
  box-shadow: 0 15px 10px 0 rgb(179 179 179 / 7%), 0 10px 20px 0 rgb(255 255 255 / 6%), 0 20px 24px 0 rgb(0 0 0 / 5%), 0 10px 16px 0 rgb(219 219 219 / 8%), 0 10px 8px 0 rgb(187 187 187 / 3%), 0 2px 4px 0 rgb(189 186 186 / 2%);
  pointer-events: none;
  transition: all 0.6s ease-in-out;
}

/*Features Section Css End*/

/* take demo section css start  */
.take_demo .contact-outer-area {
  padding: 165px 0;
}

.take_demo .content-form-wrapper .submit-btn {
  border-radius: 30px !important;
  background-image: -webkit-linear-gradient(180deg, #a12299 0%, #d23a74 51%, #f96834 99%) !important;
}

.take_demo .content-form-wrapper .submit-btn:hover {
  background-image: unset !important;
  background-color: #282731 !important;
}

/* take demo section css end  */

/* our customer section css start  */

.Customers_Carousel .slick-slide {
  margin: 0 20px;
}

.Customers_Carousel .Crousel_item {
  text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #3c3954;
}
.Customers_Carousel .Crousel_item img {
  filter: drop-shadow(0px 10px 3px #c3c3c6);
  margin-bottom: 25px;
  height: 190px;
}

.Customers_Carousel .slick-dots li button:before {
  font-size: 10px !important;
}

.Customers_Carousel .slick-next:before,
.slick-prev:before {
  color: #d13a75 !important;
}

.Customers_Carousel .slick-dots li.slick-active button:before {
  color: #d13a75 !important;
}


/* our customer section css end  */

/*Footer Css Start*/
.footer-area {
  padding: 25px 0 25px 0 !important;
}

/*Footer Css End*/

/*Contact form css start*/
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

/*Contact form css end*/

.back-to-top {
  bottom: 90px !important;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 16px 0px rgb(146 140 142 / 70%);
}

.float:hover {
  color: #fff;
}

.my-float {
  margin-top: 16px;
}

/*testimonial css*/
.testimonial-carousel-wrapper .single-testimonial-item .description p {
  font-size: 16px !important;
  line-height: 30px !important; 
}


/*Scroll to top css*/

.back-to-top i {
  transform: rotate(0deg) !important;
  position: relative;
  bottom: 5px;
  font-size: 18px;
}

.navbar-area.nav-fixed {
  display: none !important;
}

.navbar-area .nav-right-content ul li.nav-btn .boxed-btn {
  padding: 0px 8px !important;
    height: 45px !important;
    line-height: 40px !important;
}

/*Card css */
.accordion-wrapper .card .card-body {
  padding: 0px 30px 0px 30px !important; 
}

.accordion-wrapper .card .card-body {
  margin-bottom: 12px;
}

.whatsapp_link {
  display: block !important;
}

.testimonial-carousel-wrapper .slider-nav .single-nav-item {
  margin-left: 3px !important;
}

.testimonial-carousel-wrapper .slider-nav .single-nav-item .img-wrap img {
  margin-left: -54px !important;
}


#toast-container > div {
  white-space: nowrap !important;
}

#toast-container > div {
  opacity: 1 !important;
}

.collapse.show {
    animation: fadein 1s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}