@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Singo-1Goqv";
  src: url("../fonts/Singo-1Goqv.woff") format("woff"),
    url("../fonts/Singo-1Goqv.woff2") format("woff2"),
    url("../fonts/Singo-1Goqv.svg#Singo-1Goqv") format("svg"),
    url("../fonts/Singo-1Goqv.eot"),
    url("../fonts/Singo-1Goqv.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Singo-1Goqv.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.woff") format("woff"),
    url("../webfonts/fa-brands-400.ttf") format("truetype"),
    url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

/* Scrollbar Styling */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
  text-decoration: none;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input,
select,
textarea {
  width: 100%;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  line-height: 26px;
}

:root {
  --darkyellow: #fdc701;
  --white: #ffffff;
  --green: #167a29;
  --lightgreen: #f1f5f2;
  --black: #000;
  --Purple: #70205f;
}

.text_white {
  color: var(--white);
}

.comnpadding {
  padding: 80px 0;
}

.main_heading {
  font-size: 3rem;
  font-weight: 700;
}

.comntitle {
  font-size: 45px;
  margin-bottom: 25px;
  color: var(--green);
}

.comntitle::after {
  content: "";
  display: block;
  width: 8rem;
  height: 5px;
  background-color: var(--green);
  margin-top: 10px;
}

.subheading {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.comnbtn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--green);
  color: var(--white);
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
}

.comnbtn:hover {
  background: var(--darkyellow);
  color: var(--black);
}

.outline_btn {
  font-size: 15px;
  border: 1px solid var(--white);
  background: none;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 50px;
}

.outline_btn:hover {
  background: var(--white);
  color: var(--black);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

a.navbar-brand {
  max-width: 100px;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.banner {
  position: relative;
}

.banner img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.banner .container {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.banner_caption {
  max-width: 50%;
  padding: 32px 64px 32px 32px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.banner_caption .subheading {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.banner_caption p {
  font-size: 1.25rem;
  margin: 0;
}

.about-card {
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  color: #fff;
  position: relative;
}

.card-img {
  border-radius: 10px;
}

.card-overlay-blur {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px 24px;
  gap: 16px;
  background: linear-gradient(
    194.63deg,
    rgba(0, 0, 0, 0.0625) 51.73%,
    rgba(0, 0, 0, 0.25) 87.69%
  );
  backdrop-filter: blur(5px);
  border-radius: 0 0 24px 24px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.about-card .gradient-box {
  padding: 20px;
  gap: 10px;
  background: var(--green);
  border-radius: 12px;
  text-wrap: nowrap;
}

.about-card span {
  font-size: 22px;
  line-height: 30px;
}

.about-card span {
  font-size: 22px;
  line-height: 30px;
}

/* .Why_Choose {
  background: var(--darkyellow);
} */

.Why_Choose {
  background: #e2b101;
}

.Why_Choose .comntitle,
.Who_Can_Apply .comntitle,
.How_to_Apply .comntitle,
.Download .comntitle {
  text-align: center;
}

.Why_Choose .comntitle::after,
.Who_Can_Apply .comntitle:after,
.How_to_Apply .comntitle:after,
.Download .comntitle:after {
  margin: 10px auto 0;
}

.feature-cards {
  padding: 1.5rem;
  backdrop-filter: blur(5.5px);
  border-radius: 20px;
  background: #fff;
  margin-top: 30px;
}

.feature-cards .zoom-hover {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.feature-cards h6 {
  font-size: 24px;
  line-height: 120%;
}

.feature-cards p {
  margin: 0;
  min-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  line-clamp: 2;
  /* Standard property */
  -webkit-box-orient: vertical;
}

.Who_Can_Apply {
  background: var(--lightgreen);
}

.gradient-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  gap: 24px;
  /* background: linear-gradient(90.21deg,var(--darkyellow) 5.54%,var(--green) 99.78%); */
  background: var(--white);
  mix-blend-mode: normal;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  color: #fff;
}

.gradient-card .icon {
  width: 100px;
  height: 100px;
  background: var(--green);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.gradient-card .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7467%)
    hue-rotate(339deg) brightness(107%) contrast(98%);
}

.gradient-card:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.gradient-card h6 {
  font-size: 24px;
  color: var(--green);
  line-height: 120%;
  font-weight: 600;
  margin: 0;
}

.gradient-card ul li {
  position: relative;
  padding-left: 40px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
}

.gradient-card ul li::before {
  content: "";
  background: url("../images/tick.svg") center center no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(4695%)
    hue-rotate(143deg) brightness(89%) contrast(83%);
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.feature-image {
  margin: 30px 0;
  border-radius: 20px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.step-cards {
  display: flex;
  /* justify-content: center; */
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
  gap: 16px;
  border-radius: 22px;
  height: 100%;
}

.step-cards h6 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.step-cards p {
  margin: 0;
}

.step-cards .icon {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  border: 6px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stepper:nth-child(4n + 1) .step-cards,
.stepper:nth-child(4n + 4) .step-cards {
  background: rgba(232, 129, 52, 0.1);
  border: 1px solid #e88134;
}

.stepper:nth-child(4n + 2) .step-cards,
.stepper:nth-child(4n + 3) .step-cards {
  background: rgba(134, 164, 61, 0.1);
  border: 1px solid #86a43d;
}

.stepper:nth-child(4n + 3) .step-cards .icon,
.stepper:nth-child(4n + 2) .step-cards .icon {
  background: #86a43d;
}

.stepper:nth-child(4n + 1) .step-cards .icon,
.stepper:nth-child(4n + 4) .step-cards .icon {
  background: #e88134;
}

.stepper {
  margin-top: 30px;
}

.info {
  width: calc(100% - 120px);
}

.Future_Energy {
  background: #175b24;
  /* background-image: url("../images/banner-1.jpg"); */
  background-position: center;
  background-size: cover;
}

.transparent_bg {
  /* margin-top: 3.75rem; */
  padding: 30px;
  background: rgba(255, 255, 255, 15%);
  border: 1px solid #c9c4c0;
  border-radius: 24px;
  backdrop-filter: blur(4px);
}

.Future_Energy h3 {
  font-size: 3rem;
  color: var(--white);
  /* text-align: center; */
}

.Future_Energy p {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 400;
}

.custom_checkbox {
  margin-top: 25px;
}

.form-group {
  margin: 10px 0;
}

.VGL_outlet label {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  display: block;
  margin-bottom: 5px;
}

.VGL_outlet input,
.VGL_outlet select {
  font-size: 16px;
  color: var(--white);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* border-bottom: 1px solid var(--white); */
  padding: 5px 15px;
  height: 50px;
  border-radius: 10px;
}

.VGL_outlet input[type="checkbox"],
.VGL_outlet input[type="radio"] {
  width: 1rem;
  height: 1rem;
  padding: 0;
}

.VGL_outlet textarea {
  font-size: 16px;
  color: var(--white);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
  height: 100px;
  border-radius: 10px;
  resize: none;
}

.VGL_outlet .comnbtn {
  background: var(--darkyellow);
  color: var(--black);
}

.VGL_outlet .comnbtn:hover {
  background: var(--black);
  color: var(--white);
}

/* Buttons */

.btn-clear {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
}

.btn-submit {
  background: linear-gradient(90deg, #f28c38, #9acd32);
  color: #fff;
  border: none;
  padding: 10px 32px;
  border-radius: 30px;
}

.btn-submit:hover {
  opacity: 0.9;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.5rem 2rem;
}

.accordion-item {
  padding: 15px 0;
}

.accordion-body {
  padding: 5px 0;
  font-size: 16px;
}

.accordion-button {
  font-weight: 600;
  font-size: 24px;
  padding: 10px 0;
  color: #2f2b36;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
  background: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background-image: none;
}

footer {
  padding: 70px 0;
  color: #fff;
  background-color: #3a3086;
}

footer .container {
  max-width: 1600px;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 100px;
}

footer ul li {
  padding: 0 25px;
}
address {
  font-size: 1.25rem;
}
footer ul li a {
  display: table;
  font-size: 1.25rem;
  color: var(--white);
  margin: 10px 0;
}
footer ul li a:hover {
  color: var(--darkyellow);
}
footer ul li i {
  margin-right: 5px;
}

.ft_head {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.ft_social {
  margin-top: 40px;
}

.ft_social .ft_head {
  margin-bottom: 10px;
}

.ft_social a {
  color: var(--white);
  font-size: 24px;
  margin: 5px;
  background: rgb(255 255 255 / 30%);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.ft_social a:hover {
  background: var(--white);
  color: #3a3086;
}

.otherlink a {
  font-size: 15px;
  margin-bottom: 5px;
  display: table;
  color: var(--white);
  text-transform: uppercase;
}

.otherlink a:hover {
  color: var(--darkyellow);
}

.complaints {
  background: #f8f8f821;
  padding: 15px;
  border-radius: 15px;
  font-size: 14px;
}

.tollfree {
  font-size: 20px;
  font-weight: 500;
}

.tollfree a,
.complaints a {
  color: var(--white);
}

.tollfree a:hover,
.complaints a:hover {
  color: var(--darkyellow);
}

.Download_cta {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.Download_cta a {
  background: var(--darkyellow);
  color: var(--black);
  font-size: 1rem;
}

.Download_cta a:hover {
  background: var(--black);
  color: var(--darkyellow);
}

.Download_cta a i {
  margin-left: 8px;
}

.divider {
  margin: 2rem 0;
  border-top: 1px solid;
}

.upload_photo {
  display: table;
  margin: 30px auto;
}

.upload_photo span {
  text-align: center;
  color: var(--black);
  background: var(--lightgreen);
  display: block;
  border-radius: 20px;
  padding: 5px;
  margin-top: 15px;
}

.upload_photo label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  border: 2px solid var(--black);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.upload_photo input {
  opacity: 0;
  width: 0px;
  position: absolute;
}

.upload_photo img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 200ms ease-in-out;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  background: var(--green);
}

.upload_photo img:hover {
  outline: 8px solid var(--primary);
}

#toast {
  visibility: hidden;
  min-width: 100px;
  margin-left: -125px;
  background-color: var(--primary);
  color: whitesmoke;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  position: fixed;
  z-index: 1;
  right: 5%;
  top: 30px;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 30px;
    opacity: 0;
  }
}

.heading {
  color: var(--white);
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}

.number {
  background: var(--white);
  color: var(--green);
  width: 40px;
  height: 40px;
  border-radius: 0 50% 50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
}

.VGL_outlet .form_one .heading {
  margin: 15px 0;
  position: relative;
  padding: 10px 15px 10px 0px;
  background: var(--black);
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.VGL_outlet .form_one .address .heading {
  padding: 15px;
  background: none;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 5px 0;
  margin-bottom: 30px;
}

/* .VGL_outlet .form_one .heading .number {
  position: absolute;
  top: 0;
  left: 0;
} */

.select_Category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.custom_checkbox {
  margin-bottom: 15px;
}

.custom_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom_checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin: 10px 0;
}

.custom_checkbox label:before {
  content: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--white);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.custom_checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

option {
    padding: 5px;
    background-color: #ffffff;
    color: black;
}

/*====================================== CUSTOM RADIO CSS ======================================*/

.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--white);
}

.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.custom_radio [type="radio"]:checked + label:after,
.custom_radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--green);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.customer_name {
  display: inline-block;
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.customer_name input {
  width: 100%;
  max-width: 400px;
  margin: 5px 10px;
}

/*========================== 30-1-26 start here ========================== */

.about .comntitle::after {
  margin: auto;
}

.VGL_outlet {
  border-top: 1px dashed var(--white);
}

.check_bg {
  padding: 15px;
  background: rgb(0 0 0 /15%);
  border-radius: 10px;
}

.Document_check .row {
  margin-bottom: 15px;
}

.Document_check .select_Category {
  display: unset;
}

.cheack_list .row {
  margin-bottom: 10px;
}

.cheack_list .row:last-child {
  margin-bottom: 0;
}

.cheack_list .form-control {
  padding: 4px 4px;
  line-height: 40px;
}

/* 
.cheack_list input[type="file"]::after {
    content: "asaass";
    background: var(--white);
    color: black;
} */

.cheack_list input:focus {
  background: none;
  border-color: var(--white);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
  color: var(--white);
}

.cheack_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

/* .cheack_btn button {
    padding: 15px 35px;
} */

.VGL_outlet .btn_first {
  background: var(--white);
}

/*========================== 30-1-26 end here ========================== */

.selector {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 30px 0;
  background: var(--white);
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.selector-item {
  position: relative;
  flex-basis: calc(70% / 3);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selector-item_radio {
  appearance: none;
  display: none;
}
label.selector-item_label {
  position: relative;
  height: 80%;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  transition-duration: 0.5s;
  transition-property: transform, box-shadow;
  transform: none;
  padding: 15px 15px 15px 40px;
  font-size: 1.25rem;
  text-transform: capitalize;
  color: var(--black);
  background: var(--lightgreen);
}
label.selector-item_label::before {
  /* content: "\f00c"; */
  content: "\f0c8";
  font-family: "Font Awesome 5 PRO";
  font-weight: 400;
  position: absolute;
  left: 25px;
}
.selector-item_radio:checked + .selector-item_label {
  background-color: var(--green);
  color: var(--white);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.selector-item_radio:checked + .selector-item_label::before {
  content: "\f14a";
}

.form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--white);
}
.form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--white);
}
.form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--white);
}
.form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--white);
}

/*------------------------------------- NAV TABS CSS START HERE -------------------------------------*/
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}
.nav-tabs {
  border: none;
  margin-top: 10px;
}
.nav-tabs .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background: rgb(0 0 0 / 10%);
  border-radius: 0;
  border: none;
}
#nav-tabContent {
  padding: 15px;
  background: rgb(0 0 0 / 10%);
}
.selectboxit-container .selectboxit,
.selectboxit-container .selectboxit-options {
    width: 100%;
    border-radius: 10px;
    max-height: 240px;
}

.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
    white-space: normal;
    min-height: 30px;
    height: auto;
}
.selectboxit-container {
    position: relative;
    width: 100%;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    height: 50px !important;
    line-height: 50px !important;
}

#StretchNoSelectBoxIt {
    width: 100%;
    padding: 5px 15px !important;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    display: block;
    vertical-align: top;
    background: none;
    font-size: 16px !important;
    color: var(--white);
    background: none;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 10px;
    font-family: "Roboto", sans-serif !important;
}
#StretchNoSelectBoxItText {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    height: 50px !important;
    line-height: 40px !important;
}
.selectboxit-list > .selectboxit-focus > a, 
.selectboxit-list > .selectboxit-focus > a:hover, 
.selectboxit-list > .selectboxit-focus > a:focus {
    color: #ffffff !important;
    background-color: #3a7345 !important;
}


.mobile-verified-msg, .email-verified-msg {
    --bs-text-opacity: 1;
    color: rgb(245 248 246) !important;
}