.blog-section {
  margin-top: 70px;
  width: 100%;
}

.about-bottom-cards-section {
  margin-top:0;
  background-color: #F4F4F4;
  padding-top: 70px;
}

.blog-card-row-container {
  row-gap: 40px;
  margin: 0;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-card .blog-card-heading {
  margin: 0;
  font: 600 20px/140% Inter-SemiBold;
  color: #08110c;
}
.blog-card .blog-card-desc {
  margin: 0;
  font: 400 15px/150% Inter-Regular;
  color: #555555;
}

.blog-card .card-top-flag {
  width: 42px;
  height: 20px;
  background-color: #007bff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card .card-top-flag span {
  color: #ffffff;
  font: 400 12px/12px Inter-Regular;
}
.blog-card .blog-card-image {
  height: 229px;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.youtube-container-card.blog-card-image {
  height: 100% !important;
}
.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.blog-card .card-timeline {
  width: 100%;
  display: flex;
  align-items: center;
}
.blog-card .card-timeline .card-hero {
  height: 18px;
  width: 120px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}
.blog-card .card-timeline .card-hero .card-hero-img {
  height: 100%;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card .card-timeline .card-hero .card-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50%;
}
.blog-card .card-timeline .card-hero span {
  font: 400 12px/14px Inter-Regular;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .card-timeline .card-timeline-date {
  height: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px;
}
.blog-card .card-timeline .card-timeline-date span {
  font: 400 12px/12px Inter-Regular;
  color: #777777;
}

.card-timeline-verticleLine {
  display: inline-block;
  color: #999999;
}

.overFlowBlogSec {
  max-height: 1500px;
  overflow-y: auto;
}
.overFlowAboutSec {
  height: 510px;
  overflow-y: auto;
}

.overFlowBlogSec::-webkit-scrollbar {
  width: 3px;
  background-color: #c4c4c4;
}

.overFlowBlogSec::-webkit-scrollbar-thumb {
  background-color: #27563a;
  border-radius: 3px;
  width: 3px;
}

.blog-trending-post {
  height: 80px;
  display: flex;
  gap: 10px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  margin-top: -40px;
}
.about-trending-post {
  background-color: #F4F4F4;
}

.blog-trending-post span {
  font: 600 21px/140% Inter-SemiBold;
  color: #4f4f4f;
}

.blog-trending-post .blog-trending {
  height: 32px;
  background-color: #fd6500;
  width: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-trending-post .blog-trending span {
  color: #ffffff;
}

.blog-right-section-pad {
  padding-left: 20px;
  padding-right: 0;
}

.blog-pagination-container {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination {
  height: 100%;
  display: flex;
  gap: 20px;
}

.blog-pagination-button {
  height: 41px;
  width: 105px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination-next-btn {
  border: none;
  background: linear-gradient(110deg, #ffa229 0%, #a06519 100%);
}

.blog-pagination-button span {
  font: 400 15px/100% Inter-Regular;
  color: #666666;
}

.blog-pagination-count {
  width: 41px;
  height: 41px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination-count span {
  font: 400 15px/100% Inter-Regular;
  color: #666666;
}



/* blog details section css start  */
.blog-details-section {
  margin-top: 150px;
  width: 100%;
  margin-bottom: 50px;
}

.blogDetails-card {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.blogDetails-card .blogDetails-card-heading {
  margin: 0;
  font: 700 32px/140% Inter-Bold;
  color: #08110c;
}
.blogDetails-card .blogDetails-card-desc {
  margin: 0;
  font: 400 15px/150% Inter-Regular;
  color: #555555;
}

.blogDetails-card .card-top-flag {
  width: 47px;
  height: 20px;
  background-color: #007bff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogDetails-card .card-top-flag span {
  color: #ffffff;
  font: 400 12px/100% Inter-Regular;
}
.blogDetails-card .blogDetails-card-image {
  /* height: 404px; */
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.blogDetails-card .blogDetails-card-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 5px;
}

.blogDetails-card .card-timeline {
  width: 100%;
  display: flex;
  align-items: center;
}
.blogDetails-card .card-timeline .card-hero {
  height: 18px;
  width: 140px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}
.blogDetails-card .card-timeline .card-hero .card-hero-img {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogDetails-card .card-timeline .card-hero .card-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50%;
}
.blogDetails-card .card-timeline .card-hero span {
  font: 600 14px/100% Inter-SemiBold;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogDetails-card .card-timeline .card-timeline-date {
  height: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px;
}
.blogDetails-card .card-timeline .card-timeline-date span {
  font: 600 14px/100% Inter-SemiBold;
  color: #777777;
}

.blog-details-left-second-part {
  margin-top: 40px;
  /* height: 400px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.blog-details-left-second-part .blog-details-overview-heading {
  margin: 0;
  font: 600 21px/140% Inter-SemiBold;
  color: #000000;
}

.blog-details-left-second-part .blog-details-overview-para {
  margin: 0;
  font: 400 15px/150% Inter-Regular;
  color: #555555;
}

.blog-details-left-second-part .blog-details-overview-quotes {
  height: 133px;
  width: 100%;
  background-color: #f2f8f7;
  border-radius: 8px;
  position: relative;
}
.blog-details-left-second-part
  .blog-details-overview-quotes
  .blog-details-overview-quote-symbol {
  width: 72px;
  position: absolute;
  top: 0;
  padding: 15px 10px;
}

.blog-details-left-second-part
  .blog-details-overview-quotes
  .blog-details-overview-quotes-para {
  width: 100%;
  padding: 35px 30px;
  position: absolute;
}
.blog-details-left-second-part
  .blog-details-overview-quotes
  .blog-details-overview-quotes-para
  p {
  font: 400 15px/150% Inter-Regular;
  color: #333333;
  font-style: italic;
  z-index: 999999;
}

.blog-details-conclusion-para {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-details-overview-social-media {
  height: 21px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-details-overview-social-media .blog-details-break-rule {
  height: 1px;
  width: 31%;
  width: calc((100% - 185px) / 2);
  background-color: #d1e7e5;
}
.blog-details-overview-social-media .blog-details-social-media {
  height: 100%;
  width: 185px;
  display: flex;
  gap: 20px;
}
.blog-details-social-media-btn {
  height: 100%;
  width: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-social-media-btn img {
  width: fit-content;
  height: fit-content;
}

.blog-details-navs .nav-tabs {
  border: none;
  margin: 0;
}

.blog-details-navs .nav-tabs .nav-link.active {
  border: none;
  background-color: #034d82;
  border-radius: unset;
  border-top-left-radius: 10px;
  color: #ffffff;
  font: 400 15px/100% Inter-Regular;
  padding: 15px 30px;
}

.blog-details-navs .nav-link {
  color: #00aaa1;
  font: 400 15px/100% Inter-Regular;
  border-radius: unset;
  border: 1px solid #f2f8f7;
  border-bottom: unset;
  padding: 15px 30px;
}

.blog-details-navs .nav-link:hover {
  border-color: #f2f8f7;
}

#step3 {
  border-top-right-radius: 10px;
}

#step3.active {
  border-top-right-radius: 0px;
}

#step1 {
  border-top-left-radius: 10px;
}

.blog-details-navs .tab-content {
  background-color: #034d82;
  margin-top: 1px;
  padding: 40px 35px;
  border-radius: 10px;
  border-top-left-radius: unset;
}

.blog-details-tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-details-tab-content h4 {
  margin: 0;
  font: 600 19px/140% Inter-SemiBold;
  color: #ffffff;
}
.blog-details-tab-content p {
  margin: 0;
  font: 400 15px/150% Inter-Regular;
  color: #ffffff;
}

.table thead tr {
  background-color: #007bff;
}



/* blog table start */
.blogTable thead tr th {
  color: #00aaa1 !important;
  background-color: #dff1f0 !important;
  font: 600 17px/140% Inter-SemiBold;
  text-align: center;
  border: none;
}

.blogTable tr td {
  color: #666666;
  text-align: center;
  font: 400 15px/150% Inter-Regular;
  border: none;
  border-right: 1px solid #dff1f0;
}

.blogTable tr td:last-child {
  border: none;
}

.blogTable-row-data:nth-child(odd) td {
  background-color: #f2f8f7;
}
/* blog table end  */

.blog-details-small-cards-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.blog-details-small-cards-container .blog-details-small-card {
  width: 100%;
  margin: 0;
  display: flex;
  gap: 20px;
  padding: 0;
}

.blog-details-small-cards-container
  .blog-details-small-card
  .blog-details-small-card-image {
  height: 115px;
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-small-cards-container
  .blog-details-small-card
  .blog-details-small-card-image
  img {
  height: 100%;
  width: 100%;
  border-radius: 7px;
  object-fit: fill;
}

.blog-details-small-card-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 149px);
  gap: 10px;
}

.blog-details-small-card-right .card-top-flag {
  width: 42px;
  height: 20px;
  background-color: #007bff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-small-card-right .card-top-flag span {
  color: #ffffff;
  font: 400 12px/12px Inter-Regular;
}

.blog-details-small-card-right .blog-details-small-card-right-heading {
  margin: 0;
  font: 500 17px/150% Inter-Medium;
  color: #222222;
}

.blog-details-small-card-right .card-timeline {
  width: 100%;
  display: flex;
  align-items: center;
}
.blog-details-small-card-right .card-timeline .card-hero {
  height: 18px;
  width: 120px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}
.blog-details-small-card-right .card-timeline .card-hero .card-hero-img {
  height: 100%;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-small-card-right .card-timeline .card-hero .card-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50%;
}
.blog-details-small-card-right .card-timeline .card-hero span {
  font: 400 12px/14px Inter-Regular;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-details-small-card-right .card-timeline .card-timeline-date {
  height: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px;
}
.blog-details-small-card-right .card-timeline .card-timeline-date span {
  font: 400 12px/12px Inter-Regular;
  color: #777777;
}

.card-timeline-verticleLine {
  display: inline-block;
  color: #999999;
}

.blog-details-trending-post {
  height: 32px;
  display: flex;
  gap: 10px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  margin-top: -20px;
  padding: 0;
}

.blog-details-trending-post span {
  font: 600 21px/140% Inter-SemiBold;
  color: #4f4f4f;
}

.blog-details-trending-post .blog-trending {
  height: 32px;
  background-color: #fd6500;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details-trending-post .blog-trending span {
  color: #ffffff;
}


.blog-details-card-row-container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.blog-details-tags-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-details-tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.blog-details-tag {
  height: 35px;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-tag span {
  color: #666666;
  font: 400 15px/100% Inter-Regular;
}

.blog-details-tag-active {
  background-color: #034d82;
  border: none;
}
.blog-details-tag-active span {
  color: #ffffff;
}

.blog-details-Authors-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-details-Authors {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-details-Author-card {
  display: flex;
  gap: 30px;
  align-items: center;
}
.blog-details-Author-card-image {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-Author-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: fill;
}
.blog-details-Author-card-right {
  width: calc(100% - 110px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-details-Author-card-right h4 {
  margin: 0;
  font: 600 17px/100% Inter-SemiBold;
  color: #222222;
}
.blog-details-Author-card-right p {
  margin: 0;
  font: 300 12px/150% Inter-Light;
  color: #666666;
}

.blog-details-Author-card-right .blog-details-Author-social-btns {
  height: 20px;
  width: 100%;
  display: flex;
  gap: 13px;
}

.blog-details-Author-card-right
  .blog-details-Author-social-btns
  .blog-details-Author-social-btn {
  height: 20px;
  width: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details-Author-card-right
  .blog-details-Author-social-btns
  .blog-details-Author-social-btn:hover {
  background-color: #034d82;
  border: none;
}

.blog-details-Author-card-right
  .blog-details-Author-social-btns
  .blog-details-Author-social-btn:hover
  svg
  path {
  fill: #ffffff;
}

.blog-details-Author-card-text-black {
  color: #333333;
  font: 400 12px/150% Inter-Regular;
}


.blog-details-ad-section{
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 111;
}
.blog-details-ad-section img{
  height: 100%;
  height: 605px;
  width: 100%;
  object-fit: fill;
  position: absolute;
}
.blog-details-ad-section .blog-details-ad-section-ad{
  margin: 0;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #ffffff;
  font: 500 12px/100% Inter-Medium;
}

.blog-details-ad-section .blog-details-ad-section-center{
  width: 100%;
  position: absolute;
  top: 270px;
  padding: 20px;
}

.blog-details-ad-section .blog-details-ad-section-center h4{
  margin: 0;
  font: 700 19px/140% Inter-Bold;
  color: #ffffff;
}
.blog-details-ad-section .blog-details-ad-section-center p{
  margin: 0;
  margin-top: 20px;
  font: 400 14px/140% Inter-Regular;
  color: #ffffff;
}
.blog-details-ad-section .blog-details-ad-section-center .blog-details-ad-section-center-btn{
  margin-top: 40px;
  height: 41px;
  width: 138px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #034D82;
  font: 700 15px/100% Inter-Bold;
  display: flex;
  align-items: center;
  justify-content: center;
}





.blog-details-realted-posts-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 100px;
}

.blog-details-realted-post-card-top-flag{
    width: fit-content;
    padding: 10px;
    height: 20px;
    background-color: #DFF1F0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details-realted-post-card-top-flag span {
  color: #666666;
  font: 400 12px/100% Inter-Regular;
}

.blog-details-realted-post-card-heading{
  font: 600 24px/140% Inter-SemiBold;
}

.blog-details-realted-posts-cards-row{
  row-gap: 30px;
}



















/* blog page media responsive start*/


@media (min-width: 992px) and (max-width: 1220px) {
  .blog-card .card-timeline {
    flex-direction: column;
    row-gap: 10px;
  }
  .card-timeline-verticleLine {
    display: none;
  }
}

@media (max-width: 991px) {
  .blog-right-section-pad {
    padding-left: 10px;
    margin-top: 50px;
  }
}


@media (max-width: 524px) {
  .bannerSec .blog-centered h4 {
    font: 800 25px/110% Inter-ExtraBold;
  }
  .bannerSec .blog-centered p {
    font: 400 12px/26px Inter-Regular;
  }
}

@media (max-width: 443px) {
  .blog-card .card-timeline {
    flex-direction: column;
    row-gap: 10px;
  }
  .card-timeline-verticleLine {
    display: none;
  }
}

/* blog page media responsive end*/








/* blog-details media responsive start */


@media (min-width: 992px) and (max-width: 1364px) {
  .blog-details-small-cards-container .blog-details-small-card {
    flex-direction: column;
  }
  .blog-details-small-card-right {
    width: 100%;
  }

  .blog-details-realted-posts-cards-row{
    width: 70%;
    row-gap: 30px;
  }

  .blog-details-realted-posts-cards-row .realted-posts-card-wrapper{
    flex-basis: 50%;
  }
}



@media (min-width: 992px) and (max-width: 1024px) {
  .blog-details-left-second-part .blog-details-overview-quotes {
    height: 153px;
  }
}


@media (max-width: 991px) {
  .blog-details-realted-posts-container{
    margin-top: 620px;
  }
}


@media (max-width: 689px) {
  .blog-details-left-second-part .blog-details-overview-quotes {
    height: 183px;
  }
}


@media (max-width: 477px) {
  .blog-details-left-second-part
    .blog-details-overview-quotes
    .blog-details-overview-quotes-para
    p {
    font: 400 12px/150% Inter-Regular;
  }

  .blogDetails-card .blogDetails-card-heading {
    font: 700 25px/110% Inter-Bold;
  }
}



@media (max-width: 445px) {
  .blogDetails-card .card-timeline {
    flex-direction: column;
    row-gap: 10px;
  }
  .card-timeline-verticleLine {
    display: none;
  }
  .blogDetails-card .blogDetails-card-heading {
    font: 700 20px/110% Inter-Bold;
  }
  .blogDetails-card .blogDetails-card-image{
    height: 220px;
  }
}


@media (max-width: 443px) {
  .blog-details-navs .tab-content {
    margin-top: 0px;
  }

  .blogDetails-card .card-timeline {
    flex-direction: column;
    row-gap: 10px;
  }
  .card-timeline-verticleLine {
    display: none;
  }
}



@media (max-width: 425px) {
  .blog-details-small-cards-container .blog-details-small-card {
    flex-direction: column;
  }
  .blog-details-small-card-right {
    width: 100%;
  }
}




@media (max-width: 342px) {
  .blog-details-left-second-part
    .blog-details-overview-quotes
    .blog-details-overview-quotes-para
    p {
    font: 400 11px/140% Inter-Regular;
  }
}


/* blog-details media responsive end */





/* about page css start */
.about-bottom-card-heading-contanier{
  height: 66px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin-bottom: 60px;
}
.about-top-card-heading-contanier{
  height: 76px;
  margin-bottom: 90px;
  gap: 15px;
}
.about-bottom-card-heading-contanier h4{
  color: #27563A;
  font: 500 18px/22px Inter-Medium;
  margin: 0;
  position: relative;
}


.about-bottom-card-heading-contanier h4::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #be7b2e;
  left: -25px;
  top: 3px;
}





.about-bottom-card-heading-contanier h3{
  color: #08110C;
  font: 600 32px/39px Inter-SemiBold;
  margin: 0;
}

.about-view-all-btn-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}


.about-view-all-btn{
  height: 56px;
  width: 148px;
  background: linear-gradient(135deg, #ffa229 0%, #a06519 100%);
  align-self: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 13px;
}
.about-view-all-btn span{
  color: #ffffff;
  font: 600 16px/20px Inter-SemiBold;
}

.about-top-cards-section{
  width: 100%;
  background-color: #ffffff;
  margin: 60px 0 130px;
  display: flex;
  align-items: center;
}

.about-top-cards-row{
  /* column-gap: 30px; */
  row-gap: 60px;
}


.about-top-card{
  padding: 70px 50px 40px;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
}
.about-top-card h4{
  margin: 0;
  text-align: center;
  color: #37393F;
  font: 700 20px/127% Inter-Bold;
}
.about-top-card p{
  margin: 0;
  text-align: center;
  color: #7D7D7D;
  font: 400 16px/146.2% Inter-Regular;    
}
.about-top-card span{
  text-align: center;
  color: #6B77E5;
  font: 600 18px/18px Inter-SemiBold;
  margin-top: 10px;
}
.about-top-card-circle{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffa229 0%, #a06519 100%);
  position: absolute;
  top: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.aboutUs-table{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* blog table */
.aboutTable thead tr th {
  color: #ffffff !important;
  background-color: rgb(235, 142, 21) !important;
  font: 500 16px/16px Inter-SemiBold;
  text-align: center;
  border: none;
  padding: 15px 0;
  position: sticky;
  top: 0;
  
}
/* .aboutTable thead tr th:first-child{
  border-radius: 10px 0 0 0;
}
.aboutTable thead tr th:last-child{
  border-radius: 0 10px 0 0;
} */

.aboutTable tr td {
  color: #1B1C57;
  text-align: center;
  font: 500 14px/16px Inter-Medium;
  border: none;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #E9CFFF;
  padding: 15px 0;
}
.aboutTable tr td:last-child {
  border-right: none;
}

.aboutUs-map-container-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.aboutUs-map-container{
  max-width: 700px;
  width: 100%;
}


.custom-maptable-container{
  overflow-y: auto;
  max-height: 442px;
  padding-right: 10px;
}

.custom-maptable-container::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}

.custom-maptable-container::-webkit-scrollbar-thumb {
  background-color: #1B1C57;
  border-radius: 3px;
  width: 3px;
}

.aboutus-map-heading{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.aboutus-map-heading h4{
  margin: 0;
  font: 700 24px/26px Inter-Bold;
}



@media (max-width: 1024px) {
  .about-top-cards-section{
    margin-top: 353px;
  }
  .aboutUs-map-container-wrapper{
    padding-top: 200px;
  }
}



.aboutUs-map-container{
  position: relative;
}
.aboutUs-map-container .map-watermark-remover{
  height: 20px;
  width: 200px;
  background-color: #ffffff;
  position: absolute;
  z-index: 11;
  bottom: 3.5px;
  right: -5px;
}


/* about page css end */