.img-flu{
    height: 650px !important;
    width: 350px;
}
.hearder-icon{
    width: 250px;
}
.home-how-bg{
    background-repeat: no-repeat !important; 
    height:220px ;
}
.home-feartur-bg{
    background-size: contain;
     background-repeat: no-repeat;
}
.abt-bg{
    background-size: cover !important; 
    background-repeat: no-repeat !important;
}
.abt-ls{
    margin-right: -50px !important;
}
.abt-ov{
    margin-top: -120px !important;
}
.time-indicator{
    font-size: smaller !important;
    font-weight: normal;
    font-family: Lato-Bold;
}
.tes-name{
    font-size: x-large !important;
    font-weight: bolder;
    font-family: Lato-Bold;
}
.testy-name{
    font-size: larger !important;
}
.testy-publish{
    font-size: small !important;
}
.h-80{
    height: 80% !important;
}
.spacer-0{
    height: 2px;
}
.spacer-3{
    height: 30px !important;
}
.spacer-5{
    height: 50px !important;
}
.spacer-8{
    height: 80px !important;
}
.spacer-10{
    height: 100px !important;
}
/* }
.dropbtn {
    background-color: #3498DB !important;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9 !important;
  }
  
  .dropdown {
    position: relative !important;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none !important;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {
    background-color: #ddd !important;
} */
  
  .show {display: block;}
@media(max-width:950px){
    .abt-bg{
        background-size: cover !important;
    }
    .abt-ls{
        margin-right: 0px !important;
    }
    .abt-ov{
        margin-top: 0px !important;
    }
}