.studies::before {
    top: -22px !important;
}

.fancybox-container {
    z-index: 11111112;
}

.quote-video a {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-theme);
    text-decoration: underline;
}

ul.social-media-icon li a.i {
    background-color: #0073b2;
}

ul.social-media-icon li a.y {
    background-color: #ff0000;
}

ul.social-media-icon li a.tt {
    background-color: #f72b54;
}

form.one input[type="tel"],
form.one input[type="email"] {
    height: 66px;
    width: 100%;
    padding-left: 25px;
    outline: 0;
    border-radius: 50px;
    margin-bottom: 20px;
    color: #555;
    border: 1px solid #dedede;
}

form.one input[name="required"] {
    display: none;
}

form.one input[type="tel"]::placeholder,
form.one input[type="email"]::placeholder {
    color: #555555;
}

.box form.one input[type="tel"],
.box form.one input[type="email"] {
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}

form.one input.is-invalid {
    color: #bd4848 !important;
    border: 1px solid #bd4848 !important;
}

footer::before {
    opacity: 1;
}

/* Desktop large - 1500px et plus */
@media screen and (max-width: 1500px) {
    .hero-section-img:after {
        left: auto;
        right: 0;
    }
}

/* Desktop - 1400px */
@media screen and (max-width: 1399px) {
    header {
        left: 0;
    }

    nav a {
        padding: 0 10px;
        font-size: 16px;
    }

    nav ul {
        text-align: right;
    }
}
