* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(
      35deg,
      rgba(173, 255, 80, 1) 0%,
      rgba(255, 255, 255, 1) 20%,
      rgba(218, 236, 219, 1) 80%,
      rgba(69, 160, 73, 0.9837184873949579) 100%
    );
  }

  /* ==============My Header========================= */

  /* nav{
  background-color:#fff;
  box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
  } */

  nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  nav li {
    height: 50px;
  }
  nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 22px;
    line-height: 20px;
  }
  /* nav a:hover{background:#f0f0f0;
  } */
  nav li:first-child {
    margin-right: auto;
  }
  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* Initially hidden using opacity and transform */
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .sidebar li {
    width: 100%;
  }
  .sidebar a {
    width: 100%;
  }
  .bx {
    font-size: 25px !important;
  }
  .menu-button {
    display: none;
  }
  @media (max-width: 768px) {
    .hide-mob {
      display: none;
    }
    .menu-button {
      display: block;
    }
    /* .sidebar{display: block;} */
  }

  /* ======================================= */

  li {
    list-style: none;
  }

  a {
    color: #121212;
    text-decoration: none;
  }

  /* Header section Start */

  /* header {
    background-color: #F5FFE4;

  } */
  /* .nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background: transparent;
    border-bottom: 1px solid #959595;
    position: relative;
  } */

  .brand {
    width: 45%;
  }

  /* .nav-flex .brand {
    font-size: 30px;
  }

  .nav-menu {
    width: 35%;
  } */

  .main-menu {
    display: flex;
    justify-content: space-between;
    padding: 8px 1rem;
  }

  .main-menu li a {
    padding: 8px 1rem;
    color: rgb(69, 69, 69);
    text-align: center;
  }

  .active {
    font-weight: 600;
    color: black !important;
  }

  .nav-ul {
    margin-top: 25px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-logo {
    width: 100%;
    height: 100%;
  }

  /* .nav-register {
    padding: 10px 25px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-register:hover {
    background-color: #000;
    color: white;
  }

  .nav-login {
    background-color: #000;
    color: white;
    border: 2px solid #000;
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
  }

  .nav-login:hover {
    background-color: white;
    color: #000;
  }

  nav .app-dl a {
    padding: 12.5px 45px;
    text-decoration: none;
    color: #336D07;
    font-size: 18px;
    border: 2px solid;
    border-image: linear-gradient(to right, #ADFF50, #45a049);
    border-image-slice: 1;
  } */

  /* Header section End */
  /* Home page Start */

  /* .home-banner{
    margin-top: -80px;
    padding-top: 60px;
    background: linear-gradient(35deg, rgba(173,255,80,1) 0%, rgba(255,255,255,1) 20%, rgba(218,236,219,1) 80%, rgba(69,160,73,0.9837184873949579) 100%);
  } */

  .home-banner {
    margin-bottom: 5rem;
  }

  .banner-heading {
    margin-top: 60px;
    margin-left: -7px;
    font-size: 80px;
    font-weight: 900;
    color: black;
  }

  .banner-flex {
    display: flex;
    justify-content: space-between;
    /* gap: 100px; */
  }

  .banner-flex-under {
    width: 50%;
  }

  .banner-flex-under img {
    /* width: 60%; */
    margin-left: 70px;
  }

  .banner-para {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  .banner-btn {
    padding: 10px 34px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
  }
  .bx-menu-alt-right:before{
   font-size: 35px;
  }

  .banner-btn:hover {
    background-color: #000;
    color: white;
  }

  .bx-minus {
    font-size: 26px;
    vertical-align: middle;
    margin-left: 5px;
  }

  .bx-right-arrow-alt {
    font-size: 26px;
    vertical-align: middle;
    margin-left: -12px;
  }

  .banner-mid-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }

  .banner-mid-box {
    width: 30%;
  }

  .banner-mid-box h2 {
    font-size: 50px;
    font-weight: 700;
  }

  .banner-mid-box p {
    font-size: 26px;
    color: rgb(69, 69, 69);
    margin-top: 10px;
  }

  .faq-heading {
    width: 50%;
  }

  section.home-sec2 {
    padding: 0;
  }

  .home-sec2-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .home-sec2-content {
    padding: 20px;
  }

  #home-sec2-content-left {
    width: 70%;
  }

  #home-sec2-content-right {
    width: 30%;
  }

  .home-sec2-content h2 {
    font-size: 60px;
  }

  .home-sec2-content p {
    font-size: 20px;
    color: grey;
    margin: 40px 0;
  }

  .home-sec2-last {
    display: flex;
    gap: 40px;
    margin: 3rem 0rem;
  }

  .home-sec2-last .play-store-btn {
    display: block;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #000;
  }

  .home-sec2-last .app-store-btn {
    display: block;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
  }

  .home-sec2-last img {
    width: 100%;
    height: 50px;
  }

  .home-sec2-content .mobile-preview {
    height: 500px;
    /* float: right; */
  }

  .home-sec3 h2 {
    font-size: 60px;
    margin-bottom: 40px;
    text-align: center;
  }

  .home-sec3 .accordion-item {
    margin-bottom: 25px;
    box-shadow: 3px 3px 10px 4px #e8e8e8;
    border-radius: 10px;
  }

  .home-sec3 .accordion-header {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
  }

  .home-sec3 .accordion-header:hover {
    background-color: #f1f1f1;
  }

  .home-sec3 .accordion-header i {
    transition: transform 0.2s ease-out;
  }

  .home-sec3 .accordion-header.active i {
    transform: rotate(180deg);
  }

  .home-sec3 .accordion-content {
    font-size: 18px;
    line-height: 26px;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;
  }

  .home-sec3 .accordion-content p {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
  }

  .home-sec4 {
    padding: 0 0 80px;
  }

  .home-sec4 h2 {
    font-size: 60px;
    margin-bottom: 40px;
    text-align: center;
  }

  .home-sec4 .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 5rem 0rem;
  }

  .home-sec4 .card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 180px;
    flex: 1;
    max-width: 200px;
  }

  .home-sec4 .card span {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
  }

  .home-sec4 .card p {
    font-size: 18px;
    font-weight: bold;
  }

  /* Home page End */

  /* footer section Start */

  .footer {
background-color: #cdfdd0;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
    padding: 2rem 0rem;
  }
  .footer-logo {
    width: 75%;
    height: 100%;
  }
  .footer-section {
    width: 30%;
    padding: 50px 30px;
  }
  
  
  
.blog-content{
    padding: 0px !important;
}

.blog-content h2{
    font-family: "Josefin Sans", sans-serif !important;
    font-size:35px !important;
    line-height:50px !important;
    font-weight: 600 !important;
    color:#000 !important;
    padding: 30px 0 15px !important;
}


.blog-content h3{
    font-family: "Josefin Sans", sans-serif !important;
    font-size:28px!important !important;
    line-height:50px !important;
    font-weight: 600 !important;
    color:#000 !important;
    padding: 30px 0 15px !important;
}

.blog-content ul , .blog-content ol{
    display: block !important;
    padding: 0 !important;
	margin:0 0 0 20px;
}

.blog-content ol {
    display: block !important;
    padding: 0 !important;
}

.blog-content ul li{
    padding-top:15px !important;
	padding-left: 0px !important;
    font-size: 18px !important;
    list-style : disc !important;
}

.blog-content ol li {
    padding-top:15px !important;
    padding-left: 0px !important;
    font-size: 18px !important;
    list-style : disc !important;
}

.my-blog-details-pic{
	width:100%;
	aspect-ratio:1/1; 
	object-fit:fill;
	height:750px !important;
}

/* 
.service_content-pic{
width:100% !important;
object-fit:cover !important;
aspect-ratio:1/1 !important;
}
   */
  @media screen and (max-width: 768px) {
    .footer-section .brand {
      width: 100%;
    }
	  
.my-blog-details-pic{
	width:100%;
	aspect-ratio:1/1; 
	object-fit:fill;
	height:auto;
}
	  
	  
	  
  }

  .footer-section .brand {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .footer-section .app-dl {
    margin-top: 30px;
  }

  .footer-section .app-dl a {
    padding: 10px 25px;
    text-decoration: none;
    /* color: #336D07; */
    color: #000;
    /* font-family: Poppins, sans-serif; */
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: white;
    /* border: 2px solid;
    border-image: linear-gradient(to right, #ADFF50, #45a049);
    border-image-slice: 1; */
  }

  .footer-section .app-dl a:hover {
    background-color: #000;
    color: white;
  }

  .footer-section .register-our-gym {
    margin-top: 50px;
  }

  .footer-section .register-our-gym a {
    padding: 10px 25px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #000;
    border-radius: 25px;
    background-color: #000;
    display: block;
    width: 220px;
    text-align: center;
  }

  .footer-section .register-our-gym a:hover {
    background-color: white;
    color: #000;
  }

  .footer-section ul {
    list-style: none;
    margin-top: 20px;
  }

  .footer-section ul li {
    padding: 10px 10px;
  }

  .footer-section ul li a {
    font-size: 18px;
    color: #121212;
    text-decoration: none;
    font-weight: 500;
    /* font-family: Poppins, sans-serif; */
    line-height: 20px;
  }

  .footer-section h3 {
    font-size: 20px;
    font-weight: 600;
    /* font-family: Poppins, sans-serif; */
    line-height: 26px;
    color: #121212;
    margin-top: 18px;
  }

  .footer-section p {
    font-size: 16px;
    font-weight: 300;
    /* font-family: Poppins, sans-serif; */
    line-height: 20px;
    color: #121212;
    margin: 10px 0px;
  }

  .bottom-bar {
    background-color: #fbf9f1;
    height: auto;
    display: flex;
    justify-content: space-evenly;
  }

  .bottom-bar-next {
    width: 30%;
    padding: 15px 30px;
    text-align: center;
    align-items: center;
  }

  .bottom-bar-next span {
    font-size: 16px;
    font-weight: 300;
    /* font-family: Poppins, sans-serif; */
    line-height: 16px;
    color: #121212;
    vertical-align: text-top;
  }

  .bottom-bar-next a {
    font-size: 26px;
    color: #121212;
    line-height: 32px;
    margin: 5px 3px 5px 3px;
  }

  .bottom-bar-next p {
    font-size: 16px;
    font-weight: 300;
    /* font-family: Poppins, sans-serif; */
    line-height: 20px;
    color: #121212;
    padding: 5px;
  }

  /* footer section END */

  /* BLOG PAGE STRAT */

  section {
    padding: 80px 0px;
  }

  .blog_page {
    color: #000;
  }

  .containers {
    width: 80%;
    margin: 0 auto;
  }

  .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }

  .row2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .column-md {
    width: 40%;
  }

  .banner_heading {
    background-color: #ffffff9b;
    padding: 20px 40px;
    border-radius: 10px;
    margin-top: 150px;
  }

  .banner_heading h1 {
    /* font-family: Branch; */
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 60px;
  }

  .breadcrumb span {
    /* font-family: sans-serif; */
    font-size: 18px;
    color: #000;
    padding: 0 3px;
  }

  .text-center {
    text-align: center;
  }

  .text-center h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .blog_heading {
    font-size: 30px;
    margin: 20px 10px;
  }

  .text-center p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
    padding: 0px 200px;
  }

  .search_form {
    width: 45%;
    position: relative;
    margin: 50px auto;
  }

  .search_form input[type="search"] {
    padding: 15px;
    font-size: 18px;
    border: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 85%;
    outline: none;
  }

  .search_form button {
    width: 15%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 18px;
    background: #1e1e1e;
    color: #fff;
    transition: 0.3s;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 0;
  }
  .column-xsm {
    width: 25%;
    padding: 10px;
    margin-bottom: 20px;
  }

  .column-xlg {
    width: 50%;
  }

  .column-lg {
    width: 50%;
  }

  .column-sm {
    width: 33%;
  }

.img-fluid{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
  .img-fluid-details {
    display: block;
    width: 60%;
    margin-bottom: 10px;
  }

  .service_content {
    padding: 10px;
  }

  .service_content h4 {
    font-size: 24px;
	line-height:30px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
  }

  .service_content h5 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
  }

  .service_content p {
    font-size: 17px;
    color: #8a8a8a;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .read-more-blog {
    font-size: 17px;
    line-height: 24px;
    color: blue;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .service_by p span {
    color: #000;
  }
  .service_by {
    display: flex;
    gap: 10px;
  }

  .blog_opt {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .blog_btn {
    padding: 9px 15px;
    border: 1px solid;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
  }

  .blog_btn:hover {
    background-color: #000;
    color: #fff;
  }

  .center {
    text-align: center;
    margin-top: 60px;
  }

  .pagination {
    display: inline-block;
  }

  .pagination a {
    /* font-family: sans-serif; */
    color: #000000;
    float: left;
    padding: 6px 14px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 2px solid;
    border-image: linear-gradient(to right, #adff50, #45a049);
    border-image-slice: 1;
    margin: 0 4px;
    font-size: 18px;
  }

  .pagination a.active {
    background-color: #2e7fe9;
    color: #ffffff;
    border: 1px solid #2e7fe9;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
  }

  /* BLOG PAGE END */

  /* ===========BLOG DETAILS PAGE========================= */

  .blog-details {
    margin: 80px 0;
  }

  .blog-details-area {
    display: flex;
    justify-content: space-between;
  }

  .blog-details-area .blog-details-comment {
    width: 100%;
  }

  .blog-details-area .blog-details-filter {
    width: 25%;
  }

  .blog-details-category {
    border: 1px solid var(--grey-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 20px;
    margin: 20px 0 0 0;
  }

  .blog-details-category h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color:#000;
    position: relative;
    padding: 0 0 12px 0;
  }

  .blog-details-category h3:before {
    position: absolute;
    content: '';
    background: url(../images/jobvacancypage/blue-text-underline.png) no-repeat 0% 0%;
    width: 59px;
    height: 5px;
    top: 34px;
    right: 0;
    left: 0;
  }

  .blog-details-category input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid var(--grey-border);
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    margin: 20px 0 0 0;
  }

  .blog-details-category label {
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    line-height: 10px;
    font-weight: 300;
    color: var(--recent-course-para);
    margin: 0 0 0 5px;
  }

  .blog-details-comment .blog-details-pic {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0 0 0;
  }

  .blog-details-comment h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size:40px;
    line-height:50px;
    font-weight: 600;
    color:#000;
    padding: 30px 0 15px;
  }

  .blog-details-comment ul {
    display: flex;
    padding: 15px 0 20px 0;
  }

  .blog-details-comment ul li {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--recent-course-para);
    padding: 0 0 0 25px;
    margin: 0 40px 0 0;
  }


  .blog-details-comment ul .admin {
    background: url(https://blog.fitorbit.fit/wp-content/themes/fitorbit/image/blogdetails-icon-admin.svg) no-repeat 0% 0%;
  }

  .blog-details-comment ul .date {
    background: url(https://blog.fitorbit.fit/wp-content/themes/fitorbit/image/blogdetails-icon-calender.svg) no-repeat 0% 0%;
  }

  .blog-details-comment .blog-list ul{
    padding: 0px;
    display: inline;
    list-style-type: disc;
  }


  .blog-details-comment .blog-list ul li{
    font-family: "Josefin Sans", sans-serif;
    padding: 0px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: var(--paragraph);
    margin: 10px 0 0 0;
  }


  .blog-details-comment .blog-list ol li{
    font-family: "Josefin Sans", sans-serif;
    padding: 0px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: var(--paragraph);
    margin: 10px 0 0 0;
  }


  .blog-details-comment .blog-list{
    padding: 0 0 0 50px;
  }


  .blog-details-comment .blog-list-2{
  padding: 0 0 0 50px;
  }
  .blog-details-comment .blog-list-2 ol{
    padding: 10px 0 0 0;
    display: inline;
  }
  .blog-details-comment .blog-list-2 ol li{
    font-family: "Josefin Sans", sans-serif;
    padding: 0px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: var(--paragraph);
    margin: 10px 0 0 0;
  }


  .blog-details-comment .blog-list-3 ol{
  padding: 10px 0 0 20px;
  }
  .blog-details-comment .blog-list-3 ol li{
    padding: 10px 0 0 0;
    }


  .blog-details-comment .blog-list-3 ul{
    padding: 0px;
    display: inline;
    list-style-type: disc;
  }
  .blog-details-comment .blog-list-3 ul li{
    font-family: "Josefin Sans", sans-serif;
    padding: 0px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: var(--paragraph);
    margin: 10px 0 0 0;
  }

  .blog-details-comment .blog-list-4{
    padding: 0 0 0 50px;
  }

  .blog-details-comment .blog-list-4 ul{
    padding: 0px;
    display: inline;
    list-style-type: disc;
  }
  .blog-details-comment .blog-list-4 ul li{
    font-family: "Josefin Sans", sans-serif;
    padding: 0px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: var(--paragraph);
    margin: 10px 0 0 0;
  }


  .blog-details-comment p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color:#1b1b1b;
    margin: 10px 0 0 0;
  }

  .blog-details-comment h6{
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height:25px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 0px 0;
  }

  @media only screen and (max-width:480px) {
    .blog-details-comment .blog-list-4{
      padding: 0 0 0 30px;
    }

    .blog-details-comment .blog-list-3 ol{
      padding: 10px 0 0 10px;
      }

      .blog-details-comment .blog-list{
        padding: 0 0 0 30px;
      }
      .blog-details-comment .blog-list-2{
      padding: 0 0 0 30px;
      }
  }




  .blog-details-comment .social-icon {
    border-top: 1px solid var(--grey-border2);
    border-bottom: 1px solid var(--grey-border2);
    padding: 10px 0;
    margin: 25px 0;
    display: flex;
  }

  .blog-details-comment .social-icon h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--benefit-heading);
  }

  .blog-details-comment .social-icon a {
    margin: 0 4px;
  }

  .blog-details-comment h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--benefit-heading);
  }

  .blog-details-comment .user {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--grey-border2);
    padding: 35px 0;
  }

  .blog-details-comment .user .user-box {
    padding: 0 0 0 20px;
  }

  .blog-details-comment .user .user-box h5 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--benefit-heading);
  }

  .blog-details-comment .user .user-box h6 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--benefit-heading);
  }

  .blog-details-comment .user p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: var(--paragraph);
    width: 80%;
    padding: 15px 0 30px;
  }

  .blog-details-comment .user .reply-btn {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: var(--reply-btn-text);
    background: var(--reply-btn-bg);
    padding: 7px 18px;
    margin: 20px 0 0 0;
    border-radius: 2px;
    text-decoration: none;
  }

  .blog-details-comment .post-comment h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: var(--benefit-heading);
    padding: 30px 0 20px;

  }

  .post-comment form textarea {
    height: 100px;
    border: 1px solid var(--post-comment-form-border);
    background: var(--post-comment-form-bg);
    border-radius: 2px;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: var(--post-comment-form-text);
    text-indent: 10px;
    padding: 10px 0 0 0;
    outline: 0;

  }

  .post-comment form .input-area {
    display: flex;
    justify-content: space-between;
  }

  .post-comment form .input-area input[type="text"],
  .post-comment form .input-area input[type="email"] {
    width: 32%;
    height: 50px;
    border: 1px solid var(--post-comment-form-border);
    background: var(--post-comment-form-bg);
    border-radius: 2px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: var(--post-comment-form-text);
    text-indent: 10px;
    margin: 10px 0 0 0;
    outline: 0;
  }

  .post-comment form .post-comment-btn {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-decoration: none;
    padding: 13px 15px;
    background: var(--banner-text-light-blue);
    border-radius: 2px;
    border: none;
    color: var(--white);
    transition: all .6s ease;
    margin: 40px 0 0 0;
  }

  .post-comment form .post-comment-btn:hover {
    transform: translateY(-5px);
    background: var(--banner-text-deep-blue);
  }

  .blog-details-filter .recent-post {
    margin: 20px 0 0 0;
  }

  .blog-details-filter .recent-post .recent-post-pic {
    border-radius: 4px;
    margin: 0 15px 0 0;
    width: 86px;
    height: 80px;
  }

  .blog-details-filter .recent-post .recent-post-area {
    display: flex;
    justify-content: space-between;
  }

  .blog-details-filter .recent-post .recent-post-area h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color:#1b1b1b;
    padding: 0 0 15px 0;
  }

  .blog-details-filter .recent-post .recent-post-area p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: var(--benefit-heading);
    padding: 0 0 0 20px;
    background: url(../image/blogdetailspage/recent-post-icon-calender.svg) no-repeat 0% 30%;
  }


  @media only screen and (max-width:1180px) {
    .blog-details-area .blog-details-filter {
      width: 28%;
    }

    .blog-details-area .blog-details-comment {
      width: 69%;
    }

  }

  @media only screen and (max-width:1024px) {
    .blog-details {
      margin: 50px 0;
    }

    .blog-details-area .blog-details-comment {
      width: 68%;
    }

    .blog-details-area .blog-details-filter {
      width: 28%;
    }

    .blog-details-comment h1 {
      font-size: 30px;
      line-height: 35px;
      width: 100%;
    }

    .post-comment form .post-comment-btn {
      font-size: 14px;
      line-height: 16px;
      padding: 11px 15px;
      margin: 30px 0 0 0;
    }

  }

  @media only screen and (max-width:932px) {

    .blog-details-area .blog-details-comment {
      width: 60% !important;
    }

    .blog-details-area .blog-details-filter {
      width: 35% !important;
    }

  }

  @media only screen and (max-width:768px) {

    .blog-details-filter .recent-post .recent-post-area {
      flex-direction: column;
    }

    .blog-details-filter .recent-post .recent-post-pic {
      border-radius: 4px;
      margin: 0 0px 0 0;
      width: 200px;
      height: 200px;
    }

    .blog-details-filter .recent-post .recent-post-area h4 {
      padding: 15px 0 12px 0;
    }

  }

  @media only screen and (max-width:736px) {
    .blog-details-area {
      flex-direction: column-reverse;
      padding: 0 15px;
    }

    .blog-details-area .blog-details-comment {
      width: 100% !important;
    }

    .blog-details-area .blog-details-filter {
      width: 100% !important;
    }

    .blog-details-filter .recent-post .recent-post-pic {
      width: 100%;
      height: 100%;
    }

  }

  @media only screen and (max-width:480px) {


    .blog-details-comment h1 {
      font-size: 22px;
      line-height: 28px;
    }

    .blog-details-category h3 {
      font-size: 18px;
      line-height: 30px;
    }

    .blog-details-category label {
      font-size: 16px;
      line-height: 22px;
    }

    .post-comment form .post-comment-btn {
      font-size: 15px;
      line-height: 17px;
      margin: 30px 0 0 0;
    }

  }

  @media only screen and (max-width:375px) {

    .blog-details-comment .user {
      flex-direction: column;
    }

    .user-box {
      margin: 25px 0 0 0;
    }

  }

  /* ===========PRIVACY POLICY PAGE========================= */


  /* ===========ABOUT PAGE========================= */
  .about-page-banner {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 350px;
  }

  .inner-banner-text {
    padding: 8rem 0;
  }

  .inner-banner-text h1 {
    font-family: "Lexend Deca", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: var(--white);
  }

  .inner-banner-text ul {
    display: flex;
    margin: 15px 0 0 0;
  }

  .inner-banner-text ul li {
    color: var(--white);
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  @media only screen and (max-width:1024px) {

    .inner-banner-text h1 {
      font-size: 30px;
      line-height: 25px;
    }

    .about-page-banner {
      min-height: 100px !important;
    }

    .inner-banner-text {
      padding: 6rem 0;
    }
  }

  @media only screen and (max-width:540px) {
    .inner-banner-text {
      padding: 4rem 15px;
    }
  }

  @media only screen and (max-width:480px) {
    .about-page-banner {
      min-height: 100px !important;
    }

    .inner-banner-text {
      padding: 4rem 15px;
    }

    .inner-banner-text h1 {
      font-size: 28px;
      line-height: 35px;
    }

    .inner-banner-text ul li {
      font-size: 14px;
      line-height: 22px;
    }

    .inner-banner-text ul {
      margin: 6px 0 0 0;
    }
  }