.width100 {
    width: 100% !important;
}
.about-us {
    padding: 70px 0;
}
.mq1 {
    font-size: 22px;
    font-weight: 600;
    color: #211000;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 0px;
}
.head1 {
    color: #c00000;
    font-weight: 700;
    font-size: 35px;
}

.bestcal a {
    font-size: 19px;
    padding: 5px 15px;
}

@media (max-width:991px){
    .bestcal a {
        font-size: 13px;
        padding: 5px 15px;
    }
    .best-header {
        font-size: 34px;
        line-height: 1.2;
    }
    .best-sub {
        font-size: 15px;
    }
}


.bestcal a.call{
	text-decoration:none;
	color:#fff;
    background-color: #c00000;
}
.bestcal a.wp{
	text-decoration:none;
	color:#fff;
    background-color: green;
}
.awards {
    padding: 70px 0;
    float: left;
    width: 100%;
}
.certificates {
    padding: 70px 0;
    float: left;
    width: 100%;
}
.client {
    padding: 70px 0;
    float: left;
    width: 100%;
}
.ft-icon {
    padding-left: 0px;
}
.as_servicedetail_wrapper {
    padding: 50px 0;
    float: left;
    width: 100%;
    background: aliceblue;
}
.as_heading {
    color: #c00000;
    font-weight: 700;
}
.pb-20 {
        padding-bottom: 20px !important;
    float: left;
    width: 100%;
}

/*========== Call & Whatsapp ==========*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.float:hover {
    color: white;
}
.phone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #ed563b;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.phone:hover {
    color: white;
}