/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body {
    font-family: "Adobe Clean", Poppins, Helvetica, sans-serif;
    font-size: 1rem
}

header.header.sticky {
    padding: 5px 20px
}

@media (max-width:991px) {
    header.header.sticky {
        padding: 15px 15px 5px 15px
    }
}

.main-menu>ul>li span>a {
    font-size: 1.1rem;
    font-weight: 500
}

:root {
    font-size: 16px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 125px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.circle-list {
    list-style-type: circle;
}

p {
    margin-bottom: 15px;
}

.hero_in .wrapper h1 {
    text-transform: capitalize;
}

.box_detail {
    margin-bottom: 5px;
}

.btn-number {
    font-weight: 500;
    height: 45px;
    border-radius: 0px;
}

.form-control {
    font-size: 1rem;
}

.call_section {

    background: url('/assets/custom/images/felipe-helfstein-1782275.jpg') center center no-repeat fixed;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 10% 0;

}

a.boxed_list {
    border: 1px solid #a8a8a8;
}

a.btn_1,
.btn_1 {
    background: #32a067;
}

a {
    color: #32a067;
}

.widget-title h4 {
    font-size: 1.2rem;
}

.box_detail .price>span>small {
    font-size: 1rem;
}

.box_grid figure {
    height: 310px;
}

.accordion_2 .card-header h5 a {
    border: 0;
    display: block;
    color: #32a067;
}