.tab-box {
    display: none;
  }

  img {
      position: relative;
  }
  img:before {
      content: " ";
      display: block;
      position: absolute;
      top: -10px;
      left: 0;
      height: calc(100% + 30px);
      width: 100%;
      background-color: #e6e6e6;
      border-radius: 5px;
  }
  .mmm-post-wrapper .sec-advert{
  width: 100%;
  margin-top: 50px;
  }
  .single-post section.sec.sec-advert.light-gray-bg {
    margin: 25px 0;
}
.aligncenter {
    clear: both;
    margin: 0 auto;
    display: block;
}
.mmm-img > span, .member-label {
    position: absolute;
    background: #fb383c;
    z-index: 9;
    color: #fff;
    padding: 5px 10px;
}


  img:after {
      content: "";
      display: block;
      font-size: 16px;
      font-style: normal;
      font-family: FontAwesome;
      color: #646464;
      position: absolute;
      top: 5px;
      left: 0;
      width: 100%;
      text-align: center;
      background: url(../png/img_main_new.png);
      -moz-background-size: 100% 9px;
      background-size: 100% 9px;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
  }
  img.alignleft {
      float: left;
      margin-right: 10px;
          margin-bottom: 20px;
  }
  .sec-404 {
      padding: 50px 0;
      text-align: center;
  }
  .sec-404 p {
      margin: 20px 0 40px;
  }
  .bg-overlay {
      background: rgba(0,0,0,0.5);
      width: 100vw;
      width: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 99;
      visibility: hidden;
      opacity:0;
      transition:300ms all
  }
  .body-active .bg-overlay {
  visibility: visible;
      opacity:1;
  }
  /* CUSTOM CSS */
  .container {
      margin: 0 auto;
      max-width: 1320px;
      padding: 0 15px;
  }
  
  .container-fluid {
      margin: 0 auto;
      padding: 0 15px;
  }
  
  .tab-box {
      display: none;
  }
  
  #search-form {
      display: none;
  }
  
  .d-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .site-content {
      margin-top: 69px;
  }
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  /* header */
  .site-header {
  position: relative;
      padding: 15px 0;
      border-bottom: 1px solid #CECCCC;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 91;
      background: #fff;
  }
  .site-header.sticky {
      -webkit-animation: fadeInDown 600ms;
      -moz-animation: fadeInDown 600ms;
      -o-animation: fadeInDown 600ms;
      animation: fadeInDown 600ms;
      -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 2%);
      box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
      background: rgb(255 255 255 / 90%);
      -webkit-backdrop-filter: blur(25px);
      backdrop-filter: blur(25px);
  }
  .primary-navigation {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
  }
  
  .header-left-nav-call {
      display: flex;
      cursor: pointer;
      margin-right: 20px;
  }
  
  .header-left-nav-call svg {
      width: 20px;
      height: auto;
      transition: 300ms all;
  }
  
  .header-left-nav-call svg:hover {
      transform: scale(1.1);
  }
  
  .site-logo {
      display: flex;
      align-items: center;
  }
  
  .custom-logo-link {
      display: flex;
  }
  
  .custom-logo-link {
      position: relative;
      top: 2px;
  }
  
  .menu-wrapper {
      display: flex;
      align-items: center;
  }
  
  .menu-wrapper>li a {
      padding: 26px 20px;
      display: block;
      font-weight: 600;
      font-size: 14px;
      color: #2F2E2E;
  }
  
  .menu-wrapper>li a:hover {
      color: #FB383C
  }
  
  .search-button {
      display: flex;
      align-items: center;
      padding: 7px 15px;
      border-radius: 50px;
      margin-right: 10px;
      height: 38px;
      cursor: pointer;
  }
  
  .search-button:hover {
      background: rgb(215 215 215 / 50%);
  }
  
  .search-button svg {
      width: 24px;
      height: auto;
  }
  
  .search-button span {
      font-weight: 600;
      position: relative;
      margin-left: 8px;
      top: 1px;
  }
  
  .hr-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .single-post .content-area .mmm-related-posts .sec {
      padding: 40px 15px 60px 15px;
  }
  
  /* News Sections */
  .sec {
      padding: 40px 15px 40px 15px;
  }
  .tab-menu ul {
      display: flex;
      justify-content: center;
  }
  
  .tab-menu ul li a {
      text-transform: uppercase;
      font-weight: 600;
      background: #F7F7F2;
      padding: 20px 30px;
      display: block;
      font-size: 16px;
      position: relative;
      line-height: 0.9;
      color: #858585;
  }
  
  .tab-menu ul li a.active {
      color: #333;
      background: #fff;
      font-family: unset;
  }
  
  
  .tab-menu ul li a.active:after {
      height: 5px;
      position: absolute;
      top: 0;
      width: 100%;
      background: #2F2E2E;
      content: "";
      left: 0;
  }
  .tab-main-box {
      padding: 40px 0;
  }
  .mmm-wrap {
      display: flex;
      border-bottom: 1px solid #CECCCC;
      padding: 20px 0;
  }
  .mmm-meta {
      padding-left: 15px;
  }
  .mmm-category {
      text-transform: uppercase;
      font-weight: 600;
      color: #a9a9a9;
  }
  .mmm-list {
      flex: 0 0 50%;
      padding: 0 10px;
  }
  .mmm-post-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
  }
  .mmm-img {
      flex: 0 0 200px;
      max-width: 200px;
      overflow: hidden;
  }
  .mmm-img img {
      height: 160px;
      object-fit: cover;
      width: 100%;
      transition: 300ms all;
  }
  
  .mmm-title a {
      padding: 10px 0 5px 0;
      display: block;
      font-weight: 800;
      font-size: 18px;
      line-height: 23px;
      color: #2F2E2E;
  }
  .mmm-img:hover img {
      transform: scale(1.1);
  }
  
  .mmm-meta p {
      color: #3b3b3b!important;
      font-size: 16px;
      line-height: 23px;
      display: flex;
      height: 70px;
      overflow: hidden;
      position: relative;
      top: -1px;
  }
  
  .mmm-related-posts {
      margin-top: 50px;
  }
  
  
  .mmm-img a {
      display: flex;
  }
  .mmm-list:nth-last-child(1) > div, .mmm-list:nth-last-child(2) > div {
      border: none;
  }
  
  .btn {
      padding: 10px 24px;
      background: #FB383C;
      border-radius: 50px;
      display: inline-block;
      font-weight: 500;
      color: #fff;
      border: 1px solid #FB383C;
      height: 38px;
      text-decoration: none;
      cursor: pointer;
      
  }
  
  .btn:hover {
      background: transparent;
      color: #FB383C;
  }
  .ajax-post-call {
      text-align: center;
      padding-bottom: 40px;
  }
  
  /* Content Area Design (Single Page) */
  
  .content-area .single-post-data p {
      padding: 16px 0;
      line-height: 1.7;
      font-size: 16px;
      color: #334155;
      font-weight: normal;
  }
  
  .content-area .single-post-data p a {
      color: #fb383c;
  }
  
  .content-area .single-post-data p a:hover {
      color: #334155;
  }
  
  .content-area .single-post-data h2 {
      font-size: 30px;
  }
  
  /* .content-area p span img,img.left_img,.spd-body .full_screen {
      display: none; /* in features may it needs to be delete */ 
  
  .row {
      display: flex;
      margin: 0 -15px;
      flex-wrap: wrap;
  }
  .col-8 {
      max-width: calc(100% - 330px);
      flex: 0 0 calc(100% - 330px);
      padding: 0 100px 0 15px;
  }
  .col-4 {
      max-width: 330px;
      flex: 0 0 330px;
      padding: 0 15px;
  }
  
  /* Single page content design */
  .spd-image img {
      width: 100%;
      display: flex;
  }
  .member-content-wrap {
      padding-top: 30px;
      display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .member-content-wrap span {
      background: #fb383c;
    z-index: 9;
    color: #fff;
    padding: 5px 10px;
  }
  .spd-category a {
      color: #FB383C;
      font-weight: 600;
  }
  .content-area .single-post-data h2 {
      font-size: 30px;
      padding: 15px 0;
  }
  .single-post-data .image img {
      max-width: 100%;
      padding: 20px 0;
  }
  .single-post-wrapper .row {
      display: flex;
  }
  .share-icons {
      display: flex;
      align-items: center;
      margin-left: 5px;
  }
  .spd-more-data {
          display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
  }
      
  
  .share-icons svg {
      width: 30px;
      height: 30px;
  }
  .share-icons svg path {
      fill: #5c5c5c;
      transition: 300ms all;
  }
  .spd-more-data >li {
      display: flex;
      font-size: 16px;
      color: #5c5c5c;
      align-items: center;
  }
  .spd-more-data >li+li {
      margin-left: 25px;
  }
  .spd-author a, .spd-fl a {
      text-transform: capitalize;
      font-weight: 600;
      text-decoration: underline;
      margin-left: 5px;
  }
  .spd-parent-category {
      display: flex;
      align-items: center;
      margin: 50px 0 5px 0;
  }
  .spd-main-logo img {
      display: flex;
      width: 30px;
  }
  
  .spd-p-wrapper a {
      font-weight: 600;
      margin-left: 10px;
  }
  .spd-footer {
      border-bottom: 1px solid #CECCCC;
      padding: 15px 0;
      border-top: 1px solid #CECCCC;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .spd-fl-logo img {
      display: flex;
  }
  .spd-fl {
      display: flex;
      align-items: center;
      font-size: 16px;
  }
  .spd-fl a {
      margin-left: 15px;
  }
  .share-icons a {
      display: flex;
      position: relative;
      top: -2px;
  }
  .share-icons li a:hover svg path {
      fill: #2F2E2E;
  }
  .share-icons li+li {
      margin-left: 5px;
  }
  .loading-img {
      width: 60px;
      margin: 0 auto;
      display: none;
  }
  .mobile_ad{
       display: none;
  }
  
  
  
  /* ram css */
  
  .dark-bg {
      background: #2d3036;
  }
  .light-gray-bg {
      background: #f7f7f2;
  }
  .sec-heading {
      text-align: center;
      font-size: 28px;
      line-height: 38px;
      padding-bottom: 32px;
  }
  
  
  /* .sec-featured */
  .sec-featured .featured-stories {
      display: flex;
      justify-content: space-between;
  }
  .sec-featured .featured-stories > div {
      width: calc(100% / 2 - 20px) ;
  }
  .sec-featured .featured-stories img {
      width: 100%;
  }
  .sec-featured .latest-featured h2 a {
       color: #FFFFFF;
      font-size: 25px;
      font-weight: 600;
      line-height: 35px;
      margin-top: 15px;
      display: block;
      margin-bottom: 20px;
  }
  
  .sec-featured .latest-featured p {
  color: #DBDCDD;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      max-height: 56px;
      overflow: hidden;
      margin-bottom: 0px;
      margin-top: 6px;
  }
  
  .sec-featured .latest-featured h2 a:hover,
  .sec-featured .featured-list a:hover{
      color: #FB383C;
  }
  .latest-featured a {
      display: block;
  }
  
  .sec-featured .featured-list a {
      text-decoration: none;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
  }
  
  .featured-list-all > h2  {
      color: #05c5a1;
      font-size: 20px;
      font-weight: 500;
      line-height: 26px;
  }
  
  .featured-list-all h2 a {
      font-size: 25px;
      line-height: 35px;
      font-weight: bold;
  }
  
  .featured-list-all p {
      font-size: 18px;
      padding-bottom: 20px;
      padding-top: 5px;
  }
  
  .featured-list-all a.read-more-link {
      color: #FB383C;
      font-size: 15px;
      font-weight: 600;
      line-height: 23px;
      color: #FB383C;
      background: #02010100;
      padding: 0px 0px 0px 0px;
  }
  
  .featured-list-all a.read-more-link:hover {
      color: #000;
  }
  
  .sec-featured .featured-list {
      padding: 20px 0px;
      border-bottom: 1px solid #515256;
  }
  
  .advert-img a:first-child {
      display: block;
      text-align: center;
  }
  
  
  .mmm-title a {
      text-decoration: none;
  }
  .tab-teaser ul li a {
      text-decoration: none;
  }
  
  .sec-interview {
      overflow: hidden;
  }
  .interview-box a img {
      height: 160px !important;
      object-fit: cover;
  }
  .interview-box .interview-sub-box  {
      padding: 24px;
      background: #fff;
  }
  .interview-sub-box h3 a {
      text-decoration: none;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .interview-sub-box h3 {
      text-decoration: none;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 30px;
      min-height: 48px;
  }
  .interview-sub-box  .video-txt {
      padding: 0px;
      margin-bottom: 30px;
      min-height: 70px;
      overflow: hidden;
      max-height: 70px;
  }
  
  .left_img {
      margin-right: 15px;
          max-width: 100%;
  }
  
  body .owl-carousel .owl-nav button {
      width: 60px;
      height: 60px;
      background: url(../png/vector-1.png)#fff no-repeat center/12px !important;
      border-radius: 50%;
          position: absolute;
      top: 50%;
      right: -25px;
      transform: translateY(-50%);
      z-index:9;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
  }
  body .owl-carousel.video-carousel .owl-nav button {
      left: calc(100% - 30% + 65px);
      right:initial;
  }
  body .owl-carousel .owl-nav button.owl-prev {
    transform:translateY(-50%) rotate(180deg);
      left:-25px;
  }
  body .owl-carousel .owl-nav button.disabled {
      display:none;
  }
  
  body .owl-carousel .owl-nav button span {
      font-size:0;
  }
  
  .related-carousel .related-sec-new h3 {
      font-size: 20px;
      line-height: 26px;
      font-weight: bold;
      height: 53px;
      font-family: "Ekster Semi Bold", Sans-serif !important;
  }
  .related-carousel .related-txt {
      margin-top: 15px;
      font-size: 15px;
      line-height: 23px;
      height: 15px;
      overflow: hidden;
      margin-bottom: 40px;
  }
  .related-carousel a.related-download {
      background: #FB383C;
      padding: 6px;
      color: #ffffff;
      border-radius: 50px;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 15px;
      font-weight: bold;
      border: 1px solid #FB383C;
  }
  .related-carousel a.related-download:hover {
      background: #ffffff;
      color: #FB383C;
  }
  
  
  .video-main-sec {
      width: 130%;
  }
  
  .sec-resources {
      overflow: hidden;
  }
  
  .Resources-sub-box .btn {
      background: #29debb;
      border-color: #29debb;
  }
  .Resources-sub-box .btn:hover {
      background: transparent;
      color: #29debb;
  }
  .member-box {
      margin-bottom: 24px;
  }
  .member-box p {
      text-transform: uppercase;
      font-weight: 600;
      color: #a9a9a9;
  }
  .member-box h3 a {
      text-decoration: none;
      color: #fff;
          min-height: 43px;
      max-height: 43px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .member-box h3 a:hover {
      color: #FB383C;
  }
  .member-box h3 {
      padding: 8px 0px 8px;
  }
  /* .advert-img a img {
      width: 100%;
  } */
  
  .read-more-link {
      text-decoration: none;
      color: #0ab092;
      font-weight: 800;
  }
  
  
  .sec-member h2 {
      background: #05c5a1;
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 28px;
      padding: 8px 20px;
      width: 210px;
      border-radius: 50px;
      margin: 0 auto;
      margin-bottom: 28px;
      position: relative;
  }
  .home .content-area {
      padding: 0;
  }
  
  .sec-cat-slider .category-main-sec {
      margin-top: 32px;
  }
  .cat-slider h2 {
      padding-bottom: 12px;
  }
  .cat-slider p {
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #949393;
      max-width: 500px;
      margin: 0 auto;
  }
  .category-sec-new {
      background: #f7f7f2;
  }
  .category-sec-new h3 {
      padding: 12px;
      text-align: center;
  }
  .category-sec-new h3 a {
      color: #fb383c;
  }
  .category-sec img {
      height: 220px;
  }
  
  .category-sec a:hover {
      color: #000;
  }
  
  .category-sec a {
      color: #FB383C;
  }
  .advert-mobile-sec {
      padding-top: 20px;
  }
  .sec-resources .sec-heading {
      color: #fff;
  }
  .sec-subscribe {
      background: #00d8af;
      padding-top: 40px;
      padding-bottom: 0px;
  }
  .subscribe-img {
      width: 25%;
  }
  .subscribe-box h2 {
      font-size: 28px;
      max-width: 600px;
      text-align: center;
      font-weight: 500;
      margin: 0 auto;
      color: #fff;
      padding-bottom: 20px;
  }
  .subscribe-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .subscribe-img-box img {
      max-width: 280px;
      max-height: 280px;
      object-fit: contain;
      width: 100%;
  }
  
  .subscribe-box .btn {
      font-family: "Roboto",Sans-serif;
      font-size: 18px;
      line-height: 0;
      background-color: #61CE7000;
      border-style: solid;
      border-width: 3px 3px 3px 3px;
      border-color: #FFF;
      border-radius: 50px 50px 50px 50px;
      padding: 20px 30px 20px 30px;
      cursor: pointer;
  }
  
  .subscribe-box .btn:hover {
      background: #FB383C;
      border-color: #FB383C;
      color: #fff;
  }
  
  
  .subscribe-contant {
      text-align: center;
      width: 50%;
  }
  .subscribe-img img {
      display: block;
  }
  .after-before-design {
      position: relative;
  }
  .after-before-design:after,
  .after-before-design:before{
      content: '';
      position: absolute;
      border: 1px solid #515256;
      width: calc(50% - 115px);
      top: 20px;
  }
  .after-before-design:after {
      left: 0px;
  }
  .after-before-design:before {
      right: 0px;
  }
  .interview-box > a{
      overflow: hidden;
      display: flex;
  }
  .interview-box > a:hover img{
      transform:scale(1.1);
  }
  .interview-box a img{
      transition: 300ms all;
  }
  
  /* footer */
  .footer-top {
      display: flex;
      justify-content: space-between;
      padding:50px 0px;
  }
  .footer-column ul li a {
       display: inline-block;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      padding: 4px 0px;
      cursor: pointer;
  }
  .footer-column h3 {
      color: #fff;
      font-size: 17px;
      line-height: 26px;
      padding-bottom: 20px;
      text-transform: uppercase;
  }
  
  .footer-column .widget + .widget h3 {
      margin-top: 30px;
  }
  .footer-bottom {
      padding: 30px 0px;
      border-top: 1px solid #515256;
  }
  .footer-bottom p, .footer-bottom p a {
      color: #fff;
      font-weight: 500;
      line-height: 22px;
  }
  .footer-bottom p a {
      color: #fff;
      text-decoration:none;
  }
  .footer-bottom p a:hover,
  .footer-column ul li a:hover
  {
      color: #FB383C;
  }
  .footer-column {
      width: calc(100% / 4);
  }
  .footer-column img {
      width: 60px !important;
      margin-bottom: 24px;
  }
  .footer-column .btn {
      margin-top: 24px;
      cursor: pointer;
  }
  
  .footer-top .footer-column:last-child {
      max-width: 200px;
  }
  
  .footer-top .footer-column ul li {
      margin-top: calc(15px/2);
      padding-bottom: calc(15px/2);
  }
  
  .widget_block button.btn:hover {
      background: #fff;
      font-weight: 800;
  }
  
  .modal-wrapper {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
  
     background: rgba(0, 0, 0, 0.8);
     z-index: -1;
     opacity: 0;
  
     -webkit-transition: opacity 0.2s ease-in;
     -moz-transition: opacity 0.2s ease-in;
     transition: opacity 0.2s ease-in;
  
     pointer-events: auto;
  }
  
  .modal-wrapper > div {
     width: 460px;
     height: 40%;
     position: absolute;
  
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
  
     margin: auto;
  
     vertical-align: middle;
     padding: 20px;
     border-radius: 6px;
     background: #fff;
     z-index: 1;
  }
  
  .mmm-d-p-list+.mmm-d-p-list {
      border-top: 1px solid #CECCCC;
      padding: 20px 0;
  }
  
  .mmm-p-post > h2 {
      padding: 20px 0;
      color: #FB383C;
  }
  .mmm-cate {
      font-weight: 600;
      color: #a9a9a9;
      margin-bottom: 10px;
      display: inline-block;
  }
  .mmm-d-p-list {
      padding-bottom: 20px;
  }
  .mmm-d-p-list .mmm-h {
      font-size: 18px;
  }
  .full_screen {
      width: 100%;
  }
  .spd-category {
      text-transform: capitalize;
  }
  
  .mmm-newsletter {
      text-align: center;
      background: #F7F7F2;
      padding: 30px 15px 30px 15px;
  }
  
  .mmm-newsletter .mmm-newsletter h2 {
      color: #FB383C;
      font-family: "Roboto",Sans-serif;
      font-size: 25px;
      font-weight: 600;
      line-height: 32px;
  }
  
  h2.mmm-subscribe-txt {
      color: #FB383C;
      font-size: 25px;
      font-weight: 600;
      line-height: 32px;
      padding: 20px 0px;
  }
  
  input#subs-email {
      background-color: #FFFFFF00;
      border-width: 0px 0px 1px 0px;
      width: 100%;
      border-color: #757D87;
      padding: 0.75em;
      margin-bottom: 20px;
  }
  
  input.subs-email::placeholder {
      color: #C3C3BF!important;
  }
  .footer-wrap {
      position: relative;
  }
  
  .spd-more-data-details .spd-share {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  
  .overlay-bg {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height:100%;
      width: 100%;
      cursor: pointer;
      z-index: 1000; 
      background: #000;
      background: rgba(0,0,0,0.75);
  }
      .overlay-content {
          display: none;
          background: #fff;
          padding: 1%;
          width: 40%;
          position: absolute;
          top: 15%;
          left: 50%;
          margin: 0 0 0 -20%;
          cursor: default;
          z-index: 10001;
          border-radius: 4px;
          box-shadow: 0 0 5px rgba(0,0,0,0.9);
      }
  
      .close-btn {
          cursor: pointer;
          border: 1px solid #333;
          padding: 2% 5%;
          background: #a9e7f9; 
          background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
          background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
          background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
          background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
          background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
          border-radius: 4px;
          box-shadow: 0 0 4px rgba(0,0,0,0.3);
      }
      .close-btn:hover {
          background: #05abe0;
      }
      
  
  a {
      text-decoration: none!important;
      text-decoration-thickness: 0px!important;
  }
  
  .article-gallery-img img {
      width: 100%;
      height: 470px;
      object-fit: cover;
  }
  
  
  .directory-category-sec input[type="checkbox"] {
      margin-right: 8px;
  }
  .user-listing-sec {
      width: 31%;
      display: inline-block;
      border: 1px solid #E2E2E2;
      padding: 30px;
      margin-right: 15px;
      margin-bottom: 15px;
  }
  .search-directory-sec h3 {
      font-size: 30px;
      line-height: 38px;
      color: #ffffff;
      font-weight: bold;
      width: 30%;
      margin: 0 auto;
      margin-bottom: 23px;
  }
  input.search-directory {
      width: 42%;
      height: 45px;
      background: #F7F7F2!important;
          border-radius: 50px !important;
  }
  input.search-blog {
      font-size: 14px;
      font-weight: 500;
      line-height: 26px;
      background-color: #FB383C!important;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #FB383C!important;
      border-radius: 50px 50px 50px 50px;
      padding: 5px 30px 3px 30px;
      color: #ffffff!important;
      margin-top: 23px;
      cursor: pointer;
  }
  input.search-blog:hover {    
      background-color: #ffffff!important;   
      border-color: #FB383C!important;   
      color: #FB383C!important;
  }
  .search-directory-sec {
      text-align: center;
  }
  .directory-category-sec h3 {
      font-size: 25px;
      line-height: 35px;
      font-weight: bold;
      font-family: "Ekster Semi Bold", Sans-serif !important;
  }
  .directory-category-sec p {
      font-size: 15px;
      line-height: 20px;
      margin-top: 10px;
      margin-bottom: 23px;
  }
  .directory-category-sec form label {
      color: #AAAAAA;
      font-size: 15px;
      line-height: 18px;
      font-weight: 500;
      cursor: pointer;
      display: inline-flex
  }
  .directory-author-sec h3 {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 20px;
  }
  .user-listing-sec .user-directory-txt {
  font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      color: #2F2E2E!important;
      margin-top: 25px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .user-listing-sec .search-user-txt {
      font-size: 16px;
      line-height: 24px;
      color: #848282;
      height: 143px;
      overflow: hidden;
      margin-bottom:15px;
  }
  .user-listing-sec img {
      max-height: 50px;
  }
  .sec-realted-blog {
      overflow: hidden;
  }
  .directory-author-sec {
      width: calc(80% - 40px);
      display: inline-block;
      float: right;
  }
  .search-directory-sec input::placeholder {
      font-size: 14px;
      color: #848282;
      font-weight: bold;
      padding-left: 10px;
  }
  .mob-directory-sec {
      display: none;
  }
  .directory-category-sec form label:hover {
      color: #FB383C;
  }
  .category-checkbox {
      display: none;
  }
  .category-checkbox + label:before {
      content: "";
      display: inline-block;
      font-size: 14px;
      width: 16px;
      height: 16px;
      border: 1px solid #AAAAAA;
      text-align: center;
      line-height: 18px;
      margin-right: 10px;
      cursor: pointer;
  }
  .category-checkbox:checked + label:before {
      content: "\2713";
      background-color: #FB383C; 
      color: #fff;
      border-color: #FB383C!important;
  }
  .category-checkbox:checked + label {
      position: relative;
      top: -3px;
      margin-top: 4px;
  }
  .category-checkbox + label {
      cursor: pointer;
  }
  .category-checkbox:checked + label {
      font-weight: bold;
  }
  a.user-member-txt {
      font-size: 14px;
      font-weight: 500;
      line-height: 26px;
      background-color: #FB383C;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #FB383C;
      border-radius: 50px 50px 50px 50px;
      padding: 6px 25px 4px 25px;
      color: #ffffff;
  }
  a.user-member-txt:hover {   
      background-color: #ffffff;
      border-style: solid;   
      border-color: #FB383C;   
      color: #FB383C;
  }
  .directory-user-sec {
      width: 100%;
      display: inline-block;
  }
  .directory-category-sec {
      width: 20%;
      display: inline-block;
  }
  
  .related-sec img {
      width: 100%;
      height: 198px;
      object-fit: cover;
  }
  .related-sec-new {
      padding: 20px;
      background: #ffffff!important;
  }
  .related-blog-txt {
      color: #2F2E2E;
      font-family: "Ekster Semi Bold", Sans-serif!important;
      font-size: 35px;
      font-weight: 700;
      line-height: 45px;
      text-align: center;
      margin-bottom: 30px;
  }
  .related-blog-sec {
      background: #F7F7F2;
      padding-top: 60px;
      padding-bottom: 60px;
      width: 100%;
      display: block;
      max-width: 100%;
  }
  .directory-listing-sec {
      font-size: 18px;
  }
  .sec-search-directory {
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 70px;
      padding-bottom: 90px;
  }
  .sec-user-background {
      padding: 120px 0;
      background-image: url(../png/serv_img5.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .user-name {
      color: #2F2E2E;
      font-size: 25px;
      font-weight: 700;
      line-height: 35px;
      margin-bottom: 15px;
  }
  .site-url a {
      color: #FB383C;
      margin-top: 8px;
      display: block;
      margin-bottom: -21px;
      font-weight: bold;
  }
  .user-txt {
      color: #2F2E2E;
      font-family: "Ekster", Sans-serif!important;
      font-size: 16px;
      font-weight: 600;
      line-height: 23px;
  }
  .user-txt p {
      margin-bottom: -17px;
  }
  a.cont-member-txt {
         font-size: 16px;
      font-weight: 500;
      background-color: #f68e38;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #f68e38;
      border-radius: 50px 50px 50px 50px;
      padding: 10px 25px 10px 24px;
      color: #ffffff;
  }
  a.cont-member-txt:hover {
      background-color:transparent;
      color: #f68e38;
  }
  .blog-categories-member {
      margin-top: -40px;
  }
  .user-profile-listing {
     font-size: 30px;
     line-height: 38px;
  }
  .user-blog-listing {
      display: inline-grid;
      width: 31%;
      margin-right: 8px;
      border-bottom: 1px solid #E3E2E2;
      padding-top: 30px;
  }
  .user-listing-new img {
      width: 100%;
      height: 220px;
      object-fit: cover;
  }
  .blog-member-listing p a {
  font-size: 16px;
      line-height: 23px;
      margin-top: 6px;
      color: #2F2E2E;
      font-weight: bold;
      text-decoration: none!important;
      margin-bottom: 12px;
      height: 43px;
      max-height: 43px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .blog-member-listing p a:hover {    
      color: #FB383C;
  }
  .blog-member-listing h3 {
      font-size: 14px;
      text-transform: uppercase;
      line-height: 23px;
      margin-top: 14px;
      color: #A7A7A7;
      font-family: 'Ekster'!important;
      font-weight: bold;
      height: 25px;
  }
  
  .navbar .container {
      max-width: 1280px;
      margin: 0 auto;
      cursor: pointer;
  }
  .navbar-item {
      padding: 30px;
      background-color: #2D3036;
      width: 320px;
      height: 100vh;
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 999;
  }
  
  .navbar-item {
      padding: 30px;
      background-color: #2D3036;
      width: 300px;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transform: translateX(-100%);
  }
  
  .navbar-item ul li {
      font-weight: 500;
      line-height: 26px;
      list-style: none;
      cursor: pointer;
      padding: 3px 0px;
  }
  
  .navbar-item ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 22px;
      font-weight: 700;
  }
  
  .navbar-item ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
  }
  
  .navbar-item-active {
      transition: transform 0.6s, background-color 0.4s;
      transform: translateX(0);
  }
  .tab-menu.author-menu ul li a.active:after {
      top: 50px!important;
  }
  .sec-user-profile-tabs {
      width: 100%;
      display: inline-block;
  }
  .mob-user-profile {
      width: 30%;
      display: inline-block;
  }
  .user-profile-blog-lising {
      width: 70%;
      display: inline-block;
      float: right;
  }
  .sec-user-profile-blog {
      width: 100%;
      display: flex;
  }
  .sec-user-profile-logo {
      border: 1px solid #aeaeae;
      border-radius: 50%!important;
      padding-top: 45px;
      padding-bottom: 40px;
      background: #ffffff;
      margin-top: -63px!important;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      height: 175px;
      width: 170px;
  }
  .sec-user-profile-logo img {
      height: 75px;
      width: 75px;
  }
  .tab-profile-teaser {
      width: auto;
      display: inline-block;
      float: left;
  }
  .listing-sec {
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
      background-color: #FB383C!important;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-radius: 50px 50px 50px 50px;
      padding: 6px 25px 6px 25px;
      border-color: #FB383C!important;
      color: #ffffff;
  }
  .cross img {
      cursor: pointer;
  }
  .user-studies-blog-listing {
      display: none;    
  }
  .user-resources-blog-listing {
      display: none;    
  }
  .search-blog-listing {
      display: none;
      position: absolute;
      width:240px;
      z-index: 91;
  }
  .popup-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
      z-index: 1;
  }
  .popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      text-align: center;
  }
  button#closePopupButton {
      cursor: pointer;
  }
  
  /* custom-modal css */
  .modal-open {
      overflow: hidden;
  }
   .custom-modal {
         position: fixed;
      overflow: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 30px;
      z-index:999;
          }
          .modal-overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgb(0 0 0 / 60%);
  }
          .custom-modal-dialog {
              max-width:60%;
              width: 100%;
              border-radius: 0px;
              position: relative;
          }
        .custom-modal-content {
      padding: 20px 30px 20px;
      border-radius: 0px;
      border: 1px none #000000;
      box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
      background-color: rgba( 249, 249, 249, 1.00 );
  }
  .custom-modal-content .old_featured_section{
      padding-bottom: 20px;
      border-bottom: 1px solid #e2e8f0;
      margin: 0 -30px;
  }
  .register_form .small-12:last-child {
      margin: 0 -30px;
      margin-top: 35px;
  }
 .sec-teaser-inr form > .small-12 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.sec-teaser-inr .old_featured_section h3 {
    padding: 0 !important;
}
.sec-teaser-inr form.register_form {
    margin-top: 30px!important;
}
          .close-modal {
     text-align: center;
      cursor: pointer;
      min-width: 1em;
      z-index: 2;
      position: absolute;
      right: 20px;
      top: 20px;
      padding: 8px;
      color: #ffffff;
      font-family: inherit;
      font-weight: 400;
      border-radius: 0px;
  }
  .close-modal .st0 {
      fill: #000000;
  }
  .close-modal svg {
      width: 20px;
  }
          .custom-modal {
              opacity: 0;
              visibility: hidden;
          }
          body.modal-open .custom-modal {
              opacity: 1;
              visibility: visible;
          }
          .custom-modal .custom-modal-dialog{
              -webkit-transform: scale(0);
              -moz-transform: scale(0);
              -ms-transform: scale(0);
              -o-transform: scale(0);
              transform: scale(0);
          }
          body.modal-open .custom-modal .custom-modal-dialog {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1);
          }
          .custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog{
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s;
          }
  
  .navbar-item ul.sub-menu {
      display: none;
  }
  .main-menu-sec .primary-navigation {
      display: block!important;
      position: initial;
      transform: none;
  }
  .menu-wrapper {
      align-items: self-start;
  }
  .navbar-item ul li {
      padding: 0;
  }
  .navbar-item ul li.menu-item-has-children a {
      display: inline-block;
  }
  .navbar-item ul li a {
  padding:0;
  }
  .main-menu-sec .sub-menu-toggle {
  display: inline-block;
      background: transparent;
      border: 0;
      color: #fb383c;
  }
  .main-menu-sec .icon-minus {
      display: none;
  }
  .navbar-item .main-menu-sec ul li.menu-item-has-children {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .main-menu-sec .menu-wrapper>li.menu-item-has-children > a {
      background: none;
      padding-right: 0px;
  }
  .main-menu-sec .sub-menu-toggle svg.svg-icon {
      height: 30px;
      width: 30px;
  }
  .navbar-item ul.sub-menu {
      display: none;
     position: initial;
      width: 100%;
      visibility: visible;
      opacity: 1;
      box-shadow: none;
      background: transparent;
      transition:initial;
  }
  .main-menu-sec .menu-wrapper>li .sub-menu a {
      padding: 0;
      font-weight: 400;
         font-size: 16px;
      line-height: 21px;
  }
  .navbar-item ul.sub-menu li {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-item ul.sub-menu li:last-child {
  padding-bottom:0;
  }
  .menu-toggle-active span.icon-minus {
      display: block;
  }
  .menu-toggle-active span.icon-plus {
      display: none;
  }
  .cat-header h2 {
      text-align: center;
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 32px;
      position: relative;
  }
  .member-carousel img {
      max-height: 350px;
      object-fit: cover;
      object-position: top;
      min-height: 350px;
  }
  .cat-header h2:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      background: #fb383c;
      width: 35px;
      height: 5px;
  }
  .searched_data {
      background: #fff;
      border: 0 solid #b5b5b5;
      border-radius: 0;
      box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
      max-height: 600px;
      overflow: auto;
      max-width: 240px;
      margin-top: 10px;
  }
  .searched_data .list {
      border-top: 1px solid #D8D8D8;
          padding: 7px 11px;
  }
  .searched_data .list:first-child {
  border-top:0;
      padding-top: 11px;
  }
  .list h2 a, .list h2 {
      margin: 0;
      padding: 0;
      font-weight: normal;
      color: #1468a9;
      font-size: 14px;
      line-height: 20px;
      text-shadow: 0 0 0 rgba(255,255,255,0);
      margin-bottom: 5px;
  }
  .searched_data .list p {
  color:#2F2E2E;
     font-size: 12px;
      line-height: 18px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .searched_data .list:last-child {
      padding-bottom: 11px;
  }
  .search-blog-listing input#search_through_ajax {
      outline: none;
      min-width: 200px;
  }
  .site-search .loading-img-search {
      position: absolute;
      max-width: 40px;
      right: 66px;
      height: 45px;
      z-index: 1;
      background: #fff;
  }
  .site-search .clear_search {
  position: absolute;
      right: 75px;
      top: 13px;
      background: #000;
      color: #fff;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      border: 0;
  }
  .search-submit {
      background: transparent;
      border: 0;
      outline: 0;
      position: absolute;
      right: 45px;
      top: 13px;
      width: 20px;
      height: 20px;
      display: block;
      padding: 0;
      cursor:pointer;
  }
  .search-submit svg {
      width: 19px;
      height: 19px;
  }
  
  .search-sec .page-title {
      margin-bottom: 4px;
      font-size: 40px;
      font-weight: 300;
      position:relative;
  }
  .search-sec .page-title:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      background: #fb383c;
      width: 35px;
      height: 5px;
  }
  .search-sec .page-header {
    margin: 0;
      padding: 80px 107px 53px;
      border-bottom: 1px solid #e2e8f0;
      text-align: center;
  }
  .pagination-wrap {
      padding: 35px 0;
  }
  .pagination-wrap .nav-links {
      background-blend-mode: color;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
  }
  .pagination-wrap a.next.page-numbers, .pagination-wrap a.prev.page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
  }
  .search-list article {
      border-top: 1px solid #e2e8f0;
      margin: 0;
      padding: 48px;
  }
  .featured-list:last-child {
      border-bottom: 0;
  }
  .search-list article a {
      font-weight: 400;
      color: #1e293b;
      font-size: 25px;
      margin-bottom: 8px;
      display: inline-block;
  }
  .search-result-count {
      display: none;
  }
  .scrolltop {
      position: fixed;
      bottom: 25px;
      right: 60px;
      width: 40px;
      height: 40px;
      background-color: #fb383c;
      display: none;
      z-index: 99999;
          cursor: pointer;
          transition: 300ms all;
  }
  .scrolltop:hover {
      opacity: 0.85;
  }
  .scrolltop img {
      filter: invert(100%);
  }
  .scroll.icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
  }
  .scrolltop img {
      filter: invert(100%);
      width: 12px;
      object-fit: cover;
      transform: rotate(270deg);
  }
  .mob-user-txt {
      padding-right: 25px;
  }
  .single-post-data ol {
      list-style: decimal !important;
      margin: 0 0 24px 48px;
  }
  .single-post-data ul {
      list-style: disc !important;
      margin: 0 0 24px 48px;
  }
  .single-post-data li {
      font-family: "Ekster", Sans-serif!important;
      line-height: 1.7;
      font-size: 16px;
      color: #334155;
      font-weight: normal;
      list-style: inherit;
  }
  .page-privacy-policy div#comments, .page-terms-and-conditions div#comments {
      display: none;
  }
  .content-pages-sec h1.entry-title {
      color: #000000;
      font-family: "Ekster", Sans-serif;
      font-size: 25px;
      font-weight: 600;
      line-height: 35px;
      margin-bottom: 20px;
  }
  
  .content-pages-sec p {
      color: #484848;
      font-family: "Ekster", Sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 20px;
  }
  .content-pages-sec p strong {
      color: #000000;
      font-family: "Ekster", Sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      margin-bottom: 20px;
      display: block;
  }
  .content-pages-sec p strong + br {
  display:none;
  }
  .content-pages-sec table {
      margin-bottom: 30px;
  }
  .content-pages-sec p a {
      color: #FB383C;
  }
  .content-pages-sec p a:hover {
      color: #000;
  }
  .content-pages-sec td {
      padding: 12px;
      color: #484848;
      font-family: "Ekster", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
  }
  .single-post-data .spd-more-data, .single-post-data .spd-more-data ul, .single-post-data .spd-parent-category ul, .single-post-data .share-icons {
      list-style: none !important;
      margin: 0 !important;
  }
  .single-post-data .spd-more-data .share-icons {
  margin-left: 5px !important;
  }
  .single-post-data .spd-more-data li, .single-post-data .spd-more-data ul li, .single-post-data .spd-parent-category ul li, .single-post-data .share-icons li {
      list-style:none;
  }
  .message {
  padding: 15px 20px;
    background: rgb(0 128 0 / 10%);
    margin: 15px auto;
    color: green;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 5px;
    line-height: 25px;
  }
  .message:empty {
  display:none;
  }
  .message.errormessage {
    color: red;
    background: rgb(255 0 0 / 10%);
}
.advert-img img {
    max-width: 100%;
    max-height: 200px;
}
ul.footer_area_content.social_links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.footer_area_content.social_links svg {
    width: 25px;
    height: 25px;
}
.sec-teaser-inr {
max-width: 690px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}
.sec-teaser-inr .old_featured_section p {
    font-size: 16px;
    margin: 5px 0 15px;
    line-height: 22px;
}
          
  @media only screen and (max-width: 768px) {
  .single-post-wrapper .row {
      display: block;
  }
  
  .col-8 {
      max-width: 100%;
      padding: 0 15px 0 15px;
      
  }
  
  .col-4 {
      max-width: 100%;
  }
  .sec-teaser-inr {
    padding: 25px;
}
  }
  
  @media only screen and (max-width: 600px) {
  .spd-more-data {
      justify-content: flex-start;
      gap: 25px;
  }
  
  .mmm-newsletter {
      margin-top: 20px;
  }
  
  .sec-subscribe {
      padding: 0 !important;
  }
  .footer-column .btn {
      position: absolute;
      top: 10px;
      right: 0;
  }
  }
  
  @media(min-width:576px) {
  .footer-bottom .widget {
      display: none;
  }
  .footer-bottom .widget:first-child {
      display: block;
  }
  }
  
  
  @media only screen and (max-width: 575px) {
  .search-button {
      padding: 7px 0;
          background: transparent !important;
  }
  
  .header-left-nav-call {
      margin-right: 2px;
  }
  
  .btn {
      padding: 10px 14px;
  }
  
  .spd-more-data {
      justify-content: flex-start;
      gap: 5px;
  }
  .mob-directory-sec {
      display: block;
  }
  .directory-category-sec {
      display: none;
      width: 100%!important;
      margin-bottom: 20px;
  }
  .user-listing-sec {
      width: 100%!important;
      margin-right: 0px!important;
      margin-bottom: 18px;
  }
  .directory-user-sec {
      display: block;
  }
  .mob-directory-sec a {
      font-size: 18px;
      line-height: 26px;
      color: #333333;
      font-weight: bold;
      float: right;
      display: block;
      background: #F7F7F2;
      width: 18%;
      text-align: center;
      padding: 10px;
      border-radius: 50px;
      padding-bottom: 5px;
      padding-left: 25px!important;
      padding-right: 65px!important;
  }
  .directory-author-sec {
      display: contents!important;
  }
  .mob-directory-sec a {
      margin-bottom: 15px;
  }
  .listing-sec {
      margin-bottom: 45px!important;
  }
  .search-directory-sec h3 {
      width: 70%!important;
  }
  .sec-search-directory {
      padding-top: 100px!important;
      padding-bottom: 115px!important;
  }
  input.search-directory {
      width: 90%!important;
  }
  .custom-logo-link {
      left: 10px;
  }
  .search-blog-listing {
      left: 0;
      width: 100%;
      top: 101%;
  }
  .search-blog-listing input#search_through_ajax {
      width: 100%;
  }
  .footer-bottom .widget:first-child {
      display: none;
  }
  .search-submit {
      right: 10px;
  }
  .site-search .clear_search {
      right: 40px;
  }
  .site-search .loading-img-search {
      right: 31px;
  }
  .searched_data {
      max-width: calc(100% - 2px);
      margin-top: 1px;
      margin-left: 1px;
      margin-right: 1px;
  }
  }