@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Ramaraja&display=swap');
:root {
  --color--white: #fff;
  --color--gray: #f8fafc;
  --color--teal: #00b1a5;
  --color--teal-dark: #007c73;
  --color--error: #aa3728;
  --color--primary: #008eff;
  --color--primary-dark: #0063b3;
  --color--cyanblue: #9bbede;
  --color--black: #253b6c;
  --color--secondary: #546282;
  --color-monochrome--dark-1: #223240;
  --color-monochrome--dark-3: #10181f;
  --color-monochrome--light-1: #f9fafb;
  --color-monochrome--light-2: #eceff2;
  --color-monochrome--light-3: #d0d8df;
  --color-monochrome--light-4: #8f9eab;
  --color-monochrome--light-5: #556e83;
  --shadow--low: 0px 10px 30px rgba(208,216,223,0.25);
  --shadow--middle: 0px 10px 30px rgba(208,216,223,0.4);
  --shadow--stroke--dash: 0px 4px 20px rgba(208,216,223,0.22);
  --shadow--cell-border-down: inset 0px -1px 0px var(--color-monochrome--light-2);
  --rounding--small: 4px;
  --rounding--medium: 8px;
  --rounding--large: 16px;
  --rounding--circle: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif ;
  font-family: 'Ramaraja', serif ;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_heading-container h2 {
  font-weight: bold;
  border-bottom: 1px solid #feb543;
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}

/*header section*/
.hero_area {
  height: 94vh;
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 130, 123) 0%), to(rgb(234, 235, 161) 100%));
  background: linear-gradient(rgb(243, 130, 123) 0%, rgb(234, 235, 161) 100%);

}


.sub_page .hero_area {
  height: auto;
}

.sub_page .hero_area::before {
  display: none;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding-top: 15px;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #f9fcfb;
  text-align: center;

}

a,
a:hover,
a:focus {
  text-decoration: none;
  font-family: 'Inter', sans-serif;
font-family: 'Ramaraja', serif;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  font-family: 'Inter', sans-serif;
font-family: 'Ramaraja', serif;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #f9fcfb;
  margin-top: 5px;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/
/* slider section */
.slider_section {
  color: #f9fcfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: center;
          margin: auto;
}

.slider_section #carouselExampleIndicators {
  position: unset;
}

.slider_section .carousel_btn-container {
  width: 110px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 2%;
  z-index: 999;
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #0b1a9e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .carousel_btn-container .carousel-control-prev:hover,
.slider_section .carousel_btn-container .carousel-control-next:hover {
  background-color: #feb543;
}

.slider_section .carousel_btn-container .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .carousel_btn-container .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section ol.carousel-indicators {
  margin: 0;
  width: 75px;
  bottom: 10%;
  left: 47.5%;
}

.slider_section ol.carousel-indicators li {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-indent: 0px;
  text-align: center;
  line-height: 55px;
  color: #f9fcfb;
  background-color: #547bfe;
  opacity: 1;
  display: none;
}

.slider_section ol.carousel-indicators li.active {
  display: block;
}

.slider_detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}

.slider_detail-box .btn-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: tomato;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin: 35px 0 50px 0;
}

.slider_detail-box .btn-box a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.slider_img-box {
  width: 75%;
  margin: 0 auto;
}

.slider_img-box img {
  width: 100%;
  z-index: 0 !important;
}

.welcome_section {
  text-align: center;
}

.welcome_section .img-box {
  width: 65%;
  margin: 0 auto;
}

.welcome_section .img-box img {
  width: 100%;
}

.welcome_section .detail-box {
  margin-top: 45px;
}

.welcome_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 45px;
}

.welcome_section .detail-box a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.service_section {
  text-align: center;
  color: #f9fcfb;
  background-image: url(../images/service-bg.png);
  background-size: 100% 100%;
  padding-top: 146px;
  padding-bottom: 125px;
  background-repeat: no-repeat;
  margin-top: -38px;
}

.service_section .custom_heading-container h2 {
  border-color: #f9fcfb;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .service_box {
  width: 30%;
  min-width: 300px;
  margin: 35px 15px;
}

.service_section .service_container .service_box .img-box {
  border-radius: 18px;
  overflow: hidden;
}

.service_section .service_container .service_box .img-box img {
  width: 100%;
}

.service_section .service_container .service_box .detail-box {
  margin-top: 30px;
}

.service_section .service_container .service_box .detail-box h4 {
  font-weight: bold;
}

.service_section a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.service_section a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.sub_page .service_section {
  margin-top: 00px;
  margin-bottom: 150px;
}

.problem_section {
  text-align: center;
}

.problem_section .img-box {
  width: 65%;
  margin: 0 auto;
}

.problem_section .img-box img {
  width: 100%;
}

.problem_section .detail-box {
  margin-top: 45px;
}

.problem_section .detail-box a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 45px;
}

.problem_section .detail-box a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.why_section {
  color: #f9fcfb;
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 130, 123) 0%), to(rgb(234, 235, 161) 100%));
  background: linear-gradient(rgb(243, 130, 123) 0%, rgb(234, 235, 161) 100%);
}

.why_section .custom_heading-container h2 {
  border-color: #f9fcfb;
}

.why_section p {
  text-align: center;
  margin: 40px 0 55px 0;
}

.why_section .row .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why_section .row .col-md-3 .img-box {
  width: 45px;
  margin-right: 15px;
}

.why_section .row .col-md-3 .img-box img {
  width: 100%;
}

.client_section h2 {
  font-weight: bold;
  text-align: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 65px;
  height: 60px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #0b1a9e;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #feb543;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}

.client_container {
  width: 55%;
  margin: 0 auto;
}

.client_container .client_text {
  padding: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}

.client_container .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.client_container .detail-box .img-box {
  width: 75px;
  margin-right: 15px;
  border: 10px solid #0b1a9e;
  border-radius: 100%;
  overflow: hidden;
}

.client_container .detail-box .img-box img {
  width: 100%;
}

.client_container .detail-box .name h5 {
  margin: 0;
}

.client_container .detail-box .name p {
  text-transform: uppercase;
  color: #0b93b1;
  margin: 0;
}

.contact_section .contact_heading {
  text-align: center;
  margin-bottom: 45px;
}

.contact_section .contact_heading h2 {
  font-weight: bold;
}

.contact_section form .form-control {
  border: none;
  background-color: #f2f3f4;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 50px;
}

.contact_section form .form-control#inputMessage {
  height: 120px;
}

.contact_section form select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 98%;
}

.contact_section button {
  display: inline-block;
  padding: 12px 40px;
  background-color: #0b1a9e;
  color: #f9fcfb;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin-top: 35px;
  font-size: 15px;
}

.contact_section button:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

/* info section */
.footer_bg {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  padding-top: 280px;
  margin-top: -125px;
}

.info_section {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
}

.info_section h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #f9fcfb;
  margin-bottom: 35px;
}

.info_section img {
  width: 100%;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 10px 0;
}

.info_section ul li a,
.info_section ul li a:hover {
  color: #fff;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
  color: #fff;
  padding: 1px 3px;
  border-bottom: 2px solid #feb543;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.form_container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .form_container label {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.info_section .form_container input {
  width: 300px;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 15px;
  background-color: #fff;
  margin-left: 45px;
  margin-right: 10px;
}

.info_section .form_container button {
  display: inline-block;
  padding: 8px 50px;
  background-color: #ffca56;
  color: #f9fcfb;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  border: none;
  text-transform: uppercase;
}

.info_section .form_container button:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.info_section .form_container button:hover {
  -webkit-transform: none;
          transform: none;
}

/* end info section */
/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  color: #f9fcfb;
  margin: 0;
  text-align: center;
  padding: 20px 15%;
  border-top: 1px solid #f9fcfb;
}

.footer_section a {
  color: #f9fcfb;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem;
}

.card {
  margin: 1rem;
  width: calc(25% - 2rem);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
}

.card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-title {
  
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  background-color: #0f0ebb;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
}

.card-description {
  padding: 1rem;
  font-size: 1rem;
  text-align: justify;
}
.img1{
  
}
.img1::after{
  background: linear-gradient(320.43deg,rgba(196,20,245,.2),rgba(248,228,253,0) 69.31%),#f8fafc;
  width: 100%;
  height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.learn-more-button {
  background-color: skyblue;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
}

.learn-more-button span:first-child {
  margin-right: 10px;
}

.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) ;
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
.faq-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background-color: #f2f7ff;
}

.faq-item {
  width: 100%;
  max-width: 600px;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.faq-question {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: 'Inter', sans-serif;
font-family: 'Ramaraja', serif;
}

.faq-answer {
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
}

@media only screen and (min-width: 768px) {
  .faq-item {
    width: calc(50% - 1rem);
  }
}

@media only screen and (min-width: 1024px) {
  .faq-item {
    width: calc(33.33% - 1rem);
  }
}
.box1 {
  background: linear-gradient(45deg, #BFDFFF, #E6F7FF);
}

.box2,.box4 {
  background: linear-gradient(45deg, #AFD6FF, #C7EFFF);
}

.box3,.box5{
  background: linear-gradient(45deg, #9AC0FF, #B2D6FF);
}

.signup-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.form-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.form-step label {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

.form-step input {
  width: 100%;
  max-width: 400px;
  height: 30px;
  padding: 4px;
  font-size: 16px;
  border: 2px solid rgb(48, 47, 47);
  border-radius: 4px;
}

.form-step button {
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-step button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-step button:not(:last-child) {
  margin-right: 16px;
}
.dashboard-container {
  background: linear-gradient(to bottom right, #071f4b, #1b3f7b);
  padding: 10px;
  min-height: 100vh;
 height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 100vw;
  overflow-x: hidden;
  
  
}

.main-section2 {
  display: flex;
  flex-direction: row;
  
  gap: 20px;
  width: 95vw;
  justify-content: center;
 background: linear-gradient(to bottom right, #071f4b, #1b3f7b);
 background-image: url('https://images.unsplash.com/photo-1519681393784-d120267933ba?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1124&q=100');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  /* for screens wider than 600px */
  @media (min-width: 750px) {
    flex-direction: column;
    gap: 30px;
  }
}

.first-section {
 
  
  height: fit-content;
  margin: 5%px;
  color:white;
  display: flex;
  flex-direction: column;
 
  
 
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
 
  /* for screens wider than 600px */
 
  
}

.second-section {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(17, 25, 40, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  flex: 3;
margin: 10px;
padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  gap:20px;
height: 80vh;
color: white;
font-weight: bold;
  /* for screens wider than 600px */
  @media (min-width: 600px) {
    flex: 30%;
  }
}
.iconbar{
  display: flex;
 width: 100% ;
  justify-content: space-between;
  margin: 4px 10px ;
}
.baritem{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: auto;
}
.baritem span{
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 2px;
  font-weight: bold;
}
.baritem :hover{
  scale: 1.1;
  cursor: pointer;
}
.head{
  display: flex;
  width: 100vw;
  justify-content: space-between;
  padding:0 10px;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
  flex-wrap: wrap;
  
}
.my-unique-container {
  display: flex;
  flex-direction: column;
  justify-content:baseline !important;
  margin: 10px;
  border: 1 px solid gray;
  background-color: rgb(255, 255, 255);
  margin:3%;

}

.my-unique-subcontainer {

  margin: 20px;
  background-color: rgb(241, 241, 241);
height: fit-content;
}

.my-unique-card {
  background-color: #fff;
  border-radius: 1px;
  
  padding: 10px;
  color: rgb(0, 0, 0);
 
  
  border-radius: 2px;
 
}

.my-unique-header {
  font-size: 0.8rem;
  margin-top: 0;
}

.my-unique-text {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 400;
text-align: left;
}
.my-unique-header
.green{
  color: teal;
}

  .mdl2{
    flex-direction: column !important;
    max-width: 400px;
    justify-content: center !important;
   align-items: center;
  }
  @media only screen and (max-width: 750px) {
 
    .main-section2{
      flex-direction: column-reverse;
    }
    .head{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .my-unique-subcontainer {
      width: 300px;
      margin-bottom: 20px;
      /* max-width: 38vw !important; */
      margin: auto;
  }
  }
  .slider_detail-box p {
    text-align: left;
  }
.nav-item:last-of-type {
    margin-left: auto;
  }
  .emhsJJ {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 128px;
    padding: 0px 32px;
    background: linear-gradient(244.06deg, rgb(196, 214, 244) 0.98%, rgb(228, 238, 252) 37.82%, rgb(231, 240, 253) 61.8%, rgb(215, 227, 246) 100%);
    margin-top: 140px;
}
.fgViNB {
  position: absolute;
}
@media (min-width: 1024px){

.gvcNWt {
    width: 635px;
}

.gvcNWt {
    display: flex;
    flex-direction: column;
    z-index: 2;
}
}
.foHjIi {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  text-align: left;
  letter-spacing: -0.015em;
  color: var(--color--black);
  z-index: 2;
}
.deCcyC {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  margin-top: 40px;
  letter-spacing: -0.015em;
  color: var(--color--black);
}
.jiFSkU {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  z-index: 2;
  flex-wrap: wrap;
}
.jiFSkU a {
  height: 51px;
  cursor: pointer;
}
@media (min-width: 1024px){

.ejGqCd {
    height: 681px;
}

.ejGqCd {
    z-index: 2;
    margin-top: -88px;
}}
@media (max-width: 1024px){

.emhsJJ {
    margin-top: 80px;
    flex-direction: column;
    gap: 32px;
    overflow: hidden;
}
}
@media (max-width: 1024px)
{
.ejGqCd {
    width: 159px;
    margin-top: 4px;
}}
.partners-slider-wrapper {
  background: #fff;
}
@media (max-width: 2280px){
.partners-slider-wrapper .headerTitle {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 8px;
}}
.partners-slider-wrapper .headerTitle {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -.015em;
    color: #253b6c;
    text-align: center;
    margin-bottom: 8px;
}

.partners-slider-wrapper * {
    box-sizing: border-box;
}
@media (max-width: 1280px){
.partners-slider-wrapper .subHeaderTitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    max-width: unset;
}}

.partners-slider-wrapper .subHeaderTitle {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 142%;
    text-align: center;
    letter-spacing: -.01em;
    color: #546282;
    max-width: 774px;
    margin: 0 auto;
}
.partners-slider-wrapper * {
    box-sizing: border-box;
}
.partners-slider-wrapper .partners .logos-section {
  margin: 50px auto 0;
  max-width: 1100px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px){
.partners-slider-wrapper .partners .logos-section .img-wrap {
    width: 33.33%;
}}
.partners-slider-wrapper .partners .logos-section .img-wrap {
    cursor: pointer;
    position: relative;
    padding: 30px 15px;
    width: 20%;
    text-align: center;
    opacity: .6;
}
@media (max-width: 2280px){
.partners-slider-wrapper .partners .logos-section .img-wrap {
    width: 33.33%;
}}
.partners-slider-wrapper .partners .logos-section .img-wrap .hidden-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 200px;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .75s .25s;
  margin: 0;
}
@media (max-width: 640px){
.partners-slider-wrapper .partners .logos-section .img-wrap {
    padding: 15px;
    width: 50%;
}
.timeline-card {
  flex-basis: 1;
}
}
@media (max-width: 640px)
{.partners-slider-wrapper .partners .logos-section {
    margin-top: 20px;
    margin-bottom: 0;
}}
@media (max-width: 640px){
.partners-slider-wrapper .partners .logos-section .img-wrap {
    padding: 15px;
    width: 50%;
}}
@media (max-width: 1040px){
.partners-slider-wrapper .partners .logos-section .img-wrap img {
    max-width: 70%;
    width: 70%;
    max-width: 50%;
}}
.flexx{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(102, 102, 102);
  padding: 20px;
}
.Button {
  position: fixed;
  top: 50%;
 right: -5px;
 
  z-index: 900;
  transform: rotate(-90deg);
  border: none !important;
  background-color: tomato;
  color: white;
  padding:'3px';
}

.StarIcon {
  transform: rotate(-135deg);
}

.Modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:80%;
  z-index: 99999998 !important;
}
.tom{
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
 
  
  padding: 15px;
}
.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}

.timeline-item {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  position: relative;
  width: 100%;
}

.timeline-year {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 1rem;
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: tomato;
  color: white;
}

.timeline-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem;
}

.timeline-card {
  flex-basis: calc(33.33% - 1rem);
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.timeline-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.timeline-card-body {
  font-size: 1rem;
  line-height: 1.2;
  color: rgb(105, 115, 134);
  font-weight: 400;
}
.chead{
  margin: 0 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 130, 123) 0%), to(rgb(234, 235, 161) 100%));
  background: linear-gradient(rgb(243, 130, 123) 0%, rgb(234, 235, 161) 100%);
}
.kwEJyp {
  display: flex;
  flex-direction: column;
}
.iiIHgQ {
  margin-top: 160px;
}
.iiIHgQ section {
  padding-top: 32px !important;
}

.dmZkMh {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
  padding: 64px 24px;
  margin: 0px auto;
  max-width: 1200px;
}
@media (min-width: 998px)
{
}

.kJRXsO {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    color: black;
    text-align: center;
}
.hnpBDV {
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: rgb(105, 115, 134);
  text-align: center;
}
.iiIHgQ img {
  margin-top: 64px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 640px){
  
  .timeline-card {
    flex-basis: 1 !important;
  }
  }
  .clNSFG {
    display: flex;
    flex-direction: column;
    margin-top: 149px;
}
@media (min-width: 1200px)
{
.kSAeNE {
    gap: 240px;
}}

.kSAeNE {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 699px;
   
    background-size: 100% 100%;
    padding-top: 80px;
    background-position-y: 64px;
    gap: min(80px, 13%);
}
@media(min-width: 1024px){

.cmHrlO {
    align-items: flex-start;
}}

.cmHrlO {
    display: flex;
    flex-direction: column;
    z-index: 2;}
    @media (min-width: 1024px){

.cmHrlO {
    align-items: flex-start;
}}

.cmHrlO {
    display: flex;
    flex-direction: column;
    z-index: 2;}



@media (min-width: 1024px)
{
.fcVBwG { 
    width: 565px;
    font-size: 34px;
    line-height: 48px;
    padding: 0px;
    margin: 0px;
    text-align: left;}}

    .fbavso {
      font-size: 1.25rem;
      line-height: 1.4;
      color: var(--color--secondary);
      text-align: center;
      margin: -40px 0px 48px;
  }
  .etXeQW {
    display: flex;
    flex-direction: column;
}
.gXEEEU {
  width: 176px;
  height: 50px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
  background-color: var(--color--primary);
  text-decoration: none;
  color: var(--color--white);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
}
.erQkjj {
  width: 405px;
  height: 54px;
  margin-top: 24px;
}
.eCVcVA {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  text-align: center;
  letter-spacing: -0.015em;
  color: var(--color--black);
  margin-bottom: 48px;
}
.fbavso {
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--color--secondary);
  text-align: center;
  margin: -40px 0px 48px;
}
.etXeQW {
  display: flex;
  flex-direction: column;
}
.gsuCzl {
  display: flex;
  gap: 27px;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px auto;
  width: 460px;
  cursor: pointer;
}
.eUFWGW {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color--cyanblue);
}
.erQkjj {
  width: 405px;
  height: 54px;
  margin-top: 24px;
}
.fKBnMn::before {
  content: "0";
}
.fKBnMn {
  font-size: 5rem;
  color: var(--color--cyanblue);
}
.fAYxeJ {
  width: 100%;
  max-width: 896px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 62px;
  justify-content: center;
  gap:25px;
}
@media (max-width: 970px)
{
.kSAeNE {
flex-direction: column-reverse;
align-items: center;
scale: 0.5;

}}
@media (max-width: 770px)
{.flexx{
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

}
.XYsLK {
  position: relative;
  width: 100%;
  background: linear-gradient(240.04deg, rgb(55, 174, 226) 0%, rgb(30, 150, 200) 100%);
}
.exJnHf {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1360px;
  min-width: 320px;
  margin: auto;
}

.dzbMhj {
  width: 48px;
  height: 48px;
 
}
.hMhVyD {
  
}
.bcZKhS {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}
.hoWUMJ {
  margin-top: 6px;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

.fZhNbH {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(0, 163, 255);
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  user-select: none;
  width: 146px;
  height: 56px;
}
.PuaYZ {
  
  background-color: rgb(255, 255, 255);
  color: rgb(39, 56, 82) !important;
}
@media (max-width: 1424px)
{
.exJnHf {
   justify-content: center;
   flex-wrap: wrap;
}}
.img-wrap img{
  max-width: 150px !important;
}
.welcome_section .detail-box {
  margin-top: 45px;
  color: gray;
}
.gratext{
  color: #000000e0;
}
.wrapper {
  display: flex;
  height: 100vh;
  width: 100vw;

  max-height: 100vh;
}
.item__left {
  position: relative;
  flex: 1 1 0%;
  background: rgb(97, 187, 243);
}
@media (max-width: 768px)
{
.item__left {
    display: none;
}}

.item__left {
    position: relative;
    flex: 1 1 0%;
    background: rgb(97, 187, 243);
    background: url("https://static.mycointainer.com/auth/194d961c888828be478f.png");
    background-size: cover;
    background-position: center;
}
.item__left_img {
  width: 100%;
 
  object-fit: none;
  object-position: left bottom;
  display: none;
}
.item__left_img  img{
  width: 100%;
  
}
.item__left_content {
  position: absolute;
  top: 106px;
  left: 48px;
  right: 32px;
  word-break: break-word;
}
.item__left_title {
  max-width: 484px;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 132%;
  letter-spacing: -0.02em;
  color: rgb(255, 255, 255);
  text-align: left;
}
.item__right {
  z-index: 2;
  flex: 1 1 0%;
  padding: 80px 0px 29px;
  display: flex;
  justify-content: center;
  overflow-y: auto;
}
.container {
  flex: 1 1 0%;
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.logo-btn {
  background: none !important;
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}}
@media (max-width: 768px)
{
.content2 {
    padding: 40px 24px;
}}
.content2 {
  width: 100%;
  margin: 20px 0px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 7px;
  max-width: 460px;
  padding: 40px 40px 48px;
}
.title {
  width: 100%;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-family: 'Inter', sans-serif;
font-family: 'Ramaraja', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.015em;
}
.error {
  width: 100%;
  display: flex;
  overflow: hidden;
  background: rgb(255, 249, 225);
  align-items: center;
  border-radius: 3px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.error__icon {
  max-width: 16px;
  width: 100%;
  height: 16px;
  cursor: pointer;
  display: flex;
  background: rgb(255, 143, 51);
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.error__text {
  color: rgb(255, 143, 51);
  font-size: 12px;
  font-style: normal;
  font-family: 'Inter', sans-serif;
font-family: 'Ramaraja', serif;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.002em;
  margin-left: 11px;
}
.form {
  width: 100%;
  margin: 80px 0px 48px;
}
.field {
  width: 100%;
  margin-bottom: 16px;
}
.field__label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.field__input {
  width: 100%;
  color: rgb(0, 0, 0);
  padding: 11px 14px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.002em;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
  border: 1px solid rgb(208, 216, 223);
  border-radius: 3px;
}
.field__error {
  display: flex;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1) 0s;
  padding: 0px 4px;
}
.field__error_icon {
  cursor: pointer;
  height: 14px;
  display: flex;
  min-width: 14px;
  background: rgb(215, 47, 71);
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.field__error_text {
  color: rgb(215, 47, 71);
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  line-height: 15px;
  letter-spacing: 0.25px;
}
.field__submit {
  
  max-width: 300px;
  color: rgb(255, 255, 255);
  padding: 15px ;
  opacity: 1;
  font-size: 16px;
  margin-top: 48px;
  transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.002em;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
  border-radius: 3px;
  background-color: rgb(20, 70, 245);
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup, .sign-in {
  color: rgb(85, 110, 131);
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
font-family: 'Ramaraja', serif;
  line-height: 18px;
  letter-spacing: -0.002em;
}
.footer {
  color: rgb(105, 115, 134);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
  letter-spacing: 0.2px;
}
.footer a {
  color: rgb(0, 0, 0);
}
.privacy-terms-btn {
  font-size: 12px;
  font-style: normal;
  text-align: center;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
  font-family: 'Ramaraja', serif;
  letter-spacing: 0.2px;
}

.dashboard-containerr {
  display: flex;
  background-color: rgb(245, 249, 254);
}

.sidebar {
  padding: 16px;
  background-color: #ffffff;
  border-right: 1px solid #f5f5f5;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar li {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.sidebar li:hover {
  background-color: rgba(210, 233, 248, 0.37);
}

.sidebar li span {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 300;
}
.balance-preview {
  display: flex;
  gap: 56px;
}
.mmodal-container {
  position: fixed;
  top: 10%;
  left: 0;
  width: 100vw;
  
  
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11000000;
 margin: 10px auto;
 padding: 10px;
 
}


.mmodal-content {
  background-color: #333;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 11000000;
 margin: 1px auto;

 
 border-radius: 10px;
 
}

.social-media-icons {
  
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap:15px;
}

.social-media-icons a {
  color: #fff;
  font-size: 50px;
  margin: 0 10px;


}

.close-btn {
  background-color: tomato;
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 20px;
  width: 200px;
}
.balprev{
  display: "flex";
  justify-content: space-evenly;
}
.tbl{
  width:60vw;
}
@media only screen and (max-width: 800px) {
  .tbl{
    width:90% !important;
  }
  .sidebar li span{
    display: none;
  }
  .sidebar li img{
    width: "20px" !important;
   height: "20px";
   
  }
  .bal{
    width:100% !important;
  }
  .ass2{
    max-width: 90% !important;
  }
}

.flexx{
  background-color: rgb(71, 187, 255);
 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4000;

}
.flexx *{
  color: whitesmoke;
}
.btn-box{
  text-align: left;
}
.social-media-icons a{
width:15px;
}

.slider_detail-box h1{
  font-size: 3rem;
}
.fStxHs {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 100px;
  padding: 0px 32px;
  height: 735px;
  background: linear-gradient(244.06deg, rgb(196, 214, 244) 0.98%, rgb(228, 238, 252) 37.82%, rgb(231, 240, 253) 61.8%, rgb(215, 227, 246) 100%);
}
.bEpVGt {
  width: 100%;
  height: 735px;
  background: url("https://www.mycointainer.com/landing-main/media/header-texture.85f47838.svg") no-repeat;
  position: absolute;
  top: 0px;
}
.kvHrOR {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 573px;
  z-index: 0;
}
@media (min-width: 1024px){
.eASrxj {
  width: 394px;
}
.dssSIF {
  width: 501px;
}
}
.eASrxj {
  font-weight: 500;
  font-size: 80px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--color--black);
  z-index: 0 !important;
}
.dssSIF {
  color: var(--color--black);
}
@media (min-width: 992px){
}
.eASrxj span {
  color: var(--color--primary);
}
.fqlHZJ {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.015em;
  color: var(--color--secondary);
}
.geSCQo {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.dfaQNw {
  background: var(--color--white);
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
@media (min-width: 1024px)
{
.cEXGkA img {
    width: 700px;
}
.cEXGkA {
  width: min(50%, 700px);
}
}
.cEXGkA {
  z-index: 0;
}
@media (max-width: 1024px){

.kvHrOR {
    gap: 12px;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
}}
.kvHrOR {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 573px;
  z-index: 0;
}
@media (max-width: 700px){
.cEXGkA img {
 width:300px
}
.fStxHs {
  flex-direction: column;
  max-width: 100vw;
}
}
a span{
  font-size: 10px;
}
.tnQeT {
  display: flex;
  flex-direction: column;
  margin: 140px auto 0px;
  max-width: 1200px;
  padding: 40px 24px 80px;
  position: relative;
  text-align: left;
}
.tnQeT > div {
  font-size: 22px;
  line-height: 2.2rem;
}
.tnQeT h1 {
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
.tnQeT h4 {
  font-size: 22px;
}
.tnQeT table {
  border-collapse: collapse;
}
.tnQeT p {
  margin-block: 1em;
}
.tnQeT table th, .tnQeT table td {
  border: 1px solid rgb(0, 0, 0);
  width: 50%;
  padding: 15px;
}
.tnQeT table th, .tnQeT table td {
  border: 1px solid rgb(0, 0, 0);
  width: 50%;
  padding: 15px;
}
.teal{
  color: teal;
}
.red{
  color:'red'
}
.navkyc {
  display: flex;
 
  margin: 20px;
}

.ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.li {
  padding: 10px;
  cursor: pointer;
}

.li.active {
  background-color: tomato;
  color: #fff;
}
.kyc-form {
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
}

.form-stepK {
  margin-bottom: 2rem;
}

.form-stepK-header {
 
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.form-stepK-header h2 {
  margin: 0;
  font-size: 1.5rem;
}

.form-stepK-content p {
  margin-bottom: 1rem;
}

.form-stepK-content input[type="file"] {
  margin-bottom: 1rem;
  margin-top: 1rem;
  background-color: tomato;
  color: white;
  max-width: -webkit-fill-available;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.prev, .next, .submit {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.prev:hover, .next:hover, .submit:hover {
  background-color: #d9d9d9;
}

.prev:disabled, .submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.submit {
  background-color: #4caf50;
  color: #fff;
}

.submit:hover {
  background-color: #3e8e41;
}

.notification {
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 600px) {
  .form-step-content input[type="file"] {
    width: 100%;
  }

  .prev, .next, .submit {
    width: 100%;
  }

  .prev {
    margin-right: 0.5rem;
  }
}
.form-stepK-content p{
  margin-bottom: 5px;
}
.bggr{
  background: linear-gradient(rgb(243, 130, 123) 0%, rgb(234, 235, 161) 100%);
  color:'white';

}

.bggr p {
  color:white;
  font-weight: bold;
}
.bggr *{
  color:'white';
font-weight: bold;
}