@media (max-width: 576px) {
  .header_area {
    background-position: center top;
    background-size: cover;
  }

  .header_area {
    height: 100vh;
    /* background-image: url("../images/Hero.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .navbar-brand img {
    max-width: 110px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-link {
    padding: 5px 0;
  }

  .reward_box img {
    max-width: 50px;
  }

  .reward_text {
    font-size: 13px;
  }

  .earn_box h2 {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
  }

  .earn_box p {
    font-size: 14px;
  }

  .earn_box p br {
    display: none;
  }

  .playstore img {
    max-width: 160px;
  }

  .right_box {
    text-align: center;
  }

  .sign_area {
    margin-top: 1rem;
  }

  /* phone benifit responsive */

  .benefit_col {
    text-align: center !important;
  }

  .benefit_col .item,
  .benefit_col .item.reverse {
    grid-template-columns: unset;
  }

  .icon_box,
  .icon_box_right {
    margin: 0 auto 8px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text_box {
    text-align: center;
  }

  .benefit_section {
    background: #fff;
    padding: 5rem 0 1rem 0;
  }

  /* side design resposive */

  .de img {
    display: none;
  }

  .de1 img {
    display: none;
  }

  .side_gift img {
    display: none;
  }

  .app_text_area h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .app_text_area p br {
    display: none;
  }

  .app_slider img {
    max-width: 200px;
    margin: auto;
  }

  /* 
sign up responsive */

  .static_box1 {
    order: 2;
  }

  .text_slider {
    order: 1;
  }

  .sign_area .col-md-7 {
    order: 2;
  }

  .sign_area .col-md-4 {
    order: 1;
  }

  /* rating responsive */

  .rating_area {
    padding: 30px 0;
  }

  .rating_area h3 {
    font-size: 22px;
    text-align: center;
  }

  .rating_area p {
    text-align: center;
  }

  .peaple_rating_area {
    margin-top: 25px;
  }

  .swiper-slide {
    padding: 12px;
  }

  .riya_img img {
    border-radius: 12px;
    width: 100%;
    height: auto;
  }

  .peaple_reting_text {
    padding-top: 10px;
    text-align: center;
  }

  .reaview_text p {
    font-size: 11px;
    line-height: 16px;
  }

  .name h5 {
    font-size: 13px;
    text-align: center;
  }

  .name p {
    font-size: 11px;
  }

  .left_rating_are {
    text-align: center;
  }


  .rating_area h3,
  .rating_area p {
    text-align: center;
  }


  .peaple_rating_area {
    margin-top: 25px;
  }


  .swiper-slide {
    padding: 15px;
  }


  .swiper-slide .row {
    flex-direction: column;
  }


  .swiper-slide .col-md-5,
  .swiper-slide .col-5 {
    width: 100%;
  }

  .riya_img img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  /* TEXT FULL WIDTH */
  .swiper-slide .col-7 {
    width: 100%;
  }

  .peaple_reting_text {
    padding-top: 0;
  }

  .rating_icon i {
    font-size: 14px;
  }

  .reaview_text p {
    font-size: 12px;
    line-height: 17px;
  }

  .swiper-wrapper .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
  }

  .swiper-wrapper .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 18px;
    transform: translateY(-50%);
    z-index: 999;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
  }

  .name h5 {
    font-size: 14px;
  }

  .name p {
    font-size: 12px;
  }

  .card_content h5 {
    font-size: 16px;
  }

  .card_content p {
    font-size: 13px;
    line-height: 18px;
  }

  .calender_area span {
    font-size: 11px;
  }

  .learn_more a {
    font-size: 13px;
  }

  .card_slider .slick-prev {
    display: none !important;
  }

  .card_slider .slick-next {
    display: none !important;
  }


  /* 
sign up */

  .text_slider_wrap1 .slick-prev {
    display: none !important;
  }

  .text_slider_wrap1 .slick-next {
    display: none !important;
  }


  .text_slider_wrap .slick-prev {
    display: none !important;
  }

  .text_slider_wrap .slick-next {
    display: none !important;
  }


  /* 
footer_responsive */

  .footer_area {
    padding: 40px 15px;
  }

  .footer_brand {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer_logo img {
    margin: 0 auto;
    display: block;
  }

  .footer_logo p {
    padding-top: 15px;
    font-size: 13px;
    line-height: 1.5rem;
  }

  .social_icons {
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }

  .footer_title {
    text-align: center;
    margin-top: 25px;
  }

  .footer_links {
    text-align: center;
  }

  .footer_contact {
    text-align: center;
  }

  .footer_links li {
    margin-bottom: 10px;
  }

  .footer_contact li {
    justify-content: center;
    text-align: center;
  }

  .footer_bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .bottom_links a {
    margin: 0 10px;
  }

  .de img {
    width: 20%;
    position: absolute;
    right: 0;
  }

  .reward-text {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;

  }

  .journey_area {
    margin-top: 20px;
  }

  .reward_text1 h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .reward_text1 p {
    font-size: 13px;
    padding-top: 15px;
    font-weight: 600;
    opacity: 0.8;
  }


/* app responsive area */

.app_slider .slick-dots li button {
  margin: 0 5px;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #000;
  border: none;
  border-radius: 50%;
}
.app_slider .slick-dots {
  position: absolute;
  left: 32%;
  bottom: 30px;
}

.app_slider .slick-dots {
  list-style: none;
  display: flex;
}

.app_area1 {
  padding-bottom: 15px;
}

/* demo */
   .latest-insights {
    padding: 1rem 0 0rem 0;
}
.latest_header h2 {
    /* padding: 0 18px; */
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
}




/* tablet responsive area */


@media (min-width: 768px) and (max-width: 1024px) {
  

.header_area {
    height: 58vh;
    /* background-image: url(../images/Hero.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}





}