/*

Custom Css Starts Here

*/

.white-box {
    background-color: #fff;
    padding: 40px 20px;
    margin-bottom: 60px;
    margin-top: 150px;
    box-shadow: 0px 2px 8px #d8d8d8;
}

.product-headline h2 {
    text-align: center;
    font-size: 55px;
    color: #59b7c2;
}
.center{
	text-align: center;
}
.signs-img{
	width: 100%;
	max-width: 400px;
}
.m-30{
	margin-bottom: 30px;
	margin-top: 30px;
}

.signs-content p{
	font-size: 16px;
}
ul.default-list li {
    line-height: 2;
  	font-size: 16px;
}

h4.sub-heading {
    margin: 20px 0px;
    font-size: 20px;
    text-decoration: underline;
    color: #59b7c2;
}
a.download-button {
    font-size: 18px;
    color: #fff;
    background-color: #0174c7;
    padding: 12px 15px;
    text-transform: capitalize;
    display: inline-block;
    word-wrap: break-word;
    border: 2px solid;
    border-color: #076eb9;
    border-radius: 2px;
    font-weight: 700;
    transition: 0.4s ease;
}
.button{
	margin: 30px 0px;
}
a.download-button:hover {
    text-decoration: none;
    box-shadow: 0px 2px 4px #6b6a6a;
}



@media(max-width: 767px){

.product-headline h2 {

    font-size: 40px;

}	
.signs-content p{
	font-size: 15px;
}
a.download-button {
    font-size: 17px;
    color: #fff;
    background-color: #0174c7;
    padding: 10px 13px;

}
.signs-img {
    width: 100%;
    max-width: 300px;
}
}

@media(max-width: 475px){
.product-headline h2 {

    font-size: 30px;

}
.signs-content p{
	font-size: 14px;
}
a.download-button {
    font-size: 15px;
    color: #fff;
    background-color: #0174c7;
    padding: 8px 12px;

}
.signs-img {
    width: 100%;
    max-width: 250px;
}
	}