@media (max-width:1599px)
{
    header .menu-wrapper > li {
        margin-right: 20px;
    }
    header .menu-wrapper > li.parent-dropdown-menu {
        margin-right: 40px;
    }
}

@media (max-width:1399px)
{
    header .menu-wrapper > li > a, header .menu-wrapper a{
        font-size: 20px;
    }
    header .menu-wrapper > li {
        margin-right: 15px;
    }
    header .menu-wrapper > li.parent-dropdown-menu {
        margin-right: 35px;
    }
}

@media (max-width:1199px)
{
    .wrap-menu-custom {
        display: none;
    }
    header .content-header {
        justify-content: center;
    }
}

@media (max-width:991px)
{
    footer{
        display: none;
    }
}

@media (max-width:767px)
{
    .section__account--main {
        padding: 115px 0 100px;
    }
    .account__left--details .title {
        margin-bottom: 15px;
    }
    .section__account--main .container,
    .section__account--main .col-lg-4,
    .section__account--main .col-lg-8{
        padding-left: 15px;
        padding-right: 15px;
    }
    .section__account--main .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
