* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100vw;
  /* overflow-x: hidden; */
}

body {
  font-family: "Inter";
  overflow-x: hidden !important;
}

header {
  position: relative;
  z-index: 5;
}

.box {
  position: fixed;
  height: 110vh;
  width: 100vw;
  z-index: 2;
  background-color: #000000;
  opacity: 0.5;
  margin-top: -10vh;
  display: none;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center !important;

  align-items: center;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);

  padding: 14px 15px 14px 8px;
  height: 80px;
}
.age-group {
  width: 139px;
}

/* page load animation */
/* .hero_stats-wrapper {
  animation: fadeInAnimation ease 9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.hero_stats-wrapper {
  animation: transform ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
  z-index: -1;
}

.hero-title-wrapper_sm,
.hero-title-wrapper,
.stats-wrapper {
  animation: 2s ease-out 5s slideInTop;

}

.rectangle-container {

  animation: 2s ease-out 5s slideInRight;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;

  }

  100% {
    opacity: 1;
    ;

  }
}

@keyframes transform {
  0% {
    -webkit-transform: scale(2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes slideInTop {
  0% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  0% {

    transition-delay: 9ms;

    transform: translateX(50%);
  }

  100% {
    transition-delay: 9ms;
    transform: translateX(0);
  }
}   */

*/

/* animation end */
.logo img {
  width: 192.98px;
  height: 64px;

  top: calc(50% - 64px / 2);
}

.nav-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto;
  /* border: 1px solid blueviolet; */
}

.nav-bar .nav-item-wrapper {
  display: flex;
  height: 52px;
  justify-content: flex-start;
  align-items: center;
  /* border: 1px solid green; */
  padding-left: 0px;
}

.nav-item-wrapper > li > a {
  height: 20px;
  /*   */

  /* Body/14px/Semi-bold */

  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  text-align: center;
  font-feature-settings: "cv05" on;

  /* Grey/900 */

  color: #121212;
}

.nav-item-wrapper > li > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  /* gap: 8px; */
  border: 1px solid transparent;
  /* width: 120px; */
  height: 52px;
}

.nav-item-wrapper > li > a:hover {
  border: 1px solid #00b9e3;
  border-radius: 40px;
}

.nav-item-wrapper .dropdown > li > a:hover {
  border: 1px solid #00b9e3;
  border-radius: 40px;
}

.nav-item-wrapper > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */

  background-color: #e5f8fc;
  /* set background color for active navbar link */
  border-radius: 40px;
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper .dropdown > li > a {
  height: 20px;
  /*   */

  /* Body/14px/Semi-bold */

  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  text-align: center;
  font-feature-settings: "cv05" on;

  /* Grey/900 */

  color: #121212;
}

.nav-item-wrapper .dropdown > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */

  background-color: #e5f8fc;
  /* set background color for active navbar link */
  border-radius: 40px;
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper .dropdown > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper .dropdown > li > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  /* gap: 8px; */
  border: 1px solid transparent;
  /* width: 120px; */
  height: 52px;
}

.nav-item-wrapper .dropdown > li > a:hover {
  max-width: 100%;
  /* height: 20px;  */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #00b9e3;
  border-radius: 40px;
}

.nav-item-wrapper .dropdown .dropdown-toggle::after {
  position: relative;
  top: 9px;
  background-image: url(../assets/down_arrow.svg);
  width: 11px;
  height: 6px;
  border: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-bar.active2.animation_left_right {
  animation: lefttoright 0.5s ease-in-out;
}

@keyframes lefttoright {
  0% {
    right: -188px;
  }

  100% {
    right: 0;
  }
}

header .btn {
  font-size: 25px;
  cursor: pointer;
  display: none;
  /* color: red; */
}

@media screen and (max-width: 1024px) {
  /* header .btn {
    display: block;
    color: red;
  } */

  #menu-btn {
    display: block;

    width: 40px;
    height: 40px;
    padding: 8px;
    align-items: center;
    display: flex;
    /* border: 1px solid orchid; */
  }

  .nav-bar .nav-item-wrapper {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 208px;
    gap: 8px;
    padding-right: 18px;
  }

  #header {
    padding: 4px 8px;
    /* padding: 14px 40px 14px 8px; */
    height: 48px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    /* border: 1px solid orchid; */
  }

  .logo img {
    max-width: 120px;
    height: 40px;
  }

  .nav-bar.active2 {
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    flex-direction: column !important;
    background: #ffffff;
    border-radius: 24px 0px 0px 24px;
    top: 0;
    right: 0;
    color: #121212;
  }

  .nav-bar.active2 {
    right: 0;
    /* transition: 0.9s; */
  }

  .close-btn {
    position: absolute;
    top: 0;
    right: 12px;
    margin: 16px;
    /*   */
  }

  .nav-item-wrapper {
    /* position: relative; */

    /*   */
    height: 100% !important;
    width: 100%;
    margin-top: 45px;
  }

  .nav-item-wrapper > li > a {
    max-width: 100%;
    /* height: 20px;  */
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* text-align: center; */
  }

  .nav-item-wrapper > li.setpad {
    padding: 14px 0px;
    /* text-align: center; */
  }

  .nav-item-wrapper > li > a {
    display: flex;

    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 14px;
    text-align: right;
    /* gap: 8px; */
    height: 52px;
  }

  .nav-item-wrapper .dropdown > li > a {
    max-width: 100%;
    /* height: 20px;  */
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* text-align: center; */
  }

  .nav-item-wrapper .dropdown > li.setpad {
    padding: 14px 0px;
    /* text-align: center; */
  }

  .nav-item-wrapper .dropdown > li > a {
    display: flex;

    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 14px;
    text-align: right;
    /* gap: 8px; */
    height: 52px;
  }

  .nav-item-wrapper .dropdown > li {
    flex-direction: column;
  }
}

/* blogs section css */

.section_wrapper {
  box-shadow: 0px 20px 32px rgb(0 0 0 / 4%);
  padding-bottom: 1px;
  background-color: #ffffff;
  border-radius: 0px 0px 80px 80px;
}

.blogs_section {
  padding: 56px 80px 120px 80px;
}

.blogs_section .blogs_heading {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 58px;
}

.blogs_section .blogs_description {
  font-size: 51px;
  line-height: 76px;
  margin-bottom: 64px;
  color: #00b9e3;
  font-weight: 700;
}

.blogs_section .blogs_filter_categories {
  gap: 24px;
  position: sticky;
  top: 120px;
  width:max-content;
}

.blogs_section
  .blogs_filter_categories
  .blogs_filter
  .blogs_filter_categories_header {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
}

.blogs_section
  .blogs_filter_categories
  .blogs_filter
  .blogs_filter_categories_header
  .filter_number {
  display: none;
}

.blogs_section .blogs_filter_categories ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0px;
}

.blogs_section .blogs_filter_categories ul li {
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-radius: 8px;
  font-weight: 550;
  color: #333333;
  max-height: 40px;
  overflow: auto;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}

.blogs_section .blogs_filter_categories ul li span,
.blogs_section .blogs_filter_categories ul li br {
  pointer-events: none;
}

.blogs_section .blogs_filter_categories ul li span:nth-child(3) {
  padding-top: 10px;
  display: inline-block;
}

.blogs_section .blogs_filter_categories ul li span {
  position: relative;
  top: 0;
  animation: downslide 0.25s;
  transition: all 0.25s;
}

.blogs_section .blogs_filter_categories ul li:hover span {
  position: relative;
  top: -47px;
  animation: slide 0.25s;
}

@keyframes slide {
  0% {
    top: 0;
  }

  75% {
    top: -47px;
  }
}

.blogs_section .blogs_filter_categories ul li::-webkit-scrollbar {
  display: none;
}

.blogs_section .blogs_filter_categories ul li.filter_active {
  background-color: #00b9e3;
  color: #ffffff;
  cursor: pointer;
}

.blogs_section .blogs_informaion_one {
  margin-bottom: 80px;
}

.blogs_section .blogs_informaion .blogs_image {
  position: relative;
}

/* 
.blogs_section .full_Screen_image{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  transition: all 2s ease-in-out;
  z-index: 1055 !important;
  transform: scale(1.6); 
  border-radius: 0px; 
} */

.blogs_section .full_Screen_image {
  width: 100vw;
  height: 100vh;
  border-radius: 40px;
  animation-name: myAnimation;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 99999;
  border-radius: 0px;
}

/* old animation */

/* 
@keyframes myAnimation {
  0% {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
    transform: scale(1);
  }
  100% {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    z-index: 99999999;
    transform: scale(1);
  }
} */

@keyframes myAnimation {
  0% {
    width: 100%;
    height: 100%;
    transition: 1s ease-in;
  }

  1% {
    position: fixed;
    top: calc(50% - 50vh / 2);
    left: calc(50% - 50vw / 2);
    width: 50vw;
    height: 50vh;
  }

  100% {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    z-index: 99999999;
    transform: scale(1);
  }
}

.blogs_section .blogs_informaion img {
  width: 100%;
  border-radius: 40px;
}

.blogs_section .blogs_informaion .blogs_type_timing {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 40px;
  bottom: 16px;
  gap: 8px;
  padding: 0px;
  margin-bottom: 0px;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 99;
}

.blogs_section .blogs_informaion .blogs_type_timing li {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 6px 12px;
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .btn_download {
    margin-top: 32px;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.btn_download {
  padding: 12px 24px;
  border-radius: 12px;
  margin-top: auto;
  color: #ffffff;
  background-color: #121212;
  font-weight: 600;
  margin-top: auto;
  position: relative;
  bottom: 0px;
}

.btn_download {
  font-size: 14px;
  line-height: 20px;
}

.blogs_section .blogs_informaion .blogs_image .blogs_read_button {
  padding: 8px 16px;
  background-color: #00b9e3;
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 158px;
  top: 167px;
}
.btn_download_one {
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2em;
  color: #121212;
  font-weight: 700;
}

.blogs_section .blogs_informaion .blogs_image {
  margin-bottom: 24px;
  margin-left: 30px;
  /* cursor: none !important; */
}

.blogs_section .blogs_informaion .blogs_image img {
  /* cursor: none !important; */
  cursor: pointer;
}

.btn_read {
  display: none;
  position: absolute;
  pointer-events: none !important;
  z-index: 999;
  z-index: 99;
  padding: 8px 16px;
  background-color: #00b9e3 !important;
  border: none !important;
  color: #ffffff !important;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2em;
  border-radius: 8px;
  animation: resizeimage 400ms ease;
}

@keyframes resizeimage {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.btn_read_small {
  pointer-events: none !important;
  position: absolute;
  z-index: 999;
  z-index: 99;
  padding: 8px 16px;
  background-color: #00b9e3 !important;
  border: none !important;
  color: #ffffff !important;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2em;
  border-radius: 8px;
  animation: resizeimageone 400ms ease;
}

@keyframes resizeimageone {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.blogs_section .blogs_informaion .blogs_details {
  padding: 0px 16px;
}

.blogs_section .blogs_informaion .blogs_details .blogs_date {
  color: #afafaf;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.blogs_section .blogs_informaion .blogs_details .blogs_headings {
  color: #121212;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.blogs_section .blogs_informaion .blogs_details .blogs_description_info {
  font-size: 16px;
  font-weight: 400;
  color: #545454;
  max-height: 96px;
  overflow: auto;
  text-overflow: clip;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  max-width: 98%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs_section
  .blogs_container_Section
  .blogs_informaion
  .blogs_details
  .blogs_description_info {
  display: -webkit-box;
  max-width: 98%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs_section
  .blogs_informaion
  .blogs_details
  .blogs_description_info::-webkit-scrollbar {
  display: none;
}

.blogs_section .blogs_container {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 24px;
}

.blogs_section .blogs_container_Section {
  background-color: #ffffff !important;
}

.blogs_section
  .blogs_container
  .blogs_informaion
  .blogs_image
  .blogs_radial_background {
  background: radial-gradient(
    99.82% 198.03% at 100% 100%,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 84.42%
  );
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  pointer-events: none;
}

.blogs_section .blogs_container .blogs_informaion {
  width: calc(50% - 12px);
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px 24px 0px 0px;
  /* opacity: 0; */
}

.blogs_section .blogs_container .service_therapy_description_question_animate {
  position: relative;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
  z-index: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
    top: 40px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.blogs_section .blogs_informaion {
  cursor: pointer;
}

.blogs_section .blogs_container .blogs_informaion img {
  border-radius: 24px;
  /* z-index: -1; */
}

.blogs_section .blogs_container .blogs_informaion .blogs_type_timing {
  right: 24px;
  bottom: 16px;
  gap: 4px;
}

.blogs_section .blogs_informaion .btn_new_blog {
  display: none;
}

.blogs_section .blogs_informaion .overlay_img {
  display: none;
  pointer-events: none;
}

.blogs_section .blogs_container .blogs_informaion .blogs_details {
  padding: 0px 8px;
}

.blogs_section .blogs_container .blogs_informaion .blogs_details .blogs_date {
  color: #afafaf;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.blogs_section
  .blogs_container
  .blogs_informaion
  .blogs_details
  .blogs_headings {
  font-size: 20px;
  line-height: 24px;
  min-height: 48px;
}

.blogs_section
  .blogs_container
  .blogs_informaion
  .blogs_details
  .blogs_description_info {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.blogs_section .blogs_load_more_btn {
  margin-top: 40px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 16px;
  color: #545454;
  font-weight: 600;
}

/* contact layout */

.contact-layout-wrapper {
  max-width: 100%;
  min-height: 588px;
  justify-content: space-between;
  padding: 56px 64px;
  justify-content: space-between;
  align-items: flex-start;
  isolation: isolate;
  min-height: 496px;
  margin: 0 80px 80px;
  background: #ffe1d7;
  border-radius: 40px;
  overflow: hidden;
}

form {
  margin: auto;
}

.form-control {
  border-radius: 12px;
}

label > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "cv05" on;
  color: #eb5757;
}

.form_wrapper {
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  max-width: 451px;
  min-height: 384px;
}

form input {
  height: 56px !important;
}

form label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "cv05" on;
  color: #121212;
}

.contact_logo img {
  display: none;
}

@media (max-width: 800px) {
  .contact-layout-wrapper {
    margin: 0 16px;
    padding: 32px 32px 120px;
    margin-bottom: 16px;
    border-radius: 40px;
  }

  .contact_title-wrapper {
    margin: 0 auto 40px;
  }

  .contact_btn {
    height: 52px !important;
  }

  .form_wrapper {
    width: 100%;
    margin: auto;
  }

  form input {
    width: 100%;
  }

  .contact_title_logo img {
    display: none;
  }

  .contact_logo img {
    position: absolute;
    width: 135px;
    height: 124px;
    right: 15%;
    display: block;
    margin-bottom: -35rem !important;
  }

  .contact_title h2 {
    max-width: 172px;
    min-height: 40px;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .contact_title input {
    width: 100%;
  }
}

.contact_title-wrapper {
  gap: 50px;
  width: fit-content;
}

.contact_title {
  gap: 1rem;
  max-width: 19.75rem;
  min-height: 8.25rem;
}

.contact_title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #121212;
  margin-bottom: 16px;
}

.contact_title p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "cv05" on;
  color: #333333;
  margin-bottom: 0;
}

.contact_title_logo img {
  width: 18.9375rem;
  height: 16.125rem;
  margin-bottom: -20.6rem !important;
}

form_ input {
  padding: 16px;
  gap: 8px;

  max-width: 451px;
  min-height: 56px;
}

.contact_btn {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  width: 100%;
  height: 56px;
  background: #00b9e3;
  border-radius: 12px;
  border: #00b9e3;
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "cv05" on;
  color: #ffffff;
}

@media screen and (max-width: 1300px) {
  .blogs_section .blogs_filter_categories ul li {
    padding: 8px 12px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .blogs_section {
    padding: 40px 39px 80px;
  }

  .blogs_section .blogs_heading {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 60px;
  }

  .blogs_section .blogs_filter_categories {
    gap: 20px;
  }

  .blogs_section
    .blogs_container
    .blogs_informaion
    .blogs_details
    .blogs_headings {
    font-size: 18px;
    line-height: 22px;
    min-height: 44px;
  }

  .blogs_section .blogs_filter_categories ul li {
    padding: 4px;
    font-size: 13px;
    line-height: 25px;
    max-width: max-content;
    width: 240px;
  }

  .blogs_section .blogs_informaion .blogs_image .blogs_read_button {
    left: 100px;
    top: 107px;
  }

  .blogs_section .blogs_informaion_one {
    margin-bottom: 60px;
  }

  .blogs_section .blogs_container {
    gap: 50px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .blogs_section {
    padding: 30px 45px 60px;
  }

  .blogs_section .blogs_heading {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 48px;
  }

  .blogs_section .blogs_description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .blogs_section .blogs_filter_categories {
    gap: 16px;
  }

  .blogs_section .blogs_filter_categories ul li {
    padding: 8px 6px;
  }

  .blogs_section .blogs_filter_categories ul li:hover span {
    position: relative;
    top: -39px;
    animation: slide 0.5s ease-in-out;
  }

  @keyframes slide {
    0% {
      top: 0;
    }

    75% {
      top: -39px;
    }
  }

  .blogs_section .blogs_filter_categories ul {
    gap: 12px;
  }

  .blogs_section .blogs_informaion .blogs_type_timing {
    right: 30px;
    bottom: 10px;
  }

  .blogs_section .blogs_container .blogs_informaion .blogs_type_timing {
    right: 16px;
    bottom: 10px;
  }

  .blogs_section .blogs_informaion .blogs_type_timing li {
    padding: 6px 8px;
    font-size: 12px;
  }

  .blogs_section
    .blogs_filter_categories
    .blogs_filter
    .blogs_filter_categories_header {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .blogs_section .blogs_filter_categories ul {
    flex-direction: row;
  }

  .blogs_section .blogs_filter_categories {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .section_wrapper {
    border-radius: 0px 0px 40px 40px;
  }

  .blogs_section {
    padding: 20px 25px 30px;
  }

  .blogs_section .blogs_filter_categories ul {
    width: calc(100% + 16px);
    overflow-x: auto;
    overflow-y: hidden;
  }

  .blogs_section .blogs_filter_categories ul::-webkit-scrollbar {
    display: none;
  }

  .blogs_section .blogs_filter_categories ul li {
    white-space: nowrap;
    padding: 10px 10px;
    min-width: min-content;
  }
}

@media screen and (max-width: 525px) {
  .blogs_section {
    padding: 24px 16px 24px;
  }

  .blogs_section .blogs_informaion .btn_new_blog {
    display: block;
    top: 0px;
    z-index: 1;
    padding: 8px 16px;
    background-color: #00b9e3;
    border-radius: 24px 0px 24px 0px;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 600;
    pointer-events: none;
  }

  .blogs_section .blogs_informaion .overlay_img {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0px;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    background: radial-gradient(
      100% 265.04% at 100% 100%,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 67.01%
    );
  }

  .blogs_section
    .blogs_filter_categories
    .blogs_filter
    .blogs_filter_categories_header
    .filter_number {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #00b9e3;
    font-weight: 600;
    letter-spacing: 0em;
  }

  .blogs_section .blogs_heading {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }

  .blogs_section .row .col-lg-4 {
    padding-right: 0px !important;
  }

  .blogs_section .blogs_description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .blogs_section .blogs_filter_categories {
    padding-left: 8px;
  }

  .blogs_section
    .blogs_filter_categories
    .blogs_filter
    .blogs_filter_categories_header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .blogs_section .blogs_filter_categories {
    gap: 32px;
    margin-bottom: 48px;
  }

  .blogs_section .blogs_informaion .blogs_image .blogs_read_button {
    display: none;
  }

  .blogs_section .blogs_informaion img {
    border-radius: 24px;
  }

  .blogs_section .blogs_informaion .blogs_type_timing {
    right: 16px;
    bottom: 17px;
    gap: 4px;
  }

  .blogs_section .blogs_informaion .blogs_type_timing li {
    font-size: 10px;
    line-height: 12px;
    border-radius: 4px;
  }

  .blogs_section .blogs_informaion .blogs_image {
    margin-bottom: 24px;
  }

  .blogs_section .blogs_informaion .blogs_details .blogs_date {
    font-size: 12px;
    line-height: 16px;
  }

  .blogs_section .blogs_informaion .blogs_details {
    padding: 0px 8px;
  }

  .blogs_section .blogs_informaion .blogs_details .blogs_headings {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .blogs_section .blogs_informaion .blogs_details .blogs_description_info {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    max-width: 100%;
    -webkit-line-clamp: 3;
  }

  .blogs_section .blogs_informaion_one {
    margin-bottom: 48px;
  }

  .blogs_section .blogs_container {
    gap: 48px 20px;
    justify-content: center;
  }

  .blogs_section .blogs_container .blogs_informaion {
    width: calc(100% - 16px);
  }

  .blogs_section .blogs_container .blogs_informaion img {
    border-radius: 24px;
  }

  .blogs_section .blogs_container .blogs_informaion .blogs_type_timing {
    right: 16px;
    bottom: 16px;
  }

  .blogs_section .blogs_load_more_btn_container {
    display: flex;
    justify-content: center;
  }

  .blogs_section .blogs_load_more_btn {
    margin: 48px auto auto;
    width: 168px;
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #545454;
    font-weight: 600;
    margin-bottom: 24px;
  }
}
