
.input-form {
    max-width: 680px;
    /* margin-bottom: 200px; */
    margin-top: 20px;
    padding: 32px;

    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15)
}
.sb-nav-fixed .sb-topnav { z-index:2 }
.company_title {font-size: 1.85rem;padding-left: 1.3rem !important; }
.search_background { border-radius: 5px;height:50%;width:95%;position:fixed;left:50%;top:50%;transform: translate(-50%, -50%);min-width: 300px;min-height: 550px;max-width: 450px;background:#fff}
@media (max-width: 507px) {

   footer { display:none;}
   .input-form{ margin-bottom: 150px;}
   .sb-topnav { height: 65px;  }
   .company_title { font-size: 1.55rem;}
}

@media (max-width: 767px) {
    .input-form{
        margin-top:30px !important;
    }
}

@media (max-width: 1507px) {
    .input-form{
        margin-bottom: 60px !important;
    }
}
@media (max-height: 900px) {

    .input-form{
        margin-bottom: 60px !important;
    }
 }

.ui-widget.ui-widget-content { max-height: 350px; overflow-y:auto; overflow-x:hidden }
.ui-menu .ui-menu-item { color: #000;height: 40px;line-height: 40px;}

.form-check-input { border: 1px solid rgba(0, 0, 0, 0.25) !important; }