
  @media only screen and (max-width: 991px) {
    .nav1 a.nav-link {
      position: relative;
      padding-top: 10px !important;
      /* width: 180px; */
      text-align: center;
      padding-top: 10px;
    }
  }

  .full_second {
    border-top: 1px solid #d4d4d4;
  }

  .image {
    width: 100%S;
    /* height: 200px; */

  }

  .hover-effect {
    color: black;
  }

  .hover-effect:hover {
    text-decoration: 2px solid underline;
    color: black;
  }

  .main-row {
    max-width: 1120px;
  }

  .more {
    font-size: 1.3rem;
    text-align: center;

  }

  .main-row {
    border-top: 1px solid black;
  }

  .newsletter_right {
    overflow-x: hidden;
  }

  .hr-border {
    margin: 0px;
    width: 98.1%;
    position: relative;
    left: 11.5px;
  }

  .slider-container {
    overflow: auto;
    margin-top: 0px;
    scrollbar-width: none;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  .prev {
    display: inline-block;
    background-color: black;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
  }

  .prev:hover {
    background-color: yellow;
    border: none;
  }

  .next {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
  }

  .next:hover {
    background-color: yellow;
    border: none;
  }



  .card {
    /* overflow: hidden; */
    flex: 0 0 auto;
    width: 190px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
  }

  .card:last-child {
    margin-right: 0;
  }

  .containt {

    font-size: 17px;
  }

  .date {
    font-family: arial;
    margin-top: 60px;
    font-size: 12px;
    color: #827878;
  }

  .cont {
    margin-top: 28px;

  }

  @media (max-width: 997px) {
    .newslett {
      font-size: 40rem;
    }

    .next,
    .prev {
      display: none !important;
    }

    .full_sec {
      border: none;
    }

  }

  .container {
    position: relative;
  }

  .slider-container {
    overflow: hidden;
    width: 100%;
  }

  .slider-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .card {
    min-width: 220px;
    margin-right: 10px;
  }

  .dots-container {
    text-align: center;
    margin-top: 10px;
  }

  .dots-container .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
  }

  .dots-container .dot.active {
    background-color: #717171;
  }

  @media (max-width: 768px) {
    .newsletter_left {
      flex: 1 1 100%;
    }

    .newsletter_right {
      flex: 1 1 100%;
    }

    .prev,
    .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
  }



  @media only screen and (min-width: 1441px) and (max-width: 1650px) {

    .btn-open {
      position: absolute;
      left: -75px !important;
    }

  }

  @media (max-width: 767px) {
    .nav-ul-menu {
      margin-top: 0px !important;
    }
  }

