@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .container-small {
        max-width: 970px;
    }
}
.pt-4_5{
    padding-top: 40px;
}
.pb-4_5{
    padding-bottom: 40px;
}
.mt-4_5 {
    margin-top: 40px;
}
.bg-gray {
    background: #F7F8F9;
}
.bg-black,
.bg-black h3{
    background: #24272C;
    color: white;
}
.text-underline {
    text-decoration: underline;
}
.italic {
    font-style: italic;
}
.pre-op-info-page {
    font-size: 15px;
    line-height: 152.2%;
    font-family: Source Sans Pro;
}
.pre-op-info-page iframe{
    max-width: none;
    margin-bottom: unset;
}
.pre-op-info-page .title-container{
    max-width: 700px ;
}
.pre-op-info-page main{
    margin-bottom: 0;
}
.pre-op-info-page .text-section-box{
    z-index: -1;
    width: 100%;
    height: 1500px;
    margin-bottom: -1500px;
    border: 0;
}
.pre-op-info-page ul{
    padding-left: 20px;
    margin-bottom: 0;
}
.pre-op-info-page .bold{
    color: #6E7177;
}
.pre-op-info-page .bold-white {
    font-weight: bold;
    color: #FFFFFF;
}

.pre-op-info-page .blue-color {
    color: #3EADD0;
}
.pre-op-info-page .title {
    font-family: Mort Modern;
    font-size: 36px;
    line-height: 43px;
}
.main-header-info-wrapper {
    margin-bottom: 72px;
}
.main-header-info-wrapper .main-header-info {
    font-size: 24px;
    line-height: 160%;
}
.main-header-info-wrapper .main-header-sub-info {
    font-size: 18px;
    line-height: 160%;
}
.surgery-location-wrapper {
    margin-bottom: 80px;
}
.surgery-location-wrapper .container {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
}
.surgery-location-wrapper .title {
    margin-bottom: 2.2rem;
}
.information-for-hospital-wrapper {
    margin-bottom: 90px;
}
.car-after-surgery-wrapper {
    margin-bottom: 90px;
}
.car-after-surgery-wrapper .container {
    padding: 95px 100px 95px 90px;
    display: grid;
    grid-template-columns: 330px auto;
    justify-content: space-between;
}
.car-after-surgery-wrapper .container .right-wrapper {
    max-width: 555px;
}
.car-after-surgery-wrapper .title {
    font-size: 48px;
    line-height: 58px;
}
.after-surgery-wrapper li:not(:last-child),
.car-after-surgery-wrapper li:not(:last-child) {
    margin-bottom: 15px;
}
.important-reminders-wrapper {
    margin-bottom: 99px;
}
.important-medication-information-wrapper {
    margin-bottom: 90px;
}
.important-medication-information-wrapper .container {
    padding: 4.8rem 5rem 4.8rem 5.25rem;
}
.important-medication-information-wrapper .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.general-medication-information-wrapper {
    padding-bottom: 65px;
}
.general-medication-information-wrapper .title {
    margin-bottom: 30px;
}
.to-recap-wrapper {
    padding-bottom: 95px;
    margin-bottom: 85px;
}
.to-recap-wrapper .container .content-wrapper{
    display: grid;
    grid-template-columns: 435px 435px;
    justify-content: space-between;
}
.to-recap-wrapper .container .title{
    margin-bottom: 25px;
}
.videos-to-watch-wrapper,
.after-surgery-wrapper {
    margin-bottom: 65px;
}
.after-surgery-wrapper .title {
    max-width: 520px;
}
.consent-forms-info-wrapper {
    margin-bottom: 60px;
}
.videos-to-watch-wrapper a,
.consent-forms-info-wrapper a {
    font-size: 18px;
}
.videos-to-watch-wrapper a:not(:last-child),
.consent-forms-info-wrapper a:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .car-after-surgery-wrapper .container .title{
        font-size: 36px;
        line-height: 43px;
    }
}
@media (max-width: 992px) {
    .car-after-surgery-wrapper .container {
        display: block;
        padding: 75px 75px 70px 70px;
    }
    .car-after-surgery-wrapper .container .title{
        margin-bottom: 35px;
        text-align: center;
    }
    .car-after-surgery-wrapper .container .right-wrapper {
        max-width: none;
    }

    .to-recap-wrapper .container .content-wrapper{
        display: block;
    }
    .pt-4_5{
        padding-top: 30px;
    }
    .pb-4_5{
        padding-bottom: 30px;
    }
    .mt-4_5 {
        margin-top: 30px;
    }
    .videos-to-watch-wrapper a,
    .consent-forms-info-wrapper a {
        font-size: 16px;
    }
    .pre-op-info-page .title {
        font-size: 32px;
        line-height: 38px;
    }

    .main-header-info-wrapper {
        margin-bottom: 62px;
    }
    .surgery-location-wrapper {
        margin-bottom: 70px;
    }
    .information-for-hospital-wrapper {
        margin-bottom: 80px;
    }
    .car-after-surgery-wrapper {
        margin-bottom: 80px;
    }
    .important-reminders-wrapper {
        margin-bottom: 89px;
    }
    .important-medication-information-wrapper {
        margin-bottom: 50px;
    }
    .general-medication-information-wrapper {
        padding-bottom: 55px;
    }
    .to-recap-wrapper {
        padding-bottom: 85px;
        margin-bottom: 75px;
    }
    .videos-to-watch-wrapper,
    .after-surgery-wrapper {
        margin-bottom: 55px;
    }
    .consent-forms-info-wrapper {
        margin-bottom: 75px;
    }
    .pre-op-info-page .text-section-box{
        display: block;
    }
}
@media (max-width: 425px) {
    .car-after-surgery-wrapper .container {
        padding: 75px 30px 70px 30px;
    }
    .important-medication-information-wrapper .container {
        padding: 60px 30px 55px 30px;
    }
    .main-header-info-wrapper {
      margin-bottom: 50px;
    }
    .surgery-location-wrapper .container{
        padding-bottom: 55px;
        margin-bottom: 50px;
    }
    .car-after-surgery-wrapper,
    .to-recap-wrapper,
    .important-medication-information-wrapper {
        margin-bottom: 50px;
    }
    .car-after-surgery-wrapper .container,
    .to-recap-wrapper .container  {
    }
    .to-recap-wrapper {
        padding-bottom: 55px;
    }
}