@import url("https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100;200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
  --font-name: "Anek Telugu", sans-serif;
  --font-name-a: "Open Sans", sans-serif;
  --man_body_color: #fff;
  --main_bg_color: linear-gradient(125deg, #2b71dd 0%, #6545f9 100%);
  --main_bg_hover-color: linear-gradient(125deg, #6545f9 0%, #2b71dd 100%);
  --main_bod_color: #6545f9;
  --main_font_color: #6545f9;
  --main-a_bg_color: #6545f9;
  --main-a_bod_color: #3863e0;
  --font-black-color: #323030;
  --font-white-color: #ffff;
  --report-inpot-bg-color: #fff;
  --report-inpot-boder-color: #bfbfbf;
  --table-even-bg-color: #ffffff;
  --table-odd-bg-color: #f4f6fd;
  --report-butt-bg-color: #24d86c;
  --report-butt-bg-hover-color: #1dac56;
  --report-butt-bg-color1: #ff444b;
  --report-butt-bg-hover-color1: #ce3338;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-name), Helvetica, serif;
  box-sizing: border-box;
}

body {
  background-color: var(--man_body_color);
  font-family: var(--font-name), Helvetica, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: var(--font-black-color);
  overflow: hidden auto;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-name), Helvetica, serif;
  font-weight: 700;
  color: var(--font-black-color);
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: var(--font-name), Helvetica, serif;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-name), Helvetica, serif;
  color: var(--font-black-color);
  margin: 0;
}

.font-color-danger {
  color: #ff6167 !important;
  font-weight: 600 !important;
}

.font-color-success {
  color: #24d86c !important;
  font-weight: 600 !important;
}

select:focus-visible {
  outline: none;
}

/*=========<<preloader balck>>=========*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  background-color: #0f0f1a;
  z-index: 99999;
  overflow: hidden;
  transition: opacity 0.77s ease 0s;
}
.preloader .preloader_box {
  position: absolute;
  display: inline-block;
}
.preloader .preloader_box:before, .preloader .preloader_box:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 80px;
  height: 85px;
  border-radius: 0.25em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.preloader .preloader_box:before {
  background-image: url(/assets/images/icon_2.svg);
  animation: before 1.6s infinite alternate;
  animation-duration: 1.5s;
  top: -10px;
}
.preloader .preloader_box:after {
  background-image: url(/assets/images/icon_1.svg);
  animation: after 1.6s infinite alternate;
  animation-duration: 1.5s;
  top: 10px;
}

@keyframes before {
  to {
    transform: rotate(360deg);
    top: -10px;
  }
  from {
    transform: rotate(50deg);
    top: -25px;
  }
}
@keyframes after {
  to {
    transform: rotate(360deg);
    top: 10.8px;
  }
  from {
    transform: rotate(50deg);
    top: 25px;
  }
}
.scrollToTop {
  transition: all 0.3s ease-out;
  background: var(--main_bg_color);
  position: fixed;
  bottom: 5% !important;
  right: 5% !important;
  z-index: 9 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  border-radius: 5px !important;
  color: #fff;
}

/*=========<<Margin property Utilities end>>=========*/
.header-section {
  width: 100%;
  background-color: #edf3ff;
  position: relative;
  overflow: visible;
}
.header-section .header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 8px;
  position: relative;
}
.header-section .header-wrapper .logo a img {
  width: 190px;
  display: block;
}
.header-section .header-wrapper .menu-area {
  display: flex;
  gap: 23px;
  align-items: center;
}
.header-section .header-wrapper .menu-area .menu-box {
  display: flex;
  align-items: center;
  gap: 17px;
}
.header-section .header-wrapper .menu-area .menu-box li.menu-item-has-children {
  position: relative;
}
.header-section .header-wrapper .menu-area .menu-box li.menu-item-has-children:hover > .submenu {
  transform: translateY(15px);
  opacity: 1;
  visibility: visible;
}
.header-section .header-wrapper .menu-area .menu-box li.menu-item-has-children .submenu {
  transition: all 0.3s ease-out;
  transform: translateY(35px);
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 9;
  background: #fff;
  width: 220px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border-radius: 0.4rem;
}
.header-section .header-wrapper .menu-area .menu-box li.menu-item-has-children .submenu li {
  padding: 0;
}
.header-section .header-wrapper .menu-area .menu-box li.menu-item-has-children .submenu li a {
  font-size: 0.9rem;
  padding: 5px 11px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  color: #202020;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.3rem;
  transition: all 0.3s ease-out;
}
.header-section .header-wrapper .menu-area .menu-box li.menu-item-has-children .submenu li a:hover {
  color: var(--main_font_color);
}
.header-section .header-wrapper .menu-area .menu-box li a {
  font-size: 1rem;
  text-transform: capitalize;
  font-family: var(--font-name-a);
  color: var(--font-black-color);
  font-weight: 500;
}
.header-section .header-wrapper .menu-area .menu-box li a:hover {
  color: var(--main_font_color);
}
.header-section .header-wrapper .menu-area .menu-area .header-btn {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary {
  padding: 6px 22px;
  font-size: 1rem;
  font-family: var(--font-name-a);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
.header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary .login_buttone {
  width: 26px;
  height: 26px;
  display: none;
}
.header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary.trk-btn {
  position: relative;
  overflow: hidden;
}
.header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary.trk-btn::after {
  background: #ffffff;
  content: "";
  position: absolute;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary.trk-btn:hover {
  color: var(--font-white-color);
  transform: translateY(-2px);
}
.header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary.trk-btn:hover::after {
  left: 180%;
  transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
}
.header-section.header-fixed {
  animation: fadeInDown 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #edf3ff;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-section .header-bar {
  width: 30px;
  height: 24px;
  cursor: pointer;
  margin-inline-start: 30px;
  position: relative;
  display: none;
}
.header-section .header-bar span {
  background-color: #000;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.header-section .header-bar span:nth-child(2) {
  top: 52%;
  width: 81%;
  transform: translateY(-65%);
}
.header-section .header-bar span:nth-child(3) {
  top: 100%;
  transform: translateY(-65%);
}

@media screen and (max-width: 992px) {
  .header-section .header-bar {
    display: block;
    margin: 0;
  }
  .header-section .header-wrapper .logo {
    position: absolute;
    left: 47px;
    display: block;
  }
  .header-section .header-wrapper .logo a {
    display: block;
    margin: 0 auto;
  }
  .header-section .header-wrapper .logo a img {
    margin: 0 auto;
    width: 148px;
  }
  .header-section .header-wrapper .menu-area {
    justify-content: space-between;
    width: 100%;
  }
  .header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary {
    padding: 6px 11px;
  }
  .header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary.sign_user {
    display: none;
  }
  .header-section .header-wrapper .menu-area .menu-area .header-btn .trk-btn--primary .login_buttone {
    display: block;
  }
  .header-section .header-wrapper .menu-area .menu-box {
    position: absolute;
    overflow: auto;
    max-height: 400px;
    transition: all ease 0.3s;
    transform-origin: top;
    z-index: 99;
    display: none !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0;
    gap: 0;
    top: 70px;
    background: transparent;
  }
  .header-section .header-wrapper .menu-area .menu-box.active {
    display: flex !important;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
    background: var(--font-white-color);
  }
  .header-section .header-wrapper .menu-area .menu-box li {
    width: 100%;
  }
  .header-section .header-wrapper .menu-area .menu-box li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    width: 100%;
    text-transform: capitalize;
    border-top: 1px solid rgba(190, 190, 190, 0.4196078431);
    color: var(--font-black-color);
  }
}
/*=========<<Banner section start here>>=========*/
.banner-stylel {
  position: relative;
  margin: 0 0 5rem;
  padding: 0;
}
.banner-stylel .banner__bg-element {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  z-index: -9;
  display: block;
  background-image: url(../images/banner/home1/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner-stylel .banner__shape {
  display: block;
}
.banner-stylel .banner__shape .banner__shape-item img {
  position: absolute;
  right: 34%;
  z-index: 1;
  bottom: -30px;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  width: 39px;
  opacity: 0.8;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.banner-stylel .banner__wrapper {
  width: 100%;
  padding: 26px 0 0;
}
.banner-stylel .banner__wrapper .banner__content .banner__content-coin {
  width: 85px;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  margin: 0 0 14px;
}
.banner-stylel .banner__wrapper .banner__content .banner__content-coin img {
  width: 100%;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.banner-stylel .banner__wrapper .banner__content .banner__content-heading {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  color: var(--font-black-color);
}
.banner-stylel .banner__wrapper .banner__content .banner__content-heading span {
  color: var(--main_font_color);
}
.banner-stylel .banner__wrapper .banner__content .banner__content-moto {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 20px;
}
.banner-stylel .banner__wrapper .banner__content .banner__btn-group {
  margin-block-end: 65px;
}
.banner-stylel .banner__wrapper .banner__content .banner__btn-group .trk-btn--arrow {
  font-size: 1rem;
  font-family: var(--font-name-a);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  padding: 15px 24px;
  line-height: 0;
}
.banner-stylel .banner__wrapper .banner__content .banner__btn-group .trk-btn--arrow.trk-btn {
  position: relative;
  position: relative;
  overflow: hidden;
}
.banner-stylel .banner__wrapper .banner__content .banner__btn-group .trk-btn--arrow.trk-btn::after {
  background: #ffffff;
  content: "";
  position: absolute;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.banner-stylel .banner__wrapper .banner__content .banner__btn-group .trk-btn--arrow.trk-btn:hover {
  color: var(--font-white-color);
  transform: translateY(-2px);
}
.banner-stylel .banner__wrapper .banner__content .banner__btn-group .trk-btn--arrow.trk-btn:hover::after {
  left: 180%;
  transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
}
.banner-stylel .banner__wrapper .banner__content .banner__content-social p {
  margin-block-end: 25px;
  font-size: 19px;
  font-weight: 600;
  color: var(--font-black-color);
}
.banner-stylel .banner__wrapper .banner__content .banner__content-social .social {
  display: flex;
  gap: 15px;
}
.banner-stylel .banner__wrapper .banner__content .banner__content-social .social .social__link--style {
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-out;
  background-color: transparent;
  border: 1px solid #eceff2;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-stylel .banner__wrapper .banner__content .banner__content-social .social .social__link--style.active, .banner-stylel .banner__wrapper .banner__content .banner__content-social .social .social__link--style:hover {
  background: var(--main_bg_color);
  border-color: var(--main_bod_color);
}
.banner-stylel .banner__wrapper .banner__content .banner__content-social .social .social__link--style.active svg, .banner-stylel .banner__wrapper .banner__content .banner__content-social .social .social__link--style:hover svg {
  color: var(--font-white-color);
}
.banner-stylel .banner__wrapper .banner__content .banner__content-social .social .social__link--style svg {
  color: #1b2d29;
  height: 20px;
  overflow: visible;
}
.banner-stylel .banner__wrapper .banner__thumb {
  position: relative;
}
.banner-stylel .banner__wrapper .banner__thumb img {
  transition-timing-function: ease;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  max-inline-size: 112%;
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}

@media screen and (max-width: 768px) {
  .banner-stylel .banner__wrapper .banner__content .banner__content-heading {
    font-size: 63px;
    font-weight: 600;
    line-height: 65px;
  }
  .banner-stylel .banner__wrapper .banner__thumb img {
    position: initial;
    animation: auto;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .banner-stylel .banner__wrapper .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .banner-stylel .banner__wrapper {
    padding: 55px 0 0;
  }
  .banner-stylel .banner__wrapper .banner__content .banner__content-heading {
    font-size: 39px;
    font-weight: 600;
    line-height: 45px;
  }
  .banner-stylel .banner__wrapper .row .col-lg-6 {
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .banner-stylel {
    margin: 0 0 4rem;
  }
}
/*=========<<intro section start here>>=========*/
.intro--gradient {
  position: relative;
  margin: 10rem 0 5rem;
  padding: 0;
}
.intro--gradient .page_intro_box {
  background-color: #f5f8ff;
  box-shadow: 0 2px 13px 1px rgba(0, 0, 0, 0.08);
  padding: 30px 26px;
  border-radius: 13px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.intro--gradient .page_intro_box .icon_box_min {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.intro--gradient .page_intro_box .icon_box_min .icon_box {
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro--gradient .page_intro_box .icon_box_min p {
  color: #2a2c2e;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 23px;
}

@media screen and (max-width: 992px) {
  .intro--gradient {
    margin: 5rem 0 3rem;
  }
}
/*=========<<partner section start here>>=========*/
.partner--gradient {
  position: relative;
  margin: 5rem 0;
  padding: 0;
}
.partner--gradient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #e0faf2;
  border-top: 8px solid #ffffff;
  border-bottom: 8px solid #ffffff;
  z-index: 3;
}
.partner--gradient::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  height: 119px;
  width: 100%;
  background: linear-gradient(150.39deg, rgb(237, 242, 248) 15.02%, #edf2f8 99.59%);
  transform: rotate(2deg);
  z-index: 2;
}
.partner--gradient .partner__wrapper {
  position: relative;
  z-index: 333;
  padding-block: 10px;
  width: 100%;
  overflow: hidden;
}
.partner--gradient .partner__wrapper iframe {
  width: 100%;
  height: 75px;
}

@media screen and (max-width: 992px) {
  .partner--gradient {
    margin: 5rem 0;
  }
}
/*=========<<about section start here>>=========*/
.about--style {
  position: relative;
  margin: 0 0 6rem;
  padding: 0;
}
.about--style .about__thumb-inner {
  position: relative;
}
.about--style .about__thumb-inner .about__thumb-image img {
  width: 100%;
}
.about--style .about__thumb-inner .about__thumb-image::after {
  position: absolute;
  content: "";
  top: 60%;
  left: 50%;
  height: 200px;
  width: 200px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  filter: blur(70px);
  background-color: rgba(133, 242, 211, 0.5098039216);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about--style .about__thumb {
  position: relative;
}
.about--style .about__thumb .floating-content_box {
  position: absolute;
  left: 54px;
  top: 55px;
}
.about--style .about__thumb .floating-content_box .floating-content__item {
  background-color: rgba(255, 255, 255, 0.9490196078);
  border: 1px solid rgba(0, 0, 0, 0.0196078431);
  box-shadow: -40px 40px 60px 0 rgba(5, 30, 54, 0.05);
  border-radius: 16px;
  padding: 18px 29px;
}
.about--style .about__thumb .floating-content_box .floating-content__item h3 {
  font-family: var(--font-name-a);
  line-height: 32px;
  color: var(--main_font_color);
}
.about--style .about__thumb .floating-content_box .floating-content__item p {
  font-size: 15px;
  color: #474747;
}
.about--style .about__thumb .floating-content_box.floating-content__bottom-right {
  right: 5px;
  bottom: 70px;
  left: auto;
  top: auto;
}
.about--style .about__content-inner {
  text-transform: capitalize;
}
.about--style .about__content-inner h2 {
  font-size: 3rem;
  line-height: 56px;
  font-weight: 600;
  color: var(--font-black-color);
}
.about--style .about__content-inner h2 span {
  color: var(--main_font_color);
}
.about--style .about__content-inner p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.about--style .about__content-inner .trk-btn--primary {
  font-size: 1rem;
  font-family: var(--font-name-a);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  padding: 10px 19px;
  margin-block-start: 35px;
}
.about--style .about__content-inner .trk-btn--primary.trk-btn {
  position: relative;
  overflow: hidden;
}
.about--style .about__content-inner .trk-btn--primary.trk-btn::after {
  background: #ffffff;
  content: "";
  position: absolute;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.about--style .about__content-inner .trk-btn--primary.trk-btn:hover {
  color: var(--font-white-color);
  transform: translateY(-2px);
}
.about--style .about__content-inner .trk-btn--primary.trk-btn:hover::after {
  left: 180%;
  transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 768px) {
  .about--style .about__content-inner h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .about--style .about__thumb .floating-content_box .floating-content__item {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 992px) {
  .about--style {
    margin: 0 0 5rem;
  }
  .about--style .row {
    margin: 0;
    padding: 0;
  }
  .about--style .row .col-lg-6 {
    padding: 0 10px;
    margin: 0;
    width: 100%;
  }
}
/*=========<<feature section end here>>=========*/
.feature--style {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10rem;
  padding: 140px 0 171px;
  background: linear-gradient(152deg, rgba(237, 242, 248, 0.2196078431) 0%, #edf2f8 100%);
}
.feature--style .feature__shape .feature__shape-box {
  position: absolute;
  top: 19%;
  left: 50%;
  z-index: 2;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.feature--style .feature__shape .feature__shape-item {
  position: absolute;
  width: 1000px;
  height: 100%;
  top: -16%;
  right: -4%;
  border: 2px solid white;
  padding: 40px;
  display: block;
  border-bottom-left-radius: 25%;
  transform: rotate(-10deg);
  z-index: 1;
}
.feature--style .feature__shape .feature__shape-item span {
  position: absolute;
  width: 980px;
  height: 97%;
  top: 0;
  right: -1%;
  padding: 40px;
  display: block;
  background: linear-gradient(219deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  border-bottom-left-radius: 25%;
  z-index: -9;
}
.feature--style .feature__wrapper {
  z-index: 2;
  position: relative;
}
.feature--style .feature__wrapper .feature__content-inner .section-header h2 {
  font-size: 3rem;
  line-height: 56px;
  font-weight: 600;
  color: var(--font-black-color);
}
.feature--style .feature__wrapper .feature__content-inner .section-header h2 span {
  color: var(--main_font_color);
}
.feature--style .feature__wrapper .feature__content-inner .section-header p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.feature--style .feature__wrapper .feature__content-inner .feature__nav {
  margin-top: 48px;
}
.feature--style .feature__wrapper .feature__content-inner .feature__nav .nav-link {
  background-color: rgba(255, 255, 255, 0.231372549);
  border: 1px solid rgba(170, 170, 170, 0.3411764706);
  box-shadow: -40px 40px 60px 0 rgba(5, 30, 54, 0.05);
  border-radius: 10px;
  padding: 16px 21px;
  height: 5.5rem;
  margin-block-end: 15px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.feature--style .feature__wrapper .feature__content-inner .feature__nav .nav-link h6 {
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--font-black-color);
  font-family: var(--font-name-a);
  opacity: 0.6;
}
.feature--style .feature__wrapper .feature__content-inner .feature__nav .nav-link:hover, .feature--style .feature__wrapper .feature__content-inner .feature__nav .nav-link.active {
  background-color: white;
  border: 1px solid white;
}
.feature--style .feature__wrapper .feature__content-inner .feature__nav .nav-link:hover h6, .feature--style .feature__wrapper .feature__content-inner .feature__nav .nav-link.active h6 {
  opacity: 1;
}
.feature--style .feature__wrapper .feature__thumb-inner {
  position: relative;
}
.feature--style .feature__wrapper .feature__thumb-inner .feature__image img {
  width: 85%;
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__top-right {
  position: absolute;
  right: -30px;
  top: -57px;
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__item {
  background-color: rgba(255, 255, 255, 0.9490196078);
  border: 1px solid rgba(0, 0, 0, 0.0196078431);
  box-shadow: -40px 40px 60px 0 rgba(5, 30, 54, 0.05);
  border-radius: 16px;
  padding: 18px 27px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__item img {
  width: 90px;
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__item p {
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--font-black-color);
  font-family: var(--font-name-a);
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__bottom-left .floating-content__item {
  border-radius: 32px 60px 8px 40px;
  padding: 25px 30px;
  border: 2px solid #e6edfb;
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__bottom-left .floating-content__item h3 {
  color: var(--main_font_color);
  font-family: var(--font-name-a);
  line-height: 32px;
  font-size: 30px;
  font-weight: 700;
}
.feature--style .feature__wrapper .feature__thumb-inner .floating-content__bottom-left .floating-content__item p {
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--font-black-color);
  font-family: var(--font-name-a);
}

@media screen and (max-width: 992px) {
  .feature--style .feature__shape .feature__shape-item {
    display: none;
  }
  .feature--style {
    margin: 0 0 5rem;
    padding: 64px 0 92px;
  }
  .feature--style .feature__shape .feature__shape-box {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature--style .feature__wrapper .feature__content-inner .section-header h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .feature--style .feature__wrapper .feature__thumb-inner .floating-content__top-right {
    position: absolute;
    right: 0;
    top: -71px;
  }
}
/*=========<<platform section start here>>=========*/
.platform--gradient {
  position: relative;
  margin: 5rem 0 10rem;
  padding: 0;
}
.platform--gradient .section-header {
  max-inline-size: 80ch;
  margin: 0 auto 20px auto;
  text-align: center;
}
.platform--gradient .section-header h2 {
  font-size: 2.8rem;
  line-height: 46px;
  font-weight: 600;
  color: var(--font-black-color);
}
.platform--gradient .section-header h2 span {
  color: var(--main_font_color);
}
.platform--gradient .section-header p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.platform--gradient .page_intro_box {
  background-color: #f6f7fb;
  box-shadow: 0 2px 13px 1px rgba(0, 0, 0, 0.08);
  padding: 30px 26px;
  border-radius: 13px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.platform--gradient .page_intro_box .icon_box_min {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.platform--gradient .page_intro_box .icon_box_min .icon_box {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.platform--gradient .page_intro_box .icon_box_min p {
  color: #2a2c2e;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 23px;
}

@media screen and (max-width: 992px) {
  .intro--gradient {
    margin: 5rem 0 3rem;
  }
}
/*=========<<Service section start here>>=========*/
.service--style {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10rem;
  padding: 20px 0 49px;
  background: linear-gradient(152deg, #f6faff 0%, #ffffff 100%);
}
.service--style .feature__shape .feature__shape-box {
  position: absolute;
  top: 19%;
  left: 50%;
  z-index: 2;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.service--style .feature__shape .feature__shape-item {
  position: absolute;
  width: 1000px;
  height: 100%;
  top: -16%;
  left: -4%;
  border: 2px solid #ebf3ff;
  padding: 40px;
  display: block;
  border-bottom-right-radius: 25%;
  transform: rotate(-10deg);
  z-index: 1;
}
.service--style .feature__shape .feature__shape-item span {
  position: absolute;
  width: 980px;
  height: 100%;
  top: 0;
  left: -1%;
  padding: 40px;
  display: block;
  background: linear-gradient(139deg, rgba(237, 244, 255, 0.0745098039) 0%, rgba(238, 234, 255, 0.4509803922) 100%);
  border-bottom-right-radius: 25%;
  z-index: -9;
}
.service--style .service__waarapper {
  position: relative;
  z-index: 3;
}
.service--style .service__waarapper .section-header {
  max-inline-size: 60ch;
  margin: 0 auto 48px auto;
  text-align: center;
}
.service--style .service__waarapper .section-header h2 {
  font-size: 2.8rem;
  line-height: 46px;
  font-weight: 600;
  color: var(--font-black-color);
}
.service--style .service__waarapper .section-header h2 span {
  color: var(--main_font_color);
}
.service--style .service__waarapper .section-header p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.service--style .service__waarapper .Service__thumb-image {
  position: relative;
  text-align: center;
}
.service--style .service__waarapper .Service__thumb-image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 200px;
  width: 200px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  filter: blur(100px);
  background: linear-gradient(125deg, rgba(43, 113, 221, 0.2784313725) 0%, rgba(101, 69, 249, 0.3215686275) 100%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.service--style .service__waarapper .Service__thumb-image img {
  animation: zoom_in 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
.service--style .service__waarapper .card_nfg_a {
  margin: 50px 0 -48px 0;
  padding: 10px;
}
.service--style .service__waarapper .card_nfg_b {
  margin: 0 0 0;
  padding: 10px;
}
.service--style .service__waarapper .service__item-inner {
  background: linear-gradient(152deg, rgba(167, 205, 251, 0.2196078431) 0%, rgba(244, 233, 255, 0.6196078431) 100%);
  border: 2px solid rgba(56, 104, 227, 0.0509803922);
  padding-block: 29px;
  padding-inline: 32px;
  transition: all 0.3s ease-out;
  border-radius: 16px;
  position: relative;
}
.service--style .service__waarapper .service__item-inner .service__item-thumb {
  padding: 25px;
  border-radius: 99px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(12, 52, 91, 0.04);
  display: inline-block;
  margin-block-end: 30px;
}
.service--style .service__waarapper .service__item-inner .service__item-content h5 {
  font-size: 19px;
  line-height: 21px;
  font-weight: 600;
  color: var(--font-black-color);
  margin: 0 0 14px;
  text-transform: capitalize;
}
.service--style .service__waarapper .service__item-inner .service__item-content p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.service--style .service__waarapper .service__item-inner:hover {
  transform: translateY(-5px);
  border: 2px solid #9fa7f0;
}

@media screen and (max-width: 992px) {
  .feature--style {
    margin: 0 0 5rem;
    padding: 64px 0 92px;
  }
  .service__wrapper {
    margin: 70px 0 0;
  }
  .service--style .card_nfg_a,
  .card_nfg_b {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .service--style .section-header h2 {
    font-size: 34px;
    line-height: 43px;
  }
}
/*=========<<cBlog section start here>>=========*/
.blog-box_main {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0;
  padding: 4rem 0 20rem;
}
.blog-box_main .section-header {
  margin-bottom: 16px;
  z-index: 2;
}
.blog-box_main .section-header .section-header__content {
  margin-block-end: 40px;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.blog-box_main .section-header .section-header__content h2 {
  font-size: 3rem;
  line-height: 56px;
  font-weight: 600;
  color: var(--font-black-color);
}
.blog-box_main .section-header .section-header__content h2 span {
  color: var(--main_font_color);
}
.blog-box_main .section-header .section-header__content p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.blog-box_main .section-header .section-header__action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-box_main .section-header .section-header__action .swiper-nav__btn {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-out;
  border: 1px solid #e6edfb;
  border-radius: 99px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-box_main .section-header .section-header__action .swiper-nav__btn.active, .blog-box_main .section-header .section-header__action .swiper-nav__btn:hover {
  background-color: var(--main-a_bg_color);
  border-color: var(--main-a_bod_color);
  color: var(--font-white-color);
}
.blog-box_main .swiper-nav__btn.active,
.blog-box_main .swiper-nav__btn:hover {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.blog-box_main .blog__item-inner {
  transition: all 0.3s ease-out;
  background-color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 16px 48px 0 rgba(6, 35, 63, 0.03), 0 -16px 48px 0 rgba(6, 35, 63, 0.03);
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
}
.blog-box_main .blog__item-inner .blog__thumb img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.blog-box_main .blog__item-inner .blog__item--style2 {
  padding-block-end: 35px;
}
.blog-box_main .blog__item-inner .blog__content {
  overflow: hidden;
}
.blog-box_main .blog__item-inner .blog__content .blog__meta {
  padding-block: 16px;
}
.blog-box_main .blog__item-inner .blog__content .blog__meta-tag--style1 {
  color: #0a4fd5;
  background-color: rgba(241, 244, 251, 0.968627451);
  font-size: 0.875rem;
  padding: 3px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}
.blog-box_main .blog__item-inner .blog__content h5 {
  font-size: 20px;
  color: var(--font-black-color);
  font-weight: 600;
  line-height: 10px;
  margin: 0 0 10px;
  transition: all 0.3s ease-out;
}
.blog-box_main .blog__item-inner .blog__content p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-box_main .blog__item-inner .blog__content .blog__writer {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.blog-box_main .blog__item-inner .blog__content .blog__writer .blog__writer-thumb img {
  border-radius: 99px;
  max-width: 50px;
}
.blog-box_main .blog__item-inner .blog__content .blog__writer .blog__writer-thumb h6 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
}
.blog-box_main .blog__item-inner .blog__content .blog__writer .blog__writer-thumb span {
  font-size: 0.875rem;
  color: var(--text-color);
}
.blog-box_main .blog__item-inner:hover {
  border: 2px solid var(--main-a_bod_color);
  box-shadow: none;
}
.blog-box_main .blog__item-inner:hover .blog__thumb img {
  transform: scale(1.05);
}
.blog-box_main .blog__item-inner:hover .blog__content h5 {
  color: var(--main_font_color);
}
.blog-box_main .blog__shape .blog__shape-item {
  position: absolute;
  top: -27%;
  left: 0;
  border: 2px solid rgba(184, 207, 235, 0.9607843137);
  padding: 40px;
  border-radius: 100px 100px 229px 100px;
  transform: rotate(65deg);
  border-top: transparent;
  height: 95%;
  width: 1000px;
  z-index: -1;
  display: block;
}
.blog-box_main .blog__shape .blog__shape-item span {
  position: absolute;
  top: 3%;
  left: -1%;
  height: 94%;
  width: 980px;
  border-radius: 100px 100px 236px 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, #b8cfeb 100%);
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .blog-box_main .section-header .section-header__content h2 {
    font-size: 34px;
    line-height: 43px;
  }
}
/*=========<<cFAQ section start here>>=========*/
.faq-box_main {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10rem;
  padding: 0;
}
.faq-box_main .section-header {
  max-inline-size: 65ch;
  margin: 0 auto 48px auto;
  margin-block-end: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.faq-box_main .section-header h2 {
  font-size: 3rem;
  line-height: 56px;
  font-weight: 600;
  color: var(--font-black-color);
}
.faq-box_main .section-header h2 span {
  color: var(--main_font_color);
}
.faq-box_main .section-header p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.faq-box_main .faq__shape .faq__shape-item {
  position: absolute;
  width: 90px;
  top: 5%;
  left: 8%;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
.faq-box_main .faq__wrapper .accordion--style1 [class^=col]:not(:last-child) .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-box_main .faq__wrapper .accordion__button {
  width: 100%;
  font-size: 1.25rem;
  color: var(--font-black-color);
  font-family: "Anek Telugu", sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
}
.faq-box_main .faq__wrapper .accordion__button:not(.collapsed) {
  color: var(--main_font_color);
  padding-block-end: 8px;
}
.faq-box_main .faq__wrapper .accordion-item {
  border: none;
}
.faq-box_main .faq__wrapper .accordion-body {
  padding: 0;
  background-color: transparent;
}
.faq-box_main .faq__wrapper .accordion-body p {
  padding: 6px 16px 20px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.faq-box_main .faq__wrapper .faq__thumb--style1 {
  position: relative;
  text-align: center;
}
.faq-box_main .faq__wrapper .faq__thumb--style1 img {
  animation: zoom_in 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
.faq-box_main .faq__wrapper .faq__thumb--style1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 200px;
  width: 200px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  filter: blur(100px);
  background-color: #059b8c;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@keyframes zoom_in {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 768px) {
  .faq-box_main .section-header h2 {
    font-size: 34px;
    line-height: 43px;
  }
}
/*=========<<cta section start here>>=========*/
.cta-bg-color {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0;
  padding: 83px 0;
  background: linear-gradient(152deg, rgba(237, 242, 248, 0.2117647059) 0%, #edf2f8 100%);
}
.cta-bg-color .cta__newsletter {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(125deg, #889bf1 0%, #88caf1 100%);
  border-radius: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta-bg-color .cta__newsletter .cta__newsletter-inner {
  padding-inline: 30px;
  padding-block: 10px;
  width: 80%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.cta-bg-color .cta__newsletter .cta__newsletter-inner .cta__thumb {
  width: 32%;
}
.cta-bg-color .cta__subscribe {
  flex: 1;
}
.cta-bg-color .cta__subscribe h2 {
  color: #0c263a;
  font-size: 3rem;
  line-height: 46px;
  font-weight: 600;
}
.cta-bg-color .cta__subscribe h2 span {
  color: var(--main_font_color);
}
.cta-bg-color .cta__subscribe p {
  margin-bottom: 15px;
  color: #0c263a;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}
.cta-bg-color .app-dow_box {
  justify-content: flex-start;
}
.cta-bg-color .app-dow_box .footer__app-item {
  padding: 10px 24px;
}
.cta-bg-color .cta__shape-item--1 {
  position: absolute;
  top: 33px;
  left: 6%;
  width: 65px;
  animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
.cta-bg-color .cta__shape-item--2 {
  position: absolute;
  display: block;
  z-index: 1;
  top: 2px;
  left: 29%;
  width: 100%;
  animation: light 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
.cta-bg-color .cta__shape-item--3 {
  position: absolute;
  bottom: 25px;
  right: 3%;
  width: 88px;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

@media screen and (max-width: 768px) {
  .cta-bg-color .cta__newsletter .cta__newsletter-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-inline: 3px;
  }
  .app-dow_box {
    justify-content: center;
  }
  .cta-bg-color .cta__subscribe h2 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .cta-bg-color .cta-form {
    flex-direction: column;
  }
}
/*=========<<footer start here>>=========*/
.footer {
  background-color: #1a1a22;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
.footer .footer__top {
  padding: 81px 0 44px;
}
.footer .footer__top .footer__about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer__top .footer__about img {
  width: 226px;
  margin-block-end: 10px;
}
.footer .footer__top .footer__about-moto {
  max-inline-size: 40ch;
  margin-block-end: 32px;
  color: var(--font-white-color);
  opacity: 0.8;
  font-size: 16px;
  font-weight: 500;
}
.footer .footer__top .footer__links .footer__links-tittle h6 {
  margin-block-end: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--font-white-color);
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a {
  color: var(--font-white-color);
  opacity: 0.8;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  position: relative;
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a:hover {
  transform: translateX(10px);
  color: var(--main_font_color);
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a:hover::after {
  opacity: 1;
  left: -15px;
  color: var(--main_font_color);
}
.footer .footer__top .footer__links .footer__links-content .footer__linklist .footer__linklist-item a::after {
  transform: translateY(-50%);
  content: "";
  position: absolute;
  transition: all 0.3s ease-out;
  top: 36%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
}
.footer .footer__top .footer__top--style1 {
  padding-block: 100px;
}
.footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: rgba(255, 255, 255, 0.6196078431);
  font-size: 1rem;
  padding-block: 25px;
}
.footer .footer__bottom .footer__end-copyright p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
}
.footer .footer__bottom .footer__end-copyright p a {
  color: var(--main_font_color);
}
.footer .footer__bottom .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .footer__bottom .social .social__link {
  transition: background-color 0.2s linear;
  background-color: transparent;
  font-size: 1.125rem;
}
.footer .footer__bottom .social .social__link:hover {
  color: var(--main_font_color);
}
.footer .footer__shape .footer__shape-item--1 {
  position: absolute;
  max-width: 60px;
  top: 8%;
  left: 50%;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.footer .footer__shape .footer__shape-item--2 {
  position: absolute;
  height: 95%;
  width: 920px;
  border: 1px solid #fff;
  opacity: 0.06;
  padding: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 0;
  left: -3%;
  transform: rotate(13deg);
}
.footer .footer__shape .footer__shape-item--2 span {
  position: absolute;
  height: 90%;
  width: 900px;
  background: linear-gradient(150.39deg, rgba(237, 242, 248, 0.22) 15.02%, #edf2f8 99.59%);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 5%;
  left: -1%;
}

.footer__app {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.footer__app .footer__app-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding: 6px 9px;
}
.footer__app .footer__app-item.footer__app-item--apple {
  background-color: #059b8c;
  color: #0c263a;
  border-radius: 8px;
}
.footer__app .footer__app-item.footer__app-item--playstore {
  background-color: #124d6d;
  color: #ffffff;
  border-radius: 8px;
}
.footer__app .footer__app-item .footer__app-thumb a img {
  width: 100%;
}
.footer__app .footer__app-item .footer__app-content {
  line-height: 1.1;
}
.footer__app .footer__app-item .footer__app-content p {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--font-white-color);
  line-height: 1.1;
}
.footer__app .footer__app-item .footer__app-content span {
  font-size: 0.5rem;
  font-weight: 500;
  color: var(--font-white-color);
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .footer .footer__bottom {
    flex-direction: column;
    gap: 4px;
  }
}
.account-from {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-from .account__wrapper {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 -16px 48px rgba(6, 35, 63, 0.03), 0 16px 48px rgba(6, 35, 63, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 80.5rem;
  overflow: auto;
}
.account-from .account__wrapper .account__thumb {
  width: calc(100% - 560px);
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #f3f6fa;
}
.account-from .account__wrapper .account__thumb::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 200px;
  width: 200px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  filter: blur(100px);
  background: linear-gradient(125deg, rgba(43, 113, 221, 0.2784313725) 0%, rgba(101, 69, 249, 0.3215686275) 100%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.account-from .account__wrapper .account__thumb img {
  width: 80%;
  -o-object-fit: fill;
     object-fit: fill;
  margin: 0 auto;
}
.account-from .account__wrapper .account__content {
  width: 560px;
  padding: 25px 30px;
  max-inline-size: 800px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 4px;
}
.account-from .account__wrapper .account__content .account__header {
  margin-block-end: 36px;
}
.account-from .account__wrapper .account__content .account__header h2 {
  font-size: 3rem;
  line-height: 56px;
  font-weight: 600;
  color: var(--font-black-color);
}
.account-from .account__wrapper .account__content .account__header h2 span {
  color: var(--main_font_color);
}
.account-from .account__wrapper .account__content .account__header p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.account-from .account__wrapper .account__content .account__social {
  display: flex;
  gap: 15px;
  align-items: center;
}
.account-from .account__wrapper .account__content .account__social .social__item .social__link {
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-out;
  background-color: transparent;
  border: 1px solid #eceff2;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-from .account__wrapper .account__content .account__divider {
  margin-block: 30px;
}
.account-from .account__wrapper .account__content .account__divider span {
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.account-from .account__wrapper .account__content .account__form .form-inpu_box {
  margin-block-end: 18px;
  width: 100%;
  position: relative;
}
.account-from .account__wrapper .account__content .account__form .form-inpu_box .form-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0c263a;
  margin-block-end: 5px;
}
.account-from .account__wrapper .account__content .account__form .form-inpu_box .form-control {
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  color: #0c263a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.account-from .account__wrapper .account__content .account__form .form-inpu_box.form-pass {
  margin-block-end: 8px;
}
.account-from .account__wrapper .account__content .account__form .form-inpu_box.form-pass .form-pass__toggle {
  position: absolute;
  background: none;
  border: none;
  color: #0c263a;
  font-weight: 600;
  right: 0.75em;
  top: 53px;
  z-index: 9;
  cursor: pointer;
}
.account-from .account__wrapper .account__content .account__form .form-inpu_box .inputfield {
  width: 100%;
  display: flex;
  gap: 11px;
  justify-content: space-around;
}
.account-from .account__wrapper .account__content .account__check {
  margin-block-end: 35px;
  margin-block-start: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-from .account__wrapper .account__content .account__check .account__check-remember {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.account-from .account__wrapper .account__content .account__check .account__check-remember .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-inline-end: 3px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25em;
  color: #0c263a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.account-from .account__wrapper .account__content .account__check .account__check-remember .form-check-label {
  font-size: 1rem;
  line-height: 15px;
  color: #0c263a;
  font-weight: 400;
  display: inline-block;
}
.account-from .account__wrapper .account__content .account__check .account__check-forgot a {
  font-size: 1rem;
  color: #0b3c61;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
}
.account-from .account__wrapper .account__content .trk-btn-box {
  -webkit-appearance: button;
  font-size: 1rem;
  font-family: var(--font-name-a);
  font-style: normal;
  border: none;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  border-radius: 8px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  padding: 12px 15px;
}
.account-from .account__wrapper .account__content .trk-btn-box:hover {
  background: var(--main_bg_hover-color);
}
.account-from .account__wrapper .account__content .account__switch {
  margin-block-start: 30px;
  text-align: center;
}
.account-from .account__wrapper .account__content .account__switch p {
  color: #6f7c85;
  font-size: 17px;
}
.account-from .account__wrapper .account__content .account__switch p a {
  font-size: 1rem;
  color: #0b3c61;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 992px) {
  .account-from .account__wrapper .account__thumb {
    display: none;
  }
  .account-from .account__wrapper {
    width: 416px;
  }
  .account-from .account__wrapper .account__content .account__header p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    max-height: 1.2em;
    width: 58%;
  }
}
@media screen and (max-width: 592px) {
  .account-from .account__wrapper .account__content .account__header {
    margin-block-end: 24px;
  }
  .account-from .account__wrapper .account__content .account__divider {
    margin-block: 12px;
  }
  .account-from .account__wrapper .account__content .account__form {
    margin-block: 10px;
  }
  .account-from .account__wrapper .account__content .account__form .form-inpu_box {
    margin-block-end: 14px;
  }
  .account-from .account__wrapper .account__content .account__form .form-inpu_box .form-control {
    padding: 9px 15px;
  }
  .account-from .account__wrapper .account__content .account__form .form-inpu_box.form-pass .form-pass__toggle {
    top: 47px;
  }
}
@media screen and (max-width: 322px) {
  .account-from .account__wrapper .account__content {
    padding: 21px 12px;
  }
}
.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 100px;
}
.page-header .page-header__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.page-header .page-header__content h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--font-white-color);
  font-size: 2.5rem;
}
.page-header .page-header__content p {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--font-white-color);
}

@media screen and (max-width: 992px) {
  .page-header .page-header__content h2 {
    font-size: 1.8rem;
  }
}
.deposite_withraw_box {
  width: 100%;
  display: block;
}
.deposite_withraw_box h5 {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0;
  text-align: center;
  margin: 2.8rem 0 0;
}
.deposite_withraw_box .manly_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  margin: 25px 0 0;
  background: aliceblue;
}
.deposite_withraw_box .manly_box li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposite_withraw_box .manly_box li a {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}

.account-box {
  position: relative;
  padding: 2.8rem 0;
  background-image: url(../images/banner/account_img.png);
  background-size: cover 100%;
  background-repeat: no-repeat;
}
.account-box .hading_box {
  max-inline-size: 60ch;
  margin: 0 auto 48px auto;
  text-align: center;
  padding: 2.8rem 0 0.2rem;
}
.account-box .hading_box h2 {
  font-size: 2.8rem;
  line-height: 46px;
  font-weight: 600;
  color: var(--font-black-color);
}
.account-box .hading_box p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.account-box .acc-cond__box {
  width: 100%;
  background-color: #fff;
  border: 2px solid rgba(201, 203, 233, 0.9725490196);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 25px;
  padding: 15px;
  border-radius: 10px;
  flex-direction: column;
}
.account-box .acc-cond__box .main_titale {
  height: 24px;
  background-color: #00b432;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 25px;
  display: block;
  margin: 0 0 0 auto;
}
.account-box .acc-cond__box .acc-cond_heding {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0 0 8px;
}
.account-box .acc-cond__box .acc-cond_heding img {
  width: 40px;
  background: #f1f3fb;
  padding: 5px;
  border-radius: 50px;
}
.account-box .acc-cond__box .acc-cond_heding p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
}
.account-box .acc-cond__box .acc-cond_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.account-box .acc-cond__box .acc-cond_text p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 16px;
  text-transform: capitalize;
}
.account-box .acc-cond__box .acc-cond_text h6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
  line-height: 17px;
}
.account-box .acc-cond__box .acc-cond_text h6 small {
  border-bottom: 1px dotted #d8dbeb;
  flex-grow: 1;
  margin: 0 4px 7px;
}

.dashboard_login {
  overflow: visible;
  position: fixed;
  top: 0px;
  z-index: 2;
}
.dashboard_login .header-wrapper {
  padding-block: 5px;
}
.dashboard_login .header-wrapper .logo a img {
  width: 140px;
}
.dashboard_login .user_box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.dashboard_login .user_box .icon_box {
  width: 30px;
  height: 30px;
  background: #dae6fd;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.dashboard_login .user_box .user_content {
  position: relative;
  display: inline-block;
}
.dashboard_login .user_box .user_content .user {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.dashboard_login .user_box .user_content .user img {
  width: 30px;
  height: auto;
}
.dashboard_login .user_box .user_content .user .user_text {
  width: 100%;
}
.dashboard_login .user_box .user_content .user .user_text p {
  font-size: 12px;
  font-weight: 500;
  color: #585858;
  text-transform: capitalize;
  line-height: 14px;
  padding: 0;
  margin: 0;
}
.dashboard_login .user_box .user_content .user .user_text h2 {
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
}
.dashboard_login .user_box .user_content .user_droup {
  background: rgba(255, 255, 255, 0.7098039216);
  border: 1px solid #dcdbe2;
  box-shadow: 0 10px 13px -6px rgba(141, 141, 141, 0.2), 0 20px 31px 3px rgba(141, 141, 141, 0.2), 0 8px 38px 7px rgba(0, 0, 0, 0.1215686275);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  top: 47px;
  right: 0;
  width: 170px;
  padding: 6px;
  margin: 0;
  display: none;
  flex-direction: column;
  gap: 3px;
  transition: all 0.6s linear;
}
.dashboard_login .user_box .user_content .user_droup .user_font {
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #dcdbe2;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: #202020;
}
.dashboard_login .user_box .user_content .user_droup.opne_use {
  display: flex;
  transition: all 0.6s linear;
}

.news-box {
  display: flex;
  position: relative;
  justify-content: left;
  background: #e0e4ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 2px 0 0;
  text-transform: capitalize;
  color: #2a42ff;
  margin: 67px 0 0;
}
.news-box .icon_news {
  background: #2c4eff;
  color: #fff;
  font-size: 12px;
  padding: 7px;
  border-radius: 0 12px 12px 0;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .dashboard_login .header-wrapper .logo {
    position: initial;
    display: block;
  }
  .dashboard_login .header-wrapper .logo img {
    width: 113px;
  }
}
.quick_access_box {
  position: relative;
  margin: 0;
  padding: 0;
}
.quick_access_box .heding_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick_access_box .heding_box h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.quick_access_box .heding_box .but_allshow {
  padding: 6px 22px;
  font-size: 1rem;
  font-family: var(--font-name-a);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
.quick_access_box .acces_contant {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 18px 0 25px;
}
.quick_access_box .acces_contant .icon_box_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px dashed #b0b4db;
  width: 12%;
  border-radius: 8px;
  padding: 0 0 7px;
  transition: all 0.5s linear;
}
.quick_access_box .acces_contant .icon_box_text img {
  width: 51px;
  height: auto;
  padding: 10px 0 15px;
  transition: all 0.5s linear;
}
.quick_access_box .acces_contant .icon_box_text h6 {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #202020;
  text-transform: capitalize;
}
.quick_access_box .acces_contant .icon_box_text:hover {
  transition: all 0.5s linear;
  border: 1px dashed #1746e2;
}
.quick_access_box .acces_contant .icon_box_text:hover img {
  transform: scale(1.2);
  transition: all 0.5s linear;
}
.quick_access_box .acces_contant .icon_box_text:hover h6 {
  color: #1746e2;
}

@media screen and (max-width: 992px) {
  .quick_access_box .acces_contant .icon_box_text {
    width: 24%;
    margin: 3px 3px;
  }
}
@media screen and (max-width: 768px) {
  .quick_access_box .acces_contant .icon_box_text {
    width: 48%;
  }
}
.myid_content {
  position: relative;
  display: block;
  margin: 80px 0;
  background: linear-gradient(125deg, #2b71dd 0%, #6545f9 100%);
  padding: 50px 0;
  padding: 50px 0;
}
.myid_content .heding_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.myid_content .heding_box h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  color: #fff;
}
.myid_content .heding_box .but_allshow {
  padding: 6px 22px;
  font-size: 1rem;
  font-family: var(--font-name-a);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  position: relative;
  border: 1px solid #fff;
}
.myid_content .myid_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 7px;
  width: 100%;
}
.myid_content .myid_box .my_card_content {
  width: 301px;
  border-radius: 10px;
  background-color: #f9fcff;
  border: 1px dashed #caccea;
  padding: 6px 10px;
}
.myid_content .myid_box .my_card_content .slick-use-id {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.myid_content .myid_box .my_card_content .slick-use-id .useer-icon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.myid_content .myid_box .my_card_content .slick-use-id .useer-icon .img-icon {
  width: 64px;
  height: 64px;
  padding: 7px;
  border-radius: 500px;
  background: #e9f0f7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 5px;
  overflow: hidden;
}
.myid_content .myid_box .my_card_content .slick-use-id .useer-icon .img-icon p {
  padding: 0;
  margin: 0;
}
.myid_content .myid_box .my_card_content .slick-use-id .useer-icon .img-icon img {
  width: 53px;
  height: auto;
}
.myid_content .myid_box .my_card_content .slick-use-id .user-detal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 0px 11px;
}
.myid_content .myid_box .my_card_content .slick-use-id .user-detal p {
  padding: 0;
  margin: 0;
}
.myid_content .myid_box .my_card_content .slick-use-id .user-detal .user-id {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #dbdbdb;
  padding: 5px 1px;
}
.myid_content .myid_box .my_card_content .slick-use-id .user-detal .user-id h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: #5785f5;
}
.myid_content .myid_box .my_card_content .button-box-dpo {
  display: flex;
  width: 100%;
  margin: 9px 0 0;
}
.myid_content .myid_box .my_card_content .button-box-dpo .main-but {
  background-color: #5785f5;
  border: 1px solid #5785f5;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  margin: 2px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: capitalize;
  transition: transform 0.5s;
}
.myid_content .myid_box .my_card_content .button-box-dpo .main-but:hover {
  transform: scale(1.1);
  color: #fff !important;
}
.myid_content .myid_box .my_card_content .button-box-dpo .main-but.del-but {
  background-color: white;
  border: 1px solid #15c391;
  color: #15c391;
}
.myid_content .myid_box .my_card_content .button-box-dpo .main-but.del-but:hover {
  color: #fff !important;
  background-color: #15c391;
  transform: scale(0.9);
}
.myid_content .myid_box .my_card_content .button-box-dpo .main-but.with-but {
  background-color: white;
  border: 1px solid #cf3434;
  color: #cf3434;
}
.myid_content .myid_box .my_card_content .button-box-dpo .main-but.with-but:hover {
  background-color: #cf3434;
  color: #fff !important;
  transform: scale(0.9);
}

.account-main {
  position: relative;
  padding: 2.8rem 0;
  background-size: cover 100%;
  background-repeat: no-repeat;
}
.account-main .hading_box {
  max-inline-size: 60ch;
  margin: 0 auto 48px auto;
  text-align: center;
  padding: 2.8rem 0 0.2rem;
}
.account-main .hading_box h2 {
  font-size: 2.8rem;
  line-height: 46px;
  font-weight: 600;
  color: var(--font-black-color);
}
.account-main .hading_box p {
  margin-block-end: 40px;
  color: #6f7c85;
  font-size: 17px;
  line-height: 23px;
}
.account-main .acc-cond__box {
  width: 100%;
  background-color: #fff;
  border: 2px solid rgba(201, 203, 233, 0.9725490196);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 25px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.5s linear;
  flex-direction: column;
}
.account-main .acc-cond__box .main_titale {
  height: 24px;
  background-color: #00b432;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 25px;
  display: block;
  margin: 0 0 0 auto;
}
.account-main .acc-cond__box .acc-cond_heding {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0 0 8px;
}
.account-main .acc-cond__box .acc-cond_heding img {
  width: 40px;
  background: #f1f3fb;
  padding: 5px;
  border-radius: 50px;
}
.account-main .acc-cond__box .acc-cond_heding p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
}
.account-main .acc-cond__box .acc-cond_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.account-main .acc-cond__box .acc-cond_text p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 16px;
  text-transform: capitalize;
}
.account-main .acc-cond__box .acc-cond_text h6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
  line-height: 17px;
}
.account-main .acc-cond__box .acc-cond_text h6 small {
  border-bottom: 1px dotted #d8dbeb;
  flex-grow: 1;
  margin: 0 4px 7px;
}
.account-main .acc-cond__box:hover {
  transition: all 0.5s linear;
  transform: scale(1.1);
  border: 2px solid rgba(52, 65, 243, 0.9725490196);
}

.modle_box .modal-header {
  background-color: #266cf5;
  padding: 7px;
  height: 2.5rem;
  color: #fff;
}
.modle_box .modal-header .modal-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.modle_box .modal-header .btn-close {
  background: none;
  color: #fff;
  font-size: 18px;
  opacity: 9;
}
.modle_box .modal-header .btn-close :hover {
  color: #f13636;
  opacity: 5;
}
.modle_box .box-main-modle {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 12px;
}
.modle_box .box-main-modle .wallet_box {
  background: #eff2ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 3px;
  border: 1px dashed #b0b4db;
  padding: 14px 5px;
  justify-content: space-between;
  border-radius: 5px;
}
.modle_box .box-main-modle .wallet_box p {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #202020;
}
.modle_box .box-main-modle .wallet_box h6 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 800;
  margin: 0;
  padding: 0;
  color: #2da786;
}
.modle_box .box-main-modle .wallet_box img {
  width: 25px;
}
.modle_box .box-main-modle .list-group-item {
  display: inline-block;
  width: 100%;
  position: relative;
}
.modle_box .box-main-modle .list-group-item .input_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.modle_box .box-main-modle .list-group-item .input_box.btn-group .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #b0b4db;
  height: 2.5rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  color: #202020;
}
.modle_box .box-main-modle .list-group-item .input_box.btn-group .dropdown-toggle img {
  width: 20px;
}
.modle_box .box-main-modle .list-group-item .input_box.btn-group .dropdown-menu {
  width: 100%;
  background: #ffffff;
  border: 1px solid #b0b4db;
  height: auto;
  max-height: 9rem;
  overflow: hidden auto;
}
.modle_box .box-main-modle .list-group-item .input_box.btn-group .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(176, 180, 219, 0.3098039216);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 6px 8px 6px;
  gap: 8px;
}
.modle_box .box-main-modle .list-group-item .input_box.btn-group .dropdown-menu .dropdown-item img {
  width: 20px;
}
.modle_box .box-main-modle .list-group-item .input_box.input_grup {
  flex-direction: column;
  margin: 11px 0;
}
.modle_box .box-main-modle .list-group-item .input_box.input_grup .label-text {
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  padding: 0;
  margin: 0;
}
.modle_box .box-main-modle .list-group-item .input_box.input_grup .form-input_box {
  outline: 0;
  background: #ffffff;
  border: 1px solid #b0b4db;
  height: 2.5rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  margin: 0 0 2px;
  padding: 0 7px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 5px;
}
.modle_box .box-main-modle .list-group-item .input_box.input_grup .offer_text {
  font-size: 16px;
  font-weight: 600;
  color: #1f66ff;
  padding: 0;
  margin: 0;
}
.modle_box .box-main-modle .list-group-item .input_box.input_grup .withdraw-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modle_box .box-main-modle .list-group-item .input_box.input_grup .withdraw-detail p {
  font-size: 14px;
  font-weight: 600;
  color: #4a3031;
  border-radius: 2px;
  background-color: #ffe1e1;
  padding: 3px 0px 1px;
  margin: 0;
  width: 49%;
  text-align: center;
}
.modle_box .box-main-modle .list-group-item .input_box.withdr_font {
  border: 1px solid rgba(176, 180, 219, 0.3098039216);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 6px 8px 6px;
  gap: 8px;
}
.modle_box .box-main-modle .list-group-item .input_box.file-upload {
  position: relative;
  flex-direction: column;
  gap: 4px;
}
.modle_box .box-main-modle .list-group-item .input_box.file-upload .image-upload-wrap {
  margin-top: 10px;
  border: 2px dashed #7399eb;
  position: relative;
}
.modle_box .box-main-modle .list-group-item .input_box.file-upload .image-upload-wrap .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.modle_box .box-main-modle .list-group-item .input_box.file-upload .image-upload-wrap .drag-text {
  text-align: center;
  padding: 8px 0;
}
.modle_box .box-main-modle .list-group-item .input_box.file-upload .image-upload-wrap .drag-text p {
  padding: 0;
  margin: 0;
  color: #1f66ff;
  font-size: 18px;
}
.modle_box .box-main-modle .list-group-item .input_box.file-upload .image-upload-wrap .drag-text h6 {
  font-weight: 400;
  text-transform: uppercase;
  color: #474747;
  font-size: 13px;
}
.modle_box .box-main-modle .list-group-item .input_box .btn-apply {
  padding: 6px 22px;
  font-size: 1rem;
  font-family: var(--font-name-a);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  background: var(--main_bg_color);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  position: relative;
  width: 100%;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  height: 2.3rem;
  transition: all 0.5s linear;
}
.modle_box .box-main-modle .list-group-item .input_box .btn-apply:hover {
  transition: all 0.5s linear;
  letter-spacing: 1.5px;
  background: var(--main_bg_hover-color);
}

.report_main_box {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  padding: 0 7px;
  min-height: 40.5rem;
}
.report_main_box .hading_box {
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 6px 0 0;
}
.report_main_box .hading_box .text-box {
  width: auto;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 8px 23px 8px 8px;
  color: #1c46ff;
  font-weight: bold;
}
.report_main_box .date-input-main {
  width: 100%;
  margin: 24px 0 0;
  display: block;
}
.report_main_box .date-input-main .date-input-box {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 4px;
}
.report_main_box .date-input-main .date-input-box.date-boxa input {
  white-space: pre-line;
}
.report_main_box .date-input-main .date-input-box .form-control {
  border-radius: 3px;
  background: var(--report-inpot-bg-color);
  color: #202020;
  border: 1.5px solid var(--report-inpot-boder-color);
  height: 2.1rem;
  font-family: var(--font_family-1);
}
.report_main_box .date-input-main .date-input-box .form-control.date-box {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 0 0 38px;
}
.report_main_box .date-input-main .date-input-box .select-control {
  border-radius: 3px;
  background: var(--report-inpot-bg-color);
  color: #202020;
  border: 1.5px solid var(--report-inpot-boder-color);
  width: 100%;
  height: 2.1rem;
  position: relative;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.report_main_box .date-input-main .date-input-box .select-control::after {
  content: "";
  border: solid #000;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  transform: rotate(133deg);
  position: absolute;
  right: 15px;
  display: block;
  margin-top: -15px;
  transition: all 0.6s linear;
}
.report_main_box .view-but_box {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3px;
}
.report_main_box .view-but_box .ban-man-box {
  background: var(--report-butt-bg-color);
  border: 1.5px solid var(--report-butt-bg-color);
  color: var(--font-defolt-white);
  text-decoration: none;
  display: inline-block;
  margin: 0 3px;
  padding: 5px 20px;
  height: 2.1rem;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  transition: all 0.5s linear;
}
.report_main_box .view-but_box .ban-man-box:hover {
  background: var(--report-butt-bg-hover-color);
  border: 1.5px solid var(--report-butt-bg-color);
  color: var(--font-defolt-white);
}
.report_main_box .view-but_box .ban-man-box.clear-btn {
  background: var(--report-butt-bg-color1);
  border: 1.5px solid var(--report-butt-bg-color1);
}
.report_main_box .view-but_box .ban-man-box.clear-btn:hover {
  background: var(--report-butt-bg-hover-color1);
  border: 1.5px solid var(--report-butt-bg-color1);
  color: var(--font-defolt-white);
}
.report_main_box .selet-boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 19px 0px 0;
  padding: 0;
}
.report_main_box .selet-boxs .select-after {
  position: relative;
  width: auto;
}
.report_main_box .selet-boxs .select-after .form-select {
  border-radius: 10px;
  background: var(--report-inpot-bg-color);
  color: #202020;
  border: 1.5px solid var(--report-inpot-boder-color);
  width: 100%;
  font-size: 13px;
  height: 2.5rem;
  position: relative;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.report_main_box .selet-boxs .select-after .form-select::after {
  content: "";
  border: solid var(--font-defolt-white);
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  transform: rotate(133deg);
  position: absolute;
  right: 15px;
  display: block;
  margin-top: -15px;
  transition: all 0.6s linear;
}
.report_main_box .selet-boxs .search {
  position: relative;
  width: 11rem;
  margin: 0 10px;
}
.report_main_box .selet-boxs .search label {
  position: relative;
  width: 100%;
}
.report_main_box .selet-boxs .search input {
  width: 100%;
  height: 37px;
  padding: 5px 20px;
  padding-left: 35px;
  font-size: 13px;
  outline: none;
  border-radius: 10px;
  background: var(--report-inpot-bg-color);
  color: #202020;
  border: 1.5px solid var(--report-inpot-boder-color);
}
.report_main_box .selet-boxs .search .search_teble {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 15px;
  color: #202020;
}
.report_main_box .recentOrders {
  position: relative;
  background: transparent;
  padding: 1px 2px;
  border-radius: 10px;
}
.report_main_box .recentOrders .report-card-box {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  border: 0.8px solid #efefef;
}
.report_main_box .recentOrders .report-card-box tr th {
  font-family: var(--font-name);
  font-weight: 600;
  white-space: nowrap;
  font-size: 15px;
  height: 1.8rem;
  padding: 5px 3px;
  color: #202020;
  text-transform: uppercase;
  background: #dadce3;
  border: 0.8px solid rgba(239, 239, 239, 0.1568627451);
}
.report_main_box .recentOrders .report-card-box tbody tr td {
  font-family: var(--font-name);
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  padding: 6px 4px;
  color: #202020;
  text-transform: uppercase;
  position: relative;
}
.report_main_box .recentOrders .report-card-box tbody tr:nth-child(even) {
  background-color: var(--table-even-bg-color);
}
.report_main_box .recentOrders .report-card-box tbody tr:nth-of-type(odd) {
  background-color: var(--table-odd-bg-color);
}
.report_main_box .recentOrders .report-card-box tbody .icon_font {
  font-size: 21px;
  padding: 0 4px;
  color: #202020;
}
.report_main_box .recentOrders .report-card-box tbody .pendingLabel {
  background-color: #cae4fa;
  color: #0a85f8;
  text-transform: capitalize;
  padding: 7px 7px 3px;
  line-height: 11px;
  border-radius: 50px;
}
.report_main_box .recentOrders .report-card-box tbody .approvedLabel {
  background-color: #ccffc1;
  color: #2c9417;
  padding: 7px 7px 3px;
  text-transform: capitalize;
  line-height: 11px;
  border-radius: 50px;
}
.report_main_box .recentOrders .report-card-box tbody .useadCoupon {
  background-color: #ccffc1;
  color: #2c9417;
  padding: 7px 7px 3px;
  text-transform: capitalize;
  line-height: 11px;
  border-radius: 50px;
}
.report_main_box .pagination-container {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}
.report_main_box .pagination-container .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.report_main_box .pagination-container .pagination .icon-card {
  position: relative;
  float: left;
  height: 35px;
  width: 35px;
  padding: 4px 10px;
  margin: 0 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background: var(--main_bg_color);
  border: 1px solid #d8d7d7;
  transition: all 0.5s linear;
}
.report_main_box .pagination-container .pagination .icon-card:hover {
  background-color: #fff;
  border: 1px solid #d8d7d7;
  opacity: 0.8;
}
.report_main_box .pagination-container .pagination .icon-card .left-icon {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 15px;
  color: #fff;
}
.report_main_box .pagination-container .pagination .icon-card .right-icon {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 15px;
  color: #fff;
}
.report_main_box .pagination-container .pagination .font-pagination {
  position: relative;
  float: left;
  padding: 4px 10px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 5px;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  background: #fff;
  color: #202020;
  border: 1.5px solid #e2dede;
}
.report_main_box .pagination-container .tebla-count {
  float: right;
  text-align: right;
  color: #202020;
}

@media screen and (max-width: 1650px) {
  .recentOrders {
    overflow-x: auto;
  }
}
.coupon_box {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.coupon_box .Offer-box {
  width: 100%;
  position: relative;
  padding: 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px dashed #b0b4db;
  border-radius: 2px;
  cursor: pointer;
}
.coupon_box .Offer-box .offer-texta {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.coupon_box .Offer-box .offer-texta h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #0259ff;
}
.coupon_box .Offer-box .offer-texta P {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #444444;
}
.coupon_box .Offer-box .offer-texta P span {
  font-size: 13px;
  padding: 4px 10px 1px;
  line-height: 12px;
  border-radius: 10px;
  margin: 0 0 0 5px;
  background: #e2ecff;
  color: #0259ff;
}
.coupon_box .Offer-box .icon_down {
  font-size: 18px;
  color: #656a74;
}
.coupon_box .box-teble {
  display: block;
  width: 100%;
  background-color: #e7ecf3;
  border: 1px dashed #b0b4db;
  margin: 5px 0 0;
  border-radius: 3px;
}
.coupon_box .box-teble tr:nth-child(even) {
  background-color: var(--table-even-bg-color);
}
.coupon_box .box-teble tr:nth-of-type(odd) {
  background-color: var(--table-odd-bg-color);
}
.coupon_box .box-teble tr td {
  font-size: 13px;
  font-weight: 600;
  color: #202020;
  background: transparent;
  border-bottom: 1px dashed #b0b4db;
}
.coupon_box .box-teble tr th {
  font-size: 14px;
  font-weight: 700;
  color: #202020;
  background: transparent;
  border-bottom: 1px dashed #b0b4db;
}
.coupon_box .box-teble h6 {
  font-size: 14px;
  color: #383a3d;
  font-weight: 600;
}

.tabs-model_box {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.tabs-model_box .nav-item {
  width: 100%;
  height: 100%;
  background-color: #0a4fd5;
  border: 1px solid #fff;
  padding: 10px 1px;
  position: relative;
  display: block;
}/*# sourceMappingURL=style.css.map */