@media (max-width:2560px) {
  .VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none;
  }
   .upload-box {
      border: 2px solid orange;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      text-align: center;
    }
    .checkbox-text {
      text-align: justify;
    }
.ttable{
  padding: 50px 0px;
}
.ttable .table{
          background: linear-gradient(0deg, #ed1c2445, transparent);
        border: 1px solid #000000;
}
  .sec{
    padding:50px 0px;
    /* background: red; */
  }
  .qwqw {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ed1c24 !important;
  }

  /*******************************/
  /********* Contact CSS *********/
  /*******************************/
  .contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
  }

  .contact .contact-information {
    margin: 0 0 0px 0;
    padding: 0px 0px 0 0px;
    background: #fff;
  }

  .contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed1c24;
    border-radius: 50px;
  }

  .contact .contact-icon i {
    font-size: 18px;
    color: #ffffff;
  }

  .contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
  }

  .contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ed1c24;
  }

  .contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
  }

  .contact .contact-social a {
    margin-right: 10px;
    font-size: 24px;
    color: #00a3ff;
  }

  .contact .contact-social a:hover {
    color: #719a0a;
  }

  .contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
  }

  .contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
  }

  .contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
  }

  .contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .abtt {
    padding: 50px 0px;
  }

  .abtt h3 {
    color: #ed1c24;
  }

  .abtt h4 {
    color: #000000;
  }
}

@media (max-width:1920px) {}

@media (max-width:1440px) {}

@media (max-width:1024px) {
  .qwqw {
    font-size: 36px;
  }

  .menuzord-menu>li>a {
    padding: 7px 5px !important;
    border-radius: 4px !important;
  }
}

@media (max-width:768px) {}

@media (max-width:576px) {}

@media (max-width:425px) {}

@media (max-width:375px) {}

@media (max-width:320px) {}










.myclass {
  border-radius: 42px !important;
  background: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000000 !important;

}

/* width::-webkit-scrollbar {
    width: 20px;
}

Track::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

Handle::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

Handle on hover::-webkit-scrollbar-thumb:hover {
    background: #b30000;
} */



.marquee-container {
  height: 200px;
  /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: inline-block;
  animation: scroll-up 15s linear infinite;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes scroll-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.article-block {
  padding: 10px 0;
}