.navbar {
    height: 80px
}
.bsubhead {
    color: rgb(253, 210, 92);
    font-size: 18px;
    font-weight: bold;
}
.jumbotron {
    margin-bottom: 0;
    background: url("img/contact-us-allianz-partners.jpeg");
    background-position: right;
    min-height: 510px;
    overflow: hidden;
}
.jumbotron img {
    display: none
}
.navbar-toggler {
    display: none
}
.navbar-collapse {
    display: inline-block;
    vertical-align: middle;
}
.collapse:not(.show) {
    display: inline-block;
}

.btn.btn-outline-secondary {
    background-color: #007ab3;
    color: #fff;
    border-color: #007ab3;
    position: absolute;
    margin: 0 auto;
    bottom: 17px;
    left: 50%;
    margin-left: -94px;
    z-index: 999;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active {
    background-color: #075994;
    border-color: #075994;
    color: #fff;

   
}
.btn.my-2 {
    background-color: #007ab3;
    color: #fff;
    border-color: #007ab3;
    display: inline-block!important;
    margin: 0 auto;
    z-index: 999;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
}
.btn.my-2:hover {
    background-color: #075994;
    border-color: #075994;
    color: #fff;
}
.jumbotron-heading{
    color: rgb(253,210,92);
    font-size: 54px;
    text-transform: uppercase;
}
.jumbotron .text-muted {
    color: rgb(253,210,92)!important;
}
.card img {
    height: 100%;
    width: 100%;
}
.card-h span{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.label-foot{
    margin-bottom: 0;
    height: 94px;
    line-height: 94px;
    font-weight: bold;
    display: inline-block;
}
.item-gift img{
    max-width: 200px;
    display: block;
    margin: 0 auto;
    border: 1px solid #bfbfbf;
}
.form-group label {
    font-weight: bold;
}
.navbar .container.justify-content-between {
    display: block;
}
#horizontal-multilevel-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}
#horizontal-multilevel-menu li {
    display: inline-block;
    margin: 15px;    
}
#horizontal-multilevel-menu a.root-item {
    font-size: 16px;
    text-decoration: none;
    border-color: transparent;
    transition: font-weight .2s ease,color .2s ease;
    color: #414141;
}
#horizontal-multilevel-menu a.root-item:after {
    display: block;
    content: attr(aria-label);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#horizontal-multilevel-menu a.root-item:hover {
    color: #006192;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 4px solid #007ab3;
    padding-bottom: 0;
}
#horizontal-multilevel-menu a.root-item.selected {
    color: #006192;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 4px solid #007ab3;
    padding-bottom: 0;
}

#footer_menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}
#footer_menu li {
    display: inline-block;
    margin: 15px;    
}
#footer_menu li a{
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
}
.navbar-collapse.collapse.show {
    display: inline-block;
}
.navbar-toggler{
        float: right;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bg-form {
    background: url("img/allianz-partners-presence-mondiale.png");
    background-size: cover;
    background-position: center;
}
.form{
    margin-top: 40px;
}
.btn.btn-primary {
    background-color: #007ab3;
    color: #fff;
    border-color: #007ab3;
}
.btn.btn-primary:hover {
    background-color: #075994;
    border-color: #075994;
    color: #fff;
}
footer{
    border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 600px) {
  .jumbotron {
    padding: 0;
    background: none;
    min-height: auto;
  }
  .collapse:not(.show) {
    display: none;
  }
  .jumbotron .container {
    padding: 0;
  }
  .jumbotron img {
    display: inline-block;
    height: 230px;
    margin: 0 -189px;
  }
  .jumbotron-heading {
    font-size: 40px;
    line-height: 48px;
    margin-top: 40px;
  }
  #footer_menu li {
    width: 100%;
    text-align: center;
        margin: 10px 0;
  }
  .label-foot {
    text-align: center;
  }
  .navbar-collapse {
   /* position: absolute;*/
    /*left: 0;
    top: 80px;*/
    display: none;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    width: 100%;
  }
  .navbar-toggler {
    display: block
  }
  
  #horizontal-multilevel-menu li {
    width: 100%;
        border-bottom: 1px solid #d9d9d9;
    /* font-size: 18px; */
    padding: 0;
    line-height: 72px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
  }
  #horizontal-multilevel-menu li a{
    line-height: 72px;
    width: 100%;
    display: block;
  }
  
  #horizontal-multilevel-menu li a:hover {
    color: #006192;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 0px solid #007ab3;
    padding-bottom: 0;
  }
  .navbar {
    padding: 0;
  }
  .navbar .justify-content-between {
    padding: 0;
  }
  .navbar .justify-content-between .navbar-brand {
    padding-left: 24px;
  }
  .navbar .justify-content-between .navbar-toggler {
        padding-right: 20px;
  }
  .container.justify-content-between {
        line-height: 70px;
  }
  .navbar-toggler {
        margin-top: 23px;
  }
  #horizontal-multilevel-menu a.root-item:after {
    display: none;
  }
  

}