/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.8.2018, 9:18:26
    Author     : siavash
*/

.bg-light {
    background-color: #f8f9fa!important;
}

header.masthead{background-image:url(../img/landing_bg_red.jpg);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;text-align:center;color:#fff}
header.masthead{
    height: 85vh;
    min-height: 400px;
}
.text_area_icon img{
    height: auto;
    max-width: 100%;
}
.modal-backdrop{
    opacity: 0.5;
}
footer,.text_area_footer{
    color: #fff!important;
}
.banner_top img{
    max-height: 300px;
    min-height: 300px;
    max-width: 100%;

}
.main_form_smb{
    margin: 0 20px 0 40px;
}
/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 479px)  {
    .h-100{
        height: auto!important;
    }
    section {
        overflow-x: scroll;
    }
    .banner_top img{
        max-height: 150px;
        min-height: 150px;


    }
    .main_form_smb{
        margin: 0 10px 0 5px;
    }
    header.masthead{
        height: min-content;
        min-height: 400px;
    }
    #_hj_feedback_container{
        display: none;
    }
    .mastheadDiv{
        margin-top: 10px!important;
        margin-bottom: 20px!important;
    }
}
@media (max-width: 575.98px) { 
    header.masthead{
        height: min-content;
        min-height: 400px;
    }
}
@media (max-width: 767.98px) { 
    header.masthead{
        height: min-content;
        min-height: 400px;
    }
    
}
@media (min-width: 768px) {

}