.services-link svg {
    width: 7px;
    height: 14px;
}

/****Contact Form*******/
.contact-form p.gform_description {
    display: none;
}

.contact-form input,
.contact-form textarea {
    height: 52px;
    padding: 15px 14px !important;
    font-size: 16px !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1f1f1f;
}

.gform_wrapper input:focus::placeholder,
.gform_wrapper textarea:focus::placeholder {
    opacity: 0.8 !important;
}

.contact-form textarea {
    display: block;
    height: 104px !important;
}

.contact-form .gform_button {
    width: 152px !important;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1 !important;
    border: none;
    margin: 15px auto 4px auto !important;
    height: 44px;
}

.contact-form .gform_button:focus {
    outline: 0;
}

.contact-form .gform_validation_errors {
    display: none
}

.contact-form .gravity-theme .gform-body .validation_message {
    background: transparent;
    border: none;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #790000;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #790000 !important;
}

.gform_confirmation_message {
    background: #2C5655;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.gform_ajax_spinner {
    position: absolute;
    left: 50%;
    bottom: -30px;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    flex-direction: column;
}

.contact-form .charleft {
    display: none;
}

/*****/

@media(min-width: 769px) {
    .eye-health-img {
        position: relative;
        overflow: hidden;
    }

    .eye-health-img img {
        transition: transform 0.4s ease;
        display: block;
        width: 100%;
        height: auto;
    }

    .eye-health-tile:hover .eye-health-img img {
        transform: scale(1.04);
    }
}

@media(max-width: 768px) {
    .home-banner-sec {
        background: #ffffff !important;
    }

    .contact-form .gform_button {
        width: 100% !important;
    }

    .banner-text-col {
        background: #EEEEEE;
    }

    .services-sec,
    .eye-health-sec,
    .brands-logo-row {
        display: flex;
        overflow-x: auto !important;
    }

    .services-sec .service-tile,
    .eye-health-sec .eye-health-tile {
        min-width: 300px;
    }

    .brand-logo {
        min-width: 80px !important;
    }
}