.top-menu {
    background-color: #d01d23;
    padding: 0 0 40px 0;
}

.top-menu .welcome-text h4 {
    color: white;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 12px;
}

.top-menu .social-icons li a {
    background: #ffffff;
    padding: 8px 18px;
    color: #133e60;
    display: block;
}

.top-menu .social-icons li {
    list-style: none;
}

.top-menu .social-icons ul {
    display: flex;
    margin-left: -32px;
    margin-bottom: 0;
}

.top-menu .top-address h6 {
    color: white;
}

.top-menu .top-address {
    display: flex;
    margin-top: 10px;
}

.top-menu .top-address i {
    margin-top: 1px;
    color: white;
    margin-right: 10px;
}

.top-menu .top-mail {
    display: flex;
    margin-top: 10px;
}

.top-menu .top-mail i {
    margin-top: 1px;
    color: white;
    margin-right: 10px;
}

.top-menu .top-mail h6 {
    color: white;
}

/* header */
header .navbar-design .container {
    background: #184263;
    padding: 0px 23px;
    border-bottom: 3px solid #174163;
    border-radius: 10px;
}

header .navbar-design {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 99;
}

header .navbar-design li a {
    color: white;
    margin: 0 14px;
    font-weight: 500;
    font-size: 17px;
}

.navbar-collapse {
    flex-basis: inherit;
    flex-grow: inherit;
}

header .navbar-design li a:hover {
    color: #d01d23;
}

header .navbar-design .dropdown-item {
    color: #133e60;
    font-weight: 500;
    margin: 0 0 !important;
}

header .navbar-design .dropdown-item:hover {
    color: white;
    background: #133e60;
}

header .navbar-design li a:active {
    color: white;
}

header .navbar-design .dropdown-menu {
    padding: 0;
}

header .navbar-design .navbar-nav {
    margin: auto;
    margin-top: 0;
}

header .navbar-design .navbar-brand img {
    width: 100%;
    padding: 10px 18px;
}

header .navbar-design .navbar-brand {
    width: 13%;
}

header .navbar-design .call-button a i {
    margin-right: 9px;
}

header .navbar-design .call-button a {
    color: white;
    text-decoration: none;
}

header .navbar-design .call-button {
    padding: 11px 30px;
    border: 2px solid #d01d23;
    background: #d01d23;
}

/* header */

.submenu {
    visibility: hidden;
    background: #d01d23;
    position: absolute;
    top: 89px;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
}

.dropdown-hover:hover .submenu {
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.submenu li a {
    color: #ffffff !important;
    text-decoration: none;
    padding: 10px 14px;
    width: 100% !important;
    border-bottom: 1px solid #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: block;
    margin-left: 0px !important;
    transition: 0.3s;
}

.submenu li {
    margin-left: -32px;
    list-style: none;
}

.submenu li a:hover {
    background-color: #174163;
    transition: 0.3s;
}

header .navbar-toggler-icon i {
    margin-top: 6px;
    color: white;
}

.navbar-toggler:focus {
    box-shadow: inherit;
}

@media (max-width:768px) {
    header {
        background: #184263;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
    }

    header .navbar-design .navbar-brand {
        width: 35%;
    }

    header .navbar-design .navbar-brand img {
        width: 100%;
        padding: 0;
    }

    header .navbar-design li { 
        border-bottom: 0.2px solid white;
    }
    header .navbar-design li a {
        font-weight: 300;
        font-size: 14px;
        padding: 9px 13px;
        margin-left: 0;
    }

    header .navbar-design .container {
        padding: 0 20px;
    }

    .top-menu .row {
        display: none;
    }

    .submenu {
        display: none;
        position: inherit;
    }

    .dropdown-hover:hover .submenu {
        display: block;
    }
}

@media (min-width:768px) and (max-width:1000px) {
    header .navbar-design {
        position: inherit;
    }

    .top-menu {
        background-color: #d01d23;
        padding: 0 0;
    }

    .top-menu .top-address h6,
    .top-menu .top-mail h6,
    .top-menu .welcome-text h4 {
        font-size: 10px;
        padding-top: 0px;
    }

    header .navbar-design .navbar-brand img {
        padding: 0;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
    }

    header .navbar-design li a {
        font-weight: 300;
        border-bottom: 0.2px solid white;
        font-size: 14px;
        padding: 9px 13px;
        margin-left: 0;
    }

    header {
        background: #184263;
    }

    .submenu {
        position: inherit;
    }

}

@media (min-width:992px) and (max-width:1200px) {

    .top-menu .top-address h6,
    .top-menu .top-mail h6,
    .top-menu .welcome-text h4 {
        font-size: 14px;
        padding-top: 1px;
    }

    header .navbar-design {
        left: 2%;
    }

    header .navbar-design .navbar-brand img {
        padding: 0;
    }

    header .navbar-design li a {
        font-size: 15px;
    }

    .submenu{
        top: 71px;
    }
}

@media (min-width:1200px) and (max-width:1400px) { 
    .submenu{
        top: 86px;
    }
}