.section {
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.bg-light-grey{
    background: #f5f7f9 !important;
}

.btn.btn-whatsapp {
    background-color: #25D366;
    color: #fff;
}

.btn.btn-whatsapp.btn-icon-only {
    padding: 1.29rem;
}

footer .btn-inner--icon i {
    top: -14px !important;
    left: -10px !important;
    font-size: 20px !important;
    position: relative;
}

.navbar-brand {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .05px;
}

.navbar-brand img {
    height: 55px;
}


.nav-link i:not(.fa) {
    position: relative;
    top: 0px;
    font-size: 17px;
}

.dropdown-toggle:after {
    vertical-align: 0.150em !important;
}

.carousel-control{
    width: 50px;
    height: 50px;
    background-color: #026628!important;
    opacity: 1;
    top: 45%;
    border-radius: 50%;
}

.carousel-control-prev{
    left:5%;
}

.carousel-control-next{
    right:5%;
}

.rounded-end{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.pest-icon{
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.icon {
    width: 4rem;
    height: 3rem;
}

.pest-icon-circle{
    width: 60px;
    display: block;
    margin: auto;
}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: #2742db;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-line-big-icons .title {
    font-size: 1.3rem !important;
}

.about-icon{
    width:50px;
}

@media (min-width: 768px){
    .section-hero {
        min-height: auto !important;
    }
}

.service-details p{
    font-size: 18px !important;
    color:#000000 !important;
    font-weight: 4 00;
}