
@media (max-width: 991px) {
.top-header{
    justify-content: center !important;
}
.header-logo{
    display: none;
}
.improvement-section .row .col-md-6{
    width: 100%;
}
.about-inner .row{
    flex-direction: column-reverse;
}
.about-inner .row .col-lg-4{
    margin-bottom: 30px;
}

}
@media (max-width: 600px) {
.top-header .text-muted{
     font-size: 10px !important;
     text-align: center;
}
.hero-btn a {
    padding: 10px 18px;
    background-color: transparent;
    border-radius: unset;
    color: #fff;
    font-size: 18px;
}
.about {
    padding: 50px 0;
    text-align: center;
}
 hr{
    display: none;
}
.blue-section {
    padding: 19px;
}
.about-bottom ul{
    padding-left: 0;
}
.about-bottom .col-10{
    width: 100%;
}
.service-icon {
    background: #000;
    width: 45px;
    height: 45px;
}
.service-icon i{
    font-size: 15px;
}
.col-10 ul li{
    margin-bottom: 20px;
}
.laptop-icon {
    width: 60px;
    /* margin: 0 auto; */
    margin-bottom: 15px;
}
.business-process-section h2 {
    font-size: 15px;
}
.contact-section {
    padding:50px 0;
}
.contact-section .col-lg-7{
    margin-top: 20px;
}
.common-banner {
    padding: 50px 0;
}
.stats-section {
    padding: 29px 0;
}
.contact-section input{
    margin-bottom: 20px;
    margin-top: 10px;
}
}