@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
.head-logo{
    display: flex;
    
    
}
.header-text-body{
    padding-left: 10px;
    justify-items: center;
}
.overlay_footer{
    background-color: rgba(12, 11, 11, 0.8);
}
.chart_box{
    background-color: #fafafa;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}
/* .pricing_box:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
} */
.about_header{
    background-image: url(../img/about_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 1;
}
.overlay_about{
    background-color: rgba(12, 11, 11, 0.6);
    height: 300px
}
.overlay_page{
    background-color: rgba(12, 11, 11, 0.8);
    height: 300px
}
.about_info h4{
    line-height: 30px;
    font-size:18px ;
    color: #777272!important;
}
.about_info p{
    line-height: 30px;
    font-size: 16px;
    padding: 5px 0px;
}
.overlay_testimonial {
    background-color: rgba(12, 11, 11, 0.75);
}

.section_heading_text{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.service_content2 p{
    font-size: 16px;
    line-height: 32px;
}
.service_content2 h3{
    font-size: 20px;
}
.service_content2 h3 + p{
    font-weight: 700;
    font-size: 16px;
}
.daily-price p{
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 700;
}
.daily-price{
    max-height: 600px;
    overflow-y: auto;
}
.prices_head2 {
    max-height: 600px;
    overflow-y: auto;
}
.management-list img{
    width: 100%;
}
.management-list p{
    font-size: 16px;
    line-height: 32px;
}
.section_heading h2{
    text-align: center;
}
.section_heading p{
    font-size: 18px!important;
    line-height: 32px;
}
.prices_head button{
    background-color: #053594;
    padding:4px 10px ;
    color: white;
    border-radius: 10px;
    font-size: 18px;
}
.prices_head button:hover{
    cursor: pointer;
    border: 1px solid #053594;
}

#webTicker .fa-arrow-up{
    color: green!important;
    font-size: 16px;
}
#webTicker .fa-arrow-down{
    font-size: 16px;
}
.bg-up{
    color: green!important;
}
/* .bg-down{
    color: red;
} */
