.width-100 { width: 100%; }
.height-100 { height: 100%; }
.all-100{ width: 100%; height: 100%; }
.border-radius-none{ border-radius: unset; }

.my-55 { margin-top: 3rem; margin-bottom: 3rem; }
.my-33 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

/* header start */
.logo-img{
    width: 500px;
    margin: 5px 0;
}
.logo{
    text-align: center;
}
.button2{
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: #ff0000;
    padding: 9px 0;
    font-weight: bold;
    margin: 0 3px;
}
.button2:hover{
    color: #f3b417;
}
.white-box{
    display: block;
    text-align: center;
    box-shadow: 0px 1px 3px 0px #bfbfbf;
    font-weight: 500;
    border-radius: .3rem;
    padding: 1% 0;
    margin: 20px 0 10px 0;
    font-size: 14px;
}
@media only screen and (max-width: 768px){
    .logo-img {
        width: 90%;
    }
    .container-11{
        padding-right: 0;
        padding-left: 0;
    }
    .skyblue-boxes{
        padding: 0 1rem;
    }
    .faq p {
        font-size: .8rem;
        text-align: justify;
    }
}
/* header end */

/* index page start */
.div1{
    background-color: #ffa02b;
    border: 4px solid #68ef91;
    padding: 1rem;
    color: #000;
}
.div1-head1{
    font-size: small;
    font-weight: 500;
}
.div1-head2{
    color: #4bff00;
    text-shadow: 2px 2px 1px black;
    font-size: 23px;
    font-weight: 700;
}
.div1-head3{
    font-size: 16px;
    font-weight: 700;
}
.div1-head4{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.div1-head5{
    color: #3300ff;
    font-size: 22px;
    font-weight: 700;
}
.div1-head6{
    font-size: 24px;
    color: blue;
    font-weight: bold;
}
.div2{
    background-color: #ff0000;
    color: #fff;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    padding: 1rem;
}
.div2-head1{
    font-weight: bold;
    font-size: larger;
}
.div2-head3{
    animation: blinker 1s linear infinite;
}
.div3{
    background-color: #0080ff;
    padding: 1rem;
    border: 3px solid #000;
    color: #000;
}
.div4{
    background-color: #e41b17;
    border: 3px solid #000;
    color: #000;
    padding: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.div4-head1{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.div4-head2{
    font-size: 16px;
    font-weight: 700;
}
.div3-head1{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.div3-head2{
    font-size: 16px;
    font-weight: 700;
}
.div3-head3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.div5{
    background-color: #000;
    border: 4px solid #ff0000;
    padding: 1rem;
    margin-bottom: 1rem;
}
.div5-head1{
    background-color: #ff0000;
    border: 4px solid #fff;
    color: #fff;
    font-weight: 700;
    padding: 8px 0;
    margin-top: 1.2rem;
    margin-bottom: 1.4rem;
}
.div5-head3{
    color: #fbff00;
    font-size: 30px;
    font-weight: 700;
}
.div5-head4{
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
}
.div5-head2{
    color: #fff;
}
.div6{
    padding: 1rem;
    background-color: #50c878;
    margin-top: 10px;
    margin-bottom: 10px;
}
.div6-head1{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.div6-head2{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.div6-head3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.div6-head4{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.div2-middle-div3{
    color: #000;
    font-weight: 600;
    margin: 0.8rem 0;
}

.skyblue-boxes-col{
    background-color: #00c4ff;
    text-align: center;
    padding: 1rem 0;
    border: 1px solid #000;
}
.text1{
    color: #212121;
    font-size: 1.3rem;
    font-weight: 500;
}
.text2 {
    color: #e41b17;
    font-size: 14px;
    font-weight: 500;
}
.text3{
    font-size: 1.7rem;
}
.update-img{
    width: 85px;
}
.faq{
    text-align: center;
    background-color: #ffff58;
    border: 3px solid #000;
    padding: 1rem;
}
.faq p{
    color: #ff0000;
    font-weight: 500;
}
.faq h4{
    font-family: serif;
    font-weight: bold;
}
.div7{
    background-color: #000;
    padding: 1rem;
}
.result-box{
    border: 4px solid #ff0000;
    padding: .5rem 1rem;
    border-radius: 50rem;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0 1rem;
    background-color: #fff;
}
.copyright{
    text-align: center;
    margin: 1rem 0;
    background-color: #ff0000;
    color: #fff;
    padding: 0.1rem 0;
}
.copyright a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.new-img-gif{
	width: 30px;
	margin-right: -35px;
}
@media only screen and (max-width: 768px){
table.table.table-index.table-dark.table-striped thead tr th {
    font-size: 13px;
}
}
/* index page end */





.whatsapp {
  width: 60px;
  height: 60px;
  background: #2bb140;
  font-size: 35px;
  line-height: 50px;
  text-align:center;
  border-radius: 50%;
  position: fixed;
  bottom: 45px;
  left: 20px;
  z-index: 999;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
.whatsapp a,
.whatsapp a:hover,
.whatsapp a:focus {
  color: #fff;
  display: block;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
    box-shadow: 0 0 7px 7px rgba(131, 0, 174, 0.55);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}

.whatsapp-img{
    width: 40px;
}
.home-table{
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
.home-table>thead {
    vertical-align: middle;
}
.table-chart>:not(caption)>*>*{
    padding: 0.5rem 0;
}