/*
    AzulApp Template
    to edit the css for page you must create your css propriety followed by !important just to make sure that the code will work fine.
*/

h6 {
    text-transform: none;
}

.owl-dot{
    background: transparent;
	border: 1px solid #d77a61;
	height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
}

.owl-dot.active {
	background: #d77a61;
}

#pricing .pricing-table{
	background: #fff;
	padding: 70px 0px;
    box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);    
}

h1,
h2,
h3,
h4,
h5,
h6{
    text-transform: none;
}

h5{
    line-height: 28px;
}