.banner-contant {
    position: relative;
    bottom: 50%;
    transform: translate(-1%, 60%);
    color: #fff;
}
.banner-color {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.banner-contant h1{
    color:#fff;
}
.banner-contant h5{
    color:#fff;
}
.t2:after {
    border-bottom: 7px solid #007bff;
    content: "";
    display: block;
    margin: 12px 0 12px 0;
}
.banner-slider .owl-nav{
    display: none;
}
.page-content {
    margin-top: 0;
    padding-bottom: 0px !important;
}

.covid-head li{
    list-style-type:none;
    margin-right: 15px;
    margin-left: 0px;
    border-radius: 10px;
    padding: 5px;
    background-color: #4f87fb;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-top: 5px;
}
.package-2 .site-button{
    padding: 0px 0px;
}
.packege-ul{
    position: absolute; bottom: 10px; width: 100%;
											right: -5px;
}
.actives, .btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #e12229 !important ;
    cursor: pointer;
    font-size: 18px;
  }
  .activess {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #e12229 !important  ;
    cursor: pointer;
    font-size: 18px;
  }
  .covid-icon-bx{
    height: 600px !important;
  }
  /* Style the active class, and buttons on mouse-over */
     .btn:hover {
    background-color: #666;
    color: white;
  }
  .c-test, .thy, .heart, .c-test1{
      display: none;
  }
/* .site-button{
    position: absolute; bottom: -80%; 
} */
@media (min-width: 992px){
.banner-contant {
    width: 40%;
}
.covid-head ul{
    display: flex;
}
}
@media (max-width: 992px){
    .banner-contant {
        width: 100%;
    }}