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

input[disabled] {
  border: 1px solid #b4abab !important;
  color: #b4abab !important;
}

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

.distributorCorner-bg {
  position: relative;
  background: url("../../assets/images/flexi-cap/darkbluebanner.jpg");
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.distributorCorner-bg h1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 5rem;
  color: #ffffff;
}

.section-title {
  font-size: clamp(2.4rem, 2.813vw, 3rem);
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 100px;
  border-radius: 3px;
  background-color: #03106a;
  bottom: 0px;
}

.empanelingDiscussion {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .empanelingDiscussion {
    padding: 40px 0;
  }
}
.empanelingDiscussion .empanelingSec {
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .empanelingDiscussion .empanelingSec {
    flex-direction: column;
    gap: 0;
  }
}
.empanelingDiscussion .empanelingSec .leftSec {
  width: 100%;
  max-width: 406px;
}
@media (max-width: 991px) {
  .empanelingDiscussion .empanelingSec .leftSec {
    max-width: 100%;
  }
  .empanelingDiscussion .empanelingSec .leftSec img {
    display: none;
  }
}
.empanelingDiscussion .empanelingSec .leftSec p {
  font-size: 18px;
  line-height: 26px;
  color: var(--grey, #666);
  margin: 40px 0 56px;
}
@media (max-width: 991px) {
  .empanelingDiscussion .empanelingSec .leftSec p {
    margin: 62px 0 32px;
  }
}
.empanelingDiscussion .empanelingSec .leftSec .section-title {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .leftSec .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.empanelingDiscussion .empanelingSec .leftSec .section-title::after {
  bottom: -5px;
  left: 50px;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .leftSec .section-title::after {
    bottom: -5px;
    left: 50%;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper {
  width: 100%;
  max-width: 785px;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  height: 100%;
}
@media (max-width: 991px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper {
    padding: 16px;
    max-width: 100%;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper button {
    width: 100%;
    margin: 32px auto 0;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper h5 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent {
  margin-top: 16px;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion {
  cursor: pointer;
  padding: 24px 40px 32px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: var(--yellow-light-grey, #fbf8f0);
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion {
    padding: 24px 16px;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion h4 span {
  font-size: 16px;
  line-height: 24px;
  color: var(--grey, #666);
  margin-left: 8px;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion img {
  transform: rotate(0deg);
  transition: all 0.6s;
  display: block;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion.active {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .accordion.active img {
  transform: rotate(180deg);
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels {
  transition: max-height 0.2s ease-out;
  display: none;
  margin-top: 0px;
  padding: 24px 40px;
  padding-top: 0;
  border-radius: 0px 0px 8px 8px;
  background: var(--yellow-light-grey, #fbf8f0);
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .panelContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 32px;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .panelContent {
    grid-template-columns: 100%;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group {
    width: 100%;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group .file-upload-wrapper {
  position: relative;
  width: 100%;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group .file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 25px;
  display: block;
  pointer-events: none;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  background: #fbf8f0;
  border: 1px solid var(--grey, #666);
  border-radius: 8px;
  color: #000;
  outline: none;
  width: 100%;
  color: #666;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group .file-upload-wrapper:before {
  content: "";
  background-image: url("https://alarabluxury.store/cdn.mygullak.al/assets/assets/images/distributor-empanelment/upload-file.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 25;
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group .file-upload-wrapper input {
    position: unset;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group label {
  color: #666;
  top: -12px;
  left: 21px;
  font-size: 12px;
  position: absolute;
  background: #fbf8f0;
  z-index: 1;
  margin: 0;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group input {
  height: 64px;
  padding: 24px 24px 18px 24px;
  font-size: 18px;
  font-weight: 500;
  background: #fbf8f0;
  border: 1px solid var(--grey, #363232);
  border-radius: 8px;
  color: #666;
  outline: none;
  width: 100%;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group input::-moz-placeholder {
  color: #666;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group input::placeholder {
  color: #666;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels .form-group input {
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panels {
    padding: 16px 12px;
    padding-top: 0;
  }
}

.distributorSections {
  padding-top: 64px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .distributorSections {
    padding: 40px 0;
  }
}
.distributorSections .distributorWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 767px) {
  .distributorSections .distributorWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.distributorSections .distributorWrapper .distributorCard {
  border-radius: 8px;
  background: var(--light-grey, #f2f2f2);
  gap: 10px;
  list-style-type: none;
  padding: 25px 30px;
  padding-top: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: 216px;
  transition: 0.6s ease-in-out;
}
@media (max-width: 992px) {
  .distributorSections .distributorWrapper .distributorCard {
    width: 100%;
    height: 100%;
    padding: 16px 8px;
    justify-content: flex-start;
  }
}
.distributorSections .distributorWrapper .distributorCard:hover {
  background: #9ab5ff;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .distributorSections .distributorWrapper .distributorCard:hover {
    padding: 16px 8px;
    background: var(--light-grey, #f2f2f2);
  }
}
.distributorSections .distributorWrapper .distributorCard:hover .arrow-right {
  opacity: 1;
  text-align: center;
  z-index: 2;
  transition: 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .distributorSections .distributorWrapper .distributorCard:hover .arrow-right {
    opacity: 0;
    display: none;
  }
}
.distributorSections .distributorWrapper .distributorCard .arrow-right {
  opacity: 0;
}
@media (max-width: 767px) {
  .distributorSections .distributorWrapper .distributorCard .arrow-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .distributorSections .distributorWrapper .distributorCard img {
    width: 70px;
    height: 70px;
  }
}
.distributorSections .distributorWrapper .distributorCard a {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .distributorSections .distributorWrapper .distributorCard a {
    font-size: 14px;
    line-height: 22px;
  }
}
.distributorSections .distributorWrapper .distributorCard a:hover {
  color: #000;
}

.empanelingDiscussion {
  background-color: #fff;
}

.arnImg {
  width: 100%;
}

.empanelingSec {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

.empanelingDiscussion .empanelingWrapper.empanelingWrapper-Arn {
  padding: 48px;
  background-color: #fbf8f0;
}

.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent {
  margin-top: 26px;
  display: block;
  padding: 0;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panelContent {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 32px;
}
@media (max-width: 991px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .panelContent {
    grid-template-columns: 100%;
  }

  .empanelingDiscussion .empanelingSec .empanelingWrapper button {
    max-width: 100%;
    width: 100%;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group {
    width: 100%;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group .file-upload-wrapper {
  position: relative;
  width: 100%;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group .file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 25px;
  display: block;
  pointer-events: none;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  background: #fbf8f0;
  border: 1px solid var(--grey, #666);
  border-radius: 8px;
  color: #000;
  outline: none;
  width: 100%;
  color: #666;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group .file-upload-wrapper:before {
  content: "";
  background-image: url("https://alarabluxury.store/cdn.mygullak.al/assets/assets/images/distributor-empanelment/upload-file.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 25;
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  color: #666;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group .file-upload-wrapper input {
    position: unset;
  }
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group label.floating-label {
  color: #b4abab;
  top: -12px;
  left: 21px;
  font-size: 12px;
  position: absolute;
  background: #fbf8f0;
  z-index: 1;
  margin: 0;
}

.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group input {
  height: 64px;
  padding: 24px 24px 18px 24px;
  font-size: 16px;
  font-weight: 500;
  background: #fbf8f0;
  border: 1px solid #666;
  border-radius: 8px;
  color: #1e1b1b;
  outline: none;
  width: 100%;
}

.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group input#pan_num {
  text-transform: uppercase;
}

.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group input#reg_email_id {
  text-transform: lowercase;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group.arn-input input {
  padding-left: 70px;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group input::-moz-placeholder {
  color: #666;
}
.empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group input::placeholder {
  color: #666;
}
@media (max-width: 767px) {
  .empanelingDiscussion .empanelingSec .empanelingWrapper .empanelingContent .form-group input {
    width: 100%;
    font-size: 14px;
  }
}

.empanelingSec .empanelingWrapper-Arn h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.empanelingWrapper-Arn_term p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.empanelingWrapper-Arn_term a {
  color: #2c85b8;
}

.popup {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #0000007d;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
}
.popup.active {
  display: block;
}
.popup .popup-dialog {
  background-color: #fff;
  position: relative;
  max-width: 512px;
  border-radius: 16px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popup .popup-dialog .close {
  display: inline-block;
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.popup .popup-dialog .popup-content a {
  color: #2c85b8;
}
.popup .popup-dialog .popup-content .popup-header {
  padding: 24px 56px 0;
}


.popup .popup-dialog .popup-content .popup-body {
  padding: 0 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
}
.popup .popup-dialog .popup-content .popup-body > p {
  margin-bottom: 0;
}
.popup .popup-dialog .popup-content .popup-body .otp-input-box {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.popup .popup-dialog .popup-content .popup-body .otp-input-box .otp-input {
  border: 0;
  border-bottom: 1px solid #b4abab;
  width: 30px;
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}
.popup .popup-dialog .popup-content .popup-body .otp-input-box .otp-input:focus {
  outline: none;
}
.popup .popup-dialog .popup-content .popup-body .otp-submit p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.popup .popup-dialog .popup-content .popup-body .otp-submit p.resend-otp a {
  display: none;
}
.popup .popup-dialog .popup-content .popup-body .otp-submit p:not(.resend-otp) p {
  display: none;
}
.popup .popup-dialog .popup-content .popup-body .otp-submit .otp-btn {
  max-width: 100%;
  width: 100%;
}
.popup .popup-dialog .popup-content .popup-header {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
}
.popup .popup-dialog .popup-content .popup-footer {
  border-radius: 0px 0px 16px 16px;
  padding: 24px 0;
  text-align: center;
  background-color: #f2f2f2;
}
.popup .popup-dialog .popup-content .popup-footer p {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.popup .popup-dialog .popup-content .popup-footer .contact {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.popup .popup-dialog .popup-content .popup-footer .contact img {
  border-radius: 50%;
}

.smart-Desicion {
  padding: 80px 0 60px;
  background-color: #fbf8f0;
}
@media (max-width: 768px) {
  .smart-Desicion {
    padding: 40px 0;
  }
}
.smart-Desicion .desicion-sec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.smart-Desicion .desicion-sec .desicion-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}
.smart-Desicion .desicion-sec .desicion-card img {
  width: 64px;
  height: 64px;
}
@media (max-width: 425px) {
  .smart-Desicion .desicion-sec .desicion-card img {
    width: 48px;
  }
}
.smart-Desicion .desicion-sec .desicion-card .desicion-card_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #1e1b1b;
}
.smart-Desicion .desicion-sec .desicion-card .desicion-card_content h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.smart-Desicion .desicion-sec .desicion-card .desicion-card_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.empanel {
  padding: 80px 0;
  color: #1e1b1b;
}
.empanel .empanel-sec {
  display: flex;
  gap: 250px;
  align-items: center;
}
@media (max-width: 1024px) {
  .empanel .empanel-sec {
    gap: 100px;
  }
}
@media (max-width: 992px) {
  .empanel .empanel-sec {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .empanel .empanel-sec .leftSec .arnImg {
    display: none;
  }
}
.empanel .empanel-sec .empanel-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.empanel .empanel-sec .empanel-content h5 {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .empanel .empanel-sec .empanel-content h5 {
    font-size: 18px;
  }
}
.empanel .empanel-sec .empanel-content .empanel-content-card ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  counter-reset: listcounter;
  position: relative;
}
@media (max-width: 768px) {
  .empanel .empanel-sec .empanel-content .empanel-content-card ul {
    flex-direction: column;
    gap: 40px;
    align-items: start;
    padding: 0;
  }
}
.empanel .empanel-sec .empanel-content .empanel-content-card ul::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px dashed #1e1b1b;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  top: 16px;
  z-index: -1;
}
.empanel .empanel-sec .empanel-content .empanel-content-card li {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  position: relative;
  background-color: #fff;
}
.empanel .empanel-sec .empanel-content .empanel-content-card img {
  width: 64px;
}
.empanel .empanel-sec .empanel-content .empanel-content-card li::before {
  counter-increment: listcounter;
  content: counter(listcounter);
  background-color: #03106a;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .empanel .empanel-sec .empanel-content .empanel-content-card li {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .empanel .empanel-sec .empanel-content .empanel-content-card li:first-child::after,
  .empanel .empanel-sec .empanel-content .empanel-content-card li:last-child::after,
  .empanel .empanel-sec .empanel-content .empanel-content-card li:after{
    all: unset;
  }
  .empanel .empanel-sec .empanel-content .empanel-content-card ul::after {
    border-bottom: unset;
    border-left:  1px dashed #1e1b1b;
    height: 56%;
    top: 26px;
    right: unset;
    left: 12px;
    z-index: 0;
  }

  .empanel .empanel-sec .empanel-content .empanel-content-card img {
    width : 32px
  }

  .empanel .empanel-sec .empanel-content .empanel-content-card li::before {
    width: 8px;
    height: 5px;
    padding: 12px;
  }
}
@media (max-width: 425px) {
  .empanel .empanel-sec .empanel-content .empanel-content-card li {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

.empanel .empanel-sec .empanel-content .empanel-content-card li::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px dashed #1e1b1b;
  width: 100%;
  top: 16px;
  right: 2px;
}
.empanel .empanel-sec .empanel-content .empanel-content-card li:first-child::after {
  width: 53%;
}
.empanel .empanel-sec .empanel-content .empanel-content-card li:last-child::after {
  width: 60%;
  right: unset;
  left: 0;
  top: 15px;
}

/* @media (max-width: 425px) {
  .empanel .empanel-sec .empanel-content .empanel-content-card {
    width: 48px;
  }
} */
.empanel .empanel-sec .empanel-content .empanel-content-card p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.personal-detail {
  padding: 100px 0;
}
.personal-detail .arn-detail_ul {
  padding-bottom: 54px;
}
.personal-detail .arn-detail_ul ul {
  display: flex;
  justify-content: space-around;
  gap: 0px;
  position: relative;
  margin-bottom: 0;
}
.personal-detail .arn-detail_ul ul::after {
  content: "";
  background-color: #03106a;
  width: 52%;
  height: 2px;
  top: 35%;
  z-index: -1;
  border-radius: 8px;
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  .personal-detail .arn-detail_ul ul::after {
    width: 65%;
  }
}
.personal-detail .arn-detail_ul ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  list-style: none;
  position: relative;
  z-index: 1;
}
.personal-detail .arn-detail_ul ul li:last-child img {
  border-color: #b4abab;
}
.personal-detail .arn-detail_ul ul li img {
  width: 56px;
  height: 56px;
  padding: 5px;
  border-radius: 100%;
  border: 2px solid #9ab5ff;
  background: #fff;
}
.personal-detail .arn-detail_ul ul li img:last-child {
  border: none;
  background-color: #1e1b1b;
}
.personal-detail .arn-detail_ul ul li p {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.personal-detail .personal-detail-bg-white {
  background-color: #fbf8f0;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec {
  background-color: #fbf8f0;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec.hidden {
  display: none;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec:nth-child(3) .personal-detail-card-sec {
  grid-template-columns: unset;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec:nth-child(3) .personal-detail-card-sec .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(327px, 1fr));
  gap: 24px;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec:nth-child(3) .personal-detail-card-sec .grid-container:nth-child(2) p {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .personal-detail .personal-detail-bg-white .personal-detail-sec:nth-child(3) .personal-detail-card-sec .grid-container {
    gap: 32px;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec:nth-child(3) .personal-detail-card-sec .grid-container .form-group {
    flex: unset;
  }
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .bank-details .personal-detail-card-sec .form-group p {
  cursor: pointer;
  color: #2c85b8;
  display: block;
  text-align: end;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .edit-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .edit-option a {
  display: flex;
  gap: 8px;
  color: #2c85b8;
  font-size: 18px;
  align-items: flex-end;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .edit-option a h6 {
  margin-bottom: 0;
  font-size: inherit;
}
@media (max-width: 768px) {
  .personal-detail .personal-detail-bg-white .personal-detail-sec .edit-option a i {
    font-size: 16px;
  }
}
.personal-detail .personal-detail-bg-white .personal-detail-sec h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec.hidden {
  display: none;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .calenderBtn .disable {
  border: 1px solid #b4abab;
  color: #b4abab;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
  border: 1px solid #b4abab;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #b4abab;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group {
  position: relative;
  width: 100%;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group label {
  color: #666;
  top: -10px;
  left: 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  background: #fff;
  z-index: 3;
  margin: 0;
  padding: 0;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group input {
  height: 64px;
  padding: 24px 24px 18px 24px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 22px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  color: #1e1b1b;
  outline: none;
  width: 100%;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group input:focus {
  border: 1px solid #9ab5ff;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group input:active {
  color: #1e1b1b;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .fa-search {
  width: 24px;
  height: 24px;
  position: absolute;
  color: #1e1b1b;
  right: 10px;
  top: 23px;
  z-index: inherit;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .calenderBtn input {
  padding: 22px 14px 17px 28px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #666;
  border-radius: 8px;
  color: #1e1b1b;
  outline: none;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .calenderBtn::after {
  content: "";
  background-image: url("../../assets/images/Secondary.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  color: #1e1b1b;
  right: 10px;
  top: 23px;
  z-index: 1;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .dropdownSelect {
  margin-bottom: 0;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .dropdownSelect .form-control {
  min-height: 65px;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .dropdownSelect .select2-container--default .select2-selection--single {
  height: 100%;
  border: 1px solid #666;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .dropdownSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
}
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group .dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: inherit;
}
.personal-detail .personal-detail-bg-white .profile-end {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
}
.personal-detail .personal-detail-bg-white .profile-end.hidden {
  display: none;
}
.personal-detail .personal-detail-bg-white .profile-end label {
  cursor: pointer;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm {
  display: flex;
  gap: 10px;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm label {
  background: transparent;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  left: unset;
  top: unset;
  transition: 0.2s all ease-in;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #1e1b1b;
  border-radius: 8px;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm label:after {
  content: "";
  opacity: 0;
  transition: 0.2s all ease-in-out;
  top: 5px;
  left: 15px;
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .personal-detail .personal-detail-bg-white .profile-end .profile-confirm label:after {
    left: 7px;
  }
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm label a {
  color: rgb(44, 133, 184);
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm input[type=checkbox]:checked + label::before {
  background-color: #03106a;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm .checks {
  width: 20px;
  height: 20px;
}
.personal-detail .personal-detail-bg-white .profile-end .profile-confirm .checks:checked {
  background-color: #03106a;
}
.personal-detail .personal-detail-sec-nom {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
}
.personal-detail .personal-detail-sec-nom:first-child {
  gap: 24px;
}
.personal-detail .personal-detail-sec-nom.hidden {
  display: none;
}
.personal-detail .personal-detail-sec-nom .nominee-sec h6 {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 26px;
}
.personal-detail .personal-detail-sec-nom .nominee-sec label {
  cursor: pointer;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio {
  display: flex;
  gap: 24px;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio .form-control {
  position: relative;
  width: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio .form-control input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio .form-control input:checked + label::after {
  opacity: 1;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio .form-control input:checked + label::before {
  border-color: #1e1b1b;
  background-color: #03106a;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio .form-control label {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #212121;
  position: relative;
  letter-spacing: 0.2px;
  display: flex;
  gap: 8px;
  top: 0;
  left: 0;
  padding: 0;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio .form-control label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  transition: 0.2s all ease-in;
}
.personal-detail .personal-detail-sec-nom .nominee-sec .nom-radio .form-control label::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #1e1b1b;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  opacity: 0;
  transition: 0.2s all ease-in;
}
.personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: unset;
}
.personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio input:checked ~ .common label {
  pointer-events: auto;
}
.personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio input:not(:checked) ~ .common label {
  background-color: transparent !important;
  border: 1px solid #000 !important;
}
.personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio .common {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio .common input:checked + label {
  background-color: #03106a;
  border: 1px solid transparent;
}
.personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio .common label {
  pointer-events: none;
  transition: 0.2s background ease-in;
  cursor: pointer;
  border: 1px solid #606060;
  border-radius: 128px;
  padding: 8px 20px;
  line-height: 20px;
  font-size: 12px;
  gap: 8px;
}
.personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio .common label::before, .personal-detail .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio .common label::after {
  display: none;
  background: transparent;
}
.personal-detail .personal-detail-sec-nom .personal-detail-sec-nom.personal-detail-sec {
  gap: 32px;
  padding-bottom: 24px;
}
.personal-detail .empanelingDiscussion {
  background-color: rgb(255, 255, 255);
}
.personal-detail .empanelingDiscussion .empanelingWrapper.profile-detail {
  width: 100%;
  max-width: 1200px;
  background-color: rgb(255, 255, 255);
}
.distributorFeatureSec .distributorFeature {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .distributorFeatureSec .distributorFeature {
    margin-bottom: 0;
  }
}
.distributorFeatureSec .distributorFeature .distributorFeature-title {
  position: relative;
  color: #1e1b1b;
  z-index: 1;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .distributorFeatureSec .distributorFeature .distributorFeature-title {
    padding-top: 24px;
  }
}
.distributorFeatureSec .distributorFeature .distributorFeature-title::before {
  content: "";
  width: 100%;
  padding: 16rem 0;
  background-color: #03106a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.distributorFeatureSec .distributorFeature .distributorFeature-title::after {
  background-color: #fff;
}
.distributorFeatureSec .distributorFeature .container {
  position: relative;
  z-index: 1;
}
.distributorFeatureSec .distributorFeature .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card {
  height: initial;
}
/* @media (max-width: 767px) {
  .distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
  }
} */

::-webkit-scrollbar {
  display: none;
}
.distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container {
  background: #fbf8f0;
  border-radius: 16px;
  padding: 24px 24px 32px 24px;
  z-index: 1;
  display: grid;
  justify-content: start;
  gap: 16px;
  border-bottom: 4px solid #9ab5ff;
  height: 100%;
  min-height: 282px;
  align-content: start;
}
@media (max-width: 767px) {
  .distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container {
    height: 100%;
    min-height: 244px;
    align-content: start;
    width: 260px;
    padding: 24px 16px;
    gap: 0;
  }
}
.distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container img {
    margin-bottom: 16px;
  }
}
.distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container p {
    font-size: 18px;
  }
}
.distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .distributorFeatureSec .distributorFeature .container .distributorFeatureWrap .distributorFeature-wrapper .distributorFeature-Card .distributorFeature-container span {
    font-size: 12px;
    margin-top: 8px;
  }
}
.faqWrapper {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .faqWrapper {
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .faqWrapper .section-title {
    font-size: 24px;
  }
}
.faqWrapper .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 100px;
  border-radius: 3px;
  background-color: #03106a;
  bottom: 10px;
}
.faqWrapper .accordion {
  cursor: pointer;
  padding: 17px 0;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border-bottom: 1px solid #eeeeee;
}
.faqWrapper .accordion h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 767px) {
  .faqWrapper .accordion h4 {
    font-size: 12px;
  }
}
.faqWrapper .accordion img {
  transform: rotate(0deg);
  transition: all 0.6s;
  display: block;
}
.faqWrapper .accordion.active {
  border-bottom: none;
}
.faqWrapper .accordion.active h4 {
  font-weight: 600;
}
.faqWrapper .accordion.active img {
  transform: rotate(90deg);
}
.faqWrapper .panel {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
  margin-top: 0px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 40px;
}
.faqWrapper .panel p, .faqWrapper .panel ol li {
  font-size: 14px;
  line-height: 22px;
  color: #1e1b1b;
}
@media (max-width: 767px) {
  .faqWrapper .panel p, .faqWrapper .panel ol li {
    font-size: 12px;
  }
}
.personal-detail .ui-widget.ui-widget-content {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: Glimer;
  z-index: 9 !important;
}
.personal-detail .ui-datepicker td span,
.personal-detail .ui-datepicker td a {
  font-size: 12px;
  padding: 0;
  text-align: center;
}
.personal-detail .ui-state-highlight,
.personal-detail .ui-widget-content .ui-state-highlight,
.personal-detail .ui-widget-header .ui-state-highlight {
  border: 1px solid #9ab5ff;
  background: #9ab5ff;
  color: #000;
}
.personal-detail .ui-state-active,
.personal-detail .ui-widget-content .ui-state-active,
.personal-detail .ui-widget-header .ui-state-active,
.personal-detail a.ui-button:active,
.personal-detail .ui-button:active,
.personal-detail .ui-button.ui-state-active:hover {
  border: 1px solid rgba(210, 165, 45, 0.3607843137);
  background: rgba(210, 165, 45, 0.3607843137);
  color: #000;
}
.personal-detail .contactIcon {
  display: none;
}
.personal-detail .distributorRequestIcon {
  position: fixed;
  padding: 14px;
  background-color: #03106a;
  border-radius: 8px;
  top: 250px;
  right: 15px;
  color: #1e1b1b;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0px 1px 10px #606060;
  display: block;
}
@media (max-width: 767px) {
  .personal-detail .distributorRequestIcon {
    top: unset;
    bottom: 40px;
  }
}
.personal-detail .distributorRequestIcon span {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  display: none;
}
.personal-detail .distributorRequestIcon:hover span {
  display: inline-block;
}
@media (max-width: 767px) {
  .personal-detail #serviceRequest .modal-lg {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .personal-detail #serviceRequest .modal {
    height: -moz-fit-content;
    height: fit-content;
  }
  .personal-detail #serviceRequest .request-content {
    border-radius: 0;
  }
  .personal-detail #serviceRequest .request-content .request-modal-container .request-left {
    gap: 10px;
    padding: 24px;
  }
}
.personal-detail #serviceRequest .modal-lg {
  max-width: 1070px;
}
.personal-detail #serviceRequest .request-content .request-modal-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .personal-detail #serviceRequest .request-content .request-modal-container {
    grid-template-columns: 100%;
  }
}
.personal-detail #serviceRequest .serviceGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .personal-detail #serviceRequest .serviceGrid {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.personal-detail #serviceRequest .floating-label {
  margin: 0;
}
.personal-detail #serviceRequest .floating-label.textArea {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .personal-detail #serviceRequest .floating-label.textArea {
    display: none;
  }
}
.personal-detail #serviceRequest .floating-label.textArea .floating-input {
  height: 142px;
}
.personal-detail #serviceRequest .floating-label .floating-dropdown .dropdownSelect {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .personal-detail #serviceRequest .floating-label .floating-dropdown .dropdownSelect {
    width: 100%;
    margin: 0;
  }
}
.personal-detail #serviceRequest .floating-label .floating-dropdown .select2-container--default .select2-results > .select2-results__options {
  max-height: 170px;
}
.personal-detail #serviceRequest .floating-label .floating-dropdown .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #666666;
}
@media (max-width: 767px) {
  .personal-detail #serviceRequest .request-right img {
    display: none;
  }
}
.personal-detail #serviceRequest .request-right span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  display: block;
}
.personal-detail #serviceRequest .request-right p {
  margin: 0;
}
.personal-detail #serviceRequest .request-right p:last-child {
  margin-top: 32px;
}
.personal-detail #serviceRequest .SubmitBtn {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .personal-detail #serviceRequest .SubmitBtn {
    flex-direction: column;
    gap: 24px;
  }
}
.personal-detail #serviceRequest .SubmitBtn .animate-btn {
  max-width: 100%;
}
.personal-detail #serviceRequest .SubmitBtn .animate-btn.outline {
  border: 1px solid #1e1b1b;
  border-radius: 8px;
}
.personal-detail #serviceRequest .SubmitBtn .animate-btn.outline::after {
  background: #fff;
}
@media (max-width: 768px) {
  .personal-detail .distributorCorner-bg h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .personal-detail .personal-detail {
    padding: 25px 0;
  }
  .personal-detail .personal-detail .arn-detail_ul {
    padding-bottom: 32px;
  }
  .personal-detail .personal-detail .arn-detail_ul ul {
    padding: 0;
  }
  .personal-detail .personal-detail .arn-detail_ul ul li {
    gap: 8px;
  }
  .personal-detail .personal-detail .arn-detail_ul ul li img {
    width: 40px;
    height: 40px;
  }
  .personal-detail .personal-detail .arn-detail_ul ul li p {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
  }
  .personal-detail .personal-detail .personal-detail-bg-white {
    padding: 0;
    gap: 32px;
    background-color: #fff;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec {
    padding: 0;
    gap: 24px;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec {
    grid-template-columns: none;
    gap: 32px;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec .edit-option a h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec .label {
    line-height: 22px;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec-nom {
    padding: 0;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec-nom h6 {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio {
    grid-template-columns: none;
    gap: 24px;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .profile-end {
    margin-top: 0;
  }
  .personal-detail .personal-detail .personal-detail-bg-white .profile-end label {
    padding: 0;
    font-weight: 600;
    color: #000;
  }
}

@media (max-width: 768px) {
  .distributorCorner-bg h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .personal-detail {
    padding: 25px 0;
  }
  .personal-detail .arn-detail_ul {
    padding-bottom: 32px;
  }
  .personal-detail .arn-detail_ul ul {
    padding: 0;
  }
  .personal-detail .arn-detail_ul ul li {
    position: relative;
    gap: 8px;
  }
  .personal-detail .arn-detail_ul ul li img {
    width: 40px;
    height: 40px;
  }
  .personal-detail .arn-detail_ul ul li p {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
  }
  .personal-detail .personal-detail-bg-white {
    padding: 0;
    gap: 32px;
    background-color: #fff;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec {
    padding: 0;
    gap: 24px;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec {
    grid-template-columns: none;
    gap: 32px;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec .edit-option a h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec .label {
    line-height: 22px;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec-nom {
    padding: 0;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec-nom h6 {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
  }
  .personal-detail .personal-detail-bg-white .personal-detail-sec-nom .nominee-sec:nth-child(2) .nom-radio {
    grid-template-columns: none;
    gap: 24px;
  }
  .personal-detail .personal-detail-bg-white .profile-end {
    margin-top: 0;
  }
  .personal-detail .personal-detail-bg-white .profile-end label {
    padding: 0;
    font-weight: 600;
    color: #000;
  }
}
.ifscpopup {
  display: none;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
}
.ifscpopup.active {
  display: block;
}
.ifscpopup .popup-dialog {
  background-color: #fff;
  position: relative;
  max-width: 512px;
  border-radius: 16px;
  margin: auto;
  top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 24px 56px 0px 56px;
}
@media screen and (min-device-width: 280px) and (max-device-width: 768px) {
  .ifscpopup .popup-dialog {
    background-color: #fff;
    position: relative;
    max-width: 90%;
    border-radius: 16px;
    margin: auto;
    top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    padding: 16px 22px 16px 22px;
  }
}
.ifscpopup .popup-dialog .close {
  display: inline-block;
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.ifscpopup .popup-dialog .popup-content .floating-dropdown .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.ifscpopup .popup-dialog .popup-content .popup-body {
  padding: 0px;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
}
.ifscpopup .popup-dialog .popup-content .popup-body p {
  margin-bottom: 0;
}
.ifscpopup .popup-dialog .popup-content .popup-body .otp-input-box {
  display: flex;
  gap: 32px;
}
.ifscpopup .popup-dialog .popup-content .popup-body .otp-input-box .otp-input {
  border: 0;
  border-bottom: 1px solid #b4abab;
  width: 40px;
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}
.ifscpopup .popup-dialog .popup-content .popup-body .otp-input-box .otp-input:focus {
  outline: none;
}
.ifscpopup .popup-dialog .popup-content .popup-body .otp-submit p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.ifscpopup .popup-dialog .popup-content .popup-body .otp-submit .otp-btn {
  max-width: 100%;
  width: 100%;
}
.ifscpopup .popup-dialog .popup-content .popup-body .profile-end .animate-btn {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}
.ifscpopup .popup-dialog .popup-content .popup-header {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.ifscpopup .popup-dialog .popup-content .popup-footer {
  border-radius: 0px 0px 16px 16px;
  text-align: left;
  padding-top: 20px;
}
.ifscpopup .popup-dialog .popup-content .popup-footer h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 24px;
}
.ifscpopup .popup-dialog .popup-content .popup-footer p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.ifscpopup .popup-dialog .popup-content .popup-footer span {
  color: #3f91c2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.ifscpopup .popup-dialog .popup-content .popup-footer .auto-search p {
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
}
.ifscpopup .popup-dialog .popup-content .popup-footer .ifsc-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ifscpopup .popup-dialog .popup-content .popup-footer .ifsc-img span {
  color: #3f91c2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.ifscpopup .popup-dialog .popup-content .popup-footer .contact {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.ifscpopup .popup-dialog .popup-content .popup-footer .contact img {
  border-radius: 50%;
}
.ifscpopup .popup-dialog .popup-content .popup-footer .auto-search {
  padding: 16px 0 16px 0;
}

.success {
  margin: 100px auto 56px auto;
}
.success .container .card {
  margin: 0px 38px;
  border: 2px solid #b4abab;
  background: transparent;
  border-radius: 16px;
  padding: 0px 24px 40px 24px;
  align-items: center;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .success .container .card {
    margin: auto;
    border: 2px solid #b4abab;
    background: transparent;
    border-radius: 16px;
    padding: 0;
    align-items: center;
  }
}
.success .container .card .circle-img {
  margin: auto;
  left: 0;
  right: 0;
}
.success .container .card .title {
  text-align: center;
}
.success .container .card h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .success .container .card h1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
}
.success .container .card p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
.success .container .card .box-content {
  display: grid;
  justify-content: space-between;
  background: #fbf8f0;
  padding: 24px 40px 24px 40px;
  margin: 48px auto;
  border-radius: 16px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.success .container .card .box-content .box span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.success .container .card .box-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.success .container .card .content-bar {
  text-align: center;
}
.success .container .card .content-bar p {
  padding-bottom: 16px;
}
.success .container .card .content-bar button {
  display: block;
  margin: auto;
}
.success .container .card .content-bar h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding-top: 24px;
}
.success .container .card .content-bar h4::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #1e1b1b;
  border-radius: 50%;
  left: 5.5px;
  top: 5px;
  opacity: 0;
  transition: 0.2s all ease-in;
}
.success .container .explore-box {
  margin: 56px auto;
}
.success .container .explore-box h1 {
  text-align: center;
  margin: 56px 40px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.success .container .explore-box .square-box {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
}
.success .container .explore-box .fund-box {
  box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.1019607843);
  display: grid;
  min-height: 166px;
  grid-template-rows: auto 1fr;
}
.success .container .explore-box .fund-box h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  padding: 16px 32px;
  color: #9ab5ff;
  background: #000946333;
  height: 88px;
  border-radius: 16px 16px 0px 0px;
  margin-bottom: 0px;
}
.success .container .explore-box .fund-box .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success .container .explore-box .fund-box .box .advantage-btn {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.why-invest {
  margin-bottom: 100px;
}
.why-invest h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box {
  box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.1019607843);
  display: grid;
  min-height: 166px;
  grid-template-rows: auto 1fr;
  margin-bottom: 50px;
  border-radius: 0px 0px 16px 16px;
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box-item {
  padding: 16px;
  background: #000946333;
  border-radius: 16px 16px 0px 0px;
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box-item h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #9ab5ff;
  margin-bottom: 0px;
  padding-bottom: 15px;
  text-align: left;
  height: 70px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box-item h3 {
    color: #9ab5ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 0;
    height: 25px;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box-item span {
  color: #fff;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box-item span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  text-align: left;
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title h6 {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title p {
    color: #000946;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title .title-content {
  padding-top: 16px;
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title .title-content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title .title-content h6 {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title .title-content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .title .title-content p {
    color: #000946;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box {
  align-items: center;
  padding: 16px 12px 16px 12px;
  border-top: 1px solid #e8e2d4;
}
@media screen and (min-device-width: 200px) and (max-device-width: 350px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box {
    padding: 16px 12px 16px 12px;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box .advantage-btn {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: space-between;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box .advantage-btn {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box .advantage-btn .animate-btn {
  flex: 1 0 0;
  text-align: center;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .why-invest .container .swiper .swiper-wrapper .swiper-slide .invest-container .fund-box .box .advantage-btn .animate-btn .animate-btn {
    color: #1e1b1b;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
}/*# sourceMappingURL=online-distribution.css.map */



.personal-detail-sec .floating-label label.error {
  color: #d61818;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding-left: 10px;
  position: absolute;
  bottom: -13px;
  background: none;
  top: unset;
  margin: 0;
}

.form-group .error {
  color: red;
  top: 100%;
  /* bottom: -20px; */
  background: none;
  left: 0px;
  font-size: 11px;
}

.popup_active{
  visibility: visible;
  opacity: 1;
}

.personal-file-upload {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.personal-file-upload h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.personal-file-upload .form-group {
  position: relative;
  width: 100%;
}
.personal-file-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.personal-file-upload .form-group label {
  display: flex;
  height: 64px;
  padding: 4px 32px;
  justify-content: center;
  position: unset;
  max-width: 365px;
  width: 100%;
  color: #000;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.personal-file-content p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
/* END */
.personal-detail .personal-detail-bg-white .personal-detail-sec .personal-detail-card-sec .form-group.form-grp_upload label {
  display: flex;
  height: 64px;
  padding: 4px 32px !important;
  justify-content: center;
  position: unset;
  width: 100%;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  top: 0 !important;
  border: 1px solid #C4C4C4;
}

.form-group.arn-input span {
  position: absolute;
  left: 27px;
  top: 7px;
  bottom: 0px;
  height: fit-content;
  font-size: 15px;
  line-height: initial;
  font-weight: 500;
  color: rgb(102, 102, 102);
  margin: auto;
}

.otp-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 0.3s;
}

.otp-input:focus {
  border-color: #007bff;
}

.input-form {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.input-form input {
  padding: 2rem 1.2rem 0.8rem 1.2rem;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  width: 100%;
  height: 4.8rem;
  color: #2b3233;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Gilmer-Bold;
  line-height: 100%;
}
.input-form input:focus ~ .label-name {
  transform: translateY(-25%);
  font-size: 1rem;
}
.input-form input:required:valid ~ .label-name {
  transform: translateY(-25%);
  font-size: 1rem;
}
.input-form input.error:valid ~ .label-name, .input-form input.valid:valid ~ .label-name {
  transform: translateY(-25%);
  font-size: 1rem;
}
.input-form input:focus-visible {
  outline: none;
}
.input-form .label-name {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Gilmer-Regular;
  color: #666;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: 0.5s;
}

.input-form {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.input-form .pswIcon {
  position: absolute;
  top: 1.6rem;
  right: 1rem;
  cursor: pointer;
  width: 2.2rem;
}

.textare-sec {
  position: relative;
}
.textare-sec .amc_textarea {
  padding: 2.6rem 1.2rem 1rem;
  border: 1px solid #c4c4c4;
  border-radius: 0.8rem;
  resize: none;
  width: 100%;
  font-family: Gilmer-Bold;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: #2b3233;
}
.textare-sec .amc_textarea:focus {
  outline: none;
  border: 1px solid #c4c4c4;
}
.textare-sec .amc_textarea:focus ~ label {
  top: 1.7px;
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.7rem 0 0.4rem;
  left: 1.2rem;
  right: 1.2rem;
  background-color: #fff;
}
.textare-sec .amc_textarea:not(:-moz-placeholder-shown) ~ label {
  top: 1.7px;
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.7rem 0 0.4rem;
  left: 1.2rem;
  right: 1.2rem;
  background-color: #fff;
}
.textare-sec .amc_textarea:not(:placeholder-shown) ~ label {
  top: 1.7px;
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.7rem 0 0.4rem;
  left: 1.2rem;
  right: 1.2rem;
  background-color: #fff;
}
.textare-sec label {
  position: absolute;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Gilmer-Regular;
  color: #666;
  height: 100%;
  top: 2.6rem;
  left: 1.2rem;
  pointer-events: none;
  transition: 0.5s;
}

.upload {
  position: relative;
}
.upload .upload-input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.upload .upload_btn {
  padding: 1.7rem 1.9rem;
  border-radius: 0.8rem;
  border: 1px solid #1e1b1b;
  color: #1e1b1b;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Gilmer-Regular;
  line-height: 100%;
  transition: 0.5s;
}
.upload .upload_btn:hover {
  border: 1px solid #000;
  color: #000;
}

.amc-btn {
  padding: 1.7rem 3rem;
  background-color: #03106a;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  border: none;
  border-radius: 0.8rem;
  background-clip: padding-box;
  color: #1e1b1b;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Gilmer-Regular;
  line-height: 100%;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
.amc-btn:after {
  content: "";
  background-color: #000;
  border-radius: 0.5rem;
  width: 0px;
  left: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
}
.amc-btn:hover {
  color: #fff;
}
.amc-btn:hover::after {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .amc-btn {
    width: 100%;
    text-align: center;
  }
}

.switch-btn input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3.8rem;
  height: 2rem;
  background: #a0a0a0;
  border-radius: 4rem;
  cursor: pointer;
  transition: 0.4s;
}
.switch-btn input[type=checkbox]:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  transition: 0.4s;
}
.switch-btn input[type=checkbox]:checked[type=checkbox] {
  background: #9ab5ff;
  transition: 0.4s;
}
.switch-btn input[type=checkbox]:checked[type=checkbox]:after {
  left: 48%;
}

.amc-checkbox {
  display: block;
  position: relative;
  background: none;
  display: flex;
  margin-left: auto;
}
.amc-checkbox input[type=checkbox] {
  opacity: 0 !important;
  position: absolute;
  margin: 0;
  min-width: 1.2rem;
}
.amc-checkbox input[type=checkbox] + label {
  display: flex;
  color: #1e1b1b;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  font-weight: 500;
  margin: 0;
  top: unset;
  left: unset;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 0.8rem;
}
.amc-checkbox input[type=checkbox] + label:last-child {
  margin: 0;
}
.amc-checkbox input[type=checkbox] + label:before {
  display: block;
  content: "";
  min-width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 1.2px solid #c4c4c4;
  border-radius: 0.4rem;
}
.amc-checkbox input[type=checkbox] + label:after {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-color: #03106a;
  border-radius: 0.4rem;
  background-image: url(https://alarabluxury.store/cdn.mygullak.al/bundle/assets/images/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1.2px solid #000;
}
.amc-checkbox input[type=checkbox] + label:hover {
  cursor: pointer;
}
.amc-checkbox input[type=checkbox] + label:hover:before {
  border-color: var(--darken-blue);
}
.amc-checkbox input[type=checkbox]:checked + label::before {
  border: 1.2px solid #1e1b1b;
}
.amc-checkbox input[type=checkbox]:checked + label:after {
  transform: scale(1, 1);
}
.amc-checkbox.disabled input[type=checkbox] + label {
  pointer-events: none;
}
.amc-checkbox.disabled input[type=checkbox] + label:before {
  background-color: var(--darken-black);
  opacity: 0.1;
}

.table-history-sec {
  overflow: hidden;
}
.table-history-sec > div {
  overflow: auto;
}
.table-history-sec > div .amc-table-history {
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
  border-collapse: collapse;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.table-history-sec > div .amc-table-history thead {
  border-radius: 0.4rem 0.4rem 0 0;
  background-color: #1e1b1b;
}
.table-history-sec > div .amc-table-history thead tr {
  height: 4.8rem;
}
.table-history-sec > div .amc-table-history thead tr th {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Gilmer-Bold;
  line-height: 150%;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
.table-history-sec > div .amc-table-history tbody tr {
  height: 4.8rem;
  border-bottom: 1px solid #d4d4d4;
}
.table-history-sec > div .amc-table-history tbody tr:last-child {
  border: none;
}
.table-history-sec > div .amc-table-history tbody tr td {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Gilmer-Regular;
  line-height: 150%;
  color: #000946;
  white-space: nowrap;
}

.popupOverlay-scroll-remove {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4901960784) !important;
  z-index: 1;
  top: 0;
}

[data-popup-element] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f5f5f5;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: transform 0.2s ease-in;
}

[data-popup-element][shows=true] {
  opacity: 1;
  visibility: unset;
  transform: translateY(0px);
}

.otp-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* .otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
} */

/* .otp-input:focus {
  border-color: #007bff;
} */

.pagination-sec {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.pagination-sec li {
  background-color: #f2f2f2;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.pagination-sec li.active {
  background-color: #ffcb09;
}
.pagination-sec li a {
  text-decoration: none;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Gilmer-Bold;
  line-height: normal;
  transition: 0.5s;
}
.pagination-sec li .pageArrow {
  height: 2rem;
  margin: auto;
}
.pagination-sec li:hover {
  background-color: #ffcb09;
}
.pagination-sec li:hover a {
  color: #000;
}
.pagination-sec li:first-child, .pagination-sec li:last-child {
  background-color: transparent;
  opacity: 0.5;
}
.pagination-sec li:first-child:hover, .pagination-sec li:last-child:hover {
  opacity: 1;
}

.file-upload-container .file-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem dashed #747474;
  border-radius: 0.8rem;
  overflow-y: auto;
  padding: 1.6rem;
  margin-bottom: 1.2rem;
}
.file-upload-container .file-container .highlight {
  border: 0.2rem dashed #000 !important;
}
.file-upload-container .file-container .description {
  color: #666666;
  font-size: 1.2rem;
  font-weight: 600;
}
.file-upload-container .file-container .file-upload {
  text-align: center;
}
.file-upload-container .file-container .file-upload input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.file-upload-container .file-container .file-upload label {
  color: #fff;
  cursor: pointer;
}
.file-upload-container .file-container .file-status {
  display: none;
}
.file-upload-container .file-container .file-status .status-container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  color: #4E4E4E;
  font-size: 1.4rem;
  font-weight: 600;
}
.file-upload-container .supported-text {
  background: #F2F2F2;
  padding: 0.4rem 1.6rem;
  margin-bottom: 3.2rem;
  text-align: center;
  color: #000946;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  border-radius: 0.8rem;
}
.file-upload-container .upload-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-block: 0.6rem;
  color: #1E1B1B;
}
.file-upload-container .upload-btn button {
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.file-upload-container .upload-btn .cancel {
  border: 1px solid #1E1B1B;
  border-radius: 0.8rem;
}
.file-upload-container .upload-btn .add-agent {
  background-color: #D7D7D7;
  color: #BBBBBB;
}
.file-upload-container .upload-btn .add-agent.active {
  background-color: #FFCB08;
  color: #1E1B1B;
}

.search-btn {
  position: relative;
  /* max-width: 50rem; */
  width: 100%;
  overflow: hidden;
}
.search-btn .search-input {
  position: relative;
  background-color: transparent;
  padding: 1.2rem 1.6rem 1.2rem 4.8rem;
  border-radius: 0.8rem;
  border: 1px solid #C4C4C4;
  font-size: 1.4rem;
  color: #666868;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
}
.search-btn .search-input:focus {
  border: 1px solid #9ab5ff;
}
.search-btn label {
  position: absolute;
  background-image: url(https://alarabluxury.store/cdn.mygullak.al/bundle/assets/images/svg/search.svg);
  background-position: center left;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 1.2rem;
  right: unset;
  z-index: 98;
  transition: 0.5s;
}

.Date-picker .date-input {
  padding: 1.2rem;
  border-radius: 0.8rem;
  border: 1px solid #C4C4C4;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
}

.amc-btn.amc-icon_btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  padding: 1.2rem 2.4rem;
  background-color: #03106a;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  border: none;
  border-radius: 0.8rem;
  background-clip: padding-box;
  color: #1e1b1b;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: Gilmer-Regular;
  line-height: 100%;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
.amc-btn.amc-icon_btn label {
  position: relative;
  font-size: 3rem;
  line-height: 2rem;
  font-family: Gilmer-Regular;
}
.amc-btn.amc-icon_btn:after {
  content: "";
  background-color: #000;
  border-radius: 0.5rem;
  width: 0px;
  left: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
}
.amc-btn.amc-icon_btn:hover {
  color: #fff;
}
.amc-btn.amc-icon_btn:hover::after {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .amc-btn.amc-icon_btn {
    width: 100%;
    text-align: center;
  }
}

.otp-input:focus {
  border-color: #007bff;
}

.personal-inform-section {
  padding: 2.4rem 0;
}
.personal-inform-section .edit-personal-sec {
  display: grid;
  grid-template-areas: "profile-card-1  profile-card-2  " "profile-card-1  profile-card-3  ";
  grid-template-columns: 24%;
  padding: 3.2rem;
  gap: 3.2rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 3.2rem;
}
.personal-inform-section .edit-personal-sec .profile-update {
  border-radius: 0.8rem;
  background: #F2F2F2;
  padding: 3.2rem;
  display: grid;
  gap: 2.7rem;
  grid-area: profile-card-1;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 25.6rem;
  width: 100%;
}
.personal-inform-section .edit-personal-sec .profile-update .profile-update-img, .personal-inform-section .edit-personal-sec .profile-update .profile-initials {
  width: 10.8rem;
  height: 10.8rem;
  margin: auto;
  border-radius: 10.8rem;
}
.personal-inform-section .edit-personal-sec .profile-update .profile-initials {
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
.personal-inform-section .edit-personal-sec .profile-update .profile-img-content {
  display: grid;
  gap: 1.6rem;
  justify-items: center;
}
.personal-inform-section .edit-personal-sec .profile-update .profile-img-content p {
  color: #666868;
  font-family: Gilmer-Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
.personal-inform-section .edit-personal-sec .profile-update .profile-img-content .upload {
  width: 100%;
}
.personal-inform-section .edit-personal-sec .profile-update .profile-img-content .upload .upload_btn {
  padding: 1.7rem 0;
  width: 16.2rem;
  margin: auto;
  display: block;
}
@media (max-width: 425px) {
  .personal-inform-section .edit-personal-sec .profile-update .profile-img-content .upload .upload_btn {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .personal-inform-section .edit-personal-sec .profile-update {
    padding: 3.2rem 2.4rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .personal-inform-section .edit-personal-sec .profile-update {
    max-width: 100%;
  }
}
.personal-inform-section .edit-personal-sec .personal-inform-sec {
  display: grid;
  gap: 3.2rem;
  grid-area: profile-card-2;
}
.personal-inform-section .edit-personal-sec .personal-inform-sec h5 {
  color: #000;
  font-family: Gilmer-Bold;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
}
.personal-inform-section .edit-personal-sec .personal-inform-sec .Personal-Inform-input {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}
.personal-inform-section .edit-personal-sec .personal-inform-sec .Personal-Inform-input .check-num .amc-checkbox {
  margin-top: 0.8rem;
}
.personal-inform-section .edit-personal-sec .personal-inform-sec .Personal-Inform-input .check-num .amc-checkbox label {
  color: #666;
  font-family: Gilmer-Regular;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
@media (max-width: 768px) {
  .personal-inform-section .edit-personal-sec .personal-inform-sec .Personal-Inform-input {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media (max-width: 768px) {
  .personal-inform-section .edit-personal-sec .personal-inform-sec {
    gap: 2.4rem;
  }
}
.personal-inform-section .edit-personal-sec .Company-detail-sec {
  display: grid;
  gap: 4rem;
  grid-area: profile-card-3;
}
.personal-inform-section .edit-personal-sec .Company-detail-sec .Company-detail {
  display: grid;
  gap: 2.4rem;
}
.personal-inform-section .edit-personal-sec .Company-detail-sec .Company-detail h5 {
  color: #000;
  font-family: Gilmer-Bold;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
}
.personal-inform-section .edit-personal-sec .Company-detail-sec .Company-detail .Company-detail-input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .personal-inform-section .edit-personal-sec .Company-detail-sec .Company-detail .Company-detail-input {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.personal-inform-section .edit-personal-sec .Company-detail-sec .personal-inform-button {
  display: flex;
  gap: 1.6rem;
}
.personal-inform-section .edit-personal-sec .Company-detail-sec .personal-inform-button .amc-btn {
  width: 16.2rem;
  padding: 1.7rem 0;
  text-align: center;
}
.personal-inform-section .edit-personal-sec .Company-detail-sec .personal-inform-button .amc-btn.amc-btn-secoundary {
  background-color: #fff;
  border: 1px solid #1E1B1B;
}
@media (max-width: 768px) {
  .personal-inform-section .edit-personal-sec .Company-detail-sec .personal-inform-button .amc-btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .personal-inform-section .edit-personal-sec .Company-detail-sec .personal-inform-button {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .personal-inform-section .edit-personal-sec .Company-detail-sec {
    gap: 2.4rem;
  }
}
@media (max-width: 992px) {
  .personal-inform-section .edit-personal-sec {
    grid-template-areas: "profile-card-2 " "profile-card-1 " "profile-card-3";
    grid-template-columns: 100%;
    gap: 2.4rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 768px) {
  .personal-inform-section .edit-personal-sec {
    padding: 2.4rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .personal-inform-section {
    padding: 1.6rem 0;
  }
}

#resendOTP_emplement {
  color: #2c85b8;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

@media (max-width: 480px) {
  .popup .popup-dialog .popup-content .popup-body .otp-input-box {
    gap: 16px;
  }

  .popup .popup-dialog {
    top: 56%;
  }
}

@media (max-width: 480px) {
  .popup .popup-dialog .popup-content .popup-body {
    padding: 0 50px;

  }
}

@media (max-width: 480px) {
  .popup .popup-dialog .popup-content .popup-footer {
    border-radius: 0;
  }
}


@media (max-width: 480px) {
  .popup .popup-dialog .popup-content .popup-header {
    font-size: 18px;
    font-weight: 500;

  }

  #resg_mobile_no {
    font-size: 12px;
    font-weight: 400;
  }

  .popup .popup-dialog .popup-content .popup-body .otp-input-box .otp-input {
    font-size: 18px;
    font-weight: 600;
  }

  #resendOTP_emplement {
    font-size: 12px;
  }

  .popup .popup-dialog .popup-content .popup-footer p {
    font-size: 10px;
    font-weight: 400;
  }

  .popup .popup-dialog .popup-content a {
    font-size: 16px;
    font-weight: 400;
  }
}