i {
    color: #6fbf52;
}

.container span{
    display: inline-block;
    padding-right: 10px;

}
#cleaning-heading{
    width: 50%
}
.header-topline{
    background-color: #f9f9fa;
    color: #899198;
    font-family: sans-serif;
    font-size: 14px;
}
.header-topline-right{
    color: #425d74;
    font-size: 16px;
}
.header-topline-right i{
    padding-left: 10px;
    padding-right: 10px;
}
.bg-white{
    background-color: white;
}
#aside .list-group-item{
    background-color: #f9f9fa;
}
#aside .list-group-item:hover{
 
   background-color: white;
    border-left: 3px solid #0d6efd;
}
.prices-box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.prices-box {
    text-align: center;
    margin: 5px 0 5px;
    padding: 40px 0 50px;
    background-color: #fff;
    border-radius: 10px;
}
.prices-box-price {
    background-color: #f9f9fa;
    padding: 18px 0;
    margin-bottom: 34px;
}

.prices-box-price b{
    display: block;
    font-size: 48px;
    line-height: 1em;
    font-weight: bold;
    color: #4ba0e8;
}

.prices-box-price span{
    display: block;
    font-size: 16px;
    padding: 0;
}

#nav-brand{
    padding-right: 30%;
}
.width{
    width: 50%;
}
.nav-item a{
    font-family: Verdana !important;
    color: #3d4c58;
    font-weight: 600;
}
#topline{
    display: flex;
}
.navbar a:hover{
    color: #4ba0e8;
}

.active a{
    color: #4ba0e8;
}

.navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#small-service{
    display: none;
}

@media screen and (max-width: 500px) {

    #small-service{
        display: block;
        
    }
    #carouselExampleSlidesOnly{
        display: none;
        }
        #nav-brand{
            padding-right: 0;
        }
        
   #cleaning-heading{
       width: 95%;
       text-align: justify;
       
   }
   #topline{
       display: none;
   }
   .width{
    width: 90%;
}
}
@media screen and (max-width: 769px) {
    #small-service{
        display: block;
        
    }
    #carouselExampleSlidesOnly{
        display: none;
        }
        #topline{
            display: none;
        }
}
@media screen and (max-width: 1025px) {
    #topline{
        display: none;
    }
}