/* 503B Landing Page */
body {
    background: #F4F9FF;
}

footer.footer {
    display: none;
}

.ecomm-intro {
    padding: 170px 0 100px;
}

.ecomm-intro .intro-box h1 {
    font-size: 3rem;
}

.ecomm-intro .intro-box h1 .detail {
    position: relative;
}

.ecomm-intro .intro-box h1 .detail:before {
    width: 130px;
    height: 50px;
    content: '';
    background: url(/portal/dist/images/503b-lp/title-detail.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 54px;
    left: -5px;
    background-size: contain;
}
.ecomm-intro .intro-box h3 {
    padding: 0px 195px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: lighter;
}

.ecomm-intro .learn-more {
    margin-top: 10px;
    margin-bottom: 80px;
    display: inline-block;
}

.ecomm-intro .learn-more span {
    font-size: 1.2rem;
}

.ecomm-copy .container {
    background: #fff;
    padding: 50px;
    border: 1px solid #479FD7;
    border-radius: 3px;
}

.ecomm-copy .item-title {
    color: #49A0D8;
}

.ecomm-copy .item-text-wrapper {
    display: flex;
    align-items: flex-end;
}

.ecomm-copy .item-text-left,
.ecomm-copy .item-text-right {
    width: 50%;
}

.ecomm-copy .item-text-left {
    padding-right: 15%;
}

.ecomm-copy .item-text-right {
    padding-right: 100px;
}

.ecomm-copy .item-text-left p,
.ecomm-copy .item-text-right p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.ecomm-copy .item-text-left span {
    display: block;
    padding: 5px 0 20px;
    font-size: 2rem;
}

.ecomm-copy .watch-video {
    padding-top: 40px;
}

.solution-wrapper {
    margin-top: 30px;
}

.ecomm-product {
    padding-top: 70px;
    padding-bottom: 100px;
}

.ecomm-product .product-wrapper {
    display: flex;
}

.ecomm-product .product-info {
    width: 60%;
}

.ecomm-product .product-image {
    width: 40%;
}

.ecomm-product .product-image img {
    width: 165px;
}

.ecomm-product .container {
    padding: 0 50px;
}

.ecomm-product .product-info .price {
    color: #49A0D8;
    font-size: 1rem;
    font-weight: bold;
}

.ecomm-product .product-info .title {
    font-size: 2rem;
    line-height: 4rem;
}

.ecomm-product .product-info .info-row {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.ecomm-product .product-info .info-row img {
    width: 40px;
    height: 40px;
}

.ecomm-product .product-info .info-row span {
    padding-left: 15px;
    font-size: 1.1rem;
}

.ecomm-product .product-info .info-description {
    width: 60%;
    margin: 20px 0;
    font-size: .9rem;
    line-height: 1.4rem;
}

.ecomm-product .product-info .info-description.first {
    margin-top: 50px;
}

.practice-intro {
    padding: 170px 0 100px;
}

.practice-intro-box {
    padding: 0 195px;
}

.practice-intro-box h3 {
    margin-top: 24px;
    padding: 0 50px;
    color: #6E7A89;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.practice-intro-box .sign-up a {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 24px;
    background: #49A0D8;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 900 !important;
}

.practice-steps {
    padding: 0 195px;
    display: flex;
    flex-direction: row;
}

.practice-steps-left {
    padding: 0 10px;
}

.practice-steps-left span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #E1E7EC;
    color: #212E36;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50%;
}

.practice-steps-right {
    display: flex;
    flex-direction: column;
}

.practice-steps-right-title {
    font-weight: 400;
    font-size: 17px;
}

.practice-steps-right-description {
    font-weight: 400;
    font-size: 13px;
}

.order-now a {
    background: #49A0D8;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: .85rem;
    display: inline-block;
}

#lp-img-play-video {
    cursor: pointer;
}

#lp-video-iframe {
    width: 100%;
    height: 30vw;
    margin-top: 50px;
    display: none;
}

#img-mobile {
    display: none;
}

/* Styles for Mobile Devices (up to 767px) */
@media (max-width: 767px) {
    .practice-intro-box {
        padding: 0;
    }

    .practice-intro-box h1 {
        font-size: 2rem;
        padding: 0;
    }

    .practice-steps {
        padding: 0;
    }

    .ecomm-intro {
        padding-bottom: 50px;
    }

    .ecomm-intro .intro-box h3 {
        padding: 0;
    }

    .ecomm-copy .container {
        padding: 40px 30px;
    }

    .ecomm-copy .item-text-wrapper {
        flex-direction: column;
    }

    .ecomm-copy .item-text-left, .ecomm-copy .item-text-right {
        padding: 0;
        width: 100%;
    }

    .ecomm-product .container {
        padding: 0 15px;
    }

    .ecomm-product .product-info .price,
    .ecomm-product .product-info .title {
        text-align: center;
    }

    .ecomm-product .product-wrapper {
        flex-direction: column;
    }

    .ecomm-product .product-info {
        width: 100%;
    }

    .ecomm-product .product-info .title {
        font-size: 1.7rem;
        line-height: 3rem;
    }

    .ecomm-product .product-info .info-description {
        width: 100%;
    }

    .ecomm-product .product-info .order-now {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .ecomm-product .product-info #img-mobile {
        display: flex;
        justify-content: center;
    }

    .ecomm-product .product-info #img-mobile img {
        height: 300px;
        margin: 30px 0;
    }

    .ecomm-product .product-image {
        display: none;
    }
}

/* Styles for Tablets (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {   
}