#main-header-collapse .nav-item-cloned{
    display: none;
}

.hidden{
    display: none;
}

div#popup-modal {
    height: 85%;
}

#popup-modal .lqd-modal-foot .btn {
    background-image: linear-gradient(to right, #be1d2d, #1b3e77);
    border: none;
    color: white;
    padding: 0 2.8em;
}

.formtitle{ 
    border-bottom: 1px solid #d5d6de;
        margin-top: 0;  padding-bottom: 10px;
        margin-bottom: 35px;}
.border-space{border: 1px dashed #c1c1c1; margin-top: 35px; margin-bottom: 45px;} 
#contactform label{ font-size: 12px; margin-bottom: 0; line-height: 10px;}  

.titlebold {
    font-weight: 400 !important;
    color: #1b3e77;
}
.pricing-table-colorful {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.1) 0 1px 15px!important;
    border-radius: 15px;
}
.location-block{
    min-height: 350px;
    align-items: top;
    -webkit-box-align: baseline !important;
}
.iconbox .contents p{ line-height: 20px;}
.iconbox-xl .iconbox-icon-container {
    font-size: 50px; margin-bottom: 20px;
}

.submenu-expander {
    display: none;
    position: absolute;
    top: 56%;
    left: auto;
    z-index: 3;
    font-size: 18px;
    width: 36px;
    height: 36px;
    margin-left: -8px;
    border-radius: 3px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px;
}

.submenu-expander:hover{
    background: none;
}

.menu-item-has-children{
    margin-right: 10px;
}

.main-nav .children, .nav-item-children {
    padding: 0em 0;
}

.main-nav .children>li>a, .nav-item-children>li>a {
    display: block;
    padding: 0.7em 1.5em;
    width: 100%;
    color: #797b86;
}

.newmenu{
    position: absolute;
    font-size: 9px;
    height: 15px;
    line-height: 11px;
    top: -16px;
    left: -10px;
    color: #fff;
}
.newmenu img{ width: 20px;}
.newtxt{ position: relative;}


/* Keyframes */
@keyframes change-background {
    0% {
      background: #B81E30;
    }
    50% {
      background: #213D74;
    }
    100% {
      background: #B81E30;
    }
  }