/* white you custom css code here. only css code will work */
.grecaptcha-badge{
    width: 256px;
    height: 60px;
    display: block;
    transition: right 0.3s ease 0s;
    position: fixed;
    bottom: 14px;
    right: -186px;
    box-shadow: gray 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
}
.header-area.lawyer-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.header-area.lawyer-home:after {
    background-color: transparent;
}
html body .home-21.footer-area .copyright-area.copyright-bg {
    background: #333333 !important;
}
.site-footer {
  color: #cfcfcf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-left {
  justify-self: start;
}

.footer-center {
  justify-self: center;
  color: #bdbdbd;
}

.footer-center .brand {
  color: #ffffff;
  font-weight: 600;
  margin-left: 4px;
}

.footer-right {
  justify-self: end;
  display: flex;
  gap: 10px;
}

/* Social icons */
.social {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

/* Individual colors */
.social.fb {
  background-color: #6cc04a;
}

.social.ig,
.social.tw {
  background-color: #3a3a3a;
}

.top-bar-inner .btn-wrapper .boxed-btn {
 
   height: 46px !important;
   border-radius: 50px;
   min-width: 120px;
   padding: 12px 10px;
 
}

.header-area .btn-wrapper .boxed-btn.blank {
    background: #FF9811 !important;
    border-radius: 50px !important;
    min-width: unset !important;
    padding: 15.5px 51.5px !important;
    border-color:#FF9811 !important;
    margin-left: 15px !important;
}
.header-area .btn-wrapper .boxed-btn {
    background: #5DA12C !important;
    border-radius: 50px !important;
    min-width: unset !important;
    padding: 15.5px 40px !important;
}

.header-area .description {
  font-size: 26px;
   font-weight: 600;
}

.header-slider-wrapper .header-area {
    padding: 187px 0 187px !important;
}

.footer-area .widget.footer-widget .widget-title {
 font-size: 20px;
font-weight: 600; 
color: #5DA12C;
}


@media (min-width: 992px) {
    .footer-top .col-lg-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}