/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.bg-white{
    background-color: #fff !important;
}

.box_shadow4{
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
}

.small_padding{
    padding: 50px;
}

.fancy_style1{
    margin-left: -65px;
    z-index: 2;
    position: relative;
}

.linha-times{
    width: 100%;
    border: 3px solid #03a9f4;
    border-radius: 10px;
    
}

.faq-heading{
    color: #ffffff !important;
    background-color: #1e73be !important;
    border-color: #1e73be !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; 
}

