﻿
.main_wait_page {
    pointer-events:none;
}

#myModal11{
z-index:9999;
}
.date_text_fild {
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}

span#noofDays {
    margin-right: 5px;
}

.main_text_gif {
    width: 50%;
    padding: 20px 0px 0px 0px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 14%);
    border-radius: 20px;
    position: fixed;
    background: rgb(255 255 255);
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow: hidden;
    text-align: center;
}
.main_text_gif img{
   margin:0 auto;
}
ul.check_detail_ul li {
    width: auto;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0 auto;
}

ul.check_detail_ul {
    margin: 0px 0 0px 0;
    display: flex;
    font-weight: 400;
    background: #f5f5f5;
    padding: 20px;
}

.gif_img img {
    margin: 0 auto;
}
.dot-flashing {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--primary-color);
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
}


.dot-flashing::after,.dot-flashing::before {
   content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--primary-color);
  animation: dotFlashing 1s infinite alternate;
}
.dot-flashing::before {
  left: -25px;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 25px;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: var(--primary-color);
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}




@media (max-width:767px) and (min-width:320px) {
    .main_text_gif {
        width: 95%;
    }

    .gif_img h3 {
        font-size: 20px;
    }

    .gif_img img {
        width: 50%;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .main_text_gif {
        width: 80%;
    }
}
