.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

.sgpb-popup-overlay-44886 {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.8);
}

.sgpb-main-html-content-wrapper>p:first-child,
.sgpb-main-html-content-wrapper>p:last-child {
    display: none;
}

.sgpb-theme-1-content {
    border-radius: 0px;
    padding-bottom: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 0px 0px !important;
    border-bottom-width: 0px !important;
    border-bottom-color: #fff !important;
}

.derm-pop-up-container {
    position: relative;
    padding: 1.5em 1.5em 1.5em;
    background-color: #1c4860;
}

.derm-close-button {
    position: absolute;
    top: 0;
    right: 7px;
    color: #fff101 !important;
    font-size: 22px !important;
    text-decoration: none !important;
}

.derm-close-button:visited {
    color: #fff101 !important;

}

/* Errors */
.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.derm-pop-up-content label {
    display: none;
}

.derm-pop-up-content .hs-error-msgs label {
    display: block;
    color: #ffc107;
}

.derm-pop-up-content {
    position: relative;
    padding: 15px;
   /* background-image: url('http://www.schweigerderm.blk-canvas.com/wp-content/uploads/2019/01/cosmetic_treatment_popup_bg.jpg');*/
	background-image: url('https://www.schweigerderm.com/wp-content/uploads/2019/01/cosmetic_treatment_popup_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.derm-pop-up-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(39, 72, 94, 0.2);
    z-index: 0;
}

.derm-pop-up-body {
    position: relative;
    z-index: 5;
}

.derm-pop-up-content h6,
.derm-pop-up-content h4,
.derm-pop-up-content h2 {
    color: #fff101;
}

.derm-pop-up-content p {
    color: #fff;
    font-weight: 400;
}

.derm-pop-up-content a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}

.derm-pop-up-content h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 2.25rem;
}

.derm-pop-up-content h6,
.derm-pop-up-content h4 {
    font-weight: 700;
}

.derm-pop-up-content h6 {
    margin-bottom: 5px;
}

.derm-pop-up-content hr {
    background-color: #fff;
}

body .hs-button.primary,
body .derm-pop-up-container input[type="submit"],
body .derm-pop-up-container input[type="button"] {
    border-radius: 15px;
    background-color: #fff101;
    color: #1c4860;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 15px;
    margin-top: 20px;
}

body .hs-button.primary:hover,
body .derm-pop-up-container input[type="submit"]:hover,
body .derm-pop-up-container input[type="button"]:hover {}

body .hs-button.primary:focus,
body .derm-pop-up-container input[type="submit"]:focus,
body .derm-pop-up-container input[type="button"]:focus {}

/* Placeholder Text (styles the placeholder attribute text) */
.sg-popup-content ::-webkit-input-placeholder,
.sg-popup-content ::-moz-placeholder,
.sg-popup-content :-moz-placeholder,
.sg-popup-content :-ms-input-placeholder,
.sg-popup-content ::placeholder {
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.sg-popup-content ::placeholder {
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form textarea,
.hs-form select {
    padding: 7px 10px;
    background-color: #fff !important;
    border: none;
    margin-bottom: 10px;
}

.derm-line {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 1px;
    margin: 10px auto;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:768px) {
    .derm-pop-up-content h4 {
        font-size: 16px;
    }

    .derm-pop-up-content h6 {
        font-size: 12px;
    }

    .derm-pop-up-content h2 {
        font-size: 26px;
        line-height: 1rem;
    }

    .derm-form-inputs {
        margin-top: 0px;
    }

    .derm-pop-up-content p {
        font-size: 12px;
        /* margin-bottom: 5px; */
    }

    .hs-form input[type="text"],
    .hs-form input[type="email"],
    .hs-form textarea,
    .hs-form select {
        padding: 4px 7px;
    }

    body .hs-button.primary,
    body .derm-pop-up-container input[type="submit"],
    body .derm-pop-up-container input[type="button"] {
        margin-top: 10px;
    }
}