/* enroll intro */
.enroll-intro {
    padding-top: 35px;
}

    .enroll-intro h1 {
        margin-bottom: 20px;
    }

    .enroll-intro p {
        margin-bottom: 25px;
    }

.intro-actions a {
    margin: 0 10px;
}
/* .enroll-page .intro-actions a:first-child{margin-right:15px;} */
.enroll-full-bleed-image {
    margin-top: 100px;
    background-size: cover; /*height: 350px;*/
    height: 33vw;
    background-position: center;
}

.sticky-container {
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 2;
    bottom: 0;
}

.sticky-faq {
    left: 0;
    width: 110px;
    height: 50px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px -1px 5px #00000015;
}

.faq-button {
    font: 1.08rem/1.67rem 'Poppins', sans-serif;
    font-weight: 500;
    color: #65686B;
}

.sticky-saved-pet {
    right: 0; /*top:calc(100vh - 80px);*/
    text-align: center;
    width: 110px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px -1px 5px #00000015;
    padding-top: 5px;
}

    .sticky-saved-pet .saved-pet-name {
        font-weight: 500;
    }

    .sticky-saved-pet img {
        width: 28px;
    }

/* enroll -login */
.account-login-page {
    padding-top: 35px;
}

.account-login-actions > div {
    padding-top: 15px;
}

.account-login-actions .forgotpassword {
    text-decoration: underline;
}

.account-login-noaccount {
    padding: 20px 40px;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    text-align: center;
}

/* enroll steps */
.enroll-steps {
    padding-top: 35px;
    padding-bottom: 15px;
}

    .enroll-steps > .nav {
        position: relative;
        margin-bottom: 10px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        width: 285px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
        /* .owp-enroll-steps > .nav::before {content: " ";position: absolute;top: 18px;left: 0;z-index: 1;} */
        .enroll-steps > .nav > li {
            height: 2px;
            background-color: #d9d9d9;
            border-radius: 3px;
        }

        .enroll-steps > .nav .nav-link, .enroll-steps > .nav > li { /*flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;*/
            text-align: center;
            margin: 20px 0; /*flex:1;*/
            width: 60px;
        }

            .enroll-steps > .nav > li:first-child {
                margin-left: -20px;
            }

            .enroll-steps > .nav > li:last-child { /*flex-grow: 0;*/
                width: 0; /*flex:0*/
            }

            .enroll-steps > .nav .nav-link.inactive {
                color: #d9d9d9;
                cursor: not-allowed;
            }

            .enroll-steps > .nav .nav-link.active {
                color: #87D1E7 !important;
                cursor: pointer;
            }

            .enroll-steps > .nav .nav-link.done {
                color: #87D1E7;
                cursor: pointer;
            }

        .enroll-steps > .nav .nav-link {
            position: relative; /*margin-top: 40px;*/
        }

        .enroll-steps > .nav .nav-link {
            display: block;
            padding: .5rem 1rem;
            text-decoration: none;
            outline: 0 !important;
        }

            .enroll-steps > .nav .nav-link::before {
                content: " ";
                position: absolute;
                display: block; /*top: -32px;*/
                top: -30px;
                left: 0;
                right: 0; /*margin-left: auto;margin-right: auto;*/
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: none;
                background: #fff;
                color: #87D1E7;
                text-decoration: none;
                z-index: 98;
                border: 2px solid #d9d9d9;
            }

            .enroll-steps > .nav .nav-link::after {
                content: " ";
                position: absolute;
                display: block; /*top: -28px;*/
                top: -26px;
                left: 5.5px;
                right: 0; /*margin-left: auto;margin-right: auto;*/
                width: 10px;
                height: 10px;
                border-radius: 50%;
                z-index: 99;
            }

            .enroll-steps > .nav .nav-link.inactive::after {
                background-color: #fff;
            }

            .enroll-steps > .nav .nav-link.active::after {
                background-color: #87D1E7 !important;
                width: 12px;
                height: 12px; /*top: -28px;*/
                top: -26px;
                left: 6px;
            }

            .enroll-steps > .nav .nav-link.active::before {
                border: 2px solid #87D1E7;
                width: 24px;
                height: 24px; /*top: -34px;*/
                top: -32px;
            }

            .enroll-steps > .nav .nav-link.done::after {
                background-color: #87D1E7;
                width: 20px;
                height: 20px; /*top: -32px;*/
                top: -30px;
                left: 0;
            }

        .enroll-steps > .nav > li.done {
            background-color: #87D1E7;
        }

.enroll-step-content {
    border: 1px solid #d9d9d9;
}
/* enroll location */
.enroll-location-search {
    padding: 20px;
    background-color: #f3f3f3;
    margin-top: 35px;
}

.enroll-map-section {
    margin-top: 35px;
    background-color: #f3f3f3;
    padding: 20px;
}

    .enroll-map-section .location-list {
        max-height: 205px;
        overflow-y: auto;
    }

        .enroll-map-section .location-list .loc-details .hospital-name {
            display: flex;
        }

#owpmap {
    height: 280px;
}

.enroll-map-section .swiper-container {
    width: 100%;
    position: relative;
    top: -5%;
    left: 0px;
}

.enroll-map-section .swiper-slide {
    background: #fff;
    width: 40%;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-top: 5px solid #333436;
}

    .enroll-map-section .swiper-slide.swiper-slide-active {
        border-top: 5px solid #e35205;
    }

/* step2 */
.choosepet {
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
}

    .choosepet li {
        list-style: none;
        cursor: pointer; /*margin-left:auto;margin-right:auto;*/
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .choosepet li {
        list-style: none;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }
}

.choosepet li img {
    width: 95px;
    border-radius: 50%;
    border: 3px solid #d9d9d9
}

.choosepet li.active img {
    border: 3px solid #87D1E7;
}

form.enroll-step2 {
    width: 414px;
    margin-left: auto;
    margin-right: auto;
}

.enroll-step2 .pet-detail-form .border-bottom {
    padding-bottom: 20px;
}

.enroll-step2 .pet-list-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
}

    .enroll-step2 .pet-list-section.mobile {
        display: none;
    }

.enroll-step2 .existing-pet-lists {
    display: flex;
    flex-wrap: wrap;
}

.enroll-step2 .pet-img {
    margin: 10px;
    cursor: pointer;
}

    .enroll-step2 .pet-img img {
        width: 175px;
        border-radius: 50%;
        border: 5px solid #d9d9d9;
        height: 175px;
        object-fit: cover;
    }

    .enroll-step2 .pet-img div:first-child {
        width: 175px;
        border-radius: 50%;
        border: 5px solid #d9d9d9;
        height: 175px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .enroll-step2 .pet-img.active img {
        border: 5px solid #87D1E7;
    }

    .enroll-step2 .pet-img.active div:first-child {
        border: 5px solid #87D1E7;
    }

    .enroll-step2 .pet-img .pet-img-name {
        text-align: center;
        padding-top: 10px;
        font: 1.08rem/1.67rem 'Poppins', sans-serif;
        font-weight: 500;
        color: #333436;
    }

.enroll-step2 .enroll-new-pet {
    margin: 10px;
    cursor: pointer;
}

    .enroll-step2 .enroll-new-pet img {
        width: 175px;
        border-radius: 50%;
        border: 5px solid #d9d9d9;
    }

    .enroll-step2 .enroll-new-pet > div {
        text-align: center;
        padding-top: 10px;
    }

    .enroll-step2 .enroll-new-pet > div:hover {
            text-decoration: underline;
        }

.enroll-step2 .swiper-container {
    padding: 20px 0; /*scroll-snap-type: x mandatory;*/
}

    .enroll-step2 .swiper-container .swiper-wrapper {
        transition: all 0.65s ease-in-out;
        min-height: calc(42vw + 15px + 15pt + 15pt);
    }

    .enroll-step2 .swiper-container .swiper-slide { /*width:150px;*/
        width: 42%; /*scroll-snap-align: center;*/
    }

        .enroll-step2 .swiper-container .swiper-slide.swiper-slide-active {
            width: 42%;
        }

    .enroll-step2 .swiper-container .pet-slide {
        text-align: center;
    }

        .enroll-step2 .swiper-container .pet-slide img { /*width:70%;/*width:150px;*/
            border-radius: 50%;
            opacity: 0.4; /*box-shadow: 0px 3px 6px 6px #00000015; border: 3px solid #E8E7E5;*/
            border: 3px solid #d9d9d9;
            width: 30vw;
            height: 30vw;
            object-fit: cover;
        }

        .enroll-step2 .swiper-container .pet-slide .slide-pet-img div:first-child {
            transition: all .2s ease-in; /*width:70%;/*width:150px;*/
            border-radius: 50%;
            opacity: 0.4; /*box-shadow: 0px 3px 6px 6px #00000015; border: 3px solid #E8E7E5;*/
            border: 3px solid #d9d9d9;
            width: 30vw;
            height: 30vw;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            margin: auto;
        }

    .enroll-step2 .swiper-container .swiper-slide.swiper-slide-active .pet-slide img { /*width:100%;/*transform:scale(1.3);*/
        opacity: 1;
        border: 5px solid #87D1E7;
        box-shadow: 3px 3px 10px 5px #00000015;
        transition: transform .7s;
        width: 42vw;
        height: 42vw;
    }

    .enroll-step2 .swiper-container .swiper-slide.swiper-slide-active .pet-slide .slide-pet-img div:first-child { /*width:100%;/*transform:scale(1.3);*/
        opacity: 1;
        border: 5px solid #87D1E7;
        box-shadow: 3px 3px 10px 5px #00000015;
        transition: transform .7s;
        width: 42vw;
        height: 42vw;
    }

    .enroll-step2 .swiper-container .pet-slide .slide-pet-img {
        position: relative;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .enroll-step2 .swiper-container .pet-slide .slide-pet-img .pet-img-name {
            text-align: center;
            padding-top: 10px;
            font: 1.08rem/1.67rem 'Poppins', sans-serif;
            color: #333436;
        }

    .enroll-step2 .swiper-container .swiper-slide.swiper-slide-active .pet-slide .slide-pet-img .pet-img-name {
        font-weight: 500; /*padding-top:30px;*/
    }



/* step3 */
.plan-detail-content {
    border: 2px solid #d9d9d9;
    display: flex;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

    .plan-detail-content.selected {
        border: 3px solid #87D1E7; /*border-top:13px solid #87D1E7;*/
    }

.plan-content {
    width: 60%;
    border-right: 1px solid #d9d9d9;
    padding: 15px;
}

.chooseplan {
    width: 40%;
    padding: 15px;
    position: relative;
    text-align: center;
}

    .chooseplan img {
        height: 65px;
    }

.plan-name {
    font-weight: 500;
}

.plan-mo-price span {
    font: 1.50rem/1.75rem 'Poppins';
    font-weight: 500;
    color: #333436;
}

.plan-mo-price {
    margin-bottom: 10px;
}

.plan-yr-price {
    font-weight: 500;
}

.package-details {
    margin-top: 10px;
    font-weight: 500;
    cursor: pointer;
}

.chooseplan-select { /*position: absolute;*/
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    padding-top: 35px;
}

    .chooseplan-select .custom-control {
        padding-left: 30px;
    }

    .chooseplan-select p {
        margin-bottom: 0;
    }

    .chooseplan-select .custom-control-label::before {
        border: 2px solid #d9d9d9;
    }

.plans-section > .row {
    align-items: flex-end;
    justify-content: center;
}

.recommended-plan {
    display: inline;
    background-color: #f3f3f3;
    padding: 5px 10px 12px 10px;
    border-radius: 20px;
    z-index: 1;
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.enroll-desc {
    text-align: center;
    margin-top: 25px;
}

    .enroll-desc img {
        cursor: pointer;
    }

.enroll-step3 .embedded-content-module h2 {
    margin-bottom: 15px;
}

.enroll-step3 .embedded-content-table th {
    vertical-align: bottom;
    border-top: 5px solid #f3f3f3;
    color: #333436;
}

    .enroll-step3 .embedded-content-table th > div {
        font-weight: 400;
        color: #65686B;
        padding-top: 10px;
    }

.enroll-step3 .embedded-content-module .services-tab .tab1 {
    color: #333436;
    font-weight: 500;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

.enroll-step3 .embedded-content-table tfoot td {
    vertical-align: bottom;
    font-weight: 500;
    text-align: center;
    border: 1px solid #d9d9d9;
    position: relative;
    padding-bottom: 30px;
}

    .enroll-step3 .embedded-content-table tfoot td:first-child {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

.enroll-step3 .embedded-content-table tfoot > div {
    font-weight: 400;
}

.table-selectplan {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 32px;
}

    .table-selectplan .custom-control-label::before {
        border: 2px solid #d9d9d9;
    }

.enroll-step3 .embedded-content-table tr td.plan-highlighted {
    border-left: 2px solid #87D1E7;
    border-right: 2px solid #87D1E7;
}

.enroll-step3 .embedded-content-table tr:nth-child(odd) td.plan-highlighted {
    background-color: #E7F6FA;
}

.enroll-step3 .embedded-content-table tfoot td.plan-highlighted {
    background-color: #fff !important;
    border-bottom: 2px solid #87D1E7;
}

.enroll-step3 .embedded-content-table tbody tr:first-child td.plan-highlighted {
    border-top: 2px solid #87D1E7;
}

.enroll-step3 .embedded-content-table th.plan-highlighted {
    border-top: 5px solid #87D1E7;
}

.enroll-step3 .embedded-content-table tfoot td {
    color: #333436;
    font-weight: 500;
    line-height: 1.25rem;
}

    .enroll-step3 .embedded-content-table tfoot td div:first-child {
        font-weight: 400;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .enroll-step3 .embedded-content-table td:first-child {
        width: 50%;
    }
}

.enroll-step3 .plans-section.mobile > .row {
    padding-left: 30px;
    padding-right: 30px;
}

    .enroll-step3 .plans-section.mobile > .row > div {
        padding: 0;
        max-width: 30%;
        margin-right: 10px;
    }

        .enroll-step3 .plans-section.mobile > .row > div:last-child {
            margin-right: 0;
        }

        .enroll-step3 .plans-section.mobile > .row > div.selected {
            max-width: 31%;
        }

.enroll-step3 .mob-plan-detail-content img {
    padding: 10px;
    height: 85px;
}

.enroll-step3 .mob-plan-detail-content .plan-name {
    padding: 0 10px 10px 10px;
    line-height: 1.25rem;
}

.enroll-step3 .mob-plan-detail-content .plan-price {
    background-color: #f3f3f3;
    padding: 10px 0;
}

    .enroll-step3 .mob-plan-detail-content .plan-price .plan-mo-price {
        margin-bottom: 0;
        word-break: break-word;
        padding: 5px 14px;
    }

        .enroll-step3 .mob-plan-detail-content .plan-price .plan-mo-price span {
            font: 1.17rem/1.67rem 'Poppins';
            font-weight: 500;
        }

.enroll-step3 .mob-plan-detail-content .plan-retail-price {
    padding: 10px;
    line-height: 1.25rem;
}

.enroll-step3 .mob-plan-detail-content {
    position: relative;
    padding-bottom: 20px;
    border: 1px solid #d9d9d9;
}

.enroll-step3 .mob-chooseplan-select {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
}

.enroll-step3 .mob-recommended-plan {
    line-height: 1.25rem;
    text-align: center;
}

    .enroll-step3 .mob-recommended-plan i, .enroll-step3 .mob-recommended-plan em {
        font-size: 26px;
        display: block;
    }

.enroll-step3 .plans-section.mobile .package-details {
    margin-top: 25px;
    text-align: center;
}

.mob-plan-detail-content.selected {
    border: 3px solid #87D1E7;
}

.package-header img {
    width: 135px;
}

.package-details-content {
    padding-top: 20px;
}

    .package-details-content > div:first-child {
        border-right: 1px solid #d9d9d9;
    }

.package-graph {
    border-bottom: 1px solid #d9d9d9;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

    .package-graph > div {
        display: flex;
        justify-content: center;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .package-graph > div:first-child {
        margin-left: 4rem;
        margin-right: 5rem;
    }

    .package-graph > div:last-child {
        margin-left: 5rem;
        margin-right: 6rem;
    }
}

.bar {
    display: inline-block;
    border: 1px solid #d9d9d9;
    position: absolute;
    bottom: 0;
    width: 70px;
}

.retail .bar {
    height: 80%;
    background-color: #65686B;
    border: 1px solid #707070
}

.active-care .bar {
    height: 40%;
    background-color: #87D1E7;
}

.bar::after {
    content: attr(data-name);
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: -35px;
    text-align: center;
    width: inherit;
    color: #333436;
    font-weight: 500;
}

.bar-text {
    position: absolute;
    bottom: -30px;
    color: #333436;
    font-weight: 500;
}

.active-care-plus .bar {
    height: 35%;
    background-color: #87D1E7;
}

.special-care .bar {
    height: 35%;
    background-color: #87D1E7;
}


/* step 4 */
.enroll-step4 > div > p {
    margin-bottom: 0;
}

.enroll-step4 .parasite-medications {
    margin-top: 30px;
}

.enroll-step4 .parasite-medications, .enroll-step4 .parasite-more-options {
    border: 1px solid #d9d9d9;
    border-bottom: 0
}

.enroll-step4 .parasite-more-options {
    margin-top: 15px;
}

    .enroll-step4 .parasite-medications .parasite-header, .enroll-step4 .parasite-more-options .parasite-header {
        background-color: #f3f3f3;
        border-bottom: 1px solid #d9d9d9;
    }

        .enroll-step4 .parasite-medications .parasite-header > h2, .enroll-step4 .parasite-more-options .parasite-header > h2 {
            padding: 10px 10px 0 10px;
        }

        .enroll-step4 .parasite-medications .parasite-header > p {
            padding: 0 10px;
        }

    .enroll-step4 .parasite-medications .table tr, .enroll-step4 .parasite-more-options .table tr {
        border-bottom: 1px solid #d9d9d9;
    }

    .enroll-step4 .parasite-medications .table td, .enroll-step4 .parasite-more-options .table td {
        padding: 10px 15px;
        vertical-align: middle;
    }

        .enroll-step4 .parasite-medications .table td:last-child, .enroll-step4 .parasite-more-options .table td:last-child {
            width: 35%;
        }

        .enroll-step4 .parasite-medications .table td .chooseparasite, .enroll-step4 .parasite-more-options .table td .chooseparasite {
            display: flex;
            align-items: center;
        }

.enroll-step4 .parasite-need {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.enroll-step4 .parasite-medications .table td u, .enroll-step4 .parasite-more-options .table td u {
    color: #333436;
    font: 0.92rem/1.25rem 'Poppins';
    font-weight: 500;
    cursor: pointer;
}

.enroll-step4 .parasite-medications .table td .underline, .enroll-step4 .parasite-more-options .table td .underline {
    color: #333436;
    font: 0.92rem/1.25rem 'Poppins';
    font-weight: 500;
    cursor: pointer;
}

.enroll-step4 .parasite-medications .table td .chooseparasite > div > span {
    font: 0.92rem/1.25rem 'Poppins';
    color: #333436;
}

    .enroll-step4 .parasite-medications .table td .chooseparasite > div > span:first-child {
        font-weight: 500;
    }

    .enroll-step4 .parasite-medications .table td .chooseparasite > div > span:last-child {
        font-weight: 300;
    }

.enroll-step4 .parasite-more-options .table td .chooseparasite > div > span {
    font: 11pt/15pt 'Poppins';
    color: #333436;
}

    .enroll-step4 .parasite-more-options .table td .chooseparasite > div > span:first-child {
        font-weight: 500;
    }

    .enroll-step4 .parasite-more-options .table td .chooseparasite > div > span:last-child {
        font-weight: 300;
    }

tr.disabled {
    opacity: 0.5;
}

.enroll-step4 .chooseparasite .custom-checkbox .custom-control-label {
    vertical-align: top;
}
/* step 5 */
.enroll-step5 .owp-option {
    border: 1px solid #d9d9d9;
    margin-top: 35px;
}

.enroll-step5 .owp-option-header {
    background-color: #f3f3f3;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
    position: relative;
}

.enroll-step5 .option-delete {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    display: none;
}

.enroll-step5 .owp-option-header h2 {
    margin-bottom: 0;
}
/* .owp-enroll-step5 .owp-option-calculation{width:60%;display: flex;} */
.enroll-step5 .owp-option-content-top {
    width: 100%;
    display: flex;
}

.enroll-step5 .owp-option-content-bottom {
    width: 100%;
    display: flex;
}

.enroll-step5 .owp-option-core {
    border-right: 1px solid #d9d9d9;
    width: 20%;
    padding: 10px;
}

.enroll-step5 .owp-option-content-top .owp-option-core {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
/*.owp-enroll-step5 .owp-option-top{border-bottom:1px solid #d9d9d9;position:relative;padding-bottom:10px;height:95px;}*/
.enroll-step5 .owp-option-bottom {
    position: relative;
    height: auto;
}
/* .owp-enroll-step5 .owp-option-core-edit{position: absolute;bottom: -18px;left: 0; right: 0;} */
.enroll-step5 .owp-option-core-edit {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .enroll-step5 .owp-option-core-edit img { /*box-shadow: 0px 6px 16px #00000015;border-radius:50%;*/
        width: 16px;
        margin-right: 2px;
    }

.enroll-step5 .owp-option-label {
    color: #333436;
    font-weight: 500;
}

.enroll-step5 .owp-option-core-plan {
    font-weight: 500;
}

.enroll-step5 .owp-option-core-amt span:first-child {
    color: #333436;
    font-weight: 500; /*display: block;*/
}
/* .enroll-step5 .owp-option-core-amt span:last-child{font-weight:300;display: block;} */
.enroll-step5 .owp-option-custom-amt span:first-child {
    color: #333436;
    font-weight: 500; /*display: block;*/
}

.enroll-step5 .owp-option-monthly-amt span:first-child {
    color: #333436;
    font-weight: 500; /*display: block;*/
}

.enroll-step5 .owp-option-plus {
    position: absolute;
    right: -21px;
    top: -25px; /*transform: translateY(-52%);*/
}

.enroll-step5 .owp-option-equal {
    position: absolute;
    right: -21px;
    top: -25px; /*transform: translateY(-50%);*/
}

.enroll-step5 .owp-option-custom {
    border-right: 1px solid #d9d9d9;
    width: 20%;
    padding: 10px;
}

.enroll-step5 .owp-option-content-top .owp-option-custom {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.enroll-step5 .owp-option-custom-label {
    line-height: 1.25rem;
}

.enroll-step5 .owp-option-core-amt {
    line-height: 1.25rem;
}

.enroll-step5 .owp-option-custom-amt {
    line-height: 1.25rem;
}

.enroll-step5 .owp-option-monthly-amt {
    line-height: 1.25rem;
}

.enroll-step5 .owp-option-monthly {
    border-right: 1px solid #d9d9d9;
    width: 20%;
    padding: 10px;
}

.enroll-step5 .owp-option-content-top .owp-option-monthly {
    border-bottom: 1px solid #d9d9d9;
}
/* .owp-enroll-step5 .owp-option-fee{width:40%;display: flex;} */
.enroll-step5 .owp-option-content {
    display: flex;
    background-color: #f3f3f3;
    flex-direction: column;
}

    .enroll-step5 .owp-option-content > div > div {
        background-color: #fff;
    }

.enroll-step5 .owp-option-one-time {
    border-left: 1px solid #d9d9d9;
    width: 19.5%;
    padding: 10px;
}

.enroll-step5 .owp-option-content-top .owp-option-one-time {
    border-bottom: 1px solid #d9d9d9;
    margin-left: 1%;
}

.enroll-step5 .owp-option-content-bottom .owp-option-one-time {
    margin-left: 1%;
}

.enroll-step5 .owp-option-total {
    border-left: 1px solid #d9d9d9;
    width: 19.5%;
    padding: 10px;
}

.enroll-step5 .owp-option-content-top .owp-option-total {
    border-bottom: 1px solid #d9d9d9;
}

.enroll-step5 .owp-option-one-time-fee {
    color: #333436;
    font-weight: 500;
}

.enroll-step5 .owp-option-one-time .owp-option-label {
    padding: 0 20px;
    line-height: 1.25rem;
}

.enroll-step5 .owp-option-total-fee {
    color: #333436;
    font-weight: 500;
}

.enroll-step5 .owp-option-total .owp-option-label {
    padding: 0 20px;
    line-height: 1.25rem;
}

.enroll-step5 .build-another {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.enroll-step5 .step5-actions {
    text-align: center;
}

    .enroll-step5 .step5-actions a {
        margin: 0 10px;
    }

.enroll-step5 .user-contact {
    border: 1px solid #d9d9d9;
    padding: 20px 20px 10px 20px;
    margin-top: 35px;
}

.fiveThingsModal ul {
    list-style: none;
}

    .fiveThingsModal ul li::before {
        color: #d74100;
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.enroll-step5 .owp-option-info img {
    cursor: pointer;
}

.enroll-step5 .owp-option-top {
    min-height: 70px;
}

/* last step */
/* .owp-enroll-step7  a.orange-outlined{margin-bottom:20px;} */
/* .owp-enroll-step7  img{margin-top:10px; margin-bottom:10px;} */
/* .owp-enroll-step7 > div > div{border-top:1px solid #d9d9d9;margin-top:30px;padding-top:20px} */
.enroll-step7 .disclaimer-text {
    padding-top: 35px;
    font-weight: 300;
}


/* owp footer */
.enroll-footer-actions {
    padding-top: 35px;
}

    .enroll-footer-actions a {
        margin: 10px 15px;
        cursor: pointer;
    }

@media(min-width:992px) and (max-width:1199px) {
    .plan-mo-price {
        word-break: break-word;
    }

    .enroll-step5 .owp-option-top {
        height: 105px;
    }

    .enroll-step5 .owp-option-label {
        line-height: 1.25rem;
    }

    .enroll-step3 .plans-section .col-lg-4 {
        padding-left: 1%;
        padding-right: 1%;
    }

    .intro-actions a.orange-outlined {
        min-width: auto;
    }
}

@media (max-width:991px) and (orientation: landscape) {
    .enroll-map-section .swiper-slide {
        width: 40% !important;
    }
}

@media(max-width:991px) {
    .enroll-full-bleed-image {
        margin-top: 35px; /*height: 250px;*/
        height: 63.46666667vw;
    }

    .enroll-login-noaccount {
        border: 0;
        padding: 20px;
    }

    .enroll-steps {
        padding-left: 30px;
        padding-right: 30px;
    }

        .enroll-steps > .nav {
            width: 285px;
            max-width: 100%;
        }
    /* .owp-enroll-steps > .nav .nav-link, .owp-enroll-steps > .nav > li{width: 19%;} */
    .enroll-page h1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .enroll-map-section .search-location.mobile {
        display: none;
    }

    .enroll-step3 > div.col-lg-10 > p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .enroll-step3 > div.col-lg-10 {
        padding: 0
    }
    /* .owp-footer-actions > div{display: flex; flex-direction: column;}
    .footer-actions > div > a{margin: 10px 0px;}
    .owp-footer-actions > div > a.orange-link{order:2;} */
    .enroll-page .container {
        padding-left: 0;
        padding-right: 0;
    }

    .enroll-page .plans-section {
        display: none;
    }

        .enroll-page .plans-section.mobile {
            display: block;
            border-top: 1px solid #d9d9d9;
            padding-top: 15px;
        }

    form.enroll-step2 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .enroll-step2 .pet-list-section {
        display: none;
    }

        .enroll-step2 .pet-list-section.mobile {
            display: block !important;
        }

    .enroll-step2 > div.col-lg-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .enroll-step2 .pet-list-section.mobile .add-new-pet-module {
        padding: 0 30px;
        margin-top: 0;
    }

    .enroll-step-content {
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .enroll-step3 .embedded-content-module .embedded-content-table {
        width: 98%;
        margin: 0 auto;
    }

        .enroll-step3 .embedded-content-module .embedded-content-table td {
            padding: 6px;
        }

        .enroll-step3 .embedded-content-module .embedded-content-table tfoot td {
            padding-bottom: 25px;
            line-height: 1.25rem;
        }

    .enroll-step3 div.col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .enroll-step3 div.col-lg-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .enroll-step3 .enroll-desc {
        padding: 0 30px;
        line-height: 1.25rem;
    }

    .enroll-step3 .mob-plan-detail-content .plan-price .plan-mo-price {
        padding: 0 5px;
    }

    .enroll-step3 .mob-plan-detail-content .plan-price .plan-striked-text {
        padding: 0 5px;
    }

    .enroll-step3 .mob-plan-detail-content .plan-retail-price {
        padding: 10px 5px;
    }

    /* .owp-enroll-step3 .embedded-content-table th > div{display: none;} */
    .enroll-step3 .plans-section.mobile > .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .owp-enroll-step3 .table-footer{display:flex;justify-content: flex-end; padding:0 15px;}
    .owp-enroll-step3 .table-footer .table-plan{position: relative;border:1px solid #d9d9d9;padding:10px;}
    .owp-enroll-step3 .table-footer .table-plan div:first-child{padding-bottom:15px;color:#333436; font-weight: 500;}
    .owp-enroll-step3 .table-footer .table-plan .table-selectplan{bottom:-25px;}
    .owp-enroll-step3 .table-footer .table-plan.plan-highlighted{border:2px solid #87D1E7;}
    .owp-enroll-step3 .embedded-content-table tbody tr:last-child td.plan-highlighted{border-bottom:2px solid #87D1E7;}
      */
    .enroll-step4 > div {
        padding: 0;
    }

        .enroll-step4 > div > p.text-center {
            padding: 0 30px;
            margin-bottom: 1rem;
            line-height: 1.25rem;
        }

    .enroll-step4 .parasite-medications .table td, .enroll-step4 .parasite-more-options .table td {
        padding: 10px 25px;
    }

    .enroll-step5 > div {
        padding: 0
    }

    .enroll-step5 .build-another {
        padding-left: 30px;
        padding-right: 30px;
        background-color: #f3f3f3;
        line-height: 1.25rem;
    }

    .enroll-step5 .add-another {
        display: none;
    }

        .enroll-step5 .add-another.mobile {
            display: block;
            padding: 5px;
            background-color: #fff;
        }

    .enroll-step5 .step5-actions {
        padding: 0 30px;
    }

        .enroll-step5 .step5-actions a {
            margin: 25px 0;
        }

    .enroll-step5 .owp-option-content {
        display: block;
    }

    .enroll-step5 .owp-option-calculation {
        display: block;
        width: 100%;
        box-shadow: 0px 6px 16px #00000015;
    }

    .enroll-step5 .owp-option-core {
        width: 100%;
        display: flex;
        text-align: left !important;
        border-right: 0;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .enroll-step5 .owp-option-top { /*border-bottom: 1px solid #d9d9d9;*/
        position: relative;
        padding: 0px 25px;
        height: auto;
        width: 60%;
        border-right: 1px solid #d9d9d9;
        margin: 10px 0;
    }
    /* .owp-enroll-step5 .owp-option-core-edit{position: absolute;bottom: 0; left: unset; right: -18px;width: 35px;top: 45%;transform: translateY(-50%);} */
    .enroll-step5 .owp-option-bottom {
        padding: 0px 10px;
        position: relative;
        height: auto;
        width: 40%;
        text-align: center; /*border-bottom: 1px solid #d9d9d9;*/
        margin: 10px 0;
    }

    .enroll-step5 .owp-option-plus {
        position: absolute;
        right: 0px;
        top: unset;
        transform: unset;
        bottom: -26px;
        left: 0;
    }

    .enroll-step5 .owp-option-custom {
        width: 100%;
        display: flex;
        text-align: left !important;
        border-right: 0;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .enroll-step5 .owp-option-equal {
        position: absolute;
        right: 0px;
        top: unset;
        transform: unset;
        bottom: -26px;
        left: 0;
    }

    .enroll-step5 .owp-option-monthly {
        width: 100%;
        display: flex;
        text-align: left !important;
        border-right: 0;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .enroll-step5 .owp-option-fee {
        display: block;
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #d9d9d9;
        box-shadow: 0px 6px 16px #00000015;
    }

        .enroll-step5 .owp-option-fee .owp-option-top { /*display: flex;*/
            align-items: center;
        }

    .enroll-step5 .owp-option-one-time {
        width: 100%;
        display: flex;
        text-align: left !important;
        border-left: 0;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .enroll-step5 .owp-option-total {
        width: 100%;
        display: flex;
        text-align: left !important;
        border-left: 0;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .enroll-step5 .user-contact-information {
        padding: 0;
    }

    .enroll-step5 .user-contact {
        padding: 20px 30px 10px 30px;
        border-left: 0;
        border-right: 0;
    }

        .enroll-step5 .user-contact > div {
            padding: 0
        }

    .enroll-step5 .owp-option-fee .owp-option-label {
        display: inline;
    }

    .enroll-step5 .owp-option-fee .owp-option-info {
        display: inline;
        margin-left: 10px;
    }

    .enroll-step5 .owp-option-content-top {
        display: none;
    }

    .enroll-step5 .owp-option-content-bottom {
        display: none;
    }

    .enroll-step5 .owp-option-one-time .owp-option-label {
        padding: 0
    }

    .enroll-step5 .owp-option-total .owp-option-label {
        padding: 0
    }

    .enroll-step5 .owp-option-core-edit {
        padding-top: 0
    }

    .enroll-step5 .owp-option-core-amt {
        padding-bottom: 10px;
    }

    .enroll-step5 .estimate-text {
        padding-bottom: 10px;
    }



    .enroll-step7 > div {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* .owp-enroll-step7 > div > div{border-top:1px solid #d9d9d9;} */
    .enroll-footer-actions {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sticky-container {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        height: 40px;
        width: 100%;
        border: 1px solid #d9d9d9;
        box-shadow: 0px -1px 5px #00000015;
    }

    .sticky-faq {
        left: 0;
        width: 110px;
        height: 40px;
        border: 0;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        box-shadow: unset;
        background-color: transparent;
    }

    .sticky-saved-pet {
        right: 0;
        text-align: right;
        width: 250px;
        position: absolute;
        bottom: 0;
        display: inline-flex;
        padding: 10px;
        height: 40px;
        box-shadow: unset;
        background-color: transparent;
        justify-content: flex-end;
    }

        .sticky-saved-pet img {
            display: inline;
            margin-right: 5px;
        }

        .sticky-saved-pet .saved-pet-name {
            display: flex;
            align-items: center;
        }

    .package-details-content > div:first-child {
        border-right: 0;
    }
    /* .enroll-page .intro-actions a:first-child{margin-right:0px;} */

}

@media (min-width:768px) and (max-width:991px) {
    .enroll-map-section .preffered-location.mobile {
        display: none;
    }

    .enroll-map-section .swiper-container.mobile {
        display: none;
    }

    .enroll-map-section .container {
        padding: 0;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .enroll-map-section h3.text-header, .enroll-map-section h2, .enroll-map-section p {
        max-width: 720px; /*padding-left: 4.63%;padding-right: 4%;*/
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .enroll-map-section .preferred-location.mobile {
        padding: 15px 8%;
        background-color: #f3f3f3;
        border: 1px solid #d9d9d9;
        display: none;
    }

    .enroll-map-section .loc-bg {
        background-color: #f3f3f3;
    }

    .enroll-map-section .swiper-slide {
        box-shadow: 0px 6px 16px #00000015;
    }

        .enroll-map-section .swiper-slide:first-child {
            margin-left: 25px;
        }

    .enroll-map-section .location-list {
        max-height: 230px;
    }

    #owpmap {
        height: 305px;
    }

    .enroll-step3 .table-footer-content.mobile {
        display: none;
    }
}

@media(max-width:767px) {
    .intro-actions a {
        margin: 15px 0px;
    }

    .enroll-location .container {
        padding-left: 0;
        padding-right: 0;
    }

    .enroll-map-section {
        padding: 0;
    }

        .enroll-map-section .container {
            padding-left: 0;
            padding-right: 0;
        }

            .enroll-map-section .container > div {
                padding-left: 0;
                padding-right: 0;
            }

    .enroll-location-section h1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .enroll-map-section .container {
        padding: 0;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .enroll-map-section .search-location.mobile {
        padding: 15px 8.4%;
        box-shadow: none;
    }

    .enroll-map-section .loc-bg { /*background-color: #fff;*/
        border: 0;
    }

    .enroll-map-section .swiper-slide {
        box-shadow: 0px 6px 16px #00000015;
    }

    .enroll-map-section .swiper-slide {
        width: 75%;
    }

    .enroll-map-section .search-location.mobile {
        display: block;
    }

    .enroll-map-section .swiper-slide .hospital-address img {
        height: 15px;
        margin-left: 5px;
    }

    .enroll-map-section .change-preferred {
        text-align: left;
        padding-top: 0;
    }
    /* .owp-enroll-step5 .step5-actions a{margin:10px 0;} */
    /* .owp-enroll-step3 .embedded-content-table tfoot td > div:first-child{display: none;} */
    .enroll-step3 .mob-plan-detail-content .plan-name {
        min-height: 50px;
    }

    .enroll-step3 .embedded-content-table th > div {
        display: none;
    }

    .enroll-step3 .plans-section.mobile > .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .enroll-step3 .embedded-content-table tfoot {
        display: none;
    }

    .enroll-step3 .table-footer {
        display: flex;
        justify-content: flex-end;
        padding: 0 15px;
    }

        .enroll-step3 .table-footer .table-plan {
            position: relative;
            border: 1px solid #d9d9d9;
            padding: 10px;
            text-align: center;
            flex: 1;
        }

            .enroll-step3 .table-footer .table-plan div:first-child {
                padding-bottom: 15px;
                color: #333436;
                font-weight: 500;
                line-height: 1.25rem;
            }

            .enroll-step3 .table-footer .table-plan .table-selectplan {
                bottom: -25px;
            }

            .enroll-step3 .table-footer .table-plan.plan-highlighted {
                border: 2px solid #87D1E7;
            }

    .enroll-step3 .embedded-content-table tbody tr:last-child td.plan-highlighted {
        border-bottom: 2px solid #87D1E7;
    }

    .enroll-step3 .embedded-content-table th {
        padding: 10px 0;
    }

    .enroll-step3 .table-footer-content.mobile {
        margin-top: 10px;
    }

    .enroll-step4 .parasite-medications .table td:last-child, .enroll-step4 .parasite-more-options .table td:last-child {
        width: 40%;
    }

    .enroll-footer-actions > div {
        display: flex;
        flex-direction: column;
    }

        .enroll-footer-actions > div > a {
            margin: 10px 0px;
        }

            .enroll-footer-actions > div > a.orange-link {
                order: 2;
            }
}

@media(max-width:480px) {
    .enroll-step4 .parasite-medications .table td:last-child, .enroll-step4 .parasite-more-options .table td:last-child {
        width: 48%;
    }
}
