.header-container {
    height:100%;
}
.title-area img {
    height: 45px;
}
.heading {
    height: 100%;
}
.medium-padding {
    padding: 80px 0 80px 0;
}
p.price {
    font-size: 25px;
    margin: 30px 0 10px 0;
}
.price span {
    font-size: 32px;
}
.custom-bg h2 {
    color:#40454b;
    text-align: center;
    margin-bottom: 30px;font-family: "Arial Narrow", Arial, sans-serif;
    font-stretch: condensed;
    font-weight: bold;

}
.custom-bg span {
    font-size: 80px;
}
.custom-bg p {
    text-align: center;
    color: #40454b;
    font-size: 18px;
    margin-top:0;
    font-weight: 300;
    margin-bottom:0;
}


.small-padding-top {
    padding: 60px 0 60px 0;
}

.custom-button {
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    background-color:#0069ff;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin:auto;
}

.custom-button:hover {
    color: #fff;
    background-color: #27d097;
    transition: 0.3s;
}

.custom-bg {
    background-color: rgba(0, 83, 160, 0.12);
    padding: 60px 0 60px 0;
    
}

.char p {
    margin:0;
    color: #fff;
}

.char-install p {
    margin:0;
}

.margin-bottom {
    margin-bottom:20px;
}

.about-product h5 {
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
    color: #40454b;
}

.about-product {
    background: #fff;
}

.about-product p {
    color: #40454b;
    font-weight:300;
    font-size:16px;
}

.about-product h1 {
    color: #40454b;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 4.0rem;
}

.asked-question h2 {
    color: #40454b;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

.asked-question {
    background: #f3f8fe;
}

.asked-question p {
    color: #40454b;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.asked-question-2 h2 {
    color: #40454b;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

.asked-question-2 {
    background: #fff;
}

.asked-question-2 p {
    color: #40454b;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}



.text-align {
    text-align: center;
}

.button-padding {
    padding-top:30px;
}


.installation {
    background: #f3f8fe;
}

.installation h2 {
    color: #40454b;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

.small-padding-top-2 {
    padding:0 0 60px 0;
}

.installation p {
    text-align: center;
    color: #40454b;
    font-size: 16px;
    font-weight:300;
}

.footer {
    background-color:#0069ff;
}

.footer p {
    color: #fff;
    font-size:12px;
    margin: 0;
    font-weight: 900;
}

.footer a {
    color: #fff;
    margin: 0;
    font-weight: 900;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-padding {
    padding:20px 0 20px 0;
}

.char-install h5 {
    font-size:18px;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 15px;
    font-weight: 300;
    color: #0069ff;
}

.new-margin {
    margin-top: 30px;
}

.install-img {
    margin: 40px 0 40px 0;
}

.box-custom {
    background-color: #eee;
    padding: 40px 40px 40px 40px;
    cursor:pointer;
    color: #40454b;border:1px solid transparent;
    text-align: center
}

.box-custom:hover {
    background-color:#fff;
    color: #40454b; border:1px solid #eee;
}


.box-custom img {
    width: 150px;
    margin-top: 10px;
}

.box-custom h5 {
    font-weight: 900;
    font-size: 2rem;
    margin: 0;
}

.active-custom {
    background-color: #f7f7f7;
}

.footer {
    padding: 20px;
}

.footer a {
    color:white;
    font-weight:bold;

}
.footer a:hover {
    text-decoration:underline;
}

.footer p{
    margin-right:20px;
    float:left;
    font-weight:300;
    color:white;
}

.partners {
    background-color: #f7f7f7;
    border-top: 3px solid #fff;
}

.partners img {
    width: 120px;
    opacity: 0.5;
}

.partners img:hover {
    opacity:1.0;
    cursor:pointer;
}

.partners-box {
    text-align: center;
}

.product-2 img{
    width:100px;
}

.product-2 p {
    color: #40454b;
    font-weight: 300;
    font-size: 16px;
}

.product-2 h5 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
    color: #40454b;
}

.product-2-margin {
    margin-top:40px;
}

.product-2-padding {
    padding:60px 0 0 0;
}

.custom-footer {
    background: #0069ff;
}

.custom-footer h5{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    font-weight: 900;
    color: #fff;
}

.custom-footer p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin:0;
}

.custom-footer a {
    color: #fff;
}

.custom-footer a:hover {
    text-decoration: underline;
}

a.custom-active {
    color: #27d097;
}


.custom-border-right {
    border-right: 3px solid #f3f8fe;
}

.small-padding-top-product {
    padding: 60px 0 0 0;
}

.custom-product-button {
    text-transform: lowercase;;
    background-color: #27d097;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 10px;
    float: left
}

.custom-product-button-2 {
    text-transform: lowercase;;
    background-color: #E53935;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    border-radius: 50px;
    font-size: 0.8rem;
    margin-bottom: 10px;;
    margin-left: 10px;
    font-weight: 900;
    float: left;
}

.custom-product-button-3 {
    text-transform: lowercase;;
    background-color: #E53935;
    display: inline-block;
    padding: 3px 20px;
    float: right;
    color: #fff;
    border-radius: 50px;
    font-size: 0.8rem;
    margin-bottom: 10px;;
    margin-left: 3px;
    font-weight: 900;
    float: right;
}

.box-custom-buttons {
    display: inline-block;
}

.custom-contact {
    text-align: center;
}

.custom-contact img {
    margin-bottom: 15px;
}

.custom-contact h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #40454b;   
    margin: 0
}

.custom-contact p {
    color: #40454b;
    font-family: 'Open Sans', sans-serif;
    margin: 0;

}

.custom-contact-padding {
    padding:60px 0 0 0 ;
}

.custom-footer-padding {
    padding:60px 0 60px 0;
}

.custom-partners {
    text-align: center;
    background: #27d097;
}

.custom-partners img {
    opacity: 0.8;
}

.custom-partners img:hover {
    opacity:1.0;
    cursor: pointer;
}
