@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

.footer-wrap .footer-widget .footer-logo img{
    width: 250px;
}
.about-content-box{
    /* background: #9c8321; */
    padding: 8px;
    border-radius: 8px;
    background: #EFEFBB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #D4D3DD, #EFEFBB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #D4D3DD, #f7f0d6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.about-content-box img{
    width: 73px;
    background: #9c8321;
    padding: 1px;
    border-radius: 54px;
}
.about-content-box h4{
    color: #002856;
    font-size: 17px;
    padding-left: 14px;
    font-weight: 500;
}
.cat-service-info{
    background-color: rgba(250,250,250,0.15);
    padding: 40px;
    border-radius: 12px;
}
.cat-service-info p{color: #fff;font-family: 'DM Sans', sans-serif;}
#results{
    background: linear-gradient(to right, #ffffff, #e9e4cd);
    padding-top: 50px;
}
#faqs{
    padding-top: 50px;
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #e3f8f7 100%);
}
.appointment-form {
    padding: 30px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid rgba(0,40,86,.2);
    background-image: linear-gradient(to top, #f0ecdd 0%, white 100%);
    margin: 9px;
}
.appointment-form .form-group input{
    width: 100%;
    border: none;
    padding: 13px 15px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid rgba(0,40,86,.2);
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
}
.appointment-form h3{
    color: #9c8321;
    font-size: 24px;
    text-align: center;
    font-weight: 200;
    padding-bottom: 23px;
}
.appointment-form .form-group label{
    padding-bottom: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #02254b;
    font-size: 16px;
}  
.appointment-form .form-group textarea{background-image: linear-gradient(to top, #f0ecdd 0%, white 100%);}
.default-btn {
    background-color: #02254b;
    border-color: #fff1ed;
    color: #ffffff;
    padding: 16px 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
}
/*start footer whatsapp and call buttons*/
  .footer-stick {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 85%;
    z-index: 100;
  }
.footer-stick {
    display: none;
}
  .footer-stick .call-btn {
    /* background-color: #008d86; */
    padding: 10px 0;
    position: relative;
  }

  .footer-stick .call-btn span,
  .footer-stick .whats-btn span {
    position: absolute;
    top: 8px;
    left: 40px;
    z-index: -1;
    border: 2px solid #e8d071;
    border-radius: 20px;
    padding: 10px 20px 10px 30px;
    width: 150px;
    text-align: center;
  }

  .footer-stick .call-btn span {
    background-color: #0b3a6d;
    background: linear-gradient(to right, #9a8222, #02254b);
  }

  .footer-stick .whats-btn span {
    background: linear-gradient(to right, #9a8222, #02254b);
  }

  .footer-stick a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
  }

  .footer-stick .whats-btn {
    /*background-color: #00e676;*/
    padding: 10px 0;
    position: relative;
  }

  .footer-stick img {
    width: 46px;
    margin-left: 30px;
  }  
  @media (max-width: 767.98px)
{.footer-stick {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 85%;
    z-index: 100;
}}
@media (max-width: 767.98px)
{.footer-stick img {
    width: 46px;
    margin-left: 30px;
}}