
/*
	================================================
	21. Media Quries
	================================================
*/
@media (min-width: 1367px) and (max-width: 2000px) {
   
   
}
@media (min-width: 1200px) and (max-width: 1366px) {

    

   }
        

@media (min-width: 992px) and (max-width: 1199px) {
  
    

}
@media (min-width: 768px) and (max-width: 991px) {
    .background-img {
        background-position: center;
        background-size: inherit;
    }
    .logo {
        width: 99px;
        position: relative;
        top: 0px;
    }
    .logo img{
        width: 55px;
    }
    .header .navbar-nav .nav-item {
        padding-left: 0px;
    }
    .slider-section h6 {
        text-align: left;
    }
    .checker-btn{
        top:60px;
    }
    .slider-section {
        padding: 70px 0px 169px 0px;
        position: relative;
    }
    .header-top .logo {
        width: 58px;
        position: relative;
        top: 0px;
    }
    .card-img {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .background-img {
        background-position: center;
        background-size: inherit;
    }
    .logo {
        width: 99px;
        position: relative;
        top: 0px;
    }
    .header-top .logo {
        width: 58px;
        position: relative;
        top: 0px;
    }
    .card-img {
        margin-bottom: 20px;
        text-align: center;
    }
    .logo img{
        width: 55px;
    }
    .header .navbar-nav .nav-item {
        padding-left: 0px;
    }
    .about-us h2 {
        margin-top: 30px;
    }
    .slider-section h6 {
        text-align: left;
    }
    .checker-btn{
        top:60px;
    }
    .slider-section {
        padding: 70px 0px 169px 0px;
        position: relative;
    }
    .navbar-light .navbar-toggler {
        color: #3b1066;
        border-color: transparent;
    }
}
