


/**/


#product-contact{
    padding:60px 0;
}

#product-contact .contact-banner{
    background:linear-gradient(135deg,#d4af37,#f5d547);
    border-radius:25px;
    padding:50px;
    overflow:hidden;
    position:relative;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

#product-contact .contact-banner:before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.15);
    border-radius:50%;
}

.contact-tag{
    display:inline-block;
    padding:8px 18px;
    background:rgba(255,255,255,.3);
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    color:#222;
}

#product-contact h2{
    font-size:28px;
    font-weight:800;
    color:#111;
    margin:20px 0 15px;
}

#product-contact p{
    font-size:18px;
    color:#333;
    line-height:1.8;
    margin:0;
}

.contact-btn{
    display:inline-block;
    padding:18px 40px;
    background:#0093dd;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
    margin-top:15px;
}

.contact-btn:hover{
    background:#fff;
    color:#111;
}

@media(max-width:768px){

#product-contact .contact-banner{
padding:30px 20px;
text-align:center;
}

#product-contact h2{
font-size:30px;
}

#product-contact p{
font-size:16px;
margin-bottom:20px;
}

}