html {
    position: relative;
    width: 100%;
}

body {
    position: relative;
    width: 100%;
    background: #7caeac;
}

.bodyCobntent {
    background: #fff;
    padding: 30px;
}

#OT-header {
    width: 100%;
}

#OT-header .headerImage {
    width: 100%;
    height: 172px;
    position: relative;
    margin-bottom: 20px
}

#OT-header .headerImage img {
    width: 100%;
    height: 100%;
}

#OT-header .Menuheader {
    background: var(--theme-2) !important;
}

#OT-header .Menuheader a {
    color: #fff;
    padding: 0 12px;
}