﻿#preloader-wrapper {
    background: linear-gradient(to right, #bc0820 0%, #e10813 100%);
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway", sans-serif;
    color: #4c5462;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
}
.h1 {
    font-size: 48px;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 24px;
    color: #2b323f;
}
.h4 {
    font-size: 20px;
    color: #2b323f;
    font-weight: 600;
}
.h5 {
    font-size: 18px;
    color: #2b323f;
    font-weight: 600;
}
.h6 {
    font-size: 16px;
}
.list-styled {
    padding-left: 15px;
}
.list-styled li {
    list-style: square;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar.affix {
    background: #fff;
}
.navbar.affix  a {
    color: #4c5462;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > .active > a {
    color: #bc0820;
}
#download-area {
    position: relative;
}
#angle-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slider-text .h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-heading {
    width: 100%;
}

.hiw-feature-content .store-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hiw-feature-details .h5 {
    text-transform: uppercase;
    margin: 0;
}
.hiw-feature-icon, .hiw-feature-details {
    vertical-align: middle;
}
.hiw-feature-icon img {
    margin-top: 0;
}

.hiw-mockup {
    top: -40px;
}
.store-buttons {
    margin-top: 150px;
}

@media (min-width: 1200px) and (max-width: 1599px) {  
    .hiw-feature+.hiw-feature {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {  
    .hiw-mockup img {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .hiw-mockup {
        top: 0;
    }    
}

.panel::before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #bc0820 0%, #e10813 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #bc0820 0%, #e10813 100%) repeat scroll 0 0;
}
.panel-title {
   font-weight: 600;
}


.faq-right-img-mockup {
    left: -150px;
    position: absolute;
    top: 100px;
}

#footer-area {
    background-color: #4c5462;
    padding-top: 10em;
}


.map-container {
    width: 100%;
    height: 660px;
    position: relative;
    overflow: hidden;      
}
.map-container iframe, .map-container .map-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
iframe[src*="google.com/maps"] {
    border: none;
}
.contact-box-inner {
    background-color: #bc0820;
}
.contact-box-inner .address-box {
    background-color: #bc0820;
}

@media (min-width: 320px) and (max-width: 767px) {
    .map-container {
        width: 100%;
        height: 400px;
    }    
    .contact-box .container {
        padding-right: 0;
        padding-left: 0;
        max-width: none;
    }   
    .contact-box .container .row {
        margin: auto;
    }     
    .contact-box [class*='col-'] {
        padding: 0;
    }      
}

.form-note {
    font-size: smaller;
    color: #fff;
    text-align: justify;
    line-height: 1.4;
}
.form-note a {
    color: #fff;
}
.download-app p {
    line-height: 30px;
}