@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
  font-family: "Inter", sans-serif;
}

.lang-ta a {
  text-decoration: none;
}
.lang-ta h1 {
  font-size: 43px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1220px) {
  .lang-ta h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  .lang-ta h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1024px) {
  .lang-ta h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .lang-ta h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 560px) {
  .lang-ta h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 450px) {
  .lang-ta h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
.lang-ta h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
}
@media (max-width: 768px) {
  .lang-ta h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
}
.lang-ta h3 {
  font-size: 28px;
  line-height: 56px;
}
.lang-ta h4 {
  font-size: 24px;
  line-height: 38px;
}
.lang-ta h5 {
  font-size: 16px;
  line-height: 26px;
}
.lang-ta p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
.lang-ta section {
  position: relative;
}
.lang-ta .get-started-section {
  padding: 80px 0;
}
.lang-ta .get-started-section .container {
  max-width: 1000px;
}
.lang-ta .container {
  max-width: 1320px;
  width: 100%;
}
.lang-ta .mt-100 {
  margin-top: 100px;
}
.lang-ta .btn-theme-outline-white {
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding: 10px 35px;
}
.lang-ta .btn-theme-outline-white:hover {
  border: 2px solid #ffffff;
}
.lang-ta .gredient-outline {
  border: none;
  padding: 1px;
}
.lang-ta .gredient-outline span {
  padding: 12px 30px;
  display: block;
  border-radius: 40px;
}
.lang-ta header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  top: 0;
}
.lang-ta header .navbar {
  position: relative;
}
.lang-ta header .navbar .navbar-brand {
  position: absolute;
  z-index: 10;
}
.lang-ta header .navbar .navbar-brand img {
  width: 80px;
}
.lang-ta header .navbar .menu-box {
  position: relative;
}
.lang-ta header .navbar .menu-box .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 1.5rem 0.5rem;
}
.lang-ta header .navbar .navbar-toggler {
  border: none;
  outline: none;
}
.lang-ta header .navbar .navbar-toggler:focus {
  box-shadow: unset;
}
.lang-ta header .navbar .offcanvas .offcanvas-body {
  justify-content: end;
  padding-right: 8rem;
}
@media (max-width: 1320px) {
  .lang-ta header .navbar .offcanvas .offcanvas-body {
    justify-content: end;
    padding-right: 6rem;
  }
}
@media (max-width: 1120px) {
  .lang-ta header .navbar .offcanvas .offcanvas-body {
    padding-right: 2rem;
  }
}
.lang-ta header .navbar .nav-select {
  position: absolute;
  right: 0;
}
.lang-ta header .navbar .menu-box .navbar-nav {
  gap: 60px;
  align-items: center;
  padding-left: 120px;
}
.lang-ta header .navbar .menu-box .navbar-nav .nav-item .nav-link {
  font-size: 14px;
}
@media (max-width: 1550px) {
  .lang-ta header .navbar .menu-box .navbar-nav .nav-item .nav-link {
    font-size: 13px !important;
  }
}
@media (max-width: 1024px) {
  .lang-ta header .navbar .menu-box .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
  }
}
@media (max-width: 1550px) {
  .lang-ta header .navbar .menu-box .navbar-nav {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .lang-ta header .navbar .menu-box .navbar-nav {
    gap: 25px;
  }
}
@media (max-width: 1220px) {
  .lang-ta header .navbar .menu-box .navbar-nav {
    gap: 10px;
  }
}
@media (max-width: 1050px) {
  .lang-ta header .navbar .menu-box .navbar-nav {
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .lang-ta header .navbar .menu-box .navbar-nav {
    padding-left: 0px;
  }
}
.lang-ta .home-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 950px) {
  .lang-ta .home-hero {
    min-height: 800px;
  }
}
@media (max-width: 850px) {
  .lang-ta .home-hero {
    min-height: 100vh;
  }
}
.lang-ta .home-hero video {
  min-height: 100vh;
  object-fit: cover;
}
@media (max-width: 950px) {
  .lang-ta .home-hero video {
    min-height: 950px;
  }
}
@media (max-width: 850px) {
  .lang-ta .home-hero video {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .lang-ta .home-hero video {
    margin-top: 90px;
    min-height: 500px;
  }
}
@media (max-width: 600px) {
  .lang-ta .home-hero video {
    min-height: 100vh;
  }
}
.lang-ta .home-hero .bannerImage {
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
}
.lang-ta .home-hero .hero-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  z-index: 10;
  padding-top: 80px;
}
@media (max-width: 950px) {
  .lang-ta .home-hero .hero-info {
    top: 60%;
  }
}
@media (max-width: 850px) {
  .lang-ta .home-hero .hero-info {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .lang-ta .home-hero .hero-info {
    top: 70%;
  }
}
@media (max-width: 600px) {
  .lang-ta .home-hero .hero-info {
    top: 50%;
  }
}
.lang-ta .home-hero .hero-info .container {
  max-width: 100%;
}
.lang-ta .home-hero .hero-info h1 {
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 46px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .lang-ta .home-hero .hero-info h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .lang-ta .home-hero .hero-info h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 420px) {
  .lang-ta .home-hero .hero-info h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 320px) {
  .lang-ta .home-hero .hero-info h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.lang-ta .home-hero .hero-info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 30px;
}
.lang-ta .features-section {
  padding: 80px 0;
}
.lang-ta .features-section .card {
  border: none;
  border-radius: 32px;
  height: 100%;
}
.lang-ta .features-section .card .card-body {
  padding: 2rem;
}
.lang-ta .features-section .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-ta .features-section .card .card-body .feature-icon-box img {
  width: 50px;
}
.lang-ta .features-section .card .card-body h5 {
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 10px;
}
.lang-ta .features-section .card .card-body p {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
}
.lang-ta .phone-holder-section {
  padding: 80px 0;
}
.lang-ta .phone-holder-section h1 {
  margin-bottom: 30px;
}
.lang-ta .phone-holder-section p {
  margin-bottom: 30px;
}
.lang-ta .phone-holder-section img {
  width: 100%;
}
.lang-ta .get-started-section {
  padding: 80px 0;
}
.lang-ta .get-started-section .get-started-box {
  padding-top: 30px;
}
.lang-ta .get-started-section .get-started-box .main-img {
  text-align: center;
  margin-bottom: -200px;
  z-index: 1;
  position: relative;
}
.lang-ta .get-started-section .get-started-box .main-img img {
  width: auto;
  max-width: 270px;
}
@media (max-width: 450px) {
  .lang-ta .get-started-section .get-started-box .card-body-top {
    flex-direction: column;
    gap: 1rem;
  }
}
.lang-ta .get-started-section .get-started-box .card {
  border: 0;
  border-radius: 40px;
  margin-top: 90px;
  padding-top: 90px;
}
.lang-ta .get-started-section .get-started-box .card .card-body {
  padding: 3rem 1.5rem;
}
.lang-ta .get-started-section .get-started-box .card .card-body img {
  width: 90px;
}
.lang-ta .get-started-section .get-started-box .card .card-body h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.lang-ta .get-started-section .get-started-box .card .card-body .get-started-list {
  list-style: none;
  padding-left: 57px;
}
@media (max-width: 450px) {
  .lang-ta .get-started-section .get-started-box .card .card-body .get-started-list {
    padding-left: 30px !important;
  }
}
.lang-ta .get-started-section .get-started-box .card .card-body .get-started-list li {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 40px;
  counter-increment: count;
}
@media (max-width: 1024px) {
  .lang-ta .get-started-section .get-started-box .card .card-body .get-started-list li {
    font-size: 13px;
  }
}
.lang-ta .get-started-section .get-started-box .card .card-body .get-started-list li::before {
  content: counter(count);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.lang-ta .get-started-section .get-started-box .card .card-body .get-started-list li .span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  margin-right: 20px;
}
.lang-ta .get-started-section .get-started-box .card .card-body .app-download {
  padding-left: 57px;
}
.lang-ta .get-started-section .get-started-box .card .card-body .app-download p {
  margin-right: 15px;
  margin-bottom: 0;
}
.lang-ta .get-started-section .get-started-box .card .card-body .app-download a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  border-radius: 15px;
  margin-right: 15px;
}
.lang-ta .gpay-section {
  overflow: hidden;
  position: relative;
}
.lang-ta .gpay-section .gpayvideoplay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.lang-ta .gpay-section .video-sound-btn {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
.lang-ta .gpay-section .video-sound-btn a {
  cursor: pointer;
}
.lang-ta .gpay-section .video-sound-btn a.sound-muted {
  display: none;
}
.lang-ta .gpay-section .video-sound-btn i {
  font-size: 25px;
}
.lang-ta .gpay-section video {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lang-ta .deals-section {
  padding: 80px 0;
}
.lang-ta .deals-section h1 {
  margin-bottom: 0;
}
.lang-ta .deals-section a {
  overflow: hidden;
  position: relative;
  display: block;
}
.lang-ta .deals-section a img {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 20px;
  transition: 0.5s all;
}
.lang-ta .deals-section a img:hover {
  transform: scale(0.98);
}
.lang-ta .brand-section {
  padding: 80px 0;
}
.lang-ta .brand-section h1 {
  margin-bottom: 30px;
}
.lang-ta .brand-section p {
  margin-bottom: 50px;
}
.lang-ta .brand-section p span {
  font-size: 14px;
  font-weight: 700;
}
.lang-ta .stat-section {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lang-ta .stat-section .card {
  border-radius: 32px;
  backdrop-filter: blur(10px);
  min-height: 260px;
  height: 100%;
}
.lang-ta .stat-section .card .card-body {
  padding: 2rem;
}
.lang-ta .stat-section .card .card-body .state-icon-box {
  margin-bottom: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-ta .stat-section .card .card-body .state-icon-box img {
  width: 60px;
}
.lang-ta .stat-section .card .card-body h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.lang-ta .stat-section .card .card-body p {
  font-weight: 500;
  margin-bottom: 0;
}
.lang-ta .insta-section {
  padding: 80px 0;
}
.lang-ta .insta-section .insta-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto;
}
.lang-ta .insta-section .insta-icon i {
  font-size: 20px;
}
.lang-ta .insta-section a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  border-radius: 20px;
  overflow: hidden;
}
.lang-ta .insta-section img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.lang-ta .app-img-box {
  gap: 10px;
}
.lang-ta .app-img-box img {
  width: 100%;
}
.lang-ta .btn-check:focus + .btn,
.lang-ta .btn:focus {
  box-shadow: none;
}
.lang-ta .breadcumb {
  position: absolute;
  top: 40px;
  margin-right: 0.7rem;
}
.lang-ta .breadcumb ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 5px 12px;
  width: fit-content;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.lang-ta .breadcumb ul.no-hero li span {
  font-weight: 600;
}
.lang-ta .breadcumb ul li a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 13px;
}
.lang-ta .breadcumb ul li span {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 13px;
}
.lang-ta .breadcumb ul li i {
  font-size: 13px;
}
.lang-ta .offers-hero {
  padding: 150px 0;
  background-position: center;
  background-size: cover;
}
.lang-ta .offers-hero h1 {
  margin-bottom: 20px;
}
.lang-ta .offers-hero p {
  margin-bottom: 0;
}
.lang-ta .featured-offer-section {
  padding-top: 80px;
  padding-bottom: 150px;
  background-position: center;
  background-size: cover;
}
.lang-ta .featured-offer-section h3 {
  font-weight: 600;
}
.lang-ta #featured-offer-slider {
  padding: 0 30px;
}
.lang-ta .splide__arrow {
  border-radius: 10px;
  opacity: 0.8;
}
.lang-ta .splide__arrow:hover {
  opacity: 1;
}
.lang-ta .splide__arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}
.lang-ta .splide__arrow.splide__arrow--next {
  right: -1em;
}
.lang-ta .splide__arrow.splide__arrow--prev {
  left: -1em;
}
.lang-ta .filters-button-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lang-ta .filters-button-group .button {
  border-radius: 8px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding: 0px 10px;
  border: none;
  transition: 0.4s all;
}
@media (max-width: 1240px) {
  .lang-ta .filters-button-group .button {
    font-size: 13px;
  }
}
@media (max-width: 1160px) {
  .lang-ta .filters-button-group .button {
    font-size: 12px;
  }
}
.lang-ta .filters-button-group .button img {
  width: 25px;
  margin-right: 5px;
}
.lang-ta .grid .element-item {
  margin-bottom: 25px;
}
.lang-ta .grid .element-item .deals-box {
  padding: 0px;
}
.lang-ta .badge {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.5px;
  border-radius: 8px;
  padding: 8px;
}
.lang-ta .off-upto {
  width: fit-content;
  padding: 15px 20px;
  border-radius: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.lang-ta .expiredatebox {
  width: auto;
  margin: 0 0 30px 0px;
  padding: 6px 15px;
  font-size: 12px;
  display: inline-block;
}
.lang-ta .deals-box {
  padding: 0 15px;
}
.lang-ta .deals-box .card {
  border: none;
  border-radius: 20px;
  text-decoration: none;
}
.lang-ta .deals-box .card .wrap-image {
  height: auto;
  overflow: hidden;
  position: relative;
}
.lang-ta .deals-box .card .wrap-image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.lang-ta .deals-box .card .wrap-image .badge {
  position: absolute;
  top: 25px;
  right: 33px;
}
.lang-ta .deals-box .card .card-body {
  padding: 2rem;
}
.lang-ta .deals-box .card .card-body .expiredatebox {
  margin-bottom: 0;
}
.lang-ta .deals-box .card .card-body .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.lang-ta .deals-box .card .card-body h5 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.lang-ta .deals-box .card .card-body p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  margin-bottom: 12px;
}
.lang-ta .deals-box .card .card-body .new-date {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.lang-ta .browse-offers-section {
  padding: 80px 0;
}
.lang-ta .browse-offers-section h3 {
  font-weight: 600;
}
.lang-ta .stay-tuned-section {
  padding-bottom: 80px;
}
.lang-ta .stay-tuned-section .card {
  border: none;
  background-position: center;
  background-size: cover;
  padding: 50px 15px;
  border-radius: 20px;
}
.lang-ta .stay-tuned-section .card img {
  width: 33px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.lang-ta .stay-tuned-section .card h2 {
  text-align: center;
  margin-bottom: 30px;
}
.lang-ta .stay-tuned-section .card .inside-box {
  border-radius: 16px;
  padding: 30px;
}
.lang-ta .stay-tuned-section .card .inside-box h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
.lang-ta .stay-tuned-section .card .inside-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.lang-ta .stay-tuned-section .card .inside-box ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.lang-ta .offers-details-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.lang-ta .offers-details-hero .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.lang-ta .offers-details-hero .offer-details-info ul,
.lang-ta .offers-details-hero .offer-details-info ol {
  padding: 0 0 20px 20px;
  margin: 0;
}
.lang-ta .offers-details-hero .offer-details-info ul li,
.lang-ta .offers-details-hero .offer-details-info ol li {
  margin-bottom: 8px;
}
.lang-ta .offers-details-hero h1 {
  margin-bottom: 20px;
}
.lang-ta .offers-details-hero p {
  margin-bottom: 0;
}
.lang-ta .offers-details-hero img {
  width: 100%;
  border-radius: 20px;
}
.lang-ta .offers-details-hero .social-media-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1200px) {
  .lang-ta .offers-details-hero .social-media-share {
    margin-top: 20px;
  }
}
.lang-ta .offers-details-hero .social-media-share span {
  font-size: 14px;
  font-weight: 400;
}
.lang-ta .offers-details-hero .social-media-share ul {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lang-ta .offers-details-hero .social-media-share ul li .social-link {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-ta .related-deals-section {
  padding: 80px 0;
}
.lang-ta .related-deals-section h3 {
  font-weight: 600;
}
.lang-ta .about-us-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .lang-ta .about-us-hero {
    margin-top: 77px !important;
  }
}
@media (max-width: 375px) {
  .lang-ta .about-us-hero {
    margin-top: 71px !important;
  }
}
@media (max-width: 360px) {
  .lang-ta .about-us-hero {
    margin-top: 58px !important;
  }
}
.lang-ta .about-us-hero img.bg-art {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
}
.lang-ta .about-us-hero h1 {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.lang-ta .about-us-hero p {
  margin-bottom: 0px;
}
.lang-ta .about-us-hero h2 {
  margin-bottom: 30px;
}
.lang-ta .about-us-hero img.about-hero-phone {
  z-index: 1;
  position: relative;
  width: 90%;
}
.lang-ta .about-us-hero .card {
  border: none;
  border-radius: 32px;
  min-height: 220px;
}
.lang-ta .about-us-hero .card .card-body {
  padding: 2rem;
}
.lang-ta .about-us-hero .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-ta .about-us-hero .card .card-body .feature-icon-box img {
  width: 50px;
}
.lang-ta .about-us-hero .card .card-body h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.lang-ta .about-us-hero .card .card-body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.lang-ta .what-we-section {
  padding: 80px 0;
}
.lang-ta .what-we-section h2 {
  margin-bottom: 0px;
}
.lang-ta .what-we-section .card {
  border: none;
  border-radius: 32px;
  min-height: 300px;
  margin-bottom: 30px;
}
.lang-ta .what-we-section .card .card-body {
  padding: 2rem;
}
.lang-ta .what-we-section .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.lang-ta .what-we-section .card .card-body .feature-icon-box img {
  width: 50px;
}
.lang-ta .what-we-section .card .card-body h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.lang-ta .what-we-section .card .card-body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.lang-ta .how-it-work-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.lang-ta .how-it-work-hero h1 {
  margin-bottom: 30px;
}
.lang-ta .how-it-work-hero .video-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-ta .how-it-work-hero .video-box video {
  border-radius: 20px;
}
.lang-ta .how-it-work-hero .video-box a {
  position: absolute;
}
.lang-ta .how-it-work-hero .video-box a i {
  font-size: 26px;
  transition: 0.4s all;
}
.lang-ta .how-it-work-hero .video-box a:hover i {
  transform: scale(1.1);
}
.lang-ta .make-payment-section {
  padding: 80px 0;
}
.lang-ta .make-payment-section .box {
  border-radius: 32px;
  padding: 50px 0px;
}
.lang-ta .make-payment-section .box .q-logo {
  width: 100px;
  margin-bottom: 15px;
}
.lang-ta .make-payment-section .box p {
  font-weight: 500;
  word-wrap: break-word;
}
.lang-ta .make-payment-section .box h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.lang-ta .make-payment-section .box h5 {
  font-weight: 600;
}
.lang-ta .make-payment-section .box img {
  width: 100%;
}
.lang-ta .make-payment-section .box .make-payment-slide-number ul {
  padding: 0px;
  margin: 0px;
  position: relative;
  list-style-type: none;
  display: flex;
  bottom: 0;
}
.lang-ta .make-payment-section .box .make-payment-slide-number ul li {
  width: auto;
  height: auto;
  margin: 0;
}
.lang-ta .make-payment-section .box .make-payment-slide-number ul li button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 20px;
  padding: 0;
}
.lang-ta .make-payment-section .box .make-payment-slide-number ul li button:before {
  display: none;
}
.lang-ta .make-payment-section .box .make-payment-slide-number div.slick-slide,
.lang-ta .make-payment-section .box .accept-payment-slide-number div.slick-slide {
  width: 50px !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 20px;
  cursor: pointer;
}
.lang-ta .make-payment-section .box .make-payment-slide-number div.slick-slide:focus,
.lang-ta .make-payment-section .box .accept-payment-slide-number div.slick-slide:focus {
  outline: none;
  box-shadow: none;
}
.lang-ta .make-payment-section .payment-app-links {
  padding-top: 20px;
  display: flex;
  column-gap: 16px;
}
.lang-ta .make-payment-section .payment-app-links img {
  max-width: 140px;
}
.lang-ta .merchants-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.lang-ta .merchants-hero h1 {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.lang-ta .merchants-hero p {
  margin-bottom: 0px;
}
.lang-ta .merchants-hero h2 {
  margin-bottom: 30px;
}
.lang-ta .merchants-hero img.merchants-hero-phone {
  width: 90%;
}
.lang-ta .merchants-hero .card {
  border: none;
  border-radius: 32px;
  min-height: 250px;
}
@media (max-width: 480px) {
  .lang-ta .merchants-hero .card {
    min-height: 275px;
  }
}
.lang-ta .merchants-hero .card .card-body {
  padding: 2rem;
}
.lang-ta .merchants-hero .card .card-body .feature-icon-box {
  margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-ta .merchants-hero .card .card-body .feature-icon-box img {
  width: 50px;
}
.lang-ta .merchants-hero .card .card-body h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.lang-ta .merchants-hero .card .card-body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.lang-ta .our-object-section {
  padding: 80px 0;
}
.lang-ta .our-object-section h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.lang-ta .our-object-section p {
  margin-bottom: 0;
}
.lang-ta .resources-section {
  margin-bottom: 80px;
}
.lang-ta .resources-section h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.lang-ta .resources-section .card {
  border: none;
  border-radius: 32px;
}
.lang-ta .resources-section .card .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  margin-right: 20px;
}
.lang-ta .resources-section .card .lang {
  border-radius: 40px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
  padding: 3px 15px;
  width: fit-content;
}
.lang-ta .resources-section .card p {
  margin-bottom: 0;
}
.lang-ta .resources-section .card .card-body a p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.lang-ta .merchants-brands {
  margin-bottom: 80px;
}
.lang-ta .merchants-brands img {
  max-width: 100%;
}
.lang-ta .merchants-brands h2 {
  margin-bottom: 20px;
}
.lang-ta .merchants-brands ul.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.lang-ta .register-business-section {
  padding-bottom: 0px;
}
.lang-ta .register-business-section .card {
  border: none;
  background-position: center;
  background-size: cover;
  padding: 50px 15px;
  border-radius: 20px;
}
.lang-ta .register-business-section .card img {
  width: 33px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.lang-ta .register-business-section .card h2 {
  text-align: center;
  margin-bottom: 30px;
}
.lang-ta .register-business-section .card .inside-box {
  border-radius: 16px;
  padding: 30px;
}
.lang-ta .register-business-section .card .inside-box h5 {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.lang-ta .register-business-section .card .inside-box input,
.lang-ta .register-business-section .card .inside-box select {
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.lang-ta .submit-btn {
  border-radius: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding: 15px 33px;
  border: none;
  transition: 0.5s all;
  min-width: 150px;
}
.lang-ta .terms-and-conditions-section {
  padding: 80px 0;
}
.lang-ta .terms-and-conditions-section .box {
  border-radius: 32px;
  padding: 50px 150px;
}
.lang-ta .terms-and-conditions-section .box h2 {
  margin-bottom: 40px;
}
.lang-ta .terms-and-conditions-section .box h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.lang-ta .faq-hero {
  padding: 80px 0;
}
.lang-ta .faq-hero h1 {
  margin-bottom: 20px;
}
.lang-ta .faq-hero p {
  margin-bottom: 0px;
}
.lang-ta .faq-section {
  padding-bottom: 80px;
}
.lang-ta .faq-section ul li {
  width: 50%;
}
.lang-ta .faq-section ul li button.nav-link {
  display: block;
  width: 100%;
  border: none;
  border-radius: 12px 12px 0px 0px;
  padding: 0.8rem 1rem;
}
.lang-ta .faq-section .accordion-item {
  border: none;
  margin: 15px 0;
}
.lang-ta .faq-section .accordion-item .accordion-header {
  line-height: 1;
}
.lang-ta .faq-section .accordion-item .accordion-header .accordion-button {
  border-radius: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 1rem 1.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.lang-ta .faq-section .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 15px;
}
.lang-ta .faq-section .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.lang-ta .faq-section .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background-image: unset;
  transform-origin: center;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.lang-ta .faq-section .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #ffffff;
  right: 18px;
}
.lang-ta .faq-section .accordion-item .accordion-header .accordion-button.active::after {
  transform: rotate(45deg);
}
.lang-ta .faq-section .accordion-item .accordion-body-text {
  display: none;
}
.lang-ta .faq-section .accordion-item .accordion-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0px 0px 32px 32px;
  border: none;
  padding: 1.5rem 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.lang-ta .faq-section .accordion-item .accordion-body img {
  max-width: 100%;
}
.lang-ta .faq-section .accordion-item .accordion-body table {
  width: 100%;
  margin-bottom: 30px;
}
.lang-ta .faq-section .accordion-item .accordion-body table td,
.lang-ta .faq-section .accordion-item .accordion-body table th {
  border: 1px solid #fff;
  padding: 10px 15px;
}
.lang-ta .faq-section .accordion-item .accordion-body table thead th {
  font-weight: 400;
}
.lang-ta .faq-section .accordion-item .accordion-body table tbody tr td {
  text-align: left;
  font-size: 16px;
}
.lang-ta .blog-hero {
  padding-top: 80px;
  padding-bottom: 40px;
}
.lang-ta .blog-hero h1 {
  margin-bottom: 20px;
}
.lang-ta .blog-section {
  padding-bottom: 80px;
}
.lang-ta .blog-section .blog-loading img {
  width: 120px;
}
.lang-ta .blog-box {
  padding: 0 5px;
  margin-bottom: 35px;
}
.lang-ta .blog-box .card {
  border: none;
  border-radius: 20px;
}
.lang-ta .blog-box .card img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
}
.lang-ta .blog-box .card .card-body {
  padding: 2rem;
  min-height: 338px;
}
@media (max-width: 767px) {
  .lang-ta .blog-box .card .card-body {
    min-height: 100px;
  }
}
.lang-ta .blog-box .card .card-body .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.lang-ta .blog-box .card .card-body h5 a {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.lang-ta .blog-box .card .card-body p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.lang-ta .blog-details-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 375px) {
  .lang-ta .blog-details-hero {
    margin-top: 71px !important;
  }
}
@media (max-width: 375px) {
  .lang-ta .blog-details-hero {
    margin-top: 59px !important;
  }
}
.lang-ta .blog-details-hero h1.blog-info-title {
  line-height: 50px;
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  .lang-ta .blog-details-hero h1.blog-info-title {
    line-height: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lang-ta .blog-details-hero h1.blog-info-title {
    line-height: 35px;
    font-size: 25px;
  }
}
.lang-ta .blog-details-hero .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 2px;
  padding: 4px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.lang-ta .blog-details-hero h1 {
  margin-bottom: 0px;
  line-height: 70px;
}
.lang-ta .blog-details-hero p {
  margin-bottom: 0;
}
.lang-ta .related-blog-section {
  padding: 80px 0;
}
.lang-ta .related-blog-section h4 {
  font-weight: 700;
}
.lang-ta .blog-content-section {
  padding: 20px 0 0px 0;
}
.lang-ta .blog-content-section.blog-single-content {
  padding: 60px 0 0px 0;
}
.lang-ta .blog-content-section .wrap-content {
  border-bottom: 1px solid rgba(110, 36, 124, 0.19);
  padding-bottom: 36px;
  padding-top: 14px;
}
.lang-ta .blog-content-section .content img {
  margin-bottom: 30px;
  border-radius: 20px;
}
.lang-ta .blog-content-section .content ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 25px;
  margin-bottom: 0;
}
.lang-ta .blog-content-section .content ul li a {
  text-decoration: none;
}
.lang-ta .content-blog img {
  width: auto;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.lang-ta .contact-hero {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.lang-ta .contact-hero h1 {
  margin-bottom: 30ppx;
}
.lang-ta .contact-hero .contact-info-box .icon {
  margin-bottom: 20px;
}
.lang-ta .contact-hero .contact-info-box .info,
.lang-ta .contact-hero .contact-info-box a {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.lang-ta .contact-hero .contact-box {
  border-radius: 16px;
  padding: 30px;
}
.lang-ta .contact-hero .contact-box h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
.lang-ta .contact-hero .contact-box input,
.lang-ta .contact-hero .contact-box select {
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.lang-ta .contact-hero .contact-box textarea {
  border-radius: 12px;
  padding: 10px 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.lang-ta .inside-box .nice-select {
  width: 100%;
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.lang-ta .inside-box .nice-select ul.list {
  width: 100%;
}
.lang-ta .inside-box .nice-select:after {
  display: none;
}
.lang-ta .form-select:focus {
  box-shadow: unset;
}
.lang-ta header .nice-select {
  width: 100%;
  border-radius: 12px;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: none;
}
.lang-ta header .nice-select::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: unset;
  height: 8px;
  margin-top: -5px;
  right: 10px;
  top: 55%;
  width: 8px;
  transform: rotate(0deg);
}
.lang-ta header .nice-select.open::after {
  transform: rotate(0deg);
}
.lang-ta header .form-select {
  background-image: unset;
}
.lang-ta footer .footer-top {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.lang-ta footer .footer-top::after {
  position: absolute;
  content: "";
  width: 220px;
  height: 220px;
  left: 30%;
  top: -8%;
  filter: blur(100px);
}
.lang-ta footer .footer-top .app-img-box {
  gap: 0px;
}
.lang-ta footer .footer-bottom {
  padding: 40px 0;
}
.lang-ta footer .footer-bottom .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 40px;
  padding-left: 0;
  margin-bottom: 30px;
}
.lang-ta footer .footer-bottom .footer-menu li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.lang-ta footer .footer-bottom hr {
  border: 2px solid rgba(227, 213, 230, 0.15);
}
.lang-ta footer .footer-bottom .footer-logo img {
  width: auto;
  max-width: 200px;
}
.lang-ta footer .footer-bottom .footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 25px 0 0 0;
}
.lang-ta footer .footer-bottom .footer-legal-links li a {
  line-height: 27px;
}
.lang-ta footer .footer-bottom .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
.lang-ta footer .footer-bottom .footer-social li a {
  border-radius: 12px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.4s all;
}
.lang-ta footer .footer-bottom .copyright {
  font-size: 15px;
  font-weight: 400;
}
.lang-ta footer .footer-bottom .copyright br {
  display: none;
}
.lang-ta footer .footer-bottom .copyright span a {
  text-decoration: none;
}
.lang-ta footer .footer-address {
  width: 100%;
  max-width: 780px;
  line-height: 27px;
}
.lang-ta .pagination-wrap p.small {
  display: none;
}
.lang-ta .pagination-wrap .pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.lang-ta .pagination-wrap .pagination li {
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-ta .pagination-wrap .pagination li.disabled {
  opacity: 0.5;
}
.lang-ta .pagination-wrap .pagination li:focus {
  outline: none;
  box-shadow: none;
}
.lang-ta .pagination-wrap .pagination li:hover {
  transform: translateY(-3px);
}
.lang-ta .pagination-wrap .pagination li:first-child {
  min-width: 52px;
  min-height: 52px;
}
.lang-ta .pagination-wrap .pagination li:first-child a,
.lang-ta .pagination-wrap .pagination li:first-child span {
  width: 100%;
  min-height: 52px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  .lang-ta .pagination-wrap .pagination li:first-child a,
  .lang-ta .pagination-wrap .pagination li:first-child span {
    width: 100px;
    font-size: 13px;
  }
}
.lang-ta .pagination-wrap .pagination li:last-child {
  min-width: 52px;
  min-height: 52px;
}
.lang-ta .pagination-wrap .pagination li:last-child a,
.lang-ta .pagination-wrap .pagination li:last-child span {
  width: 100%;
  min-height: 52px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  .lang-ta .pagination-wrap .pagination li:last-child a,
  .lang-ta .pagination-wrap .pagination li:last-child span {
    width: 100px;
    font-size: 13px;
  }
}
.lang-ta .pagination-wrap .pagination li a {
  width: 100%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
}
.lang-ta .pagination-wrap .pagination li a:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 680px) {
  .lang-ta .pagination-wrap .pagination li a {
    padding: 0;
  }
}
.lang-ta .pagination-wrap .pagination li.active a,
.lang-ta .pagination-wrap .pagination li.active span {
  margin-left: 0;
  width: 100%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  border: 0;
}
.lang-ta .share-blog {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.lang-ta .share-blog a {
  cursor: pointer;
}
.lang-ta .video-box .video-playbox {
  position: absolute;
  bottom: 45px;
  left: 20px;
}
.lang-ta .video-box .video-playbox a {
  cursor: pointer;
}
.lang-ta .video-box .video-playbox .play-video-sound {
  display: none;
}
.lang-ta .curved-img-20 {
  border-radius: 20px;
}
.lang-ta .blog-content-section .blog-img-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.lang-ta .blog-content-section .blog-img-wrapper img {
  width: auto;
  max-width: 100%;
}
.lang-ta .blog-content-section table {
  width: 100%;
  margin-bottom: 30px;
}
.lang-ta .blog-content-section table td,
.lang-ta .blog-content-section table th {
  border: 1px solid #fff;
  padding: 10px 15px;
}
.lang-ta .blog-content-section table thead th {
  font-weight: 400;
}
.lang-ta .blog-content-section table th {
  font-weight: 400;
}
.lang-ta .blog-content-section table tbody tr td {
  text-align: left;
  font-size: 16px;
}
.lang-ta .grid .offer-block a {
  height: 100%;
}
.lang-ta .grid .offer-block a .card-body {
  height: 100%;
}
.lang-ta .offer-block a {
  height: 100%;
}
.lang-ta .qplus-insta {
  width: 100%;
  display: block;
  position: relative;
}
.lang-ta .qplus-insta .slide-itm {
  width: 340px;
  padding: 0px 15px;
}
.lang-ta .qplus-insta .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 10;
}
.lang-ta .qplus-insta .slick-arrow:before {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 8px;
}
.lang-ta .qplus-insta .slick-arrow.slick-prev {
  left: 15px;
}
.lang-ta .qplus-insta .slick-arrow.slick-prev:before {
  content: "‹";
}
.lang-ta .qplus-insta .slick-arrow.slick-next {
  right: 5px;
}
.lang-ta .qplus-insta .slick-arrow.slick-next:before {
  content: "›";
}
.lang-ta .home-video-text {
  padding: 40px;
  border-radius: 40px;
  max-width: 650px;
}
@media (max-width: 767px) {
  .lang-ta .home-video-text {
    border-radius: 20px;
    padding: 20px;
  }
}
.lang-ta a.link-copy-to-clipboard {
  cursor: pointer;
}
.lang-ta .copy-confirmation {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  display: block;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 1px;
}

/*# sourceMappingURL=style-ta.css.map */
