#incident img {
  height: 25rem;
  width: 100%;
  margin-bottom: 0.8rem;
  object-fit: cover;
}
.fb_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
.fb_banner img {
  width: 100%;
  height: auto;
}
.fb_banner_wrapper {
  position: relative;
}
.fb_banner_sport {
  position: absolute;
  top: 0;
  color: #fff;
  text-shadow: 0px 0px 5px #3d69ff;
  font-family: DM Sans;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02563rem;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
}
/* .sports_div {
  position: absolute;
  top: 100%;
  left: 20%;
  z-index: 1;
  border-radius: 0.625rem;
  background: #fff;
  display: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 1rem;
}
.sports_div ul li a {
  text-decoration: none;
  color: #222;
}
.sports_div ul li a:hover {
  transition: all 0.5s ease-in-out;
  color: #fe5c4d;
}
.fb_sports:hover + .sports_div,
.sports_div:hover {
  display: block;
}
.sports_div ul li {
  text-transform: capitalize;
  color: #222 !important;
  margin-left: -2rem;
  margin-bottom: 1rem;
  width: 8rem;
  font-family: DM Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
}
.sports_div ul {
  display: flex;
  justify-content: start;
  align-items: start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 23rem;
  width: 23rem;
  overflow: auto;
  margin-bottom: -1rem;
  list-style: none;
} */
.blog_banner {
  margin-bottom: 3rem;
  position: relative;
}
.blog_heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6rem;
}
.blog_heading h2 {
  font-family: DM Sans;
  font-size: 3.125rem;
  font-weight: 700;
}
.blog_heading h2 span {
  color: #fe5c4d;
}
.blog_search {
  margin-left: 6rem;
  margin-right: 6rem;
  width: auto;
  margin-bottom: 3rem;
}
.blog_left {
  margin-top: 47px;
  width: 65%;
}
.left_middle {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}
.display_col {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.blog_top_head {
  color: #222;
  font-family: DM Sans;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02563rem;
  text-transform: capitalize;
}
.main_blogs {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  max-width: calc(100% - 12rem);
  margin: 0 6rem;
  margin-top: 2rem;
}
.display_col {
  width: 70%;
  float: left;
  box-sizing: border-box;
}
.blog_right {
  width: 30%;
  float: right;
}
.blog_left {
  width: 30%;
  float: left;
  max-height: 3650px;
  overflow: scroll;
  padding-right: 0.5rem;
}
.blog_middle {
  width: 70%;
  float: right;
}
.blog_category {
  border-radius: 0.625rem;
  border: 1px solid var(--Border, #dcdcdc);
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.category_scroll {
  height: 13rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-y: scroll;
  direction: rtl;
  overflow-x: hidden;
}
.blog_category_heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.category_list ul {
  list-style: none;
  margin-left: -2rem;
}
.blog_category_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  text-align: end;
  gap: 0.3rem;
}
.blog_category_name a {
  text-decoration: none;
  color: #222;
}
.bog_category_count {
  color: #17479e;
}
.bog_category_count a {
  text-decoration: none;
  color: #17479e;
}
.blog_category_details p {
  margin-bottom: 0;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #17479e;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
.category_list ul li:last-child .blog_category_details {
  border-bottom: 1px solid transparent;
  margin-bottom: -2rem;
}
.blog_read p {
  margin-bottom: 0.7rem !important;
}
.blog_read a {
  text-decoration: none;
  color: #222;
}
.blog_read {
  margin-bottom: 1.5rem;
}
.blog_read_2 {
  margin-right: 1.5rem;
}
.blog_topic {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02563rem;
}
.blog_topic_2 {
  font-size: 1.125rem;
}
.blog_topic_new {
  font-size: 1.25rem;
}
.blog_date,
.blog_para,
.blog_para_2 {
  color: #505050;
  font-size: 0.875rem;
  text-align: justify;
}
.blog_para,
.blog_date {
  color: #aaaaaa;
}
.blog_para_2,
.blog_date_2 {
  font-size: 0.875rem;
  color: #505050;
}
.recent_blog_middle {
  margin-bottom: 1.25rem;
  width: 100%;
}
.related_height {
  padding-right: 0.5rem;
}
.recent_blog_middle_2 {
  margin-bottom: 1.25rem;
}
.recent_blog_middle_3 {
  margin-bottom: 0;
}
.recent_blog_middle_4 {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  width: 100%;
}
.blog_recent_img {
  width: 100%;
}
.blog_recent_img img {
  width: 100%;
  height: 300px;
  border-radius: 0.625rem;
  object-fit: cover;
}
.blog_recent_img {
  margin-bottom: 0.94rem;
}
.blog_complex_img img {
  width: 391px;
  height: 238px;
  border-radius: 0.625rem;
  object-fit: cover;
}
.blog_complex_img {
  margin-bottom: 1.25rem;
}
.blog_side_img {
  width: 100%;
}
.blog_side_img img {
  width: 330px;
  height: 179px;
  border-radius: 0.625rem;
  margin-bottom: 0.94rem;
  object-fit: cover;
}
.blog_side_complex_img img {
  width: 232.85px;
  height: 131px;
  border-radius: 0.625rem;
  margin-bottom: 0.94rem;
  object-fit: cover;
}
.complex_design {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--Border, #dcdcdc);
  background: #fff;
  padding: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
.blog_complex {
  width: 100%;
}
.sport_work {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.blog_again {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  gap: 1.5rem;
}
.blog_down {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  flex-wrap: wrap;
}
.new_blog {
  height: 17rem;
  width: 15rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.new_topic {
  height: 6rem;
}
.last_complex {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0.7rem;
}
.blog_small_img img {
  width: 8.1875rem;
  height: 6.375rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
.blog_topic_3 {
  font-size: 0.875rem;
}
.fb_recent_card {
  border-radius: 0.3125rem;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 22rem;
  height: auto;
  flex-shrink: 0;
  margin: 5px;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
.fb_recent_flex {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fb_recent_feature {
  margin-top: 0.5rem;
  position: relative;
}
.fb_recent_feature p {
  color: #222;
  font-family: DM Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02563rem;
  text-transform: uppercase;
  position: absolute;
  top: 58%;
  left: 12%;
  transform: translate(-50%, -50%);
}
.fb_place {
  color: #17479e;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-left: 1rem;
  margin-bottom: 2rem;
}
.fb_star_recent {
  margin-bottom: 0;
}
.fb_recent_content {
  display: flex;
  justify-content: start;
  align-items: start;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.3rem;
}
.fb_shield img {
  width: 1.8555rem;
  height: 2.10938rem;
  flex-shrink: 0;
}
.fb_shield {
  border: 1px solid #dcdcdc;
  padding: 0.8rem;
  border-radius: 50%;
  margin-left: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.7rem;
}
.blog_top {
  background-color: #f0f2f5;
  padding: 3rem 6rem;
  margin-bottom: 3rem;
}
.details_top {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02563rem;
  text-transform: capitalize;
}
.written_by p {
  margin-bottom: 0;
}
.blog_head_new {
  margin-bottom: 3rem;
}
.img_section {
  display: flex;
  justify-content: start;
  align-items: start;
}
.written_new {
  color: var(--Secondary, #505050);
  font-size: 1rem;
}
.writer_name {
  font-size: 1.125rem;
  font-weight: 600;
}
.writer_date {
  font-size: 1rem;
  font-weight: 600;
}
.writer_name span {
  font-size: 0.8125rem;
  color: #505050;
}
.founder_img img {
  width: 3.125rem;
  height: 3.125rem;
}
.written_1 {
  margin-left: 0.94rem;
}
.written_2 {
  margin-left: 1.8rem;
}
.blog_details_flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.bd_social img {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1.25rem;
}
.bd_share {
  margin-bottom: 0.9rem;
}
.bd_share h5 {
  font-size: 1rem;
  font-weight: 600;
}
.bd_img {
  width: 100%;
}
.bd_img img {
  width: 100%;
  height: auto;
}
.bd_display {
  width: 70%;
}
.bd_right {
  width: 30%;
}
.bd_para {
  margin-top: 3.12rem;
  margin-bottom: 3.12rem;
}
.bd_para p {
  font-size: 1.125rem;
}
.privacy_table {
  border-radius: 0.625rem;
  border: 1px solid #dcdcdc;
  background: #f0f2f5;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.privacy_content {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}
.bd_content {
  margin-bottom: 1.25rem;
}
.privacy_content_2 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.privacy_list ol {
  padding-left: 1.25rem;
  font-size: 1rem;
}
.privacy_list ol li a {
  color: var(--Primary, #222);
  font-family: DM Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02563rem;
}
.privacy_list ol li {
  margin-bottom: 1rem;
}
.privacy_list ol li:last-child {
  margin-bottom: -1rem;
}
.new_incident {
  margin-top: 3rem;
}
.bd_incident {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.3rem !important;
}
.bd_desc {
  font-size: 1rem;
  color: #505050;
  margin-bottom: 1.5rem !important;
}
#how {
  margin-bottom: 3rem;
}
.bd_tag {
  font-size: 1.375rem;
  font-weight: 600;
}
.tag_round {
  padding: 0.5rem 1rem;
  border-radius: 1.875rem;
  background: #f2f2f2;
}
.tag_round a p {
  margin-bottom: 0;
}
.tag_anchor a,
.tag_round a {
  text-decoration: none;
  color: #222;
}
.bd_tag_list {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.fb_tour_list {
  margin-top: 0.5rem;
}
.fb_tour_list ul {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin-left: -2.31rem;
}
.fb_tour_list ul li {
  padding-left: 0.31rem;
  padding-right: 0.31rem;
  border-right: 1px solid #aaa;
  color: #17479e;
  font-family: DM Sans;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: -0.02563rem;
}
.fb_tour_list ul li a {
  text-decoration: none;
  color: #17479e;
}
.fb_tour_list ul li:last-child {
  border-right: 1px solid transparent;
}
.bd_tag_top_2 {
  margin-top: 3rem;
}
.bd_tag_top {
  margin-top: 3rem;
}
.bd_comment {
  border-radius: 0.625rem;
  background: #fafbfb;
  padding: 1.88rem;
  width: 100%;
}
.leave_comment h2 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.comment_btn button {
  width: 100%;
  background-color: #fe5c4d;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 0.3125rem;
  padding: 0.7rem;
}
.comment_btn {
  width: 100%;
  margin-top: 1rem;
}
.bd_input {
  border-radius: 0.3125rem;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  outline: none;
}
.bd_total_comment p {
  font-size: 1rem;
  font-weight: 600;
}
.bd_total_comment {
  margin-top: 1.88rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.comment_section {
  width: 100%;
}
.mob_academy_reply_wrapper {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.review_wrapper .mob_academy_reply_wrapper:last-child {
  border-bottom: 1px solid transparent;
}
.mob_academy_review_name {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 1rem;
}
.mob_academy_review_person {
  display: flex;
  justify-content: start;
  align-items: center;
}
.mob_academy_person_name {
  margin-left: 0.3rem;
  color: #222;
  font-family: DM Sans;
  font-size: 0.875rem;
  font-weight: 600;
}
.mob_academy_min {
  color: #505050;
  font-family: DM Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02563rem;
}
.mob_academy_review_para {
  color: #505050;
  font-family: DM Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  text-align: justify;
}
.mob_academy_hide_reply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.mob_academy_img_hide {
  display: flex;
  justify-content: start;
  align-items: center;
}
.mob_academy_reply,
.mob_academy_reply_2 {
  color: #222;
  font-family: DM Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  margin-left: 0.5rem;
}
.mob_academy_reply_2 {
  margin-left: 2rem;
}
.mob_academy_reply_box {
  border-left: 1px solid #dcdcdc;
  padding-left: 1rem;
}
.review_wrapper {
  width: 100%;
  max-height: 500px;
  overflow: scroll;
  padding-bottom: 0rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.625rem;
  margin-bottom: 3rem;
}
.mob_academy_review {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.review_wrapper .mob_academy_reply_wrapper:last-child {
  margin-bottom: -3rem;
}
@media only screen and (max-width: 1280px) {
  .main_blogs {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
    margin: 0 6rem;
    margin-top: 2rem;
  }
  .display_col {
    width: 100%;
    float: center;
    box-sizing: border-box;
  }
  .blog_right {
    width: 100%;
    float: center;
  }
  .blog_down {
    width: 100%;
  }
  .new_blog {
    height: 20rem;
    width: 20rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
  }
  .blog_side_complex_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 980px) {
  .blog_again {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .recent_blog_middle_4 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .last_complex {
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .new_last_complex {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
  }
  .recent_blog_middle_4 {
    height: 20rem;
    width: 20rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
  }
  .blog_small_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog_complex_img img {
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    object-fit: cover;
  }
}
@media only screen and (max-width: 920px) {
  .left_middle {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .blog_left {
    width: 100%;
    float: center;
    max-height: 3650px;
    overflow: scroll;
    padding-right: 0.5rem;
  }
  .blog_middle {
    width: 100%;
    float: center;
  }
  .main_blogs {
    margin: 0 1rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 880px) {
  .blog_down {
    justify-content: center;
  }
  .details_top {
    font-size: 1.5rem;
  }
  .blog_top {
    background-color: #f0f2f5;
    padding: 3rem 1rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 770px) {
  .blog_details_flex {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 1.5rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 721px) {
  .new_last_complex {
    justify-content: center;
  }
}
@media only screen and (max-width: 550px) {
  .blog_recent_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  #incident img {
    height: 15rem;
  }
}
.blog_topic:hover,
.blog_topic a:hover {
  transition: all 0.5s ease-in-out;
  color: rgb(11, 11, 185);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4.5px;
}
.blog_category_name a:hover {
  transition: all 0.5s ease-in-out;
  color: rgb(11, 11, 185);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4.5px;
}
.blog_complex_img img:hover,
.blog_recent_img img:hover,
.blog_side_complex_img img:hover,
.blog_side_img img:hover,
.blog_small_img img:hover {
  transition: 0.5s ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0);
}
.blog_side_complex_img img:hover {
  border-radius: 0;
}
