.banner {
  position: relative;
}
.banner .icon1 {
  position: absolute;
  top: 25%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 38px;
}
.banner .banner_text {
  padding-right: 17rem;
}
.banner .banner_text .top_heading {
  margin-bottom: 2.4rem;
  font-weight: 800;
  color: #2f2f2f;
  font-size: 2.25rem;
  font-family: "Noto Sans", sans-serif;
}
.banner .banner_text .top_heading span.highlighted {
  color: #6F2AF5;
  position: relative;
}
.banner .banner_text .top_heading span.highlighted::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #6F2AF5;
}
.banner .banner_form {
  display: flex;
  position: relative;
  max-width: 35rem;
  margin-top: 2.5rem;
}
.banner .banner_form .form-control {
  height: 4rem;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  padding: 0.5rem 11rem 0.5rem 2rem;
  line-height: 1;
}
.banner .banner_form .btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banner_form .btn svg {
  width: var(--font_small);
  height: var(--font_small);
}
.banner .banner_bottom {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.banner .banner_bottom .banner_b_left {
  display: flex;
  max-width: 68%;
  padding-right: 1rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img {
  margin-right: 1rem;
  display: flex;
}
.banner .banner_bottom .banner_b_left .banner_b_img img {
  margin-left: -1.2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img img:first-child {
  margin-left: 0;
}
.banner .banner_bottom .banner_b_left p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  max-width: calc(100% - 10rem + 1rem);
}
.banner .banner_bottom .banner_b_left p span {
  color: #6F2AF5;
}
.banner .banner_bottom .banner_b_right {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  color: #2f2f2f;
  font-weight: 600;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.banner .banner_bottom .banner_b_right:hover {
  color: #002280;
}
.banner .banner_bottom .banner_b_right .banner_b_play {
  border: 2px solid;
  border-color: #FE492E #fff #FE492E #FE492E;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play svg {
  color: #2f2f2f;
  fill: #2f2f2f;
  transform: rotate(180deg);
  width: 1.2rem;
  height: 1.2rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right p,
.banner .banner_bottom .banner_b_right a {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right .icon2 {
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: -1;
  height: 5rem;
}
.banner .banner_images .banner_right_images img:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .banner.section_pad_top {
    padding-top: 3rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .banner.section_pad_top {
    padding-top: 2rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 2rem;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 72%;
  }
}
@media (max-width: 1199px) {
  .banner .banner_text {
    padding-right: 120px;
  }
}
@media (max-width: 991px) {
  .banner .banner_text {
    padding-right: 30px;
  }
  .banner .banner_bottom {
    display: flex;
    flex-flow: column;
    justify-content: start;
  }
  .banner .banner_bottom .banner_b_left {
    max-width: 100%;
  }
  .banner .banner_bottom .banner_b_right {
    display: inline-flex;
    justify-content: start;
    margin-top: 16px;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 10%;
    left: 100%;
    z-index: -1;
  }
  .banner .banner_bottom .banner_b_right span {
    font-size: 1.2rem;
  }
  .banner .banner_bottom .banner_b_right p,
  .banner .banner_bottom .banner_b_right a {
    font-size: 1.4rem;
  }
  .banner .banner_form .form-control {
    height: 4rem;
    padding: 10px 150px 10px 20px;
  }
  .banner .banner_form .form-control::-moz-placeholder {
    font-size: 1.2rem;
  }
  .banner .banner_form .form-control::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .banner .icon1 {
    top: 7%;
    left: 92%;
  }
  .banner .banner_images {
    display: none;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    width: 80px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .banner .banner_text {
    padding-right: 0;
  }
  .banner .banner_form {
    width: 100%;
  }
  .banner .banner_form .form-control {
    padding: 10px 65px 10px 20px;
  }
  .banner .banner_form .btn span {
    display: none;
  }
}
.brand-ban {
  padding: 18px 0;
  background: #0a5f59;
}

.brand_list_slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}
.brand_list_slider .brand_item {
  padding: 0 20px;
}
.brand_list_slider .brand_item img {
  height: 20px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 576px) {
  .brand_list_slider {
    margin: 0;
  }
}
.blog-detail .detail h1 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.blog-detail .detail h2 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog-detail .detail h3 {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.blog-detail .detail .detail_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.blog-detail .detail .detail_list .detail_item {
  border-right: 1px solid #cdcdcd;
  padding: 0 1rem;
  font-size: 0.9rem;
}
.blog-detail .detail .detail_list .detail_item .detail_user {
  color: #505050;
}
.blog-detail .detail .detail_list .detail_item .detail_user img {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.4rem;
}
.blog-detail .detail .detail_list .detail_item .detail_option {
  color: #505050;
  line-height: 1;
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-detail .detail .detail_list .detail_item .detail_option svg {
  width: 1rem;
  height: 1rem;
  color: #505050;
  margin-right: 0.2rem;
}
.blog-detail .detail .detail_list .detail_item .detail_option span {
  font-size: 1rem;
}
.blog-detail .detail .detail_list .detail_item:first-child {
  padding-left: 0;
}
.blog-detail .detail .detail_list .detail_item:last-child {
  padding-right: 0;
  border-right: 0;
}
.blog-detail .detail .detail_image {
  padding-bottom: 1.4rem;
}
.blog-detail .detail .detail_image img {
  border-radius: 8px;
}
.blog-detail .detail .detail_para {
  padding-bottom: 1.4rem;
}
.blog-detail .detail .detail_para h2 {
  margin-bottom: 0;
}
.blog-detail .detail .detail_para p {
  margin-bottom: 1rem;
}
.blog-detail .detail .detail_para a {
  color: #FE492E;
}
.blog-detail .detail .detail_para img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.blog-detail .detail .detail_para ul {
  list-style: disc !important;
  padding-left: 15px !important;
}
.blog-detail .detail .detail_para ul li {
  margin-bottom: 20px;
}
.blog-detail .detail .detail_para ul li::marker {
  height: 6px;
  width: 6px;
  color: #FE492E !important;
}
.blog-detail .detail .card.summery {
  padding: 25px 10px;
  background: #F2F7FF;
  border-radius: 8px;
}
.blog-detail .detail .card.summery ul.summary-list {
  padding-left: 20px;
  font-weight: 500;
}
.blog-detail .detail .card.summery ul.summary-list li {
  display: block;
  margin-bottom: 10px;
}
.blog-detail .detail .card.summery ul.summary-list span {
  display: block;
  margin-bottom: 15px;
  font-style: italic;
  font-size: 18px;
}
.blog-detail .detail .detail_quote {
  background: #F2F7FF;
  padding: 1.8rem;
  border-radius: 8px;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_quote p {
  font-weight: 600;
  font-size: #2f2f2f;
  font-style: italic;
  margin-bottom: 0;
}
.blog-detail .detail .detail_p_list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_p_list li {
  margin-bottom: 0.8rem;
}
.blog-detail .detail .detail_p_list li:last-child {
  margin-bottom: 0;
}
.blog-detail .detail .detail_img_block {
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_img_block p {
  margin-bottom: 2rem;
}
.blog-detail .detail .detail_background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3rem;
  height: 164px;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_shear {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social {
  display: flex;
  flex-wrap: wrap;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item .social_link {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 8px;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item .social_link svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(1) .social_link {
  background: #C32AA3;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(2) .social_link {
  background: #1DA1F2;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(3) .social_link {
  background: #1877F2;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(4) .social_link {
  background: #FF0000;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(5) {
  margin-bottom: 0;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(5) .social_link {
  background: #BD081C;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(6) {
  margin-bottom: 0;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(6) .social_link {
  background: #0A66C2;
}
.blog-detail .detail .detail_user {
  background: #F2F7FF;
  padding: 0.9rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.blog-detail .detail .detail_user .detail_u_image {
  width: 180px;
  padding-right: 0.8rem;
}
.blog-detail .detail .detail_user .detail_u_image img {
  border-radius: 8px;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail .detail .detail_user .detail_u_text {
  width: calc(100% - 180px);
}
.blog-detail .detail .detail_user .detail_u_text h4 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.blog-detail .detail .detail_user .detail_u_text p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social h4 {
  margin-bottom: 0;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_icon {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 8px;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_icon svg {
  width: 1rem;
  height: 1rem;
  color: #fff;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(1) .social_icon {
  background: #C32AA3;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(1) span:hover {
  color: #C32AA3;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(2) .social_icon {
  background: #1DA1F2;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(2) span:hover {
  color: #1DA1F2;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(3) .social_icon {
  background: #1877F2;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(3) span:hover {
  color: #1877F2;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(4) .social_icon {
  background: #FF0000;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(4) span:hover {
  color: #FF0000;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(5) {
  margin-bottom: 0;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(5) .social_icon {
  background: #BD081C;
}
.blog-detail .detail .detail_user .detail_u_text .heading_social .social_list .social_item:nth-child(5) span:hover {
  color: #BD081C;
}
.blog-detail .detail .detail_more .detail_m_list {
  display: flex;
}
.blog-detail .detail .detail_more .detail_m_list li {
  width: 50%;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous {
  display: block;
  background: #F2F7FF;
  padding: 1.6rem;
  border-radius: 8px;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous .previous_top {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous .previous_top svg {
  color: #2f2f2f;
  margin-right: 0.4rem;
  width: 1rem;
  height: 1rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous .previous_top span {
  color: #2f2f2f;
  font-size: 1rem;
  line-height: 1;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous h4 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous h4:hover {
  color: #002280;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next {
  display: block;
  background: #002280;
  padding: 1.6rem;
  border-radius: 8px;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next .next_top {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0.8rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next .next_top svg {
  color: #fff;
  margin-left: 0.4rem;
  width: 1rem;
  height: 1rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next .next_top span {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: right;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next h4:hover {
  color: #FE492E;
}
.blog-detail .detail_right.detailtop {
  position: sticky;
  top: 10px;
}
.blog-detail .detail_right h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #2f2f2f;
}
.blog-detail .detail_right p {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.blog-detail .detail_right .bdetail_r_social {
  padding: 1.5rem;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_social .social_list {
  display: flex;
  flex-wrap: wrap;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item {
  width: 50%;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link .social_icon {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link .social_icon svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link span {
  font-size: 1rem;
  font-weight: 600;
  color: #505050;
  font-family: "Noto Sans", sans-serif;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(1) .social_link .social_icon {
  background: #C32AA3;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(1) .social_link span:hover {
  color: #C32AA3;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(2) .social_link .social_icon {
  background: #1DA1F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(2) .social_link span:hover {
  color: #1DA1F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(3) .social_link .social_icon {
  background: #1877F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(3) .social_link span:hover {
  color: #1877F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(4) .social_link .social_icon {
  background: #FF0000;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(4) .social_link span:hover {
  color: #FF0000;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(5) .social_link .social_icon {
  background: #BD081C;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(5) .social_link span:hover {
  color: #BD081C;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(6) .social_link .social_icon {
  background: #0A66C2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(6) .social_link span:hover {
  color: #0A66C2;
}
.blog-detail .detail_right .bdetail_r_tab {
  padding: 1.2rem;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills {
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item {
  width: 32%;
  margin-right: 6px;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item .nav-link {
  background: #F2F7FF;
  color: #002280;
  border-radius: 8px;
  width: 100%;
  font-weight: 600;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item .nav-link:hover, .blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item .nav-link.active {
  background: #FE492E;
  color: #fff;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item {
  margin-bottom: 0.8rem;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link {
  display: flex;
  align-items: center;
  padding: 0;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_image {
  padding-right: 12px;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_image img {
  width: 100px;
  border: 4px solid #F2F7FF;
  aspect-ratio: 12/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_text {
  width: calc(100% - 100px);
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_text h5 {
  font-size: 1rem;
  color: #2f2f2f;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_text .time span {
  color: #505050;
  font-size: 0.9rem;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item:last-child {
  margin-bottom: 0;
}
.blog-detail .detail_right .bdetail_r_tab.first .nav.nav-pills .nav-item .nav-link {
  line-height: 1;
}
.blog-detail .detail_right .bdetail_r_tab.first .nav.nav-pills .nav-item .nav-link.active {
  background: #fff;
  color: #FE492E;
  border: 1px solid #FE492E;
}
.blog-detail .detail_right .bdetail_r_tab.first .nav.nav-pills .nav-item .nav-link:hover {
  background: #FE492E;
  color: #fff;
}
.blog-detail .detail_right .bdetail_r_tab.style2 .nav.nav-pills .nav-item .nav-link {
  line-height: 1;
}
.blog-detail .detail_right .bdetail_r_tab.style2 .nav.nav-pills .nav-item .nav-link.active {
  background: #fff;
  color: #FE492E;
  border: 1px solid #FE492E;
}
.blog-detail .detail_right .bdetail_r_tab.style2 .nav.nav-pills .nav-item .nav-link:hover {
  background: #FE492E;
  color: #fff;
}
.blog-detail .detail_right .bdetail_r_tab .search-box .form-control {
  font-size: 0.9rem;
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  padding: 0.4rem 2.5rem 0.4rem 1rem;
}
.blog-detail .detail_right .bdetail_r_tab .search-box .form-control::-moz-placeholder {
  font-size: 0.9rem;
}
.blog-detail .detail_right .bdetail_r_tab .search-box .form-control::placeholder {
  font-size: 0.9rem;
}
.blog-detail .detail_right .bdetail_r_Subscribe {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 1.8rem;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
}
.blog-detail .detail_right .bdetail_r_Subscribe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 33, 109, 0.2);
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_Subscribe h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.3rem;
}
.blog-detail .detail_right .bdetail_r_Subscribe .btn-white {
  position: relative;
  z-index: 1;
}
.blog-detail .detail_right .bdetail_r_learn {
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
}
.blog-detail .detail_right .bdetail_r_learn img {
  aspect-ratio: 2/1;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_learn .learn_text {
  padding: 1.6rem;
}
.blog-detail .detail_right .bdetail_r_learn .learn_text h4 {
  color: #2f2f2f;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.editor_section h1 {
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  color: #2f2f2f !important;
}
.editor_section h1 span {
  font-weight: unset !important;
}
.editor_section h2 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  color: #2f2f2f !important;
}
.editor_section h2 span {
  font-weight: unset !important;
}
.editor_section h3 {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  color: #2f2f2f !important;
}
.editor_section h3 span {
  font-weight: unset !important;
}
.editor_section h4 {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.8rem !important;
  color: #2f2f2f !important;
}
.editor_section h4 span {
  font-weight: unset !important;
}
.editor_section p {
  margin-bottom: 1.5rem !important;
}

.blog-related .blog_related_heading h3 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.blog-related .blog_related_heading h3 span {
  color: #FE492E;
}
.blog-related .related_b_box {
  padding: 1.2rem;
  background: #F2F7FF;
  border-radius: 8px;
  height: 100%;
}
.blog-related .related_b_box .related_b_img {
  margin-bottom: 1rem;
}
.blog-related .related_b_box .related_b_img img {
  aspect-ratio: 12/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-related .related_b_box .related_b_text .primary_label {
  margin-bottom: 0.8rem;
  border: 0;
}
.blog-related .related_b_box .related_b_text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 0.4rem;
}
.blog-related .related_b_box .related_b_text .time svg {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.2rem;
}
.blog-related .related_b_box .related_b_text .time span {
  font-size: 0.9rem;
}

@media (max-width: 1199px) {
  .blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item {
    margin-right: 4px;
  }
}
@media (max-width: 991px) {
  .blog-detail .detail .detail_p_list li {
    font-size: 1.2rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_user img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_user span {
    font-size: 1.2rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_option svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_option span {
    font-size: 1.2rem;
  }
  .blog-detail .detail .detail_list .detail_item:first-child {
    margin-bottom: 0.9rem;
  }
  .blog-detail .detail .detail_user {
    padding: 1.6rem;
  }
  .blog-detail .detail .detail_user .detail_u_text h4 {
    font-size: 1.4rem;
  }
  .blog-detail .detail .detail_user .detail_u_text p {
    font-size: 1rem;
  }
  .blog-detail .detail_right h4 {
    font-size: 1.2rem;
  }
  .blog-detail .detail_right .bdetail_r_social .social_list .social_item {
    width: 100%;
  }
  .blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link span {
    font-size: 1.1rem;
  }
  .blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item {
    width: 30%;
  }
  .blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_text h5 {
    font-size: 1.2rem;
  }
  .blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_text .time span {
    font-size: 1.2rem;
  }
  .blog-detail .detail_right .bdetail_r_learn img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-detail .detail_right .bdetail_r_social .social_list .social_item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .blog-detail .detail .detail_more .detail_m_list li {
    width: 100%;
  }
  .blog-detail .detail .detail_img_block img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .blog-detail .detail .detail_list .detail_item {
    border-right: 0;
    padding: 0;
    margin-bottom: 0.4rem;
    margin-right: 1rem;
  }
  .blog-detail .detail .detail_list .detail_item:first-child {
    margin-bottom: 0;
  }
  .blog-detail .detail .detail_list .detail_item .detail_user {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .blog-detail .detail .detail_shear {
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 0.8rem 0;
    flex-flow: column;
  }
  .blog-detail .detail .detail_shear .detail_s_left {
    margin-bottom: 1rem;
  }
  .blog-detail .detail .detail_user .detail_u_image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .blog-detail .detail .detail_user .detail_u_text {
    width: 100%;
  }
}
.signup-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  border: 0;
  background-color: transparent;
  text-transform: capitalize;
  background: #FE492E;
}
.signup-button:hover {
  color: #fff !important;
  background: #de3d25;
}

/* 20.09.2024 */
.bdetail_r_tab.first.mobileactive {
  display: none !important;
}

#mobileactivesearch {
  display: none !important;
}

@media (max-width: 767px) {
  #desktopactive {
    display: none !important;
  }
  #mobileactivesearch {
    display: block !important;
    padding: 1.2rem !important;
    box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2) !important;
    margin-bottom: 1.2rem !important;
    border-radius: 8px !important;
  }
  .bdetail_r_tab.first.mobileactive .nav.nav-pills .nav-item .nav-link:hover,
  .bdetail_r_tab.first.mobileactive .nav.nav-pills .nav-item .nav-link.active {
    background: #FE492E !important;
    color: #fff !important;
    margin-bottom: 1rem !important;
  }
  .detail_right {
    margin-top: 1.5rem !important;
  }
}
.blog-detail .detail_right .bdetail_r_tab.first .nav.nav-pills .nav-item {
  width: auto !important;
}

.editor_section ul {
  list-style: disc !important;
  padding-left: 15px !important;
}

.editor_section ul li::marker {
  height: 6px;
  width: 6px;
  color: #FE492E !important;
}

.editor_section ul li {
  margin-bottom: 0.6rem !important;
}

.editor_section h2,
.editor_section p {
  margin-bottom: 0.6rem !important;
}

.read_more {
  margin-bottom: 0.6rem !important;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #FE492E !important;
  border: 0 !important;
}

.page-item.active .page-link:hover {
  color: #fff !important;
}

#asdsed {
  border: 1px solid #FE492E !important;
  border-radius: 10px !important;
}

#asdsed span {
  font-weight: 600 !important;
}

.contact_in {
  padding: 20px 30px !important;
}

.contact_in p {
  margin-bottom: 0.6rem !important;
}

.dbtn svg {
  margin-left: 6px !important;
  fill: rgb(255, 255, 255) !important;
}

.software_main a {
  color: #002280 !important;
  font-weight: 600 !important;
}

@media (max-width: 576px) {
  .banner .banner_bottom .banner_b_left p {
    font-size: 1.4rem;
  }
  .banner .banner_bottom .banner_b_right span {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .banner_text p {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .home_banner_heading p {
    font-size: 1.4rem;
  }
  .banner.home-bnanner .home_banner_heading .home_banner_form .form-control,
  .banner.home-bnanner .home_banner_heading .home_banner_form .form-select,
  .banner.home-bnanner .home_banner_heading .home_banner_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    font-size: 1.4rem;
  }
  .blog-detail .detail .detail_para p {
    font-size: 1.4rem;
  }
  .bdetail_r_tab.first.mobileactive .nav.nav-pills .nav-item .nav-link:hover,
  .bdetail_r_tab.first.mobileactive .nav.nav-pills .nav-item .nav-link.active {
    font-size: 1.4rem;
  }
  .blog-detail .detail .detail_para ul {
    padding-left: 10px !important;
  }
  .blog-detail .detail .detail_para ul li {
    font-size: 1.4rem;
  }
  .blog-detail .detail .card.summery ul.summary-list li {
    font-size: 1.2rem;
  }
  .blog-detail .detail .detail_user .detail_u_text p {
    font-size: 1.2rem;
  }
  .blog-detail .detail_right .bdetail_r_tab.style2 .nav.nav-pills .nav-item .nav-link {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=blog-detail.css.map */