* {
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

#policybazaar {
  width: 100%;
}

@media (max-width: 980px) {
  .breadcrumbinner .breadcrumb {
    padding: 10px 20px;
  }
}
.contact-section {
  background: #fff;
  padding: 0;
  width: 370px;
  box-shadow: 0px 1px 14px 0px rgba(0, 101, 255, 0.1);
  border: 1px solid rgba(222, 235, 255, 0.7);
  border-radius: 12px;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 0;
    width: 100%;
  }
}
.contact-section .heading {
  border-radius: 12px 12px 0 0;
  background: rgba(222, 235, 255, 0.6);
  padding: 20px;
}
.contact-section .heading h3 {
  line-height: 30px;
}
.contact-section .heading p {
  font-size: 14px;
  line-height: 1.4;
  color: rgb(122, 134, 154);
}

.contact-container {
  margin: 0 auto;
  width: 100%;
}

.contact-grid {
  display: flex;
  flex-direction: column;
}

.contact-card {
  align-items: flex-start;
  padding: 0;
  display: flex;
  gap: 14px;
  flex-direction: row;
  text-align: left;
  margin: 0 20px;
  border-bottom: 1px solid rgba(222, 233, 255, 0.4);
  padding: 14px 0px;
}
.contact-card.request-call-back, .contact-card.contact-card--email {
  align-items: center;
}
.contact-card.extra {
  padding: 34px 0px;
}
.contact-card:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .contact-card:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .contact-card {
    padding: 10px 8px;
    min-width: 240px;
  }
}

.contact-card--new-policy .contact-icon {
  width: 44px;
  height: 44px;
  background: #FFF9E6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card--existing .contact-icon,
.contact-card--claim .contact-icon {
  width: 44px;
  height: 44px;
  background: #FFF9E6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card--whatsapp .contact-icon, .request-call-back .contact-icon {
  width: 44px;
  height: 44px;
  background: #DCF8C6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card--whatsapp .contact-icon img, .request-call-back .contact-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.request-call-back .contact-icon {
  background: transparent;
}

.contact-card--email .contact-icon {
  width: 44px;
  height: 44px;
  background: #EAE6FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card--email .contact-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-content {
  width: calc(100% - 68px);
}

.contact-title {
  font-size: 12px;
  font-weight: 400;
  color: rgb(122, 134, 154);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 6px 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 11px;
  }
}

.contact-number {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #253858;
  text-decoration: none;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .contact-number {
    font-size: 16px;
  }
}

.contact-chat, .req {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #253858;
  text-decoration: none;
  position: relative;
}
.contact-chat::after, .req::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 12px;
  height: 12px;
  background-image: url(../images/career/black-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact-chat, .req {
    font-size: 16px;
  }
}

.contact-nri {
  font-size: 12px;
  color: #6B778C;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-nri {
    font-size: 11px;
  }
}

.contact-nri-link {
  color: #0065ff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.contact-nri-link:hover {
  color: #253858;
  text-decoration: underline;
}

.contact-icon svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .contact-icon svg {
    width: 24px;
    height: 24px;
  }
}

.contact-card.hotline .contact-number, .contact-card.hotline .contact-nri {
  font-size: 16px;
  font-weight: 500;
}
.contact-card.hotline .contact-title {
  font-weight: 400;
  font-size: 14px;
}
.contact-card.hotline .hours {
  font-size: 12px;
  margin-bottom: 12px;
  color: rgb(122, 134, 154);
  margin-top: 6px;
  font-weight: 400;
}
.contact-card.hotline .contact-nri {
  color: rgb(0, 163, 191);
  font-weight: 500;
}
.contact-card.hotline .contact-nri a {
  color: #253858;
  font-weight: 500;
}

.before-login-container {
  width: 100%;
  max-width: 1170px;
  margin: 10px auto 20px;
}
@media (max-width: 980px) {
  .before-login-container {
    width: calc(100% - 32px);
    margin: 20px auto;
  }
}
.before-login-container .before-login {
  background: linear-gradient(93.52deg, #4C9AFF -3.68%, #0065FF 33.49%, #0052CC 93.62%);
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .before-login-container .before-login {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.before-login-container .before-login .title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}
.before-login-container .before-login .description {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.before-login-container .get-in-touch-btn {
  display: inline-block;
  padding: 13px 20px;
  background: #fff;
  color: #0065ff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-weight: 500;
}
.before-login-container .get-in-touch-btn:hover {
  background: #fff;
  color: #0065ff;
}
@media (max-width: 768px) {
  .before-login-container .get-in-touch-btn {
    padding: 12px 32px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .before-login-container .cta {
    width: 100%;
  }
}

.get-in-touch {
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.7) 39.69%, rgba(255, 255, 255, 0.7) 100%);
  min-height: 400px;
}
@media (max-width: 768px) {
  .get-in-touch {
    padding: 0 16px;
  }
}
.get-in-touch .get-in-touch-container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px;
}
.get-in-touch .get-in-touch-container .container-heading {
  font-size: 32px;
  font-family: time;
  font-weight: 700;
  color: rgb(37, 56, 88);
  text-align: left;
  line-height: 44px;
}
.get-in-touch .get-in-touch-container .container-sub-heading-new {
  font-size: 14px;
  font-weight: 400;
  color: #505579;
  text-align: left;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 6px;
}
@media (max-width: 568px) {
  .get-in-touch .get-in-touch-container .container-sub-heading-new {
    font-size: 14px;
    line-height: 24px;
  }
}
.get-in-touch .get-in-touch-container .link-readmore {
  font-size: 16px;
  color: #0066ff;
  display: inline-block;
  padding-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.get-in-touch .get-in-touch-container .extra-text {
  display: none;
}
.get-in-touch .get-in-touch-container .extra-text.show {
  display: inline;
}
.get-in-touch .get-in-touch-container .container-sub-heading {
  font-size: 16px;
  font-weight: 400;
  color: rgb(80, 95, 121);
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .get-in-touch .get-in-touch-container .container-sub-heading {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  .get-in-touch .get-in-touch-container {
    width: 100%;
    padding: 30px 0px 20px 0px;
  }
}
.get-in-touch .get-in-touch-container .col-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .get-in-touch .get-in-touch-container .col-container {
    flex-direction: column;
  }
}
.get-in-touch .get-in-touch-container .col-container .col-left {
  width: 63%;
  background: url(../images/bg-contact.png);
  background-size: 100%;
  height: 256px;
  box-shadow: inset 0 0 60px 5px rgb(228, 235, 255);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 20px -39px;
}
@media (max-width: 980px) {
  .get-in-touch .get-in-touch-container .col-container .col-left {
    width: 96%;
    height: 200px;
    margin: 0px auto;
  }
}
.get-in-touch .get-in-touch-container .col-container .col-left .content {
  padding: 30px 220px 30px 50px;
  line-height: 22px;
}
@media (max-width: 980px) {
  .get-in-touch .get-in-touch-container .col-container .col-left .content {
    padding: 40px 20px 20px;
    line-height: 22px;
  }
}
.get-in-touch .get-in-touch-container .col-container .col-left .content h2 {
  color: rgb(37, 56, 88);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.get-in-touch .get-in-touch-container .col-container .col-left .content .get-in-touch-description {
  color: rgb(80, 95, 121);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 22px;
}
.get-in-touch .get-in-touch-container .col-container .col-right {
  width: 34%;
  background: url(./slide-bg.png);
  background-size: contain;
  box-shadow: inset 0 0 60px 5px rgb(228, 235, 255);
  border-radius: 20px;
  align-items: center;
  display: flex;
  overflow: hidden;
}
@media (max-width: 980px) {
  .get-in-touch .get-in-touch-container .col-container .col-right {
    width: 96%;
    margin: 0px auto;
  }
}

.ticket-number {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.ticket-number img {
  margin-right: 10px;
}

.step {
  padding: 4px 0px 24px 0px;
  border-radius: 8px;
  margin-top: 10px;
}
.step .ticket-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step .ticket-list .ticket {
  background: rgba(222, 234, 255, 0.4);
  padding: 20px;
  border-radius: 8px;
}
.step .ticket-number {
  padding: 0;
  margin-bottom: 20px;
}

.ticket-id-bu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.ticket-id-bu .insurer-bu {
  background: rgba(18, 145, 208, 0.09);
  border-radius: 10px;
  padding: 1px 8px;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0;
  color: rgb(15, 120, 173);
}

.ticket-description {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #596b88;
}

.created-on {
  font-size: 12px;
  line-height: 24px;
  color: #849dc4;
  font-weight: 400;
}

.button-wrapper {
  text-align: right;
  margin-top: -30px;
}
.button-wrapper .button {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #0065ff;
  color: #0065ff;
  position: relative;
  cursor: pointer;
}
.button-wrapper .button:hover {
  background: #0052cc;
  color: #fff;
  transform: translateY(-2px);
}

.carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-wrapper .slick-track {
  display: flex !important;
  align-items: center;
  padding-bottom: 28px;
}
.carousel-wrapper .slick-slide {
  margin: 0 10px;
  height: auto;
  float: none;
}
.carousel-wrapper .slick-list {
  margin: 0;
  overflow: hidden;
  width: 100%;
  padding: 0px 0 20px 0;
}

.carousel-container {
  height: auto;
  position: relative;
  width: auto;
  display: flex !important;
  align-items: center;
  height: 100%;
  gap: 16px;
  opacity: 0.5;
  transition: all 0.3s ease;
  outline: none;
  flex-shrink: 0;
  transform: scale(0.95);
}
.carousel-container.slick-center {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.carousel-container.slick-current {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.carousel-container.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
  padding: 0px 0px 10px 0px;
}
.carousel-container.slick-center.active {
  opacity: 1;
  transform: scale(1);
}
.carousel-container .carousel-item {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.carousel-container .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgb(37, 56, 88);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 250px;
  gap: 10px;
  box-shadow: 0px 4px 16px 0px rgba(76, 154, 255, 0.2);
}
.carousel-container .tabs.center {
  margin-left: 40px;
}
.carousel-container .tabs .tab-icon {
  width: 30px;
  height: 30px;
  background-color: #6554C0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-container .tabs .tab-icon img {
  width: 20px;
  height: 20px;
}

.get-in-touch-cta {
  text-align: left;
  margin-top: 40px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .get-in-touch-cta {
    margin-top: 32px;
  }
}

.get-in-touch-btn {
  display: inline-block;
  padding: 13px 20px;
  background: #0065ff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.get-in-touch-btn:hover {
  background: #0052cc;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .get-in-touch-btn {
    padding: 12px 32px;
    font-size: 15px;
  }
}

.ticket-escalte-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #0165ff;
  border-radius: 8px;
  color: #0165ff;
  text-transform: uppercase;
  margin-top: 13px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}
.ticket-escalte-btn.loading {
  font-size: 0px;
  width: 114px;
  position: relative;
}
.ticket-escalte-btn.loading:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #0066ff;
  border-right-color: #ffffff;
  animation: l2 1s infinite linear;
  margin: 0px auto;
  left: 0;
  right: 0;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.offices-section {
  position: relative;
}

.offices-container {
  max-width: 1170px;
  margin: 0 auto 60px;
  width: 100%;
}
.offices-container .content-block {
  background: transparent;
  font-family: inherit;
}
@media (max-width: 1024px) {
  .offices-container .content-block {
    padding: 0px 16px;
  }
}

.offices-card {
  background: rgb(232, 242, 255);
  border-radius: 16px;
  padding: 48px 40px;
}
@media (max-width: 1024px) {
  .offices-card {
    padding: 32px 16px;
    border-radius: 0px;
  }
}

.offices-title {
  font-size: 32px;
  font-weight: 700;
  color: #253858;
  margin: 0 0 16px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .offices-title {
    font-size: 26px;
  }
}

.offices-description {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0 0 32px 0;
}
@media (max-width: 768px) {
  .offices-description {
    font-size: 15px;
    margin-bottom: 24px;
  }
}

.state-selector {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .state-selector {
    margin-bottom: 24px;
  }
}

.state-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .state-label {
    font-size: 15px;
  }
}

.select-wrapper {
  position: relative;
  max-width: 300px;
}
@media (max-width: 768px) {
  .select-wrapper {
    max-width: 100%;
  }
}

.state-select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 16px;
  color: #253858;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.state-select:hover {
  border-color: #0065ff;
}
.state-select:focus {
  outline: none;
  border-color: #0065ff;
  box-shadow: 0 0 0 3px rgba(0, 101, 255, 0.1);
}
@media (max-width: 768px) {
  .state-select {
    font-size: 15px;
    padding: 10px 36px 10px 14px;
  }
}

.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .select-arrow {
    right: 10px;
  }
}

.office-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #253858;
  margin: 0 0 24px 0;
  position: relative;
}
.office-section-title span {
  background: rgb(232, 242, 255);
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.office-section-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(179, 212, 255, 0.6);
  margin-bottom: 24px;
  position: absolute;
  top: 13px;
}
@media (max-width: 768px) {
  .office-section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 968px) {
  .office-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .office-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.office-card {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  position: relative;
  transition: all 0.3s ease;
  min-height: 90px;
}
.office-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .office-card {
    padding: 16px;
  }
}

.office-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #36B37E;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .office-badge {
    font-size: 10px;
    padding: 3px 8px;
  }
}

.office-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  justify-content: flex-end;
}
.office-phone svg {
  flex-shrink: 0;
}

.office-phone-number {
  font-size: 14px;
  font-weight: 600;
  color: #253858;
  text-decoration: none;
  transition: color 0.3s ease;
}
.office-phone-number:hover {
  color: #0065ff;
}
@media (max-width: 768px) {
  .office-phone-number {
    font-size: 13px;
  }
}

.office-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
  padding-left: 30px;
  margin-top: 8px;
  position: relative;
}
.office-address .office-address-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: -1px;
}
.office-address .office-address-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.office-address span {
  font-size: 12px;
  color: rgb(37, 56, 88);
  line-height: 1.6;
  width: calc(100% - 24px);
}
@media (max-width: 768px) {
  .office-address span {
    font-size: 11px;
  }
}

.faq-section {
  padding: 0px 20px 0px;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 15px;
  }
}

.faq-container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(37, 56, 88);
  margin: 0 0 40px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .faq-title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(0, 82, 204, 0.46);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-left: 5px solid rgba(0, 82, 204, 0.46);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  color: rgb(37, 56, 88);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.faq-question span {
  flex: 1;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .faq-question {
    padding: 16px 20px;
    font-size: 15px;
  }
}

.faq-icon {
  flex-shrink: 0;
  color: rgb(37, 56, 88);
  transition: transform 0.3s ease;
}
.faq-icon .faq-icon-vertical {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-item--active {
  border: 1px solid rgb(0, 82, 204);
  border-left: 5px solid rgb(0, 82, 204);
}
.faq-item--active .faq-question {
  color: rgb(37, 56, 88);
}
.faq-item--active .faq-icon {
  transform: rotate(0deg);
}
.faq-item--active .faq-icon .faq-icon-vertical {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
  color: rgb(37, 56, 88);
}
@media (max-width: 768px) {
  .faq-answer {
    padding: 0 20px;
  }
}

.faq-item--active .faq-answer {
  max-height: 2000px;
  padding: 0 24px 20px 24px;
}
@media (max-width: 768px) {
  .faq-item--active .faq-answer {
    padding: 0 20px 16px 20px;
  }
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: rgb(37, 56, 88);
}
@media (max-width: 768px) {
  .faq-answer p {
    font-size: 14px;
  }
}

.faq-answer ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.faq-answer ul li {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(37, 56, 88);
  margin-bottom: 12px;
}
.faq-answer ul li:last-child {
  margin-bottom: 0;
}
.faq-answer ul li strong {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .faq-answer ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.policy-actions-container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.policy-actions-col {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 768px) {
  .policy-actions-col {
    flex-direction: column;
    gap: 44px;
  }
}

.policy-actions-grid {
  gap: 20px;
  width: 75%;
  max-width: 860px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .policy-actions-grid {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .policy-actions-grid {
    gap: 16px;
  }
}

.policy-action-card {
  background: rgba(234, 230, 255, 0.4);
  width: 252px;
  border-radius: 16px;
  padding: 22px 34px 0px 24px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(179, 212, 255, 0.2);
  min-height: 144px;
}
@media (max-width: 768px) {
  .policy-action-card {
    width: 48%;
    gap: 2%;
    padding: 24px 20px;
  }
}
@media (max-width: 568px) {
  .policy-action-card {
    width: 47%;
    padding: 14px 12px;
  }
}
.policy-action-card:hover {
  transform: translateY(-4px);
  border-color: #6554C0;
  box-shadow: 0 8px 24px rgba(101, 84, 192, 0.3);
}

.policy-action-icon {
  width: 40px;
  height: 40px;
  background: #5243aa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.policy-action-icon img {
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  .policy-action-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }
}
@media (max-width: 568px) {
  .policy-action-icon {
    width: 42px;
    height: 43px;
    margin-bottom: 12px;
  }
}

.policy-action-content {
  flex: 1;
  position: relative;
}

.policy-action-title {
  font-size: 14px;
  font-weight: 600;
  color: rgb(37, 56, 88);
  margin: 0 0 0px 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .policy-action-title {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .policy-action-title {
    font-size: 14px;
  }
}

.policy-action-subtitle {
  font-size: 12px;
  color: rgb(94, 108, 132);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .policy-action-subtitle {
    font-size: 13px;
  }
}
@media (max-width: 568px) {
  .policy-action-subtitle {
    font-size: 12px;
  }
}

.policy-action-link {
  position: absolute;
  top: 0;
  right: -20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B3BAC5;
  transition: all 0.3s ease;
}
.policy-action-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .policy-action-link {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
  .policy-action-link svg {
    width: 14px;
    height: 14px;
  }
}

.policy-action-card:hover .policy-action-link {
  color: #ffffff;
  transform: translate(2px, -2px);
}

.chat_icn {
  display: inline-block;
  position: fixed;
  right: 15px;
  bottom: 46px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  z-index: 200;
  width: 80px;
  height: 90px;
  text-align: center;
  font-size: 0px;
}
.chat_icn:before {
  content: "";
  width: 72px;
  height: 89px;
  background-image: url(../images/career/contact-chat-icon.png);
  background-size: 100%;
  display: block;
  margin: 0 auto 2px;
}

.new_contact_wrapper .close {
  position: absolute;
  right: 0;
  top: -14px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: #000;
  text-align: center;
  line-height: 25px;
  color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  font-size: 11px;
}

.new_contact_wrapper .chatbox {
  position: fixed;
  height: 420px;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #ccc;
  z-index: 200;
}

.new_contact_wrapper .chatbox.newchat {
  padding: 0;
  height: calc(100vh - 130px);
  max-width: 420px;
  border: none;
  background: 0 0;
  width: 99%;
  margin: 0 20px 0 auto;
  border-radius: 10px;
  background: #deebff;
  box-shadow: 0 0 16px rgba(6, 19, 88, 0.2);
  left: 0;
  right: 0;
}

@media (max-width: 568px) {
  .new_contact_wrapper .chatbox.newchat {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
  .new_contact_wrapper .chatbox.newchat iframe {
    border-radius: 0;
  }
}
.chatNewBox {
  position: relative;
  z-index: 9999 !important;
}

.chatNewBox iframe {
  border-radius: 0;
}

.new_contact_wrapper .chatbox iframe {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.new_contact_wrapper .chatbox.newchat iframe {
  opacity: 1;
}

.new_contact_wrapper .chatbox.newchat .close {
  display: none;
}

.new_contact_wrapper .chatbox.newchat iframe {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px #676666;
}

.new_contact_wrapper .chatbox iframe {
  border: none;
  width: 400px;
}

.escalation-content .escalation-description {
  background: rgba(0, 162, 81, 0.0901960784);
  padding: 10px 12px;
  border-radius: 8px;
  margin: 12px 0 0;
}

.escalation-content .escalation-description p, .escalation-content .escalation-description li {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #008743;
  margin: 0;
}

.escalation-content .escalation-description ul {
  margin: 4px 0 0;
}

.escalation-content .escalation-description ul li {
  position: relative;
  margin: 0 0 4px;
  padding-left: 18px;
}

.escalation-content .escalation-description ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 1.5px solid #008743;
  border-right: 1.5px solid #008743;
  margin: -11px 12px 0 0;
  position: absolute;
  top: 14px;
  left: 4px;
}

.escalation-content .escalated-on {
  color: #5243AA;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin: 12px 0 0;
  letter-spacing: 0.016em;
}

.escalated-content {
  background: #EAE6FF;
  border-radius: 8px;
  margin: 12px 0 0;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #5243AA;
}

.escalated-content span {
  font-weight: 700;
}

.ticket-list .error {
  text-align: center;
  color: red;
  font-size: 14px;
  line-height: 20px;
}

.escalation-col {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 35px;
}
@media (max-width: 768px) {
  .escalation-col {
    flex-direction: column-reverse;
  }
}

.left-section {
  width: 75%;
  max-width: 860px;
  background: #ffffff;
  padding: 34px;
  border: 1px solid rgb(222, 235, 255);
  border-radius: 16px;
}
@media (max-width: 768px) {
  .left-section {
    width: 100%;
    border: none;
    border-top: 1px solid rgb(222, 235, 255);
    padding: 20px 0 0 0;
    border-radius: 0;
  }
}
.left-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #172b4d;
  margin-bottom: 15px;
}
.left-section .description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.new_contact_wrapper {
  position: relative;
}
.new_contact_wrapper .escalation-container {
  width: 1170px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .new_contact_wrapper .escalation-container {
    width: 100%;
    padding: 0px 16px;
  }
}
.new_contact_wrapper .content-block {
  font-size: 16px;
  line-height: 30px;
  color: rgb(80, 95, 121);
  font-weight: 400;
  margin-bottom: 24px;
  background: transparent;
  font-family: inherit;
}
.new_contact_wrapper .tabs {
  overflow: hidden;
}
.new_contact_wrapper .tabs .tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}
.new_contact_wrapper .tabs .login-btn {
  background-color: #fff;
  color: #0065ff;
  border: 1px solid #0065ff;
  border-radius: 4px;
  display: inline-block;
  width: 130px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  transition: none;
}
.new_contact_wrapper input.contact-radio {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.new_contact_wrapper .tab-label {
  display: flex;
  padding: 28px 0 0px 0px;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .new_contact_wrapper .tab-label {
    align-items: flex-start;
  }
}
.new_contact_wrapper .tab-label:after {
  color: transparent !important;
  border: 0 !important;
  width: 20px;
  height: 20px;
  background: url(../images/bu/next-ico.svg);
  position: absolute;
  background-size: 100%;
  right: 3px;
  content: "";
  border: 0;
  top: 32px;
  display: inline-block;
}
.new_contact_wrapper .tab-label .level {
  position: absolute;
  left: 0;
  top: 34px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
  color: #fff;
  display: block;
  text-align: center;
  width: 48px;
}
.new_contact_wrapper .tab-label .level:before {
  display: none;
}
.new_contact_wrapper .tab-label .level span:before {
  display: none;
}
.new_contact_wrapper .tab-label .title-container {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.new_contact_wrapper .tab-label .title-container .titletext {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .new_contact_wrapper .tab-label .title-container .titletext {
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
.new_contact_wrapper .tab-label .title-container .description-tab {
  font-size: 14px;
  color: rgb(80, 95, 121);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
.new_contact_wrapper .tab-label .order {
  font-size: 26px;
  font-weight: 700;
  width: 48px;
  height: 60px;
  background: #0065ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  padding: 13px 0 0 0;
}
.new_contact_wrapper .tab-label .order.step1 {
  background: rgba(0, 82, 204, 0.5);
}
.new_contact_wrapper .tab-label .order.step2 {
  background: rgba(0, 82, 204, 0.8);
}
.new_contact_wrapper .tab-label .order.step4 {
  background: #054cb9;
}
.new_contact_wrapper .tab-label .order:before {
  display: none;
}
.new_contact_wrapper input:checked + .tab-label::after {
  transform: rotate(180deg) !important;
}
.new_contact_wrapper .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: #fff;
  transition: all 0.35s;
  overflow: hidden;
}
.new_contact_wrapper .tab-content p {
  color: #172b4d;
  padding-left: 5px;
}
.new_contact_wrapper input ~ .tab-content {
  padding-left: 60px;
}
.new_contact_wrapper input ~ .tab-content.full-width {
  padding: 0;
}
.new_contact_wrapper input:checked ~ .tab-content p {
  font-size: 16px;
  font-weight: 400;
  max-width: 640px;
  margin-bottom: 15px;
  line-height: 24px;
}
.new_contact_wrapper input:checked ~ .tab-content {
  max-height: none;
  margin: 15px 0 0 0;
}

.time-badge {
  background: rgba(233, 105, 12, 0.09);
  color: rgb(198, 92, 16);
  padding: 6px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
  position: absolute;
  top: 0px;
  left: 60px;
}

.step {
  width: 100%;
  max-width: 100%;
}
.step .ticket-number {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.irda-addressal {
  font-size: 14px;
  line-height: 22px;
  color: #505579;
}
.irda-addressal a{
	color:rgba(0, 82, 204, 0.8);
}
.irda-addressal a:hover{
	color:rgba(0, 82, 204, 0.8);
	text-decoration:underline;
}
/*# sourceMappingURL=contact_us_new.css.map */