/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
.sticky img.img-fluid.img-logo {
    width: 60px;
}
.tollfree-div{
 display: none;
}
ul.navbar-nav.mx-auto.mb-2.mb-lg-0 {
    background-color: #fff;
    padding: 8px 0px;
    border-radius: 10px;
}
a.nav-link {
    padding: 3px 0px;
}
.main-banner-content ul li img {
    width: 130px;
}
section#main-banner{
 min-height: 400px;
}
section#aboutus-section {
    margin-top: 30px;
}
.abt-text-list {
    margin-top: 20px;
}
section#categories {
    margin-top: 40px;
}
section#download-app {
    margin-top: 30px;
}
.user-app-background {
    margin-bottom: 20px;
    min-height: 150px;
    padding: 50px 20px;
}
.driver-app-background {
    margin-bottom: 20px;
    min-height: 150px;
    padding: 50px 20px;
}
.user-app-background ul li{
 width:40%;
}
.driver-app-background ul li{
 width:40%;
}
section#app-features {
    margin-top: 30px;
}
footer{
 margin-top:30px;
}
.footer-section {
    margin-top: 10px;
}
.footer-company-info {
    border-right: none;
    min-height: 290px;
}
.pl-10 {
    padding-left: 0px;
}
.copyright-link ul{
 text-align: left;
}
.breadcrumb-anchor {
    text-align: left;
}
.breadcrumb-anchor ul li {
    padding: 0 5px 5px 0px;
}
section#testimonials {
    margin-top: 20px;
}
.section-title.mb-4 p {
    width: 100%;
    margin: auto;
}
.contact-page-info{
 margin-bottom: 20px;
}
.app-screen-text {
    margin-top: 20px;
    margin-bottom: 40px;
}
.app-screen img {
    width: 280px;
}
.app-screen-driver img {
    width: 280px;
}
.app-screen {
    text-align: left;
}





}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
 .abt-text-list {
    margin-top: 20px;
}
.user-app-background{
 margin-bottom: 30px;
}
section#main-banner{
 min-height: 400px;
}
.tollfree-div{
 display: none;
}
ul.navbar-nav.mx-auto.mb-2.mb-lg-0 {
    background-color: #fff;
    padding: 8px 0px;
    border-radius: 10px;
}


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .user-app-background ul li{
 width:40%;
}

.driver-app-background ul li{
 width:40%;
}
header#header .container, .container-lg, .container-md, .container-sm {
    max-width: 1020px !important;
}
li.nav-item {
    padding: 0 0px;
}



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  

}