.section {
  padding: 80px 0px 0px;
  margin-bottom: 80px;
}
.top-padding {
  padding-top: 120px;
}

.search-box {
  display: flex;
  align-items: center;
  border: 2px solid #e8effd;
  border-radius: 8px;
  padding: 18px 24px;
  width: 320px;
  background: #fff;
}

.search-box svg {
  color: #aaa;
  font-size: 16px;
  margin-right: 12px;
}

.search-box input {
  border: none;
  outline: none;
  font-size: 18px;
  color: #555;
  flex: 1;
}

.search-box input::placeholder {
  color: #aaa;
}

.reg-card {
  border: 0;
  text-decoration: none;
}

.reg-card .card-body {
  background: #e8effd;
  border-radius: 20px;
  padding: 16px 16px 20px;
  /* margin-bottom: 32px; */
  margin-bottom: 0px;
}

.reg-card .card-body:hover {
  background: #e8effd;
}

.reg-card img {
  border-radius: 10px;
  margin-bottom: 12px;
  max-height: 152px;
  width: -webkit-fill-available;
  object-fit: cover;
  object-position: top;
}

.reg-card .blog-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #212e44;
  margin-bottom: 16px;
}

.reg-card .secondary-text {
  font-size: 14px;
  color: #5d6a82;
}

/* ==== Blog Details page === */
.banner-wrapper {
  background-color: #e8effd;
  padding-bottom: 80px;
}
.banner-wrapper .breadcrumb {
  display: flex;
  align-items: center;
}
.banner-wrapper .breadcrumb .items {
  padding: 10px;
  color: #212e44;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}
.banner-wrapper .breadcrumb .items a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #1c1c1c;
}
.banner-wrapper .breadcrumb .items.icon {
  padding: 0px;
}

.banner-wrapper .banner-section {
}

.banner-wrapper .banner-section .banner-img {
  max-width: 920px;
  height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 7px 50px rgba(0, 0, 0, 0.08));
  border-radius: 20px;
  margin-bottom: 42px;
}

.banner-wrapper .banner-section .title {
  font-size: 65px;
  line-height: 64px;
  letter-spacing: -0.65px;
  font-weight: 900;
  margin-bottom: 16px;
  color: #212e44;
  margin-bottom: 42px;
  word-spacing: 10px;
}

.banner-wrapper .banner-section .writter-profile {
  height: 64px;
  width: 64px;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.08));
  border-radius: 32px;
}

.banner-wrapper .banner-section .writter-name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #212e44;
  font-weight: 400;
}

.banner-wrapper .banner-section .secondary-text {
  font-size: 16px;
  line-height: 20px;
  color: #858fa1;
  font-weight: 400;
  margin: 0;
}

.banner-wrapper .banner-section .social-icons {
  width: 42px;
  height: 42px;
}



.content-wrapper {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  position: relative;
}
.content-wrapper .content-section {
  margin-bottom: 64px;
}


.content-wrapper .content-section .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 24px;
}


.content-wrapper .content-section .sub-heading {
  font-weight: 650;
  font-size: 20px;
  line-height: 35px;
  height: auto;
  color: #1c1c1c;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 12px;
}


.content-wrapper .content-section .text {
  font-size: 18px;
  line-height: 21px;
  color: #212e44;
  margin-bottom: 18px;
  font-weight: 400;
}
.content-wrapper .content-section .text b {
  font-size: 18px;
  line-height: 21px;
  color: #212e44;
  margin-bottom: 14px;
  font-weight: 600;
}


.content-wrapper .content-section .link {
  color: #023575;
  text-decoration: none;
  font-weight: 500;
}
.content-wrapper .content-section .list {
  padding-left: 36px;
  margin-bottom: 24px;
}

.content-wrapper .content-section ul.list .list-item {
  list-style: disc;
  font-size: 18px;
  color: #212e44;
  margin-bottom: 12px;
}

.content-wrapper .content-section ol.list .list-item {
  list-style: disc;
  font-size: 18px;
  color: #212e44;
  margin-bottom: 12px;
}
.content-wrapper .content-section .list .list-item .sub-title {
  font-size: 18px;
  color: #212e44;
  font-weight: 600;
  margin-bottom: 12px;
}
.content-wrapper .content-section .list .list-item .text {
  margin-top: 8px;
}

.content-wrapper .content-section .list .list-item .sub-list {
  margin-top: 12px;
  padding-left: 36px;
}
.content-wrapper .content-section .list .list-item .sub-list .list-item {
  list-style: circle;
  font-size: 18px;
  color: #212e44;
  margin-bottom: 12px;
}


.content-wrapper .content-section .hilight-text {
  position: relative;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 24px;
}
.content-wrapper .content-section .hilight-text:after {
  background-color: #00000026;
  border-radius: 2px;
  bottom: 0.5rem;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 4px;
}


.cta-card {
  margin-bottom: 32px;
  background-color: #e8effd;
  border-radius: 12px;
}
.cta-card .card-body {
  padding: 32px;
}
.cta-card .title {
  font-size: 28px;
  color: #023575;
  font-weight: 700;
  margin: 0 auto 10px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
}
.cta-card .btn-primary {
  color: #ffffff;
  background: #56cbb9;
  border: 1px solid #56cbb9;
  border-radius: 32px;
}
.cta-card .btn-primary:hover {
  color: #ffffff;
  background: #48aa9b;
  border: 1px solid #48aa9b;
}
.cta-card img {
  height: 240px;
}


.bg-lt-primary {
  background-color: #e8effd;
}


.blog-accordion {
}
.blog-accordion .accordion-item {
  margin-bottom: 16px;
  border-radius: 8px;
  border: 0;
  overflow: clip;
}
.blog-accordion .accordion-item .accordion-button{
  margin: 0px 8px;
  width: -webkit-fill-available;
}
.blog-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #023575;
  background-color: white;
  box-shadow: none;
  border-bottom: 1px solid #d6d6d6;
}
.blog-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

/* Responsive Layout Css */
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 40px;
  }
  .top-padding {
    padding-top: 36px;
  }
  .banner-wrapper {
    padding-bottom: 60px;
  }
  .banner-wrapper .banner-section .banner-img {
    height: 320px;
    margin-bottom: 20px;
  }
  .banner-wrapper .banner-section .title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
  }
  .banner-wrapper .banner-section .social-icons {
    width: 36px;
    height: 36px;
  }
  .content-wrapper .content-section .sub-heading {
    min-height: auto;
  }
  .content-wrapper .content-section {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 578px) {
  .banner-wrapper .banner-section .banner-img {
    height: 200px;
    margin-bottom: 20px;
  }
  .main-card .blog-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
