/*=====================*/
/*Fonts variables*/
/*=====================*/
.blog-detail .blog-detail-content .blog-content .blog-section .content,
.blog-detail .blog-detail-content .blog-content .content {
  color: #6C6C6C;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.blog-detail h2 {
  font-size: 28px;
}

.blog-detail h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FE6B01;
}
.blog-detail-content .faq .accordion .faq-wrapper .faq-block{
  flex-basis: 100% !important
}

.orange-feature {
  background-color: #fffbf7;
}

.orange-feature .image-block {
  background-color: #FE6B01;
}

.orange-feature:hover {
  background-color: #FE6B01;
  transition: all 300ms ease;
}

.orange-feature:hover h5,
.orange-feature:hover p {
  color: #fff;
  transition: all 300ms ease;
}

.orange-feature:hover .image-block {
  background-color: #fff;
  transition: all 300ms ease;
}

.orange-feature:hover .image-block svg,
.orange-feature:hover .image-block path {
  fill: #FE6B01;
}

.blue-feature {
  background-color: #F7F9FA;
}

.blue-feature .image-block {
  background-color: #013765;
}

.blue-feature:hover {
  background-color: #013765;
  transition: all 300ms ease;
}

.blue-feature:hover h5,
.blue-feature:hover p {
  color: #fff;
  transition: all 300ms ease;
}

.blue-feature:hover .image-block {
  background-color: #fff;
  transition: all 300ms ease;
}

.blue-feature:hover .image-block svg,
.blue-feature:hover .image-block path {
  fill: #013765;
}

/*mixin for media query*/
/*=====================*/
/*Fonts variables*/
/*=====================*/
.blog-detail .blog-detail-content .blog-content .blog-section .content,
.blog-detail .blog-detail-content .blog-content .content {
  color: #6C6C6C;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.orange-feature {
  background-color: #fffbf7;
}

.orange-feature .image-block {
  background-color: #FE6B01;
}

.orange-feature:hover {
  background-color: #FE6B01;
  transition: all 300ms ease;
}

.orange-feature:hover h5,
.orange-feature:hover p {
  color: #fff;
  transition: all 300ms ease;
}

.orange-feature:hover .image-block {
  background-color: #fff;
  transition: all 300ms ease;
}

.orange-feature:hover .image-block svg,
.orange-feature:hover .image-block path {
  fill: #FE6B01;
}

.blue-feature {
  background-color: #F7F9FA;
}

.blue-feature .image-block {
  background-color: #013765;
}

.blue-feature:hover {
  background-color: #013765;
  transition: all 300ms ease;
}

.blue-feature:hover h5,
.blue-feature:hover p {
  color: #fff;
  transition: all 300ms ease;
}

.blue-feature:hover .image-block {
  background-color: #fff;
  transition: all 300ms ease;
}

.blue-feature:hover .image-block svg,
.blue-feature:hover .image-block path {
  fill: #013765;
}

/* common buttons placeholder simple button and icon-button */
* {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  transition: all 500ms;
}

.my-40 {
  margin: 4rem 0;
}

@media (max-width: 768px) {
  .my-40 {
    margin: 2.2rem 0;
  }
}

.my-30 {
  margin: 3rem 0;
}

@media (max-width: 768px) {
  .my-30 {
    margin: 1.8rem 0;
  }
}

.blog-detail {
  margin-top: 6rem;
  padding-top: 6rem;
}

@media (max-width: 991px) {
  .blog-detail {
    margin-top: 6.6rem;
  }
}

@media (max-width: 767px) {
  .blog-detail {
    padding: 4rem 1.2rem 5rem;
  }
}

@media (max-width: 576px) {
  .blog-detail {
    padding: 4rem 1.2rem 5rem;
  }
}

.blog-detail .blog-detail-content>img {
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
  border: 1px solid #e0e0e0;
}

.blog-detail .blog-detail-content .blog-content {
  padding-top: 2rem !important;
}

.blog-detail .blog-detail-content .blog-content span {
  display: block;
  color: #FE6B01;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
}

.blog-detail .blog-detail-content .blog-content .blog-content-title {
  color: #013765;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.9rem;
  margin: 1rem 0 2rem;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-content-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.blog-detail .blog-detail-content .blog-content .content:not(:last-child) {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .content:not(:last-child) {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-subtitle {
  color: #000;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-section .blog-subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-sub-section-title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-section .blog-sub-section-title {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-section .content {
    font-size: 1.4rem;
  }
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper {
  margin: 2rem 0 2rem;
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .list-subtitle {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .list-subtitle {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail {
  list-style-type: none;
  padding-left: 0;
  margin: 2rem 0 2rem;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail {
    margin-bottom: 1.6rem;
  }
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail li {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail li>img {
  width: 1.7rem;
  margin-right: 1rem;
  margin-top: 0.4rem;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail li>img {
    width: 14px;
    margin-right: 1rem;
  }
}

.blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail li p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .blog-detail .blog-detail-content .blog-content .blog-section .blog-list-wrapper .blog-list-detail li p {
    font-size: 1.4rem;
  }
}

.blog-detail .sticky-point {
  position: sticky;
  top: 10rem;
}

@media (max-width: 991px) {
  .blog-detail .sticky-point {
    margin-top: 3rem;
  }
}

.blog-detail .sticky-point .sticky-blog-list {
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.blog-detail .sticky-point .sticky-blog-list h6 {
  padding: 1.6rem;
  color: #013765;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  background: #F7F9FA;
  border-radius: 1rem 1rem 0 0;
}

.blog-detail .sticky-point .sticky-blog-list .blog-list-block {
  padding: 2rem;
  height: auto;
  overflow-y: auto;
}

.blog-detail .sticky-point .sticky-blog-list .blog-list-block .blog-flex:not(:last-child) {
  margin-bottom: 2rem;
}

.blog-detail .sticky-point .sticky-blog-list .blog-list-block .blog-flex a {
  align-items: center;
}

.blog-detail .sticky-point .sticky-blog-list .blog-list-block .blog-flex a .blog-img {
  /*  width: 6rem;
  height: 6rem; */
  width: 10rem;
  height: 6rem;
  border-radius: 0.5rem;
}

.blog-detail .sticky-point .sticky-blog-list .blog-list-block .blog-flex a .blog-img img {
  border-radius: 0.5rem;
  width: 100%;
}

.blog-detail .sticky-point .sticky-blog-list .blog-list-block .blog-flex a .blog-post-content p {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 0;
  line-height: 2rem;
  transition: all 300ms ease;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-detail .sticky-point .sticky-blog-list .blog-list-block .blog-flex a:hover .blog-post-content p {
  color: #FE6B01;
  transition: all 300ms ease;
}

.blog-detail .sticky-point .share-blog {
  padding: 2rem;
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F9FA;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.blog-detail .sticky-point .share-blog h5 {
  color: #013765;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
}

.blog-detail .sticky-point .share-blog .blog-social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.blog-detail .sticky-point .share-blog .blog-social-list li {
  display: inline-flex;
  align-items: center;
}

.blog-detail .sticky-point .share-blog .blog-social-list li:not(:last-child) {
  margin-right: 1.5rem;
}

.blog-social-list li a {
  display: inline-block;
  font-size: 3rem;
  color: #000;
  transition: all 300ms ease-in;
  line-height: 0;
}

.blog-social-list li a:hover {
  transition: all 300ms ease-in;
  color: #FE6B01;
}

.blog_description a {
  color: #FE6B01 !important;
  text-decoration: none;
  font-size: 1.6rem;
}

.blog_description a:hover {
  color: #013765 !important;
}

.blog-list-block::-webkit-scrollbar {
  width: 4px;
}

.blog-list-block::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #e0e0e0;
}

.blog-list-block::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}