.award-name p{
    margin-bottom: 0;
}
.footer-contact-card p:last-child{
    font-size: 14px;
}

@media only screen and (min-width: 1200px) {
    .footer-card .footer-nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 28px);
        flex: 0 0 calc(100% - 28px);
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
    }
}

@media only screen and (min-width: 992px) {
    .hero-content h2 {
        font-size: 52px;
    }
}

@media (min-width: 400px) and (max-width: 575px) {
    .hero-section {
        margin-top: 140px;
    }
    .hero-content h2{
        text-shadow: 1px 1px #000;
    }
    .hero-content p{
        padding-right: 100px;
    }
    .magnet{
        display: none;
    }
}

.service-slide-card {
    padding: 40px 30px 20px 30px;
}

.btn-primary{
    background-color: #cba84e;
}
.about-section.style-two .about-thumbnail::before,
.service-swiper-slider-navigation > div{
    border-color: #cba84e;
}
.mission-vision-accordion .accordion-item .accordion-button:not(.collapsed),
.copyright.footer2{
    background-color: #cba84e;
}
.service-swiper-slider-navigation > div:hover, .service-swiper-slider-navigation > div:focus,
.footer-card .social-nav a:hover, .footer-card .social-nav a:focus{
    border-color: #cba84e;
    background-color: #cba84e;
}
.lawgis-scrolltop::before{
    background: conic-gradient(rgb(145, 98, 41) var(--scroll-progress), #cba84e 0);
}
.award-card:hover .award-serial,
.cookiealert,
.service-slide-card:hover, 
.service-slide-card:focus {
  background-color: #cba84e;
}
.service-card:hover .service-title, .service-card:focus .service-title{
    color: #cba84e;
}

#whatsapp-btn {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background: #198754;*/
    z-index: 999;
    border-radius: 50%;
}
#whatsapp-btn:hover {
    /*background: #06c069;*/
}