.register .container {
    padding-left: 30px;
    padding-right: 30px;
}
#program-search {
    max-width: 775px;
    display: flex;
    margin: auto;
    align-items: center;
    min-height: calc(100vh - 200px);
}
#program-search .program-content {
    width: 775px;
    padding-top: 40px;
}
#search-form {
    margin: 75px 0;
}
#search-form h1 {
    margin: 0 0 5px 0;
    word-spacing: -3px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.15;
}
.scroll-btn {
    border: none;
    background-color:transparent;
}
.scroll-btn:focus {
    outline: 0;
}
.btn-symbol {
    rotate: -90deg;
}

#search-form p {
    margin: 0 0 30px 0;
}
#search-form input[type="text"] {
    padding: 15px 0;
    width: calc(100% - 162px) !important;
    float: left;
    margin-right: 10px;
}
input[type="text"]:not(.form-control), input[type="email"], input[type="tel"] {
    color: #0f5999;
    border: none;
    border-bottom: 1px solid #9d9e9f;
    font-size: 16px;
    outline: 0;
    border-radius: 0;
    position: relative;
}
.button {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    background: #50bc34;
    font-size: 20px;
    line-height: 1;
    padding: 15px 35px;
    cursor: pointer;
    transition: 0.25s all;
    width: 145px;
    text-decoration: none !important;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: 0 !important;
    border-radius: 7px;
}
.dark-gray {
    color: #4a4b4c !important;
}
#search-form #programId-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.surgical-excellence {
    position: absolute;
    left: 100px;
    top: 10%;
}
.precise-information {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: underline;
    position: relative;
    left: 60px;
    bottom: 30px;
}
img.banner-image {
    height: 60px;
}
a.information-link {
    color: #00ded0 !important;
    font-size: 18px;
}
a.underline-link {
    text-decoration: underline;
    color:#337ab7;
}
a.underline-link:hover {
    color: #337ab7 !important;
}
a.information-link:hover {
    color: #00ded0 !important;
}
.top-banner {
    background-color: #1d2735;
    width: 100%;
    text-align: center;
    position: relative;
}
.footer-container {
    background-color: #1d2735;
    width: 100%;
    padding: 24px 0 40px;
}
.banner {
    position: relative;
}
.banner .desktop-logo, .banner .mobile-logo {
    width: 100%;
}
.mobile-logo {
    display: none;
}
.banner-text {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 10%;
    color: white;
    font-size: 32px;
}
.event-section {
    padding: 20px 0;
    border-bottom: 1px solid black;
    text-align: center;
    font-size: 18px;
}
.event-section label {
    margin-bottom: 0;
}
a.safety-information-link {
    color: black;
    text-decoration: none;
}
.event-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: left;
    width: 700px;
    gap: 32px;
}
.bottom-section {
    font-size: 14px;
    background-color: #e5e5e5;
}
.safety_information{
    font-size: 15px;
}
#safety-information-title {
    padding-top: 20px;
    background-color: #e5e5e5;
}
#safety-information-container {
    display: flex;
    gap: 40px;
}
.bottom-section label {
    display: block;
}
.copyright-links a {
    color: #00ded0;
    line-height: 24px;
}
.susvimo-logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.copyrights {
    margin: 0;
    color: white;
}
.register-button {
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    font-size: 12px;
    width: 120px;
    border-radius: 16px;
    color: white;
    background-color: #1d2735;
}
.register-button:hover {
    background-color: #00ded0;
    color: black;
    text-decoration: none;
}
.indication-container {
    width: 300px;
}
.rule {
  height: 1px;
  background: #000;
}
.rule:before, .rule:after {
    content: '';
    height: 3px;
    width: 3px;
    border-radius: 3px;
    float: left;
    background: #000;
    margin-top: -1px;
}
.rule:after {
  float: right;
}
img.susvimo-generic-logo {
    padding-right: 15px;
    width: 250px;
    height: 63px;
}
.foot-note {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 10px;
    padding-top: 0px;
}

.foot-note::before {
    content: '';
    /* position: absolute; */
    top: 10%;
    width: 3%; /* You can adjust the width as per your requirement */
    left: 0;
    right: 10%;
    border-top: 0px solid black; /* You can adjust the line thickness */
}


.foot-note::after {
    content: '';
    /* position: absolute; */
    top: 50%;
    width: 3%; /* You can adjust the width as per your requirement */
    right: 0;
    left: 50%;
    border-top: 0px solid black; /* You can adjust the line thickness */
}

.foot-note span {
    background: white;
    padding: 0 10px;
    font-size: 16px;
}

@media only screen and (max-width: 1050px), only screen and (max-device-width: 800px) {
    .surgical-excellence {
        position: absolute;
        left: 60px;
        top: 10%;
    }
    .precise-information {
        font-size: 14px;
        font-weight: bold;
        color: white;
        text-decoration: underline;
        left: 10px;
    }
    .Prescribing{
        font-size: 14px !important;
    }
    img.banner-image {
        height: 40px;
    }
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }

    .banner-text {
        font-size: 20px;
    }
    .susvimo-logo {
        right: 12px;
    }
    img.susvimo-generic-logo {
        padding-right: 15px;
        width: 190px;
        height: 48px;
    }
    .foot-note {
        padding: 20px 10px;
        padding-top: 0px;
    }
    .foot-note::before {
        content: '';
        /* position: absolute; */
        top: 10%;
        width: 5%; /* You can adjust the width as per your requirement */
        left: 0;
        right: 10%;
        border-top: 0px solid black; /* You can adjust the line thickness */
    }
    
    
    .foot-note::after {
        content: '';
        /* position: absolute; */
        top: 50%;
        width: 5%; /* You can adjust the width as per your requirement */
        right: 0;
        left: 50%;
        border-top: 0px solid black; /* You can adjust the line thickness */
    }
    
    .foot-note span {
        background: white;
        padding: 0 10px;
        font-size: 18px;
    }

    .event-content {
        grid-template-rows: 1fr;
        grid-template-columns: max-content;
        justify-content: center;
        text-align: center;
        gap: 12px;
        width: auto;
    }

    #safety-information-container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    #safety-information-title {
        padding-bottom: 20px;
    }

    .register-button {
        width: calc(80vw - 60px);
    }

    .indication-container {
        padding-top: 0;
        width: auto;
    }

    .copyright-links {
        text-align: right;
    }

    .copyrights {
        text-align: right;
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 460px) {
    h4 {
        font-size: 90%;
    }
    
    .scroll-btn {
        font-size: 70%;
    }
    .surgical-excellence {
        position: absolute;
        left: 40px;
        top: 10%;
    }

    img.banner-image {
        height: 30px;
    }

    img.susvimo-generic-logo {
        padding-right: 0px;
        width: 150px;
        height: 38px;
    }
    .foot-note {
        padding: 10px 0px;
        width: 100%;
    }
}
