/*--------------------------------------------------------------
                # mobile-style
--------------------------------------------------------------*/



@media only screen and (max-width:600px) {
    
.sec-no-style {
    display: contents;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2;
    color: #000;
}


.logo-img-print {
    width: 7%;
    position: absolute;
    transform: translate(-50%, -50%) rotateY(0deg);
    animation: rotatingLogo 2s linear infinite;
    top: 32px;
    left: 0%;
}

    
.button {
    background: #DC3545;
    color: #fff;
    border: none;
    width: 80%;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 10%), 0 2px 1px -1px rgb(0 0 0 / 5%);
    text-decoration: none;
    display: block;
    margin: 5px;
    position: relative;
    left: 20px;
}


.col.\34 th {
      margin-top: 290%;
  }

  
h3.date-time {
    font-size: 16px;
    font-weight: 900;
    color: #fcb100;
    background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 45px;
}

.col {
      flex: 1 0 0%;
      position: absolute;
      top: 42px;
  }


.dot {
    height: 35px;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #d9d9d9;
    margin: 4px;
    box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    color: #000000;
    font-family: Rye;
	line-height: 38px;
  }

  table {
      border: none;
      width: 100%;
      text-align: left !important;
  }

  .card-title {
    font-size: 12px !important;
    line-height: 20px !important;
    display: inline;
    margin-left: 36px !important;
    margin-top: 0px !important;
    color: #000;
    font-weight: 800 !important;
  }

  .row-cols-2 > * {
      flex: 0 0 auto;
      width: 100% !important;
  }
  
  .col.second-colm {
      margin-top: 550px;
  }

  .col.\33 rd-colm {
      margin-top: 210%;
  }


  h3.date-time {
      font-size: 14px;
      font-weight: 900;
      color: #fcb100;
      background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 90px;
  }


/*--------------------------------------------------------------
              # Logo-style
--------------------------------------------------------------*/

.logo-img {
  width: 14% !important;
  /* position: absolute; */
  transform: translate(-50%, -50%) rotateY(0deg);
  animation: rotatingLogo 2s linear infinite;
  top: 6%;
  left: 10%;
}

@keyframes rotatingLogo {
  from {
      transform: translate(-50%, -50%) rotateY(0deg);
  }
  to {
      transform: translate(-50%, -50%) rotateY(360deg);
  }
}

/*--------------------------------------------------------------
              # End
--------------------------------------------------------------*/


blink {
  animation: 2s linear infinite condemned_blink_effect;
  font-size: 26px !important;
  font-weight: 900;
  color: #760000;
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}


span.heading-txt-style {
  font-size: 22px !important;
  font-weight: 900;
  color: #1a1a1a;
  margin-left: 0px !important;
}




img.img-2 {
  width: 100%;
  margin-top: 200px !important;
}

.col.date-style {
  margin-top: 30px !important;
}


td.\32 nd-tble-style {
  border: 1px solid #ddd;
  padding: 15px;
  font-weight: 800;
}


}

/*--------------------------------------------------------------
              # end
--------------------------------------------------------------*/

