/*----------------- Google Fonts----------------- */

@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Lexend+Deca:wght@100..900&display=swap");

/*----------------- Extra----------------- */

/*
 .lexend-deca {
     font-family: "Lexend Deca", sans-serif;
     font-optical-sizing: auto;
     font-weight: 200;
     font-style: normal;
 }

 .hind-siliguri-light {
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 300;
     font-style: normal;
 }

 .hind-siliguri-regular {
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 400;
     font-style: normal;
 }

 .hind-siliguri-medium {
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 500;
     font-style: normal;
 }

 .hind-siliguri-semibold {
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 600;
     font-style: normal;
 }

 .hind-siliguri-bold {
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 700;
     font-style: normal;
 } */

/*----------------- Global----------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hind Siliguri", sans-serif;
  color: #444444;
}
.form-control {
  padding: unset;
}
.form-control:focus,
input:focus {
  color: unset;
  background-color: unset;
  border-color: unset;
  box-shadow: unset;
}

input {
  background-color: transparent;
}

::-webkit-scrollbar {
  height: 3px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--Style);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(211, 190, 150);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: orangered;
}

/*----------------- Hide arrow from number input type ----------------- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*----------------- Color Varible ----------------- */

:root {
  --Style: #fe6603;
  --Color-Secondery: #6e6a7c;
}

/*----------------- Header ----------------- */

.header-main {
  z-index: 999;
  position: fixed;
  /* top: 15px; */
  width: 100%;
}

/*----------------- Navbar ----------------- */

.navbar-light .navbar-nav .nav-link {
  color: #202020;
}

.navbar {
  border-radius: 15px;
  border: 3px solid #fff;
  background: #ffff;
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6.5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-box-0 {
  gap: 25px;
}

.navbar-right-main {
  display: flex;
  align-items: center;
  gap: 25px;
}

.ul-main {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ul-main ul li a {
  color: var(--Style, #fe6603);
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navbar-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 5px 8px;
  align-items: center;
  gap: 8px;
}

.rp-main {
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbar-box-rp1 {
  border-radius: 4px;
  background: #fe6603;
  display: flex;
  height: 14px;
  padding: 0px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Hind Siliguri";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navbar-box-rp2 {
  color: #fe6603;
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.rp-containar {
}

.navbar-box1 {
  display: flex;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  gap: 8px;
}

.dropdown-har.dropdown-toggle::after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: 0.255em;
  content: "";
  border-top: unset;
  border-right: unset;
  border-bottom: 0;
  border-left: unset;
  background: url(../image/Arrowdown.png);
  width: 11px;
  height: 9px;
}

.nav-link {
  padding: unset;
}

.navbar-box-container {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.dropdown-menu-header {
  width: 327px;
  margin-left: -260px;
  margin-top: 15px !important;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
}

/*----------------- Navbar End ----------------- */

/*----------------- Header End ----------------- */

/*----------------- Hero Section ----------------- */

#hero-h1 {
  width: 100%;
  padding: 96px 0 110px 0;
  /* height: 581px; */
  background: url("../image/back.svg") center center;
  background-size: cover;
  position: relative;
  background-position: bottom left;
  /* margin-top: -96px; */
}

.hero-top-div {
  display: flex;
  gap: 10px;
  color: #202020;
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-header-title {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 58px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero-bottom-div-button {
  border-radius: 14px;
  background: var(--Style, #fe6603);
  box-shadow: -3px 7px 13px 0px rgba(87, 87, 87, 0.18);
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: unset;
}

.hero-right-top {
  border-radius: 24.83px;
  border-right: 1.774px solid rgba(254, 102, 3, 0.3);
  border-bottom: 1.774px solid rgba(254, 102, 3, 0.3);
  background: #fff;
  display: flex;
  padding: 13.736px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.hero-right-top::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 24.83px;
  border-right: 1.774px solid rgba(254, 102, 3, 0.3);
  border-bottom: 1.774px solid rgba(254, 102, 3, 0.3);
  background: #fff;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.vector-img-hero-top {
  position: absolute;
  right: 68px;
  top: 0;
}

.hero-right-text1 {
  color: var(--404040, #404040);
  font-family: "Hind Siliguri";
  font-size: 22.83px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero-right-text2 {
  color: var(--404040, #404040);
  font-family: "Hind Siliguri";
  font-size: 28.925px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero-right-col2 {
  margin-top: 100px;
}

/* Media Queary For Hero Section */

@media (max-width: 1024px) {
  .hero-header-title {
    font-size: 45px;
  }

  .hero-right-text1 {
    font-size: 18.83px;
  }
}

@media (max-width: 768px) {
  .hero-right-col2 {
    margin-top: 0px;
  }
}

@media (max-width: 576px) {
  .hero-right-top {
    align-items: center;
  }

  .hero-header-title {
    font-size: 34px;
  }
}

/*----------------- Hero Section End ----------------- */

/*----------------- Containt Section ----------------- */

/*----------------- Containt Resources Offered Box Components ----------------- */

/* poupup for scan qr hero section */

.scanqr-page-input-box {
  width: 218px;
  border: none;
  background: transparent;
}

.modal-header {
  border-bottom: unset;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.modal-footer {
  border-top: unset;
}

.modal-body {
  padding: 0 1rem;
}

.modal-title-text {
  color: #444;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-content {
  width: auto;
  height: auto;
  display: inline-flex;
  padding: unset;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 10px; */
  border-radius: 15px;
  border: 0.935px solid rgba(240, 240, 240, 0.3);
  background: var(--ffffff, #feffff);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.modal-dialog {
  display: flex;
  justify-content: center;
}
.pop-up-button-box {
}

.popupcloseicon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #fe6603;
  opacity: 0.1;
}

.modal-body-scan-qr {
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.popap-body-main-box {
  display: flex;
  padding: 20px 15px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fafafa;
}

.popap-body-rectangle {
  width: 3px;
  height: 34px;
  border-radius: 50px;
  background: #fe6603;
}

.popap-body-sub-box {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;
}

.popap-body-text {
  color: #1d1d1d;
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.popap-body-text-span {
  color: #1d1d1d;
  font-family: "Hind Siliguri";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 30px;
}

.qrcodesacan {
  width: 28px;
  height: 29px;
}

.popap-body-main-box2 {
  display: flex;
  /* height: 51px; */
  padding: 0px 15px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: var(--Greyscale-50, #fafafa);
  padding: 11px 15px;
}

.popap-body-text-box2-container {
  display: flex;
  gap: 7px;
  align-items: center;
}

.popap-body-text1-box2 {
  color: #fe6603;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popap-body-text2-box2 {
  color: var(--858585, #858585);
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popap-footer-button {
  border-radius: 14px;
  background: var(--Style, #fe6603);
  box-shadow: -3px 7px 13px 0px rgba(87, 87, 87, 0.18);
  color: #feffff;
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 12px 93px;
  border: unset;
}

.popap-footer-button:hover {
  color: white;
}

.modal-footer {
  width: 100%;
  justify-content: center;
}

/*  end poupup for scan qr hero section */

/*  poupup for card view */

.popap-body-main-box-card-view {
  display: flex;
  width: auto;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 15px;
}

.pop-body-right-box-card-view {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 15px;
  flex: 1 0 0;
}

.popap-body-right-top-box-card-view {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  justify-content: space-between;
}

.popap-body-right-bottom-box-card-view {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
}

.des-main-box-use-for-popap {
  display: flex;
  padding: 1.304px 5.761px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5.761px;
  background: rgba(0, 0, 0, 0.02);
}

.des-text1-for-card-view {
  color: #777;
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.des-text2-for-card-view {
  color: var(--7-a-869-a, #7a869a);
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.popap-body-right-top-box-sub-card-view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.popap-card-view-icon-box {
  border-radius: 10px;
  background: rgba(254, 102, 3, 0.06);
  display: flex;
  width: 35px;
  height: 35px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.popap-card-view-icon-box-conatianer {
  display: flex;
  gap: 10px;
}

.popap-body-right-top-subbox-card-view {
  display: flex;
  gap: 10px;
  align-items: center;
}

/*  end poupup for card view */

.resource-box {
  display: none;
}
.active {
  display: block;
  color: #fe6603;
}

.active-main {
  color: #fe6603;
}

.active-green {
  color: #008000 !important;
}

.active-red {
  color: #f00 !important;
}

.active-border {
  border-radius: 20px;
  border: 1px solid #fe6603;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
}

.content-top-main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 48px 0;
}

.content-left-res-box {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(240, 240, 240, 0.3);
  background: #fff;
  box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.07);
}

.resbuttonA {
  display: flex;
  padding: 10px 23px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  color: #adadaf;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.resbuttonA.active {
  display: flex;
  padding: 10px 28px;
  justify-content: space-between;
  align-items: center;
  color: #fe6603;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #fe6603;
  background: #fdf7f3;
}

.resbuttonA.active:hover {
  color: #fe6603;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: unset;
  box-shadow: unset;
}

.btn:hover {
  color: #adadaf;
}

.resbuttonB {
  display: flex;
  padding: 10px 23px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  color: #adadaf;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-right-search-box {
  display: flex;
  padding: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #ededef;
  background: #fff;
  width: 282px;
}

.content-right-search-sub-box {
  display: flex;
  align-items: center;
  gap: 7px;
  /* padding-right:190px; */
}

.search-icon {
  display: flex;
  /* width: 22px;
  height: 22px; */
  padding: 2.547px 2.253px 1.833px 2.547px;
  justify-content: center;
  align-items: center;
}

.search-input-res-page {
  background: transparent;
  width: 220px;
  border: unset;
}

.search-input-res-page:focus-visible {
  border: unset;
}

.search-text {
  color: #1f1f1f;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.resource-offered-box-row {
  padding: 15px 10px;
}

.resource-offered-box {
  border-radius: 23.045px;
  border: 1px solid rgba(240, 240, 240, 0.3);
  background: var(--ffffff, #feffff);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 11.522px 11.284px;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.522px;
}

.resource-offered-box:hover {
  border: 1px solid var(--Style);
  border-radius: 23.045px;
}

.res-off-mobile-img {
  border-radius: 11.522px;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.res-off-main-container {
  display: flex;
  align-items: center;
  gap: 11.522px;
  align-self: stretch;
}

.res-off-right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-main-box {
  display: flex;
  align-items: center;
  gap: 57.612px;
  align-self: stretch;
}

.mobile-text1 {
  color: var(--1d, #1d1d1d);
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.qty-des-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.761px;
}

.qty-main-box {
  display: flex;
  padding: 2.304px 5.761px;
  align-items: flex-start;
  gap: 3.457px;
  border-radius: 5.761px;
  background: rgba(0, 0, 0, 0.02);
}

.qty-text1 {
  color: var(--7-a-869-a, #7a869a);
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.qty-text2 {
  color: #777;
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.des-main-box {
  display: flex;
  padding: 2.304px 5.761px;
  align-items: flex-start;
  gap: 1.457px;
  border-radius: 5.761px;
  background: rgba(0, 0, 0, 0.02);
}

.des-text1 {
  color: var(--7-a-869-a, #7a869a);
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.des-text2 {
  color: #777;
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.res-off-main-container2 {
  display: flex;
  align-items: center;
  gap: 11.522px;
}

.res-off-main-bottom1 {
  display: flex;
  align-items: center;
  gap: 11.522px;
}

.time-date-text1 {
  color: #9aa8c7;
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.res-off-main-bottom-right {
  display: flex;
  gap: 3.457px;
  border-radius: 5.761px;
  background: rgba(0, 0, 0, 0.02);
  padding: 2.304px 5.761px;
  justify-content: center;
}

.total-rp-text1 {
  color: var(--7-a-869-a, #7a869a);
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.total-rp-text2 {
  color: #777;
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.total-rp-text2-span {
  color: #fe6603;
}

.content-bottom-main-box {
  display: flex;
  padding: 30px 0 74px 0;
  justify-content: center;
  gap: 16px;
}

.page-button-box {
  border-radius: 14px;
  border: 1px solid #bebebe;
  background: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.page-button-text {
  color: #000;
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.active-page-box {
  border: 1px solid #fe6603;
  background: #fff7e1;
  color: #fe6603;
}

.active-page-box .page-button-text {
  color: #fe6603;
}

/* Media Queary For Containt Section */

/* Media query for mobile screens content section */

@media only screen and (max-width: 767px) {
  .content-top-main-box {
    flex-direction: column;
    /* align-items: stretch; */
    padding: 24px 0;
    gap: 15px;
  }

  .content-left-res-box {
    width: fit-content;
    justify-content: center;
  }

  .content-right-search-box {
    width: 100%;
  }
}

@media (min-width: 1880px) {
  .resource-offered-box {
    padding: 11.522px 17.284px;
  }
}

/* Media query for mobile screens scan qr popap */

@media only screen and (max-width: 364px) {
  .popap-body-text-span {
    padding-right: 27px;
  }
}

/* Media query for mobile screens mobile card click popap */

@media only screen and (max-width: 326px) {
  .popap-body-right-bottom-box-card-view {
    gap: 3px;
  }
}

@media only screen and (max-width: 360px) {
  .popap-body-text2-box2 {
    font-size: 17px;
  }
  .scanqr-page-input-box {
    width: 175px;
  }
  .scanqr-popap-footer-button {
    padding: 12px 72px;
  }
}

@media only screen and (max-width: 375px) {
  .popap-body-right-bottom-box-card-view {
    gap: 7px;
  }
  .pop-body-right-box-card-view {
    gap: 8px;
  }
}

/*----------------- Containt Resources Offered Box Components End ----------------- */

/*----------------- Containt Section End ----------------- */

/*----------------- Foootr Section  ----------------- */

#footer {
  width: 100%;
  padding: 100px 0 20px 0;
  background: url("../image/new_footer.svg") center center;
  background-size: cover;
  position: relative;
  background-position: top right;
}

.footer-main-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top,
.footer-bottom {
  width: 100%;
}

.container {
  /* max-width: 1200px;
  margin: 0 auto; */
}

.footer-logo {
  max-width: 100%;
  height: auto;
}

.footer-top-left-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}

.footer-top-sub-box {
  margin-top: 20px;
}

.footer-top-left-text1 {
  margin-bottom: 20px;
  text-align: left;
}

.icon-main-box {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.icon-main-box img {
  max-width: 30px;
  height: auto;
}

.footer-top-right-head {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-top-right-other {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top-right-other li {
  margin-bottom: 10px;
}

.footer-bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-span {
  color: #e8491d;
}

.back-to-top {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tabcontent {
  cursor: pointer;
}

.back-to-top-text {
  margin-left: 5px;
}

.footer-bootom-main {
  border-top: 1px solid #bcbad2;
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
  align-items: center;
}

.footer-top-right-other li a {
  color: #555;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 991px) {
 .footor-new-row {
  margin-top: 20px;
 }
}

@media (max-width: 768px) {
  .footor-new-row {
    margin-top: 0 !important;
   }
  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-top-left-main {
    order: 2;
  }

  .footer-top-left-main,
  .footer-top-right-head,
  .footer-top-right-other {
    margin-bottom: 20px;
  }

  .footer-top-right-head {
    order: 1;
  }

  .footer-top-right-other {
    order: 3;
  }
}
/* Media Queary For Containt Section */

@media (max-width: 768px) {
  .footer-top-sub-box {
    padding-bottom: 20px;
  }
}

/*----------------- Foootr Section End ----------------- */

/* _________________ CSS Start Index-main Page _________________*/

@keyframes changeText {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#changingText span {
  animation: changeText 5s infinite;
}

#hero-h2 {
  width: 100%;
  /* padding: 200px 0; */
  height: 100vh;
  background: url("../image/withoutloginbg.svg") center center;
  background-size: cover;
  position: relative;
  background-position: bottom center;
  display: flex;
  align-items: center;
}

.hero-other-text-index-main {
  color: #4f4f4f;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.login-page-input-box {
  width: 290px;
}
.pass-page-input-box {
  width: 370px;
}

.pass-pop-page-input-box {
  width: 255px;
}

.forgot-two-pop-page-input-box {
  width: 255px;
}

.modal-main-box-login-view {
  width: 50%;
}

.popap-body-main-top-login-view {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 21px;
}

.popap-body-main-box-login-view {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.popap-body-img-box {
  padding: 15px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

.popap-body-login-view-container-box {
  display: flex;
  align-items: center;
  gap: 3.694px;
  justify-content: center;
}

.popap-body-login-view-title-main {
  display: flex;
  flex-direction: column;
}

.popap-body-login-view-title1 {
  color: #f28243;
  font-family: "Creato Display";
  font-size: 22.162px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.popap-body-login-view-title2 {
  color: #3361ac;
  font-family: "Creato Display";
  font-size: 22.162px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.popap-body-main-bottom-login-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.popap-body-login-view-title {
  color: #444;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.popap-body-login-view-other {
  color: rgba(79, 79, 79, 0.8);
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popap-footer-button-login-view {
  padding: 10px 20px;
}

.forgot-pop-page-input-box {
  width: 255px;
}
/* Media Queary For Index main page */

@media (max-width: 320px) {
  /* .set-pass-input-box {
    width: 176px;
  }
  .otp-form-verify {
    gap: 17px !important;
    display: flex;
  }
  .forgot-two-pop-page-input-box {
    width: 179px;
  }
  .popap-body-main-bottom-sent-first {
    gap: 131px !important;
  }
  .popap-footer-button-forgot-pass {
    padding: 12px 95px !important;
  } */
}

@media (max-width: 1024px) {
  #hero-h2 {
    padding: 300px 0;
  }
}

@media (min-width: 425px) {
  .hero-mobile-no-index-right {
    padding-right: 100px;
  }
}

@media (max-width: 1290px) {
  .popap-body-login-view-title1,
  .popap-body-login-view-title2 {
    font-size: 18px;
  }

  .popap-logo-login-view {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .modal-main-box-login-view {
    width: unset;
  }
}

@media (max-width: 460px) {
  .popap-body-login-view-other {
    font-size: 12px;
  }
  .popap-body-login-view-title1,
  .popap-body-login-view-title2 {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .popap-body-main-top-login-view {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .popap-body-img-box {
    width: 100%;
  }
  .popap-body-main-box-login-view {
    gap: 10px;
  }
  .popap-footer-button-login-view {
    padding: 10px 20px;
    font-size: 15px;
  }
  .popap-logo-login-view {
    width: 15%;
  }
}

@media (max-height: 552px) {
  #hero-h2 {
    padding: 160px 0;
    display: flex;
    align-items: unset;
  }
}
@media (max-height: 462px) {
  #hero-h2 {
    padding: 120px 0;
  }
}
@media (max-width: 393px) {
  .forgot-pop-page-input-box {
    width: 186px;
  }
  .forgot-pop-page-input-box {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .forgot-two-pop-page-input-box {
    /* width: 240px; */
    font-size: 17px;
  }
  .set-pass-input-box {
    width: 200px !important;
  }
  /* .otp-form-verify {
  gap: 35px !important;
  display: flex;
}
.forgot-two-pop-page-input-box {
  width: 210px !important;
}
.popap-footer-button-forgot-pass {
  padding: 12px 120px !important;
} */
  /* .set-pass-input-box {
  width: 176px;
} */
  .otp-form-verify {
    gap: 17px !important;
    display: flex;
  }
  .forgot-two-pop-page-input-box {
    width: 179px;
    font-size: 13px;
  }
  .popap-body-main-bottom-sent-first {
    gap: 131px !important;
  }
  .popap-footer-button-forgot-pass {
    padding: 12px 95px !important;
  }
}

@media (max-width: 320px) {
  .set-pass-input-box {
    width: 200px !important;
  }
}

/* _________________ CSS Start Login main Page and Password Page _________________*/

#hero-h3 {
  width: 100%;
  display: flex;
  align-items: center;
  /* padding: 200px 0; */
  height: 100vh;
  /* height: 100%; */
  background: url("../image/loginmainbgnew.svg") center center;
  background-size: cover;
  position: relative;
  background-position: top left;
}

.hero-mobile-no-index-main {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 25px;
}

.hero-mobile-no-index-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 330px;
  border-bottom: 1px solid #dfe1e5;
  /* padding-right: 100px; */
}
.mobile-no-value {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mobile-no-palce-holder {
  color: #858585;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mobile-no-palce-holder input[type="tel"],
input[type="password"] {
  border: none;
  outline: none;
  padding: 5px 0;
  background: transparent;
}

.hidden {
  display: none;
}

.hero-pass-no-index-right-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* gap: 80px; */
  border-bottom: 1px solid #dfe1e5;
}

.hero-pass-no-index-right-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 150px;
}

.hero-pass-no-index-main {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 25px;
  flex-direction: column;
  align-items: center;
}

.pass-no-forgot-text {
  color: #444;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #fe6603;
  border-color: #fe6603;
}

.without-login-home-page-second-box {
}

.pass-box-text {
  color: #404040;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#wrongNumber {
  cursor: pointer;
}
/* css poupup for password page */

.popap-footer-button-forgot {
  border-radius: 14px;
  background: var(--Style, #fe6603);
  box-shadow: -3px 7px 13px 0px rgba(87, 87, 87, 0.18);
  color: #feffff;
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 12px 70px;
  border: unset;
}

.modal-footer {
  padding: 1.3rem 0.75rem;
}

.popap-footer-button-forgot-pass {
  padding: 12px 140px;
}
.popap-body-main-box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.sent-otp-body-head-text {
  color: #24252c;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sent-otp-body-other-text {
  color: rgba(64, 64, 64, 0.65);
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popap-body-main-top-sent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.popap-body-main-bottom-sent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.popap-body-main-bottom-sent-first {
  display: flex;
  justify-content: space-between;
  gap: 144px;
  width: 100%;
}

.popap-body-main-bottom-sent-second {
  display: flex;
  gap: 44px;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.popap-body-main-bottom-sent-first-left {
  color: #7a869a;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.popap-body-main-bottom-sent-first-right {
  color: #fe6603;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.otp-box-sent-otp {
  border-radius: 14px;
  border: 1px solid #dfe1e5;
  width: 51px;
  height: 51px;
  text-align: center; /* Center text horizontally */
  line-height: 51px; /* Center text vertically */
  font-size: 18px;
}

.body-popap-sent-otp {
  gap: 29px;
  display: flex;
  flex-direction: column;
  /* padding-bottom: 29px; */
}
.modal-body-verify-otp {
  gap: 29px;
  display: flex;
  flex-direction: column;
}

.verify-otp-bottom-box-img {
  display: flex;
}

.pop-verify-otp-main-box2 {
  justify-content: space-between;
}

.popap-set-new-password-footer {
  padding: 29px 0 25px 0;
}

.input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
/* Media Queary For password page */

@media (max-width: 768px) {
  .hero-pass-no-index-right-top {
    /* gap: 40px; */
  }
  .hero-pass-no-index-right-bottom {
    /* gap: 90px; */
  }
}

@media (max-width: 375px) {
  .hero-pass-no-index-right-top {
    /* gap: 20px; */
  }
  .hero-pass-no-index-right-bottom {
    /* gap: 50px; */
  }
  .popap-footer-button-forgot-pass {
    padding: 16px 105px;
  }
  .hero-mobile-no-index-right {
    width: 250px;
  }
  .login-page-input-box {
    width: 220px;
    padding: 0 5px;
  }
}

@media (max-width: 392px) {
  .popap-footer-button-forgot-pass {
    padding: 12px 105px;
  }
}

@media (max-width: 411px) {
  .pass-page-input-box {
    width: 110%;
  }
  .hero-pass-no-index-right-bottom {
    gap: 30px;
  }
  .hero-pass-no-index-right-top {
    gap: 40px;
  }
}

@media (max-height: 552px) {
  #hero-h3 {
    padding: 160px 0;
    display: flex;
    align-items: unset;
  }
}
@media (max-height: 462px) {
  #hero-h3 {
    padding: 100px 0;
  }
}

/* _________________ CSS Start Registraion Page _________________*/

@media (max-height: 641px) {
  #hero-h4 {
    height: 100% !important;
    padding: 100px 0 !important;
  }
}
#hero-h4 {
  width: 100%;
  /* padding: 150px 0; */
  height: 100vh;
  /* height: 100%; */
  background: url("../image/regback.svg") center center;
  background-size: cover;
  position: relative;
  background-position: left center;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-4-bg-circle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-position: left center;
}
.hero-4-main-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* margin-top: 110px; */
}
.hero-header-title-reg-page {
  font-size: 38px;
}

.hero-other-reg-page {
  font-size: 14px;
}

.left-main-box-reg-page {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.right-main-box-reg-page {
  border-radius: 30px 0px 0px 279.5px;
  border-bottom: 1px solid #fe6603;
  border-left: 8px solid #fe6603;
  background: #fff;
  box-shadow: -11px 4px 34px 0px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}

.right-main-sub-reg-page {
  display: flex;
  justify-content: center;
}

.right-main-sub-top-reg-page {
  display: flex;
  /* width: 385px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 60px 0;
}

.top-reg-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.camara-icon-img {
  cursor: pointer;
  height: 60px;
  width: 60px;
  /* border-radius: 50px; */
}

.top-reg-text {
  color: #404040;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.middle-reg-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.input-type-reg-page-box {
  display: flex;
  gap: 15px;
  /* width: 385px; */
}

.show-acc-icon {
  display: none;
}

/* #show_hide_password input:focus {
   border: unset;

}


#show_hide_password input:focus-visible {
 border: unset;
} */

.input-hide-border-reg:focus {
  border: unset;
}

.input-type-extra-box-reg-page {
  border-bottom: 1px solid #dfe1e5;
  /* padding: 5px 120px 5px 0; */
  display: flex;
  align-items: center;
  gap: 5px;
}

.border-unset-reg-page {
  border: unset;
  background: transparent;
  color: #000;
}

.set-pass-input-box {
  width: 210px !important;
}

/* .reg-main-page-input {
  width: 345px;
} */

/* .reg-main-page-input-number {
  width: 322px;
} */
/*
.reg-main-page-input-password {
  width: 320px;
} */

.border-unset-reg-page:focus {
  border: unset;
}

.border-unset-reg-page:focus-visible {
  border: unset;
}

.reg-button-profile-photo {
  border: unset;
  background-color: unset;
}

/* Registraion Page upload profile photo css */

.hide-acc-icon:focus-visible {
  outline: unset !important;
  border: unset !important;
}
.profile-pic {
}
.profile-pic img {
}

#uploadedImage {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

/* _________________ CSS Start OTP Registraion Page _________________*/

.otp-reg-bottom-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.hero-otp-reg-page {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.otp-reg-page-verify-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.otp-reg-page-verify-main-input-box {
  border-bottom: 1px solid var(--Style, #fe6603);
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  color: #fe6603;
  font-family: "Hind Siliguri";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.otp-form-two .otp-field-two {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 20px;
  line-height: 4rem;
  text-align: center;
  border: none;
  border-bottom: 1px solid #858585;
  outline: none;
  background: transparent;
}

.otp-form-two {
  display: flex;
  gap: 10px;
}

.otp-form .otp-field {
  display: inline-block;
  border-radius: 14px;
  border: 1px solid #dfe1e5;
  width: 55px;
  height: 51px;
  font-size: 20px;
  line-height: 4rem;
  text-align: center;
  /* border: none; */
  /* border-bottom: 1px solid #858585; */
  outline: none;
  background: transparent;
}

.otp-form {
  display: flex;
  gap: 44px;
}
.otp-form .otp-field:focus {
  border-bottom-color: #fe6603;
}

.resend-otp-text {
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#timer {
  cursor: pointer;
}
/* Media Queary For Reg otp page */

@media (max-width: 768px) {
  /* #hero-h3 {
    padding: 130px 0;
  } */
}

@media (max-width: 768px) {
  .otp-form .otp-field {
    /* width: 2.5rem; */
  }
}

/* Media Queary For Reg profile page */

@media (min-width: 992px) {
  .reg-main-page-input {
    width: 345px;
  }

  .reg-main-page-input-number {
    width: 322px;
  }
  .reg-main-page-input-password {
    width: 320px !important;
  }
}

@media (max-width: 767px) {
  .right-main-box-reg-page {
    border-radius: 30px;
    border: 1px solid #fe6603;

    background: #fff;
    box-shadow: -11px 4px 34px 0px rgba(0, 0, 0, 0.06);
    margin-top: 40px;
  }
  .right-main-sub-top-reg-page {
    padding: 20px 0;
  }

  .right-main-box-reg-page {
    margin: 5% 10%;
    width: 80%;
  }
}

@media (max-width: 425px) {
  .hero-4-main-row {
    gap: 20px;
  }

  .reg-main-page-input {
    width: unset;
  }

  .right-main-box-reg-page {
    padding: 0px 10px;
  }

  .hero-header-title-reg-page {
    font-size: 38px;
  }
}

/* This is books poopap css and media query */

.popap-image-card-view {
  width: 371px;
}

@media (max-width: 459px) {
  .modal-content-user {
    width: 92% !important;
  }
}

@media (max-width: 991px) {
  .popap-body-right-box-card-view {
    overflow-y: auto; /* Enable vertical scrolling */
  }
  .popap-body-right-bottom-box-card-view {
    max-height: 55px; /* Set a maximum height for the content */
    overflow-y: auto; /* Enable vertical scrolling */
  }
  .modal-content-user {
    width: 66%;
  }
  .popap-image-card-view {
    width: 260px;
  }
  .popap-footer-button-books-popap {
    padding: 12px 50px !important;
  }
}

.only-qrcode {
  padding: 0 10px 25px 10px;
}

/* This is User Profile page css and media query */

.hero-user-profile-other-text {
  color: #666;
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}

.content-top-main-box-user-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.user-pro-left-box-head-text {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-pro-left-box-other-text {
  color: #777;
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.content-top-main-box-user-profile-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 15px 10px;
}

.profile-page-box-user-profile {
  display: flex;
  align-items: center;
  gap: 25.8px;
  padding: 36px 0;
}

.profile-page-profile-img-box {
  height: 86px;
  width: 86px;
}

.profile-page-profile-name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8.6px;
}
.user-pro-name-text {
  color: #10275a;
  font-family: "Lexend Deca";
  font-size: 30.96px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.24px; /* 94.444% */
}

.user-pro-other-text {
  color: #6e6a7c;
  font-family: "Hind Siliguri";
  font-size: 27.52px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.24px; /* 106.25% */
}

.seconday-button {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid var(--Style, #fe6603);
  color: var(--Style, #fe6603);
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
}

.user-profile-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-profile-button .hero-bottom-div-button {
  font-size: 18px;
  padding: 14px 100px;
}

@media (max-width: 347px) {
  .user-profile-button .hero-bottom-div-button {
    padding: 10px 20px;
  }
}

@media (max-width: 454px) {
  .content-top-main-box-user-profile-container {
    display: flex;
    flex-direction: column;
  }

  .content-top-main-box-user-profile-two {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.content-bottom-main-box-user-profile-page {
  padding: 30px 0 20px 0 !important;
}

/* This is User Profile page css and media query */

.my-profile-refer-code-box {
  display: flex;
  padding: 10px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.95);
}

.my-profile-refer-code-box-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

.my-profile-refer-head {
  color: rgba(16, 39, 90, 0.9);
  font-family: "Hind Siliguri";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}

.my-profile-refer-button {
  display: inline-flex;
  padding: 0 8px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 40px;
  background: #fe6603;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Hind Siliguri";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}

.my-profile-box-col {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(246, 242, 238, 0.5);
}

.my-profile-box-col-two {
  display: flex;
  padding: 5px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--f-6-f-2-ee, #f6f2ee);
}

.my-profile-box-head-text {
  color: #000;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.my-profile-box-pther-text {
  color: var(--404040, #404040);
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.my-profile-box-date-text {
  color: #a5a5a5;
  font-family: "Hind Siliguri";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.my-profile-box-name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* .my-pro-referscore-main-container-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
} */

.my-pro-referscore-main-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.my-pro-referscore-head-text {
  color: #ffff;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 28.455px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.my-pro-referscore-other-text {
  color: #ffff;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 21.341px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.269px; /* 127.778% */
}

.my-pro-text-invite {
  color: var(--Color-Secondery, #6e6a7c);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.my-profile-card {
  border-radius: 25px;
  border: 1px solid rgba(240, 240, 240, 0.3);
  background: var(--ffffff, #feffff);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.orangehear-my-pro {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
}

@media (max-width: 464px) {
  .my-profile-card {
    padding: 0 20px;
  }
}

.my-pro-right-box {
  display: flex;
  width: auto;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(219, 218, 218, 0.4);
}

.my-pro-top-main-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}

.user-pro-input-box {
  display: flex;
  height: 51px;
  padding: 0px 5px 0px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: var(--Greyscale-50, #fafafa);
}

.my-pro-top-main-box {
  display: flex;
  align-items: flex-start;
}

.content-top-main-box-my-pro {
  align-items: flex-start;
}

.my-pro-menu-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: var(--Style);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000000;
  background-color: #e9ecef9e;
  border-radius: 10px;
}

.my-pro-menu-sub-box {
  display: flex;
  gap: 10px;
  /* width: 142px; */
  padding: 10px 15px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
}

.menu-my-pro-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.my-pro-send-invite-button {
  font-size: 12px;
  padding: 3px 7px;
}

/* This is Edit Profile page css and media query */

.edit-pro-card-main {
  display: flex;
  margin: 30px 0px 40px 0;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}

.edit-pro-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.edit-pro-details-main-box {
  display: flex;
  /* width: 1075px; */
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.edit-pro-detils-sub-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}

.edit-pro-label {
  color: var(--Color-Secondery, #6e6a7c);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.edit-pro-input-box {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: var(--Greyscale-50, #fafafa);
  color: #212121;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.2px;
}

.edit-pro-button-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-pro-button-button {
  padding: 14px 105px;
}

.edit-pro-input-box:focus {
  background: var(--Greyscale-50, #fafafa);
}

@media (max-width: 767px) {
  .orangehear-my-pro {
    height: 100px;
  }
}

@media (max-width: 356px) {
  .edit-pro-button-button {
    padding: 10px 20px;
  }
}

/* This is Feedback page css and media query */

.feedback-box-main-box {
  display: flex;
  /* padding: 5.505px 0px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 11.01px;
  align-self: stretch;
}

.feedback-box-head-text {
  color: var(--1d, #1d1d1d);
  font-family: "Lexend Deca";
  font-size: 15.414px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.feedback-box-star-main {
  display: flex;
  align-items: flex-start;
  gap: 16.515px;
}

/* .star-rating {
  cursor: pointer;
}

.star-rating .star {
  margin: 0 5px;
}

.star-rating .star.selected,
.star-rating .star:hover {
  filter: brightness(1.5);
  color: var(--Style);
  transition: filter 0.25s;
} */

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  gap: 17px;
  text-align: center;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating :checked ~ label {
  color: var(--Style);
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: var(--Style);
}

.change-lan-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.change-lang-button {
  display: flex;
  padding: 5px 7px;
  align-items: flex-start;
  gap: 10px;
  background: #fafafa;
  color: #4f4f4f;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  box-shadow: none;
}

.change-lang-button.clicked {
  background: var(--Style);
  color: white;
}

.my-pro-dropdown-btn {
  background: unset !important;
  border: unset !important;
}

.drop-main-box {
  /* width: 386px; */
  border-radius: 15px;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
}

.drop-sub-box {
  display: flex;
  width: 327px;
  padding: 8px 0px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.drop-sub-box-header {
  width: unset !important;
}

.border-none {
  border-bottom: none;
}

.drop-left-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drop-left-img {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.drop-head-text {
  color: var(--404040, #404040);
  font-family: "Hind Siliguri";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.drop-right-img {
  width: 22px;
  height: 22px;
}

/* This is Wallet page css and media query */

.content-right-date-box {
  display: flex;
  padding: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #ededef;
  background: #fff;
}

.content-right-date-sub-box {
  display: flex;
  align-items: center;
  gap: 7px;
  align-self: stretch;
}

#datepicker {
  width: 84px;
  cursor: pointer;
}

#datepickerTwo {
  width: 140px;
}

.wall-box-pther-box {
  display: flex;
  flex-direction: column;
  width: 50px;
}

.wall-box-other-box {
  display: flex;
  gap: 237px;
}

.wall-box-head-box {
  display: flex;
  gap: 260px;
}

/* #calendar {
  display: none;
} */

@media (max-width: 576px) {
  .wall-box-other-box {
    display: flex;
    /* flex-direction: column !important; */
    gap: 10px !important;
  }

  .wall-box-head-box {
    display: flex;
    /* flex-direction: column !important; */
    gap: 10px !important;
  }
}

@media (max-width: 900px) {
  .wall-box-other-box {
    display: flex;
    gap: 100px;
  }

  .wall-box-head-box {
    display: flex;
    gap: 125px;
  }
}

/* This is donatare and rp page css and media query */

.don-detils-sub-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.don-other-text {
  color: var(--Color-Secondery);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.don-container-box {
  display: flex;
  align-items: center;
  padding: 10px 0;
  align-self: stretch;
}

.don-box-two {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
}

/* This is Redeeme and rp page css and media query */

.redeem-top-main {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.redeeme-text-head {
  color: var(--404040, #404040);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.redeeme-box-one {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  justify-content: space-between;
}

.redeeme-left {
  color: var(--404040, #404040);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.redeeme-button-button-main {
  padding: 14px 98px;
}

.redeeme-button-button-other {
  padding: 14px 98px;
  border-radius: 14px !important;
  border: 1px solid #fe6603 !important;
  background: #fff !important;
  color: var(--Style) !important;
}

.redeem-button-div {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.redeem-div-date {
  display: flex;
}

.redeem-date-box {
  border-radius: 12px;
  background: var(--Greyscale-50, #fafafa);
  display: flex;
  height: 51px;
  padding: 0px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.modal-body-redeem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
  padding: 0 20px 29px 20px;
}

.modal-body-redeem-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.redeem-top-text {
  color: #fe6603;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.redeem-other-text {
  color: var(--Color-Secondery, #6e6a7c);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popap-redeeme-btn {
  padding: 12px 49px !important;
}

.modal-body-redeem-bottom {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--ede-6-dd, #ede6dd);
}

.redeeme-box-two {
  display: flex;
  align-items: flex-start;
  gap: 105px;
  align-self: stretch;
  justify-content: space-between;
}

@media (max-width: 420px) {
  .redeeme-box-one {
    gap: 23px;
  }
  .redeem-content {
    width: 100% !important;
  }
}

@media (max-width: 514px) {
  .popap-redeeme-btn {
    padding: 12px 14px !important;
  }
  .redeeme-box-two {
    gap: 38px;
  }
}

@media (max-width: 767px) {
  .redeem-button-div {
    flex-direction: column;
  }

  .redeeme-button-button-main,
  .redeeme-button-button-other {
    padding: 14px 0px;
  }
}

@media (max-width: 991px) {
  .redeeme-button-button-main,
  .redeeme-button-button-other {
    padding: 14px 80px;
  }
}

@media (max-width: 360px) {
  .redeeme-button-button-main,
  .redeeme-button-button-other {
    padding: 14px 0;
  }
}

/* This is Tearms page css and media query */

.terms-main-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.terms-middle-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.terms-head-text {
  color: var(--24252C, #24252c);
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.terms-other-text {
  color: var(--24252C, #24252c);
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
}

/* This is Faq page css and media query */

.faq-icon {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0px 0.968px 0.968px 0px;
  justify-content: center;
  align-items: center;
}

.faq-icon-img {
  width: 24.194px;
  height: 24.194px;
  flex-shrink: 0;
}

.faq-item {
  border-radius: 10px 10px 0px 0px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(92, 92, 92, 0.07);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.faq-body {
  border-radius: 0px 0px 8px 8px;
  background: #f9f9f9;
  backdrop-filter: blur(10px);
  padding: 15px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #575757;
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../image/faqdown.svg);
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../image/faqdown.svg);
  /* transform: rotate(180deg); */
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.5s ease-in-out;
}

.accordion-button:focus {
  box-shadow: unset;
}

/* This is Notifcation page css and media query */

.noti-main-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.noti-head-box {
  width: 100%;
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(207, 207, 207, 0.3);
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.04);
}

.noti-head-text {
  color: #000;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.noti-other-text {
  color: #575757;
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.noti-bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.noti-time-box-text {
  color: rgba(41, 41, 41, 0.8);
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.noti-close-box {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.noti-close-box-img {
  width: 15px;
  height: 15px;
}

/* This is Add Resource page css and media query */

.add-res-button-bulk {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid #fe6603;
  background: #fff;
  color: #fe6603;
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.add-res-radio-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.add-radio-btn {
  width: 145px;
  border-radius: 14px;
  border: 1px solid var(--Style, #fe6603);
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: var(--Style, #fe6603);
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-check-input {
  margin-bottom: 3px;
} /* Style for active radio button */
input[type="radio"]:checked + label {
  color: #fe6603;
}

/* Style for active div */
input[type="radio"]:checked + label + .add-radio-btn {
  border-color: #fe6603;
}

/* Style for inactive radio buttons */

.needy-radio input[type="radio"] + label {
  color: #7a869a;
  font-size: unset !important;
}

input[type="radio"] + label {
  color: #7a869a;
  font-size: 30px !important;
}

/* Style for inactive div */
.add-radio-btn {
  border-color: #7a869a;
}

.add-res-link {
  color: #6d767e;
  text-decoration: none;
  display: flex;
  gap: 58px;
  align-items: center;
}
.add-res-link:hover {
  color: #6d767e;
  text-decoration: none;
}

.add-res-text {
  color: var(--Color-Secondery);
}

.add-res-input-box {
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  /* background: var(--Greyscale-50, #fafafa); */
  color: #212121;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2px;
  background-image: url(../image/arrowdown.svg);
  border: unset;
  background-color: #fafafa;
}

.form-control-two:focus,
input:focus {
  color: unset;
  background-color: #fafafa;
  border-color: unset;
  box-shadow: unset;
}

.add-res-file-name-box {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(130, 130, 130, 0.5);
  display: flex;
  height: auto;
  padding: 8px 10px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.add-res-file-name-box-needy {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(130, 130, 130, 0.5);
  display: flex;
  height: auto;
  padding: 8px 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.close-icon-add-res {
  width: 20px;
  height: 20px;
}

#file-name-text {
  /* margin-left:10px; */
}

.add-res-pro-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 297px;
}
.add-res-top-res-box {
  display: flex;
  /* width: 335px; */
  padding: 8px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(240, 240, 240, 0.3);
  background: #fff;
  box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  .add-res-box-media {
    padding: 25px;
    align-items: center;
  }

  .add-res-pro-container {
    margin-top: 25px;
  }
  .add-res-orange {
    height: 145px;
  }
  .add-radio-btn {
    padding: 7px 7px !important;
  }
  .add-to-list-res-btn {
    padding: 10px;
  }
}

@media (max-width: 546px) {
  .add-res-box-media {
    padding: 15px !important;
  }
}

/* This is Add Bulk page css and media query */

.bulk-add-container {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 15px;
  align-items: center;
}

.bulk-add-top-box {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  justify-content: space-between;
}

/* ..................... Needy Css Start ..................... */

/* This is needy_kyc page css and media query */

.hero-h4-needy {
  height: 100vh !important;
  width: 100%;
  /* padding: 150px 0; */
  height: 100vh;
  /* height: 100%; */
  background: url("../image/regback.svg") center center;
  background-size: cover;
  position: relative;
  background-position: left center;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 50px 0 0 0;
}

.needy-kyc-main-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
}

.needy-kyc-input-box {
  border-bottom: 1px solid #dfe1e5;
  /* padding: 5px 120px 5px 0; */
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 0;
}

.neddy-kyc-row {
  padding: 15px 80px;
  overflow: hidden;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 30px 0px 0px 279.5px;
}

.needy-upload-click {
  cursor: pointer;
}

.kyc-veri-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.kyc-veri-img {
  width: 261.167px;
  height: 237.805px;
}

.kyc-veri-text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
}
.kyc-veri-text-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.kyc-veri-head-text {
  color: #fe6603;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.kyc-veri-other-text {
  color: var(--Color-Secondery, #6e6a7c);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.needy-main-popap-kyc-view {
  width: 43%;
}

.kyc-footer-button-login-view {
  padding: 10px 23px;
}

@media (max-width: 1284px) {
  .kyc-veri-row {
    margin-bottom: 20px !important;
  }
  .needy-main-popap-kyc-view {
    width: 35%;
  }
}

@media (max-width: 576px) {
  .needy-main-popap-kyc-view {
    width: unset !important;
  }
}
@media (max-width: 767px) {
  .neddy-kyc-row {
    padding: 20px 10px;
  }
}

/* This is needy_resources page css and media query */

.needy-button-other {
  border-radius: 14px !important;
  border: 1px solid #fe6603 !important;
  background: #fff !important;
  color: var(--Style) !important;
  padding: 5px 10px !important;
}

.needy-button-other-two {
  padding: 10px 20px !important;
}

/* This is needy_resources_recivied page css and media query */

.button-page-box-user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 36px 0;
}

.profile-page-box-user-profile-one {
  display: flex;
  align-items: center;
  gap: 25.8px;
  padding: 36px 0;
}

.profile-page-box-user-profile-two {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 36px 0;
  justify-content: end;
}

.icon-feedback {
  width: 20px;
}

.needy-feedback-middile {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  --bs-gutter-x: 0;
}

.needy-big-books {
}

.needy-feedback-first-box {
  display: flex;
  justify-content: center;
}

.needy-feedback-second-box {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  border-radius: 15px;
  border: 1px solid rgba(207, 207, 207, 0.3);
  background: #fff;
}

.needy-feedback-third-box {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 15px;
  border: 1px solid rgba(207, 207, 207, 0.3);
  background: #fff;
}

.need-feed-head {
  color: #555;
  /* font-family: "Poppins", sans-serif; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.need-feed-other {
  color: #555;
  /* font-family: "Poppins", sans-serif; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
}

.needy-top-main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .profile-page-box-user-profile-two {
    justify-content: center;
    padding: 10px 0;
  }
  .profile-page-box-user-profile-one {
    justify-content: center;
    padding: 10px 0;
  }
}

/* This is needy_resources_avail page css and media query */

.hero-bottom-div-button-avail {
  padding: 5px 10px !important;
  border-radius: 10px !important;
}

/* This is needy_resources_recivied page css and media query */

.needy-sub-bottom {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.needy-top-div {
  display: flex;
  gap: 10px;
  color: #202020;
  text-align: right;
  font-family: "Hind Siliguri";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.needy-res-midd-box {
  display: flex;
  padding: 0px 10px 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border-bottom: 1px solid rgba(127, 180, 50, 0.2);
}

.needy-rec-midd-sub {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.needy-midd-text {
  color: #555;
  /* font-family: "Poppins", sans-serif; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 349px) {
  .needy-top-div {
    font-size: 16px;
  }
}

/* This is needy_myprofile page css and media query */

.needy-my-pro-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 30px; */
  width: 100%;
  flex-shrink: 0;
}

.needy-my-pro-right {
  /* width: 92px;
height: 92px;
flex-shrink: 0; */
}

.needy-text-pro {
  color: var(--404040, #404040);
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.needy-box-pro {
}

.circular {
  height: 100px;
  width: 100px;

  position: relative;
  /* transform: scale(2); */
}

.circular .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background: #fff;
  background-image: linear-gradient(
    152deg,
    rgba(239, 247, 252, 0.6) 51.35%,
    #fff 81.92%
  );
  border-radius: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.circular .numb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 27px;
  font-weight: 800;
  color: #404040;
}
.circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress-kyc {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fe6603;
  -webkit-border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0);
}

.circle .left .progress-kyc {
  z-index: 1;
  animation: left 4s linear both;
}

@keyframes left {
  100% {
    transform: rotate(180deg);
  }
}

.circle .right {
  z-index: 3;
  transform: rotate(180deg);
  animation: right 4s linear both;
}

.circle .right .progress-kyc {
  animation: right 4s linear both;
  animation-delay: 4s;
}

@keyframes right {
  100% {
    transform: rotate(180deg);
  }
}

/* .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #f5fafd 79%, transparent 80% 100%),
    conic-gradient(#fe6603 90%, transparent 0);
  overflow: hidden; 
} */

/* .progress-bar::before {
  content: attr(data-value);
  color: var(--404040, #404040);
  text-align: center;
  font-family: "Hind Siliguri";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: opacity 0.3s ease-in-out;  
} */

/* ..................... Mentor Css Start ..................... */

/* This is mentor_kyc page css and media query */

.mentor-doc-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.mentor-doc-text {
  color: var(--Color-Secondery);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mentor-doc-bottom-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  align-self: stretch;
}

.mentor-upload-click {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.mentor-kyc-row {
  padding: 50px 80px;
}

@media (max-width: 767px) {
  .mentor-kyc-row {
    padding: 20px 10px;
  }
}

/* This is mentor_mylisting page css and media query */

.mentor-bottom-btn-box {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}

.mentor-kyc-text {
  color: #fe6603 !important;
  font-family: "Hind Siliguri";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

/* This is mentor_edit kyc page css and media query */

.mentor-file-name-box {
  width: 100% !important;
}

@media (max-width: 767px) {
  .mentor-bottom-btn-box {
    gap: 113px;
  }
}

@media (max-width: 320px) {
  .mentor-resbuttonA {
    padding: 10px 15px !important;
  }
}

/* This is contact page css and media query */
 
.contact-page-box {
  display: flex;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(219, 218, 218, 0.4);
}

.contact-head-text {
  color: #404040;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-other-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.contact-mobile {

}
.contact-other-text {
  color:#404040;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-head-text-hover:hover {
  color: var(--Style);
}