@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-us-page .banner {
  top: 23px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .about-us-page .banner {
    top: -82px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 540px) {
  .about-us-page .banner {
    margin-bottom: -50px;
  }
}
.about-us-page .banner.about-banner .banner-wrapper .content {
  max-width: 540px;
  margin: 0 auto;
}
.about-us-page .banner.about-banner .banner-wrapper .content p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.about-us-page .banner::before {
  background: none;
}
.about-us-page .banner .banner-wrapper {
  top: 75%;
}
.about-us-page .banner.about-banner .banner-wrapper h1 {
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .about-us-page .banner.about-banner .banner-wrapper h1 {
    font-size: 30px;
  }
}
.about-us-page .banner.about-banner .banner-wrapper h1 span {
  font-weight: 100;
}
.about-us-page .banner.about-banner .banner-wrapper h5 {
  margin-top: 47px;
}
@media only screen and (max-width: 540px) {
  .about-us-page .bg {
    height: 235px;
  }
}

.sec-aboutA {
  padding-top: 0px;
  overflow: hidden;
}

.sec-aboutA .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 552px) {
  .sec-aboutA .container {
    display: block;
  }
}
.sec-aboutA .container .left {
  max-width: 500px;
}
.sec-aboutA .container .right {
  max-width: 500px;
}
.sec-aboutA .container .right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
  max-width: 514px;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .sec-aboutA .container .right p {
    font-size: 14px;
  }
}

.about-secB {
  background-color: #DDE9FF;
  height: auto;
  overflow: hidden;
}
.about-secB .container .info {
  padding-top: 74px;
}
.about-secB .container .info .title h2 {
  font-weight: 700;
  font-size: 36px;
  width: 651px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}
.about-secB .container .info .content p {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  width: 514px;
  margin: auto;
}
.about-secB .timeline {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline {
    padding: 4rem 2rem 0rem;
  }
}
.about-secB .timeline-header {
  text-align: center;
  margin-bottom: 4rem;
}
.about-secB .timeline-header h2 {
  font-weight: 700;
  font-size: 36px;
  max-width: 651px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-header h2 {
    font-size: 28px;
  }
}
.about-secB .timeline-header p {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-header p {
    font-size: 14px;
    max-width: 100%;
  }
}
.about-secB .timeline-content p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
  margin: 16px 0px;
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-content p {
    font-size: 14px;
  }
}
.about-secB .timeline-content h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}
.about-secB .timeline-content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
.about-secB .timeline-content h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.about-secB .timeline-content h5 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.about-secB .timeline-content h6 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.about-secB .timeline-content ul {
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-content ul {
    margin-left: 0;
  }
}
.about-secB .timeline-content ul li {
  margin-left: 40px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-content ul li {
    font-size: 14px;
  }
}
.about-secB .timeline-content ul li::marker {
  font-size: 22px;
  color: #0A3481;
}
.about-secB .timeline-content ol {
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.about-secB .timeline-content ol li {
  margin-left: 40px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.about-secB .timeline-content ol li::marker {
  font-size: 22px;
  color: #0A3481;
}
.about-secB .timeline-container {
  position: relative;
  padding: 2rem 0;
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-container {
    padding: 0rem 0 2rem;
  }
}
.about-secB .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #0A3481;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .about-secB .timeline-line {
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-line {
    left: 0;
  }
}
.about-secB .timeline-item {
  position: relative;
  max-width: 500px;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  /* border: 1px solid black; */
  border-radius: 10px;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .about-secB .timeline-item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-item {
    padding: 1rem 1rem;
  }
}
.about-secB .timeline-item.left {
  left: 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .about-secB .timeline-item.left {
    left: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-item.left {
    left: 20px;
    margin-bottom: 20px;
  }
}
.about-secB .timeline-item.left .icon img {
  position: relative;
  top: -100px;
  left: 525px;
}
@media only screen and (max-width: 991px) {
  .about-secB .timeline-item.left .icon img {
    left: -63px;
    top: -70px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-item.left .icon img {
    left: -63px;
    top: -170px;
  }
}
.about-secB .timeline-item.right {
  left: 56%;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .about-secB .timeline-item.right {
    left: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-item.right {
    left: 20px;
    margin-bottom: 20px;
  }
}
.about-secB .timeline-item.right .icon img {
  position: relative;
  top: -90px;
  left: -110px;
}
@media only screen and (max-width: 991px) {
  .about-secB .timeline-item.right .icon img {
    left: -63px;
    top: -67px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .timeline-item.right .icon img {
    left: -63px;
    top: -170px;
  }
}
.about-secB .timeline-dot {
  position: absolute;
}

.about-secC {
  padding: 50px 0;
  overflow: hidden;
}
.about-secC .upper-sec .heading h3 {
  margin-bottom: 20px;
}
.about-secC .upper-sec .heading p {
  color: #555;
}
@media only screen and (max-width: 540px) {
  .about-secC .upper-sec .heading p {
    font-size: 14px;
  }
}
.about-secC .upper-sec .swiper-nav .svg path {
  fill: var(--black);
}
.about-secC .upper-sec .swiper-nav button:hover {
  background: #0056b3;
  color: white;
}
.about-secC .news-col {
  display: flex;
  flex-direction: column;
  background: var(--secondary);
  max-width: 310px;
  color: white;
  overflow: hidden;
}
.about-secC .news-col .figure {
  background-color: white;
  overflow: hidden;
}
.about-secC .news-col .figure:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.about-secC .news-col .figure img {
  width: auto;
}
.about-secC .news-col .figinfo {
  position: absolute;
  top: 72%;
  left: 27%;
  color: white;
  text-align: center;
}
.about-secC .news-col .figinfo .ttl {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
}
.about-secC .news-col .figinfo .desc {
  color: var(--white);
  font-weight: 300;
  font-size: 14px;
  font-weight: 400;
}
.about-secC .news-col .figinfo .btn-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 var(--pdlr) var(--pdb);
}
.about-secC .news-col .figinfo .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.about-secC .news-col .figinfo .figure img {
  width: 100%;
  aspect-ratio: 1.2;
  transition: 0.5s ease;
}
.about-secC .news-col .figinfo .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}

.about-secD {
  overflow: hidden;
  padding-top: 70px;
}
@media only screen and (max-width: 540px) {
  .about-secD {
    padding-top: 0px;
  }
}
.about-secD .container .heading .title {
  font-weight: 700;
  font-size: 36px;
  max-width: 651px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 540px) {
  .about-secD .container .heading .title {
    font-size: 28px;
  }
}
.about-secD .container .heading .description {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .about-secD .container .heading .description {
    font-size: 14px;
    max-width: 100%;
  }
}
.about-secD .container .text-center {
  margin-bottom: 50px;
}
.about-secD .insurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  justify-items: center;
  align-items: center;
  padding: 20px 0px;
  margin: 40px 0 60px 0;
  height: auto;
}
@media only screen and (max-width: 784px) {
  .about-secD .insurance-grid {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .insurance-grid {
    display: block;
    margin-bottom: 20px;
  }
}
.about-secD .insurance-grid .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  gap: 15px;
  width: 100%;
  height: 100%;
  background-color: #DDE9FF;
  text-align: center;
}
@media only screen and (max-width: 784px) {
  .about-secD .insurance-grid .item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .insurance-grid .item {
    margin-bottom: 20px;
  }
}
.about-secD .insurance-grid .item .title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
.about-secD .insurance-grid .item .description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.ExtraSecAdd {
  padding: 50px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.0588235294);
}
@media only screen and (max-width: 540px) {
  .ExtraSecAdd {
    padding: 20px 0;
  }
}
.ExtraSecAdd .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ExtraSecAdd .container h3 {
  color: #253b7d;
}
@media only screen and (max-width: 540px) {
  .ExtraSecAdd .container {
    display: block;
  }
}

@media only screen and (max-width: 1152px) {
  .banner.about-banner .banner-wrapper h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.about-banner .banner-wrapper h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1152px) {
  .banner.about-banner .banner-wrapper h5 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .banner-wrapper h5 {
    margin-top: 25px;
  }
}
/*# sourceMappingURL=about.css.map */