@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3664FC;
  --bs-btn-border-color: #3664FC;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3664FC;
  --bs-btn-hover-border-color: #3664FC;
  --bs-btn-focus-shadow-rgb: unset;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3664FC;
  --bs-btn-active-border-color: #3664FC;
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3664FC;
  --bs-btn-disabled-border-color: #3664FC;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: 500;
  color: #24272c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

.dropdown-menu {
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .75rem;
  --bs-dropdown-color: #24272c;
  --bs-dropdown-border-color: #dce0d3;
  --bs-dropdown-border-radius: .75rem;
  --bs-dropdown-divider-bg: #dce0d3;
  --bs-dropdown-link-color: #24272c;
  --bs-dropdown-link-hover-color: #24272c;
  --bs-dropdown-link-hover-bg: #f4f4fb;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3664FC;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
}

.bs-searchbox {
  padding: 4px 12px;
}

.top-header.scrolled .navbar {
  background-color: #fff;
  padding: 0.5rem 0;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
}
.top-header.scrolled .navbar .navbar-nav {
  box-shadow: unset;
}
.top-header .navbar {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}
.top-header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
}
.top-header .navbar .navbar-brand img {
  height: 50px;
}
.top-header .navbar .navbar-action .btn {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 0.563rem 1.5rem;
  line-height: normal;
  font-weight: 500;
}
.top-header .navbar .navbar-action .btn span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12ch;
  margin-left: 0.5rem;
}
.top-header .navbar .navbar-action .btn a {
  color: #fff;
}
.top-header .navbar .navbar-nav {
  background-color: #fff;
  padding: 0.625rem;
  border-radius: 50px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-out;
}
.top-header .navbar .navbar-nav .nav-item .nav-link {
  border: 1px solid transparent;
  padding: 0.738rem 1.25rem;
  font-weight: 500;
  color: #18181b;
  border-radius: 50px;
  transition: 0.3s;
}
.top-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #3664FC;
}
.top-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #3664FC;
  border-color: rgba(33, 30, 228, 0.1);
}
.top-header .top-h-toggle {
  display: flex;
  align-items: center;
}
.top-header .top-h-toggle .navbar-toggler {
  margin-left: 1rem;
  background-color: #fff;
  border: none;
  height: 40px;
  border-radius: 0.75rem;
}
.top-header .top-h-toggle .navbar-toggler:focus {
  box-shadow: unset;
}

@media (max-width: 575.98px) {
  .top-header .navbar .navbar-action .btn span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .top-header .navbar .navbar-nav {
    border-radius: 1rem;
  }
}
.footer {
  padding-top: 80px;
  background-color: #fff;
}
.footer .footer-logo img {
  margin-bottom: 2.5rem;
}
.footer .footer-logo p {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  color: #4C4C4C;
  margin-bottom: 1.5rem;
}
.footer .footer-logo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-logo ul li a {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #292929;
  overflow: hidden;
}
.footer .footer-logo ul li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  transform-origin: right;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0) scaleY(1);
  background-color: #292929;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.footer .footer-logo ul li a:hover {
  color: #292929;
}
.footer .footer-logo ul li a:hover::before {
  transform-origin: left;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.footer .footer-list h4 {
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  margin-bottom: 2rem;
}
.footer .footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-list ul li {
  margin-bottom: 1.25rem;
}
.footer .footer-list ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-list ul li a {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #292929;
  text-transform: capitalize;
  overflow: hidden;
}
.footer .footer-list ul li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  transform-origin: right;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0) scaleY(1);
  background-color: #292929;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.footer .footer-list ul li a:hover {
  color: #292929;
}
.footer .footer-list ul li a:hover::before {
  transform-origin: left;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.footer .footer-list .connect-w-us h5 {
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
.footer .footer-list .connect-w-us .connect-w-list {
  display: flex;
  align-items: center;
}
.footer .footer-list .connect-w-us .connect-w-list a {
  margin-right: 1rem;
}
.footer .footer-list .connect-w-us .connect-w-list a:last-child {
  margin-right: 0;
}
.footer .seperator {
  padding-top: 60px;
}
.footer .seperator img {
  object-fit: cover;
}
.footer .copy-right {
  padding: 2rem 0;
}
.footer .copy-right p {
  font-size: 1rem;
  font-weight: 400;
  color: #292929;
  margin: 0;
}
.footer .copy-right .privacy-terms {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .copy-right .privacy-terms li {
  margin-left: 2rem;
}
.footer .copy-right .privacy-terms li:first-child {
  margin-left: 0;
}
.footer .copy-right .privacy-terms li a {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #292929;
  text-transform: capitalize;
  overflow: hidden;
}
.footer .copy-right .privacy-terms li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  transform-origin: right;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0) scaleY(1);
  background-color: #292929;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.footer .copy-right .privacy-terms li a:hover {
  color: #292929;
}
.footer .copy-right .privacy-terms li a:hover::before {
  transform-origin: left;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

@media (max-width: 767.98px) {
  .footer .copy-right p {
    text-align: center;
  }
  .footer .copy-right .privacy-terms {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.locationModal .modal-dialog .modal-content {
  border-radius: 1.25rem;
  border: none;
  padding: 3rem;
  z-index: 1;
}
.locationModal .modal-dialog .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
  margin: 0.625rem;
  z-index: -1;
}
.locationModal .modal-dialog .modal-content .modal-header {
  display: block;
  border-bottom: none;
  padding: 0;
}
.locationModal .modal-dialog .modal-content .modal-header .location-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #dce0d3;
  padding-bottom: 1.25rem;
}
.locationModal .modal-dialog .modal-content .modal-header .location-header .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.locationModal .modal-dialog .modal-content .modal-header .location-header .btn-close {
  opacity: 1;
}
.locationModal .modal-dialog .modal-content .modal-header .location-form {
  padding: 1.5rem 0;
}
.locationModal .modal-dialog .modal-content .modal-header .location-form .form-control {
  border-radius: 50rem;
  padding: 0.625rem 1.25rem;
}
.locationModal .modal-dialog .modal-content .modal-header .location-form .form-control:focus {
  border-color: rgba(54, 100, 252, 0.5);
  box-shadow: unset;
}
.locationModal .modal-dialog .modal-content .modal-header .location-form .form-control::placeholder {
  color: #9CA3AF;
}
.locationModal .modal-dialog .modal-content .modal-header .location-form .form-control.form-control-lg {
  font-size: 1rem;
}
.locationModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.locationModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}
.locationModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background: #fff;
}
.locationModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #dee2e6;
}
.locationModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #dee2e6;
}
.locationModal .modal-dialog .modal-content .modal-body .location-popular {
  padding-bottom: 1.5rem;
}
.locationModal .modal-dialog .modal-content .modal-body .location-popular .location-p-card {
  text-align: center;
}
.locationModal .modal-dialog .modal-content .modal-body .location-popular .location-p-card img {
  width: 60px;
  height: 60px;
  border-radius: 1.25rem;
  background-color: #dee2e6;
}
.locationModal .modal-dialog .modal-content .modal-body .location-popular .location-p-card p {
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
  margin-top: 0.625rem;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.locationModal .modal-dialog .modal-content .modal-body .location-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.locationModal .modal-dialog .modal-content .modal-body .location-list ul li {
  padding: 1rem 0;
  border-bottom: 1px dashed #dce0d3;
  cursor: pointer;
}
.locationModal .modal-dialog .modal-content .modal-body .location-list ul li:first-child {
  padding-top: 1px;
}
.locationModal .modal-dialog .modal-content .modal-body .location-list ul li:last-child {
  padding-bottom: 1px;
  border-bottom: none;
}
.locationModal .modal-dialog .modal-content .modal-body .location-list ul li:hover {
  color: #3664FC;
}
.locationModal .modal-dialog .modal-content .modal-body .location-list ul li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.locationModal .modal-dialog .modal-content .modal-body .location-list ul li p i {
  font-size: 1.5rem;
}

section {
  padding: 80px 0;
}

.title {
  margin-bottom: 3rem;
}
.title span {
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.title h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.title p {
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.title.left {
  text-align: left;
}
.title.center {
  text-align: center;
}

.breadcrumb {
  margin-bottom: 2rem;
}

.btn {
  padding: 0.625rem 1.5rem;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.btn.btn-pill {
  border-radius: 50rem;
}

@media (max-width: 1199.98px) {
  section {
    padding: 70px 0;
  }
  section h2 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  section {
    padding: 60px 0;
  }
  .title {
    margin-bottom: 2.5rem;
  }
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  section {
    padding: 50px 0;
  }
  .title {
    margin-bottom: 2.25rem;
  }
  .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  section {
    padding: 40px 0;
  }
  .title {
    margin-bottom: 2rem;
  }
  .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 399.98px) {
  section {
    padding: 30px 0;
  }
  .title {
    margin-bottom: 1.5rem;
  }
  .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 349.98px) {
  section {
    padding: 20px 0;
  }
  .title {
    margin-bottom: 1rem;
  }
  .title h2 {
    font-size: 24px;
  }
}
.hero {
  position: relative;
  background-color: #ededf5;
  padding-top: 200px;
  overflow: hidden;
  z-index: 1;
}
.hero .hero-shape .hero-s-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.1;
}
.hero .hero-shape .hero-s-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.1;
}
.hero .hero-content p {
  font-size: 16px;
  font-weight: 500;
  color: #18181b;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}
.hero .hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.hero .hero-content h1 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  border: 2px solid #18181b;
  padding: 0 20px 3px;
  border-radius: 50px;
}
.hero .hero-search-box {
  margin: 2.25rem auto 4rem;
}
.hero .hero-search-box .hero-s-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: 1px solid #f4f4fb;
}
.hero .hero-search-box .hero-s-tab p {
  position: relative;
  font-weight: 500;
  margin: 0;
  padding: 0 1rem;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.hero .hero-search-box .hero-s-tab p:hover {
  color: #3664FC;
}
.hero .hero-search-box .hero-s-tab p.active {
  font-weight: 600;
  color: #3664FC;
}
.hero .hero-search-box .hero-s-tab p.active::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  width: 25%;
  height: 2px;
  background-color: #3664FC;
}
.hero .hero-search-box .hero-s-input {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0.625rem;
  border-radius: 1rem;
  border-top-left-radius: 0;
}
.hero .hero-search-box .hero-s-input i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #adb5bd;
  border: 1px dashed rgba(173, 181, 189, 0.5);
  padding: 8px;
  border-radius: 50px;
}
.hero .hero-search-box .hero-s-input .form-control {
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  padding-left: 1.5rem;
}
.hero .hero-search-box .hero-s-input .form-control::placeholder {
  color: #9CA3AF;
}
.hero .hero-search-box .hero-s-input .form-control:focus {
  box-shadow: unset;
}
.hero .hero-search-box .hero-s-input .btn {
  border-radius: 50px;
  padding: 0.563rem 1.5rem;
  line-height: normal;
  font-weight: 500;
}
.hero .hero-media {
  text-align: center;
}
.hero .swiper {
  position: unset;
}
.hero .swiper .swiper-wrapper .swiper-slide img {
  border: 4px solid #fff;
  border-radius: 1rem;
}
.hero .swiper.swiper-3d .swiper-slide-shadow {
  background: transparent !important;
}
.hero .swiper .swiper-button-prev, .hero .swiper .swiper-button-next {
  display: none;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.5rem;
}
.hero .swiper .swiper-button-prev::after, .hero .swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.hero .swiper .swiper-button-prev {
  left: -6px;
}
.hero .swiper .swiper-button-next {
  right: -6px;
}
.hero.hero-rc .col-12 {
  position: relative;
}
.hero.hero-rc .hero-content {
  text-align: center;
}
.hero.hero-rc .hero-content span {
  border: none;
  padding: 0;
  color: #3664FC;
}
.hero.hero-rc .hero-search-box {
  max-width: 600px;
}
.hero.hero-rc .hero-search-box .hero-s-input {
  border-top-left-radius: 1rem;
}
.hero.hero-rc .swiper .swiper-button-prev, .hero.hero-rc .swiper .swiper-button-next {
  display: flex;
}

@media (max-width: 1199.98px) {
  .hero .hero-content h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 991.98px) {
  .hero {
    padding-top: 150px;
  }
  .hero .hero-content {
    text-align: center;
  }
  .hero .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero .hero-search-box {
    text-align: center;
  }
  .hero .hero-search-box .hero-s-input {
    border-top-left-radius: 1rem;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-content h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575.98px) {
  .hero .hero-content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 399.98px) {
  .hero .hero-content h1 {
    font-size: 1.75rem;
  }
  .hero .swiper .swiper-button-prev, .hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .hero .swiper .swiper-button-prev::after, .hero .swiper .swiper-button-next::after {
    font-size: 16px;
  }
  .hero .swiper .swiper-button-prev {
    left: 0;
  }
  .hero .swiper .swiper-button-next {
    right: 0;
  }
}
.top-features .top-f-card {
  position: relative;
  padding: 3rem;
  text-align: left;
  transition: 0.3s;
  cursor: pointer;
}
.top-features .top-f-card::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-image: url(../../assets/img/features/border-right.svg);
  background-repeat: no-repeat;
}
.top-features .top-f-card.top-b-right::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-image: url(../../assets/img/features/border-right.svg);
  background-repeat: no-repeat;
}
.top-features .top-f-card:hover .top-f-content h3 {
  color: #3664FC;
}
.top-features .top-f-card .top-f-media img {
  width: 46px;
  height: 46px;
  margin-bottom: 1.5rem;
}
.top-features .top-f-card .top-f-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #292929;
  line-height: 24px;
  margin-bottom: 0.625rem;
}
.top-features .top-f-card .top-f-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 28px;
  margin-bottom: 0;
}
.top-features .top-f-seperator {
  position: relative;
}
.top-features .top-f-seperator::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background-image: url(../../assets/img/features/seperator.png);
  background-repeat: no-repeat;
}
.top-features .col-lg-4:nth-child(3) .top-f-card::after, .top-features .col-lg-4:nth-child(7) .top-f-card::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-image: url(../../assets/img/features/border-right.svg);
  background-repeat: no-repeat;
}
.top-features .top-f-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: -10;
}
.top-features .top-f-shape .top-f-s-item {
  width: 442px;
  height: 442px;
  filter: blur(145px);
  background-color: rgba(54, 100, 252, 0.05);
  border-radius: 50rem;
}
.top-features .top-f-shape .top-f-s-item.top-f-s-2 {
  background-color: rgba(54, 100, 252, 0.1);
}
.top-features .top-f-shape .top-f-s-item.top-f-s-2, .top-features .top-f-shape .top-f-s-item.top-f-s-3 {
  margin-left: -170px;
}

@media (max-width: 1399.98px) {
  .top-features .top-f-card {
    padding: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .top-features .top-f-card {
    padding: 2rem;
  }
}
@media (max-width: 991.98px) {
  .top-features .col-lg-4:nth-child(2) .top-f-card::after, .top-features .col-lg-4:nth-child(5) .top-f-card::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-image: url(../../assets/img/features/border-right.svg);
    background-repeat: no-repeat;
  }
  .top-features .col-lg-4:nth-child(3) .top-f-card::after {
    content: unset;
  }
  .top-features .top-f-card {
    padding: 1.75rem;
  }
  .top-features .top-f-shape .top-f-s-item {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 767.98px) {
  .top-features .top-f-card {
    padding: 1.5rem;
  }
  .top-features .top-f-shape .top-f-s-item {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 575.98px) {
  .top-features .top-f-card {
    padding: 1.25rem;
  }
  .top-features .top-f-shape {
    display: none;
  }
}
@media (max-width: 399.98px) {
  .top-features .top-f-card {
    padding: 1rem;
  }
}
@media (max-width: 349.98px) {
  .top-features .top-f-card {
    padding: 0.75rem;
  }
}
.rto-info .rto-i-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 1.75rem;
  margin-bottom: 2.5rem;
}
.rto-info .rto-i-list li {
  display: flex;
  text-align: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  transition: 0.3s;
  cursor: pointer;
}
.rto-info .rto-i-list li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #292929;
  padding: 0.625rem 1.25rem;
  border-radius: 50rem;
  border: 1px solid #EDEDF5;
  width: 100%;
}
.rto-info .rto-i-list li.active_state a, .rto-info .rto-i-list li.active_code a {
  background-color: rgba(54, 100, 252, 0.1019607843);
  border-color: #3664FC;
  color: #3664FC;
}
.rto-info .rto-i-list li:hover a {
  background-color: rgba(54, 100, 252, 0.1019607843);
  border-color: #3664FC;
  color: #3664FC;
}
.rto-info.rto-info-full.rto-info-code {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px dashed #EDEDF5;
}
.rto-info.rto-info-full ul {
  margin: 0;
}
.rto-info.rto-info-full ul li {
  flex: 0 0 auto;
  width: 15.1%;
  margin: 0 0.625rem 1.25rem;
}
.rto-info.rto-info-full .rto-i-code li {
  flex: 0 0 auto;
  width: 10.95%;
  margin: 0 0.625rem 1.25rem;
}

@media (max-width: 1399.98px) {
  .rto-info.rto-info-full ul li {
    width: 18.2%;
  }
}
@media (max-width: 1199.98px) {
  .rto-info.rto-info-full ul li {
    width: 22.85%;
  }
}
@media (max-width: 991.98px) {
  .rto-info.rto-info-full ul li {
    width: 30.45%;
  }
}
@media (max-width: 767.98px) {
  .rto-info.rto-info-full ul li {
    width: 31.25%;
    padding: 0.625rem 1rem;
    margin: 0 0.325rem 1rem;
  }
}
@media (max-width: 575.98px) {
  .rto-info.rto-info-full ul li {
    width: auto;
  }
}
.our-partners {
  padding-top: 0;
}
.our-partners .marquee {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 1.75rem 0;
}
.our-partners .marquee::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 60px;
  background: linear-gradient(90deg, #FFFFFF 37.5%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
.our-partners .marquee::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 60px;
  background: linear-gradient(270deg, #FFFFFF 37.5%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
.our-partners .marquee .our-p-shape .our-s-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.our-partners .marquee .our-p-shape .our-s-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.our-partners .marquee .marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation-duration: 30s;
  animation: scrolling 18s linear infinite;
}
.our-partners .marquee .marquee-content:hover {
  animation-play-state: paused;
}
.our-partners .marquee .marquee-content .marquee-content-list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 16.6666666667%;
}
.our-partners .marquee .marquee-content .marquee-content-list::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 1px;
  background-image: url(../../assets/img/our-partner/client-item-border.svg);
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .our-partners .marquee .marquee-content .marquee-content-list {
    width: 20%;
  }
}
@media (max-width: 1199.98px) {
  .our-partners .marquee .marquee-content .marquee-content-list {
    width: 22%;
  }
}
@media (max-width: 991.98px) {
  .our-partners .marquee .marquee-content .marquee-content-list {
    width: 24%;
  }
}
@media (max-width: 767.98px) {
  .our-partners .marquee .marquee-content .marquee-content-list {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  .our-partners .marquee .marquee-content .marquee-content-list {
    width: 50%;
  }
}
.blogs .hero-newslist-slider .swiper-button-next, .blogs .hero-newslist-slider .swiper-button-prev {
  display: none;
}
.blogs .blogs-grids {
  height: 100%;
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.blogs .blogs-grids:hover {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.025) scaleY(1.025);
}
.blogs .blogs-grids .blogs-g-border {
  padding: 1.5rem;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
  height: 100%;
}
.blogs .blogs-grids .blogs-g-media {
  overflow: hidden;
  padding-top: 59%;
  position: relative;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
}
.blogs .blogs-grids .blogs-g-media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.blogs .blogs-grids .blogs-g-content .badge {
  display: inline-block;
  border: 1px solid #3664FC;
  background-color: rgba(54, 100, 252, 0.1019607843);
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #3664FC;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.blogs .blogs-grids .blogs-g-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #292929;
  margin-bottom: 1rem;
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .blogs-grids .blogs-g-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .blogs-grids .blogs-g-content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #9CA3AF;
}
.blogs .blogs-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: -10;
}
.blogs .blogs-shape .blog-shape-item {
  width: 442px;
  height: 442px;
  filter: blur(145px);
  background-color: rgba(54, 100, 252, 0.05);
  border-radius: 50rem;
}
.blogs .blogs-shape .blog-shape-item.blogs-s-2 {
  background-color: rgba(54, 100, 252, 0.1);
}
.blogs .blogs-shape .blog-shape-item.blogs-s-2, .blogs .blogs-shape .blog-shape-item.blogs-s-3 {
  margin-left: -170px;
}

@media (max-width: 991.98px) {
  .blogs .blogs-shape .blog-shape-item {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 767.98px) {
  .blogs .blogs-shape .blog-shape-item {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 575.98px) {
  .blogs .blogs-shape {
    display: none;
  }
}
.faqs {
  position: relative;
  background-color: #ededf5;
  padding: 120px 0;
  overflow: hidden;
  z-index: 1;
}
.faqs .faqs-shape .faqs-s-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.1;
}
.faqs .faqs-shape .faqs-s-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.1;
}
.faqs .accordion .accordion-item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 1.25rem;
  border: 1px solid #fff;
  padding: 0.625rem;
}
.faqs .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faqs .accordion .accordion-item .accordion-header {
  border: 1px dashed #dce0d3;
  border-radius: 12px;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button {
  padding: 1.15rem 0.75rem;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px !important;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../../assets/img/faqs/plus.svg);
}
.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/img/faqs/minus.svg);
}
.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #24272c;
  background-color: transparent;
  box-shadow: unset;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  opacity: 1;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 1.5rem 1.5rem 0.875rem;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 1rem;
  line-height: 25px;
  font-weight: 400;
  color: #5d6167;
  margin: 0;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #5d6167;
  margin-bottom: 0.75rem;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.faqs .accordion .accordion-item .accordion-collapse .accordion-body ul li::marker {
  color: #5d6167;
}

.rc-info .rto-info-conetnt h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.rc-info .rto-info-conetnt p {
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin-bottom: 1.5rem;
}
.rc-info .rto-info-conetnt ul {
  list-style: disc;
  padding-left: 1rem;
  margin: 0;
}
.rc-info .rto-info-conetnt ul li {
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin-bottom: 0.75rem;
}

.rto-rc-step .rto-rc-step-card {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-border {
  padding: 1.5rem;
  height: 100%;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardheader {
  display: flex;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardheader img {
  width: 100px;
  height: 100px;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardheader .rto-rc-step-content {
  margin-left: 1rem;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardheader .rto-rc-step-content h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0.75rem;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardheader .rto-rc-step-content p {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #4C4C4C;
  margin-bottom: 1rem;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardbody {
  margin-top: 2rem;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardbody ul {
  list-style: disc;
  padding-left: 1rem;
  margin: 0;
}
.rto-rc-step .rto-rc-step-card .rto-rc-step-cardbody ul li {
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin-bottom: 0.75rem;
}

.hero-rc-details {
  position: relative;
  padding-top: 150px;
  overflow: hidden;
  z-index: 1;
  background-image: linear-gradient(180deg, #ededf5 -5%, rgba(237, 237, 245, 0.1));
}
.hero-rc-details .hrc-details-card {
  padding: 2rem;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.025);
}
.hero-rc-details .hrc-details-card h1 {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  color: #292929;
  padding: 0.75rem 1.5rem;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}
.hero-rc-details .hrc-details-card .hrcd-cardbody p {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0.5rem;
}
.hero-rc-details .hrc-details-card .hrcd-cardbody a {
  word-break: break-all;
  color: #292929;
  transition: 0.3s;
}
.hero-rc-details .hrc-details-card .hrcd-cardbody a:hover {
  color: #3664FC;
}
.hero-rc-details .hrc-details-card .hrcd-cardbody span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
}
.hero-rc-details .hrc-details-img {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.hero-rc-details .hrc-details-img .hrc-details-border {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1.5rem;
  height: 100%;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
}
.hero-rc-details .hrc-details-img .hrc-details-border .hrc-details-media {
  text-align: center;
}
.hero-rc-details .hrc-details-img .hrc-details-border .hrc-details-media img {
  border-radius: 12px;
}
.hero-rc-details .hrc-details-img .hrc-details-border .hrc-details-insurance {
  text-align: center;
}
.hero-rc-details .hrc-details-img .hrc-details-border .hrc-details-insurance img {
  height: 100px;
}
.hero-rc-details .hero-shape .hero-s-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.1;
}

.hero-rc-affiliation {
  padding: 0;
}
.hero-rc-affiliation .hero-rc-affiliation-box {
  padding: 1.5rem;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.hero-rc-affiliation.challan-affiliation {
  position: sticky;
  top: 100px;
}
.hero-rc-affiliation .hrc-affiliation-card {
  display: flex;
  align-items: center;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
  padding: 1.5rem;
  cursor: pointer;
}
.hero-rc-affiliation .hrc-affiliation-card img {
  width: 35px;
  height: 35px;
  margin-right: 1rem;
}
.hero-rc-affiliation .hrc-affiliation-card p {
  font-size: 18px;
  font-weight: 600;
  line-height: 0;
  color: #292929;
  margin-bottom: 0;
}

.app-download .app-download-content {
  text-align: center;
}
.app-download .app-download-content span {
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.app-download .app-download-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.app-download .app-download-content p {
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin: 1.25rem 0 2.25rem;
}
.app-download .app-download-content a {
  display: inline-block;
}
.app-download .app-download-content a img {
  height: 50px;
}
.app-download .app-download-footer {
  margin-top: 4rem;
}
.app-download .app-download-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-download .app-download-footer ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #292929;
  padding-left: 2rem;
}
.app-download .app-download-footer ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/rc/circle-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.app-download .top-f-shape {
  position: absolute;
  left: 50%;
  bottom: -442px;
  transform: translateX(-50%);
  display: flex;
  z-index: -10;
}
.app-download .top-f-shape .top-f-s-item {
  width: 442px;
  height: 442px;
  filter: blur(145px);
  background-color: rgba(54, 100, 252, 0.05);
  border-radius: 50rem;
}
.app-download .top-f-shape .top-f-s-item.top-f-s-2 {
  background-color: rgba(54, 100, 252, 0.1);
}
.app-download .top-f-shape .top-f-s-item.top-f-s-2, .app-download .top-f-shape .top-f-s-item.top-f-s-3 {
  margin-left: -170px;
}

.rc-check .rc-check-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: -10;
}
.rc-check .rc-check-shape .rc-check-shape-item {
  width: 442px;
  height: 442px;
  filter: blur(145px);
  background-color: rgba(54, 100, 252, 0.05);
  border-radius: 50rem;
}
.rc-check .rc-check-shape .rc-check-shape-item.rc-c-s-2 {
  background-color: rgba(54, 100, 252, 0.1);
}
.rc-check .rc-check-shape .rc-check-shape-item.check-c-s-2, .rc-check .rc-check-shape .rc-check-shape-item.check-c-s-3 {
  margin-left: -170px;
}
.rc-check .rc-check-card {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.rc-check .rc-check-card .rc-check-border {
  padding: 2rem;
  height: 100%;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
}
.rc-check .rc-check-card .rc-check-icon {
  text-align: center;
}
.rc-check .rc-check-card .rc-check-icon img {
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.rc-check .rc-check-card .rc-check-icon h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.rc-check .rc-check-card ul {
  margin-bottom: 0;
}
.rc-check .rc-check-card ul li {
  margin-bottom: 1.5rem;
}
.rc-check .rc-check-card ul li:last-child {
  margin-bottom: 0;
}
.rc-check .rc-check-card ul li h6 {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #24272c;
  margin-bottom: 0.625rem;
}
.rc-check .rc-check-card ul li p {
  font-size: 15px;
  font-weight: 400;
  color: #4C4C4C;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .rc-check .rc-check-shape .rc-check-shape-item {
    width: 325px;
    height: 325px;
  }
  .app-download .top-f-shape .top-f-s-item {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 767.98px) {
  .rc-check .rc-check-shape .rc-check-shape-item {
    width: 225px;
    height: 225px;
  }
  .app-download .top-f-shape .top-f-s-item {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 575.98px) {
  .rc-check .rc-check-shape {
    display: none;
  }
  .app-download .top-f-shape {
    display: none;
  }
}
.news-hero {
  padding-top: 160px;
  padding-bottom: 0;
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-content .badge {
  display: inline-block;
  border: 1px solid #3664FC;
  background-color: rgba(54, 100, 252, 0.1019607843);
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #3664FC;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #292929;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-content .btn {
  margin-top: 1rem;
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-card {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-card:hover {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.025) scaleY(1.025);
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-card .news-h-border {
  padding: 1.5rem;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-card .news-h-border .news-h-media {
  overflow: hidden;
  padding-top: 59%;
  position: relative;
  border-radius: 0.375rem;
}
.news-hero .news-h-slider .swiper-wrapper .swiper-slide .news-h-card .news-h-border .news-h-media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.blogs .blogs-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  z-index: 2;
}
.blogs .blogs-tabs ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 50rem;
  border: 1px dashed #dce0d3;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blogs .blogs-tabs ul li {
  position: relative;
  border-radius: 50rem;
  padding: 10px 24px;
  transition: 0.3s;
  cursor: pointer;
}
.blogs .blogs-tabs ul li a {
  color: #18181b;
}
.blogs .blogs-tabs ul li:hover {
  color: #3664FC;
  background-color: rgba(54, 100, 252, 0.1019607843);
}
.blogs .blogs-tabs ul li:hover a {
  color: #3664FC;
}
.blogs .blogs-tabs ul li.active {
  color: #fff;
  background-color: #456dff;
}
.blogs .blogs-tabs ul li.active a {
  color: #fff;
}
.blogs .pagination {
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 0;
}
.blogs .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 50px;
  color: #18181b;
  border: none;
}
.blogs .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #3664FC;
  border-color: #3664FC;
}

.newsview {
  padding-top: 160px;
}
.newsview .newsright {
  position: sticky;
  top: 160px;
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.newsview .newsright .newsright-border {
  padding: 2rem 1.5rem;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
}
.newsview .newsright .newsright-border h4 {
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.newsview .newsright .newsright-border .newsright-search {
  margin-bottom: 2rem;
}
.newsview .newsright .newsright-border .newsright-search input {
  border-color: #EDEDF5;
  border-radius: 50px;
  padding: 12px 24px;
}
.newsview .newsright .newsright-border .newsright-category {
  margin-bottom: 2rem;
}
.newsview .newsright .newsright-border .newsright-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsview .newsright .newsright-border .newsright-category ul li {
  padding: 1rem 0;
  border-bottom: 1px dashed #EDEDF5;
  transition: 0.3s;
  cursor: pointer;
}
.newsview .newsright .newsright-border .newsright-category ul li a {
  color: #18181b;
}
.newsview .newsright .newsright-border .newsright-category ul li:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.newsview .newsright .newsright-border .newsright-category ul li:first-child {
  padding-top: 0;
}
.newsview .newsright .newsright-border .newsright-category ul li.active a {
  color: #3664FC;
}
.newsview .newsright .newsright-border .newsright-category ul li:hover a {
  color: #3664FC;
}
.newsview .newsright .newsright-border .newsright-recent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsview .newsright .newsright-border .newsright-recent ul li {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  transition: 0.3s;
  cursor: pointer;
}
.newsview .newsright .newsright-border .newsright-recent ul li:last-child {
  padding-bottom: 0;
}
.newsview .newsright .newsright-border .newsright-recent ul li:first-child {
  padding-top: 0;
}
.newsview .newsright .newsright-border .newsright-recent ul li:hover .recentcardbody a {
  color: #3664FC;
}
.newsview .newsright .newsright-border .newsright-recent ul li img {
  height: 80px;
  border-radius: 1rem;
  margin-right: 1rem;
}
.newsview .newsright .newsright-border .newsright-recent ul li .recentcardbody a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #18181b;
  font-weight: 600;
  margin-bottom: 0.525rem;
}
.newsview .newsright .newsright-border .newsright-recent ul li .recentcardbody p {
  font-size: 14px;
  font-weight: 400;
  color: #6c737d;
  margin: 0;
}
.newsview .newsleft {
  padding-right: 2rem;
}
.newsview .newsleft .newsleft-media {
  overflow: hidden;
  padding-top: 59%;
  position: relative;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
.newsview .newsleft .newsleft-media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.newsview .newsleft h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #292929;
  margin-bottom: 1.5rem;
}
.newsview .newsleft .newsleft-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #dce0d3;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.newsview .newsleft .newsleft-tag .newsleft-taglist {
  display: inline-block;
  border: 1px solid #3664FC;
  background-color: rgba(54, 100, 252, 0.1019607843);
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #3664FC;
  border-radius: 50px;
}
.newsview .newsleft .newsleft-tag p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #4C4C4C;
  margin-bottom: 0;
}
.newsview .newsleft .newsleft-content h2, .newsview .newsleft .newsleft-content h3, .newsview .newsleft .newsleft-content h4, .newsview .newsleft .newsleft-content h5, .newsview .newsleft .newsleft-content h6 {
  color: #292929;
}
.newsview .newsleft .newsleft-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.45rem;
}
.newsview .newsleft .newsleft-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.35rem;
}
.newsview .newsleft .newsleft-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.newsview .newsleft .newsleft-content h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.15rem;
}
.newsview .newsleft .newsleft-content h6 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.newsview .newsleft .newsleft-content ul {
  list-style: square;
}
.newsview .newsleft .newsleft-content p, .newsview .newsleft .newsleft-content li {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #4C4C4C;
  margin-bottom: 1.5rem;
}
.newsview .newsleft .newsleft-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
}

.hero.hero-rtoinfo .col-12 {
  position: relative;
}
.hero.hero-rtoinfo .hero-content {
  text-align: center;
}
.hero.hero-rtoinfo .hero-content span {
  border: none;
  padding: 0;
  color: #3664FC;
}
.hero.hero-rtoinfo .hero-search-box {
  text-align: center;
  max-width: 600px;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input {
  border-top-left-radius: 1rem;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select {
  width: 50%;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select:first-child {
  border-right: 1px dashed #dce0d3;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select .btn-light {
  background-color: #fff;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select .btn-light:hover, .hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select .btn-light:active {
  border-color: transparent;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select .btn-light.show {
  border-color: transparent;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select .btn-light:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: unset;
}
.hero.hero-rtoinfo .hero-search-box .hero-s-input .hero-s-inputgroup .bootstrap-select .btn-light:focus-visible {
  border-color: transparent;
  box-shadow: unset;
}
.hero.hero-rtoinfo .swiper .swiper-button-prev, .hero.hero-rtoinfo .swiper .swiper-button-next {
  display: flex;
}

.rto-features .top-f-card {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.rto-features .top-f-card .top-f-border {
  padding: 1.5rem;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
  height: 100%;
}
.rto-features .top-f-card .top-f-border .top-f-media img {
  width: 40px;
  height: 40px;
  margin-bottom: 1.5rem;
}
.rto-features .top-f-card .top-f-border .top-f-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
  line-height: 24px;
  margin-bottom: 0.625rem;
}
.rto-features .top-f-card .top-f-border .top-f-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 28px;
  margin-bottom: 0;
}
.rto-features .top-f-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: -10;
}
.rto-features .top-f-shape .top-f-s-item {
  width: 442px;
  height: 442px;
  filter: blur(145px);
  background-color: rgba(54, 100, 252, 0.05);
  border-radius: 50rem;
}
.rto-features .top-f-shape .top-f-s-item.top-f-s-2 {
  background-color: rgba(54, 100, 252, 0.1);
}
.rto-features .top-f-shape .top-f-s-item.top-f-s-2, .rto-features .top-f-shape .top-f-s-item.top-f-s-3 {
  margin-left: -170px;
}

@media (max-width: 1399.98px) {
  .top-features .top-f-card {
    padding: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .top-features .top-f-card {
    padding: 2rem;
  }
}
@media (max-width: 991.98px) {
  .top-features .col-lg-4:nth-child(2) .top-f-card::after, .top-features .col-lg-4:nth-child(5) .top-f-card::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-image: url(../../assets/img/features/border-right.svg);
    background-repeat: no-repeat;
  }
  .top-features .col-lg-4:nth-child(3) .top-f-card::after {
    content: unset;
  }
  .top-features .top-f-card {
    padding: 1.75rem;
  }
  .top-features .top-f-shape .top-f-s-item {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 767.98px) {
  .top-features .top-f-card {
    padding: 1.5rem;
  }
  .top-features .top-f-shape .top-f-s-item {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 575.98px) {
  .top-features .top-f-card {
    padding: 1.25rem;
  }
  .top-features .top-f-shape {
    display: none;
  }
}
@media (max-width: 399.98px) {
  .top-features .top-f-card {
    padding: 1rem;
  }
}
@media (max-width: 349.98px) {
  .top-features .top-f-card {
    padding: 0.75rem;
  }
}
.rto-infoblog .rto-info .rto-infoblog-content {
  margin-bottom: 3rem;
}
.rto-infoblog .rto-info .rto-infoblog-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #24272c;
  margin-bottom: 1rem;
}
.rto-infoblog .rto-info .rto-infoblog-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #24272c;
  margin-bottom: 1rem;
}
.rto-infoblog .rto-info .rto-infoblog-content h4 {
  font-size: 25px;
  font-weight: 700;
  color: #24272c;
  margin-bottom: 1rem;
}
.rto-infoblog .rto-info .rto-infoblog-content h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #24272c;
  margin-bottom: 1rem;
  background-color: rgba(244, 67, 54, 0.05);
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(244, 67, 54, 0.15);
}
.rto-infoblog .rto-info .rto-infoblog-content h6 span {
  font-weight: 600;
  color: #F44336;
}
.rto-infoblog .rto-info .rto-infoblog-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4C4C4C;
  margin-bottom: 1rem;
}
.rto-infoblog .rto-info .rto-infoblog-content ul {
  list-style: square;
}
.rto-infoblog .rto-info .rto-infoblog-content ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4C4C4C;
  margin-bottom: 0.5rem;
}
.rto-infoblog .rto-info .rto-infoblog-content ul li:last-child {
  margin-bottom: 0;
}
.rto-infoblog .rto-info .rto-infoblog-content a, .rto-infoblog .rto-info .rto-infoblog-content .text-primary {
  color: #3664FC;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive {
  margin: 1.5rem 0;
  border: 1px solid rgba(54, 100, 252, 0.5);
  border-radius: 1rem;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table {
  margin-bottom: 0;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table .border-left-none {
  border-left: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table .border-right-none {
  border-right: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table thead tr {
  border-color: 1px solid rgba(54, 100, 252, 0.25);
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table thead tr th {
  font-size: 17px;
  font-weight: 600;
  color: #24272c;
  background-color: rgba(54, 100, 252, 0.1019607843);
  padding: 1rem;
  border-color: rgba(54, 100, 252, 0.25);
  vertical-align: middle;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table thead tr th:first-child {
  border-left: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table thead tr th:last-child {
  border-right: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table thead tr:first-child {
  border-top: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tbody tr {
  border-color: rgba(54, 100, 252, 0.15);
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tbody tr td {
  font-size: 15px;
  font-weight: 400;
  padding: 0.75rem 1rem;
  color: #24272c;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tbody tr td:first-child {
  border-left: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tbody tr td:last-child {
  border-right: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tbody tr:nth-child(2n) td {
  background-color: rgba(54, 100, 252, 0.03);
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tbody tr:last-child {
  border-bottom: none;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tfoot tr th {
  font-size: 16px;
  font-weight: 600;
  padding: 0.75rem 1rem;
}
.rto-infoblog .rto-info .rto-infoblog-content .table-responsive .table tfoot tr th.cursor-pointer {
  cursor: pointer;
}
.rto-infoblog .rto-info-media {
  position: sticky;
  top: 100px;
  padding: 1rem;
  background-color: #ededf5;
  border-radius: 1rem;
}
.rto-infoblog .top-f-shape {
  position: absolute;
  left: 50%;
  bottom: -442px;
  transform: translateX(-50%);
  display: flex;
  z-index: -10;
}
.rto-infoblog .top-f-shape .top-f-s-item {
  width: 442px;
  height: 442px;
  filter: blur(145px);
  background-color: rgba(54, 100, 252, 0.05);
  border-radius: 50rem;
}
.rto-infoblog .top-f-shape .top-f-s-item.top-f-s-2 {
  background-color: rgba(54, 100, 252, 0.1);
}
.rto-infoblog .top-f-shape .top-f-s-item.top-f-s-2, .rto-infoblog .top-f-shape .top-f-s-item.top-f-s-3 {
  margin-left: -170px;
}

@media (max-width: 991.98px) {
  .rto-infoblog .top-f-shape .top-f-s-item {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 767.98px) {
  .rto-infoblog .top-f-shape .top-f-s-item {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 575.98px) {
  .rto-infoblog .top-f-shape {
    display: none;
  }
}
.echallan-list {
  padding-top: 0;
}
.echallan-list .echallan-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.echallan-list .echallan-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.echallan-list .echallan-title ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0.325rem;
  background-color: #fff;
  border-radius: 50rem;
  border: 1px dashed #dce0d3;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.025);
}
.echallan-list .echallan-title ul li {
  position: relative;
  border-radius: 50rem;
  padding: 8px 20px;
  transition: 0.3s;
  cursor: pointer;
}
.echallan-list .echallan-title ul li:hover {
  color: #3664FC;
  background-color: rgba(54, 100, 252, 0.1019607843);
}
.echallan-list .echallan-title ul li.active {
  color: #fff;
  background-color: #456dff;
}
.echallan-list .echallan-card {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.echallan-list .echallan-card .echallan-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.echallan-list .echallan-card .echallan-card-header p {
  font-size: 18px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0;
  padding: 12px 24px;
  background-color: #ededf5;
  border-radius: 1rem;
}
.echallan-list .echallan-card .echallan-card-header span {
  position: relative;
  display: inline-block;
  border-radius: 50rem;
  font-size: 15px;
  padding: 6px 16px;
  transition: 0.3s;
  cursor: pointer;
}
.echallan-list .echallan-card .echallan-card-header span.paid {
  color: #388e3c;
  border-color: #388e3c;
  background-color: #e8ffe9;
}
.echallan-list .echallan-card .echallan-card-header span.unpaid {
  color: #fd1515;
  border-color: #fd1515;
  background-color: #FFF9F9;
}
.echallan-list .echallan-card .echallan-card-body .ecb-list p {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0.5rem;
}
.echallan-list .echallan-card .echallan-card-body .ecb-list span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
}
.echallan-list .echallan-card .echallan-card-body .ecb-list ul {
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 0;
}
.echallan-list .echallan-card .echallan-card-body .ecb-list ul li {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #4C4C4C;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.echallan-list .echallan-card .echallan-card-body .ecb-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #dce0d3;
}
.echallan-list .echallan-card .echallan-card-body .ecb-list ul li:last-child {
  margin-bottom: 0;
}
.echallan-list .echallan-card .echallan-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-top: 1px dashed #dce0d3;
  padding-top: 1.5rem;
  margin-top: 2rem;
}
.echallan-list .echallan-card .echallan-card-footer a {
  font-weight: 600;
  width: 50%;
  color: #292929;
  text-align-last: center;
  border-right: 1px dashed #dce0d3;
}
.echallan-list .echallan-card .echallan-card-footer a:last-child {
  border-right: none;
}
.echallan-list .echallan-card .echallan-card-footer a:hover {
  color: #007aff;
}
.echallan-list .no-data {
  text-align: center;
}
.echallan-list .no-data h6 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 32px;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: #0CA437;
}
.echallan-list .no-data p {
  font-weight: 400;
  line-height: 28px;
  color: #4C4C4C;
  margin-bottom: 0;
}

.hero.hero-contact .hero-content {
  text-align: center;
  margin-bottom: 3rem;
}
.hero.hero-contact .hero-content p {
  margin-bottom: 1.25rem;
}
.hero.hero-contact .hero-content span {
  border: none;
  padding: 0;
  color: #3664FC;
}
.hero.hero-contact .hero-contact-box {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.hero.hero-contact .hero-contact-box .hero-contact-box-border {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2.5rem;
  height: 100%;
  border: 1px dashed #dce0d3;
  border-radius: 12px;
}
.hero.hero-contact .hero-contact-box .hero-contact-box-border label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.hero.hero-contact .hero-contact-box .hero-contact-box-border .form-control {
  font-size: 0.875rem;
  border-radius: 0.625rem;
  margin-bottom: 1.75rem;
  padding: 0.625rem 1.25rem;
  border-color: #dce0d3;
}
.hero.hero-contact .hero-contact-box .hero-contact-box-border .form-control:focus {
  border-color: rgba(54, 100, 252, 0.5);
  box-shadow: unset;
}
.hero.hero-contact .hero-contact-box .hero-contact-box-border input {
  border-radius: 50px !important;
}
.hero.hero-contact .hero-contact-box .hero-contact-box-border .btn {
  border-radius: 50px;
}/*# sourceMappingURL=styles.css.map */