.widget-snippet .home-bookconsultation:before {
    content: '';
    background-color: rgba(255,127,0,0.70);
    width: 100%;
    position: absolute;
    height: 100%;
}
.widget-snippet .home-bookconsultation {
    background: url(/template/7663bd01/images/bookconsultation.jpg) no-repeat;
    position: relative;
    background-size: cover;
}
.widget-snippet .home-bookconsultation-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 57px 15px;
}
.widget-snippet .home-bookconsultation p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 45px;
}
.widget-snippet .home-bookconsultation p strong{
    font-weight: 600;
}
.widget-snippet .home-bookconsultation-btn a {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    border: 1px solid #fff;
    text-align: center;
    margin: 0;
    padding: 18px 33px;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease 0s;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}
.widget-snippet .home-bookconsultation-btn a:hover {
    background-color: #3361b5;
    border: 1px solid #3361b5;
    color: #fff;
}
