@media(min-width : 1024px) {
    #leadgen-o2o .modal-content {
        width: 50%;
        max-width: 700px;
    }

    .sl-body-helios #leadgen-o2o .modal-content {
        width: 100%;
        max-width: 100%;
    }

    #o2o-thank-you .modal-content {
        width: 45%;
        max-width: 650px;
    }

    .sl-body-helios #o2o-thank-you .modal-content {
        width: 100%;
        max-width: 100%;
    }
}

.sl-body-helios #leadgen-o2o .modal-dialog {
    height: auto;
}

.sl-body-helios #leadgen-o2o .modal-content {
    max-height: 100%;
}

.sl-body-helios #leadgen-o2o ul {
    display: none
}

#leadgen-o2o .autocomplete {
    position: relative;
    display: inline-block;
}

.sl-body-helios #loader-image picture {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    position: relative;
    top: 35%;
}

.sl-body-helios #leadgen-o2o #loader-image img {
    left: 0;
    transform: none;
}

#leadgen-o2o #google_Sign_In,
#leadgen-o2o #facebook_Sign_In {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    flex-direction: row;
}

#leadgen-o2o #google-container .aem-Grid.aem-Grid--12.aem-Grid--default--12.aem-Grid--phone--12,
#leadgen-o2o #facebook-container .aem-Grid.aem-Grid--12.aem-Grid--default--12.aem-Grid--phone--12 {
    display: flex;
    align-items: center;
}

#leadgen-o2o #gooogle-container .aem-Grid.aem-Grid--12.aem-Grid--default--12.aem-Grid--phone--12,
#leadgen-o2o #facebook-container .aem-Grid.aem-Grid--12.aem-Grid--default--12.aem-Grid--phone--12 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#leadgen-o2o #facebook_Sign_In img,
#leadgen-o2o #google_Sign_In img {
    cursor: pointer;
    /* width: 40px;
    height: 40px; */
}

#leadgen-o2o .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    left: 10px;
    right: 10px;
    /* left: 17.5%;
    right: 17.5%; */
}

#leadgen-o2o .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

/*when hovering an item:*/
#leadgen-o2o .autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
#leadgen-o2o .autocomplete-active {
    background-color: #e9e9e9;
    color: #ffffff;
}

#leadgen-o2o #country-code {
    background-color: #f7f7f7;
}

#leadgen-o2o input[name="PII"]+.cmp-form-options__field-description {
    font-weight: 400;
}

#leadgen-o2o .cmp-form-options__field.cmp-form-options__field--drop-down.parsley-error {
    margin-bottom: 0px;
}

#leadgen-o2o #loader-image img {
    transform: translate(-50%, -50%);
    position: relative;
    left: 50%;
    top: 50%;
}

#leadgen-o2o #loader-image .cmp-image {
    background-color: #EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: .5;
}

#leadgen-o2o #o2o-bottom-text {
    overflow: auto;
    height: 200px;
}

.sl-dropdown .dropdown{
    z-index:1;
}

.sl-body-helios .mobile-frame .tagove_frame {
    z-index: 999 !important;
}