﻿/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .zirox-header-3__navbar .ud-main-menu__links {
        margin-top: 23px;
    }

    body > form {
        position: relative;
        min-height: 100vh;
        padding-bottom: 290px;
    }

    .zirox-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .contactUs h3,
    .contactUs ul {
        display: inline-block;
    }

    .contactUs h3 {
        vertical-align: top;
        font-size: 30px;
        padding-top: 15px;
        padding-right: 25px;
    }

    .contactUs ul {
        margin-top: 50px;
        border-left: 1px dashed rgba(255,255,255,0.3);
        padding-left: 25px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .contactUs h3,
    .contactUs ul {
        display: inline-block;
    }

    .contactUs h3 {
        vertical-align: top;
        font-size: 30px;
        padding-top: 15px;
        padding-right: 25px;
    }

    .contactUs ul {
        margin-top: 50px;
        border-left: 1px dashed rgba(255,255,255,0.3);
        padding-left: 25px;
    }

    .zirox-header-3__navbar .ud-main-menu__links {
        margin-top: 23px;
    }

    body > form {
        position: relative;
        min-height: 100vh;
        padding-bottom: 290px;
    }

    .zirox-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .zirox-header__top-bar__right {
        gap: 10px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    body > form {
        position: relative;
        min-height: 100vh;
        padding-bottom: 290px;
    }

    .zirox-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .zirox-header__top-bar__right {
        gap: 15px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .zirox-testimonials--home-3 .zirox-testimonials__text h2 {
        text-align: left;
    }

    .zirox-header__top-bar__right {
        gap: 15px;
    }
}

/*Small devices (landscape phones, 576px and up*/
@media (min-width: 576px) and (max-width: 767px) {
    .bibalex {
        max-width: 170px;
        margin-bottom: 20px
    }


    .zirox-testimonials--home-3 .zirox-testimonials__text h2 {
        text-align: left;
    }

    .zirox-header__top-bar__right img {
        width: 170px;
    }

    .zirox-header__top-bar__right {
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .shadedRow {
        background-color: #f5f5f5;
        margin-bottom: 10px;
        border: 1px solid #eaeaea;
    }

        .shadedRow .form-check {
            padding: 10px 15px;
        }

    .partners img {
        max-width: 170px;
        margin-bottom: 20px
    }

    .bibalex {
        max-width: 150px !important;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .navbar-brand .date {
        text-transform: none;
        font-size: 12px;
    }

    .btn-yellow {
        font-size: 14px;
        padding: 4px 5px;
    }

    .zirox-header__top-bar__right img {
        width: 130px;
    }

    .zirox-header__top-bar__right .zirox-hamburger-menu {
        margin-right: 0;
    }

    .zirox-header__top-bar__right {
        gap: 0px;
        margin-left: 10px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    .zirox-testimonials--home-3 .zirox-testimonials__text h2 {
        text-align: left;
        font-size: 35px;
        line-height: normal;
    }

    .innerPages {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
