﻿
.main-banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    min-height: calc(100vh - 150px);
    z-index: 1;
    width: 100%;
    background: linear-gradient(0deg, #1D2C3C 40.71%, rgba(29, 44, 60, 0) 79.39%);
}

.bg-image {
    background: url(/campaign-home/assets/images/section-0.png) top/cover no-repeat;
    position: absolute;
    width: 100%;
    background-position: 70%;
    height: 60vh;
}

.bg-image-find-physician {
    background: url(/physician/images/banners/find-a-physician-1.jpg) top/cover no-repeat;
    position: absolute;
    width: 100%;
    background-position: 70%;
    height: 70vh;
}

.section-box {
    max-width: 1200px;
}

.campaign-title {
    font-size: 52px !important;
    margin-bottom: 20px !important;
    color: #fff;
    text-transform: uppercase;
}

.campaign-sub-title {
    font-size: 18px;
    margin-bottom: 16px !important;
}

.campaign-section {
    padding: 20px;
}

    .campaign-section .container-title {
        font-size: 36px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }

        .campaign-section .campaign-title span,
        .campaign-section .container-title span {
            color: #6DCDB8;
        }


.campaign-sub-title {
    color: #fff;
}

.phy-search-form {
    padding-bottom: 30px;
}

.btn.btn-primary.btn-phy-search {
    min-width: 180px;
}

.btn.btn-primary.btn-phy-search,
.btn.btn-primary.view-all,
.events-and-careers .event-buttons {
    color: #133559 !important;
    font-weight: 700;
}

.btn-primary {
    background-color: #6DCDB8;
    border-color: #6DCDB8;
}

.action-bar {
    background-color: #6DCDB8;
    color: #133559;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .action-bar .action {
        padding: 0 35px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .action-bar .action-box {
        border-bottom: 1px solid #fff;
        padding: 20px 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #133559;
        font-size: 18px;
        cursor: pointer;
    }

    .action-bar .action img {
        margin-top: 3px;
    }

@media (min-width: 768px) {
    .bg-image {
        background-position: cover;
        height: 70vh;
    }
	
	.bg-image-find-physician {
		background-position: cover;
		height: 70vh;
	}

    .main-banner {
        background: linear-gradient(90deg, #1D2C3C 20.71%, rgba(29, 44, 60, 0) 79.39%);
        min-height: 70vh;
        justify-content: center;
    }

    .campaign-title {
        font-size: 62px !important;
        margin-bottom: 30px !important;
    }

    .campaign-sub-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .action-bar {
        flex-direction: row;
    }

        .action-bar .action {
            padding: 35px 0;
            width: unset;
        }

        .action-bar .action-box {
            border-left: 1px solid #fff;
            padding: 0 30px;
            border-bottom: 0;
            width: unset;
            font-size: 20px;
        }

        .action-bar .action:last-child .action-box {
            border-right: 1px solid #fff;
        }
}

@media (min-width: 992px) {
    .campaign-section {
        padding: 20px 100px;
    }

    .campaign-title {
        font-size: 76px !important;
        margin-bottom: 40px !important;
    }

    .campaign-sub-title {
        font-size: 24px;
    }

    .action-bar .action-box {
        padding: 0 40px;
        font-size: 24px;
    }

    .campaign-section .container-title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .action-bar .action img {
        height: 20px;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .campaign-title {
        font-size: 86px !important;
    }

    .campaign-section {
        padding: 20px 150px;
    }

    .action-bar .action-box {
        padding: 0 70px;
    }

    .campaign-section .container-title {
        font-size: 54px;
    }

    .phy-search-form select,
    .phy-search-form input,
    .phy-search-form .btn {
        height: 60px;
        font-size: 20px;
    }

    .phy-search-form .btn {
        padding: .5rem 2rem;
    }
}

@media (min-width: 2000px) {
    .campaign-title {
        font-size: 104px !important;
    }

    .campaign-section {
        padding: 20px 300px;
    }
}

.phy-form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

    .phy-form-row > * {
        flex: 1;
    }

.promotion {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .promotion .container-title {
        color: #133559;
    }

    .promotion > div {
        flex: 1;
    }

    .promotion .promo-description {
        color: #133559;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        max-width: 700px;
    }

    .promotion video {
        width: 100%;
        height: auto;
        max-height: 500px;
        max-width: 800px;
        min-width: 250px;
    }

@media (min-width: 992px) {

    .promotion video {
        min-width: 500px;
    }

    .promotion {
        flex-direction: row;
    }

        .promotion .promo-description {
            font-size: 18px;
        }
}


@media (min-width: 1200px) {

    .promotion {
        flex-direction: row;
        align-items: start;
    }

        .promotion .promo-description {
            font-size: 20px;
        }
}

.events-and-careers {
    display: flex;
    flex-direction: column;
}

    .events-and-careers > * {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 20px;
    }

    .events-and-careers .left-container {
        padding: 30px 20px 30px 20px;
    }

    .events-and-careers > * > div {
        max-width: 800px;
    }

    .events-and-careers .container-title {
        color: #133559;
    }

    .events-and-careers img {
        width: fit-content;
        height: 60px;
    }

    .events-and-careers .left-container {
        background: #EFEFEF;
    }

    .events-and-careers .right-container {
        background: #6DCDB8;
    }

.events-and-careers-section-subheading {
    font-size: 16px;
    line-height: 24px;
    color: #133559;
}

.events-and-careers .event-buttons {
    color: #133559;
    width: fit-content;
}


@media (min-width: 768px) {
    .events-and-careers {
        flex-direction: row;
    }

        .events-and-careers img {
            height: 80px;
        }

    .events-and-careers-section-subheading {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {

    .events-and-careers > * {
        padding: 50px 80px;
    }

    .events-and-careers .left-container {
        padding: 50px 20px 30px 100px;
    }
}

@media (min-width: 1200px) {
    .events-and-careers .left-container {
        padding: 50px 20px 30px 150px;
    }
}

@media (min-width: 2000px) {
    .events-and-careers .left-container {
        padding: 50px 20px 30px 300px;
    }
}
/***********************Our Services***************************************/
.our-services {
    display: flex;
    padding: 0;
}


    .our-services .left-container {
        flex: 1;
        max-width: 100%;
        background-color: #133559;
        padding: 60px 30px 60px 20px;
    }

    .our-services .left-container-box {
        max-width: 1200px;
    }

    .our-services .container-title {
        color: #fff;
        margin-bottom: 40px !important;
    }

.services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}

    .services-list > * {
        padding: 20px 0;
        flex: 1 1 100%;
    }

    .services-list a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        line-height: 1.3;
        border-bottom: 1px solid #1D4A7A;
    }

        .services-list a:hover {
            color: #fff !important;
            border-bottom: 1px solid #fff;
        }

            .services-list a:hover i {
                color: #fff !important;
            }

        .services-list a:first-child,
        .services-list a:nth-child(2) {
            border-top: 1px solid #1D4A7A;
        }

        .services-list a i {
            color: #1D4A7A;
        }


.our-services .right-container {
    max-width: 45%;
    flex: 1;
    display: none;
}


    .our-services .right-container img {
        object-fit: cover;
        object-position: right;
        height: 100%;
        width: 100%;
        max-height: 650px;
    }

@media (min-width: 420px) {
    .services-list > * {
        flex: 1 1 calc(50% - 40px);
    }
}

@media (min-width: 768px) {

    .services-list a {
        font-size: 20px;
    }

    .our-services .left-container {
        max-width: 55%;
    }

    .our-services .right-container {
        display: block;
    }
}

@media (min-width: 992px) {

    .services-list a {
        font-size: 24px;
    }

    .our-services .left-container {
        max-width: 60%;
        padding: 100px 50px 60px 100px;
    }

    .our-services .right-container {
        max-width: 40%;
    }
}

@media (min-width: 1200px) {
    .our-services .left-container {
        padding: 100px 50px 60px 150px;
    }
}

@media (min-width: 1400px) {
    .our-services .left-container {
        max-width: 70%;
    }

    .our-services .right-container {
        max-width: 30%;
    }
}

@media (min-width: 2000px) {
    .our-services .left-container {
        padding: 100px 50px 60px 300px;
    }
}

.patient-stories {
    padding-top: 70px;
    padding-bottom: 70px;
}


    .patient-stories .container-title {
        text-align: center;
        color: #133559;
    }

    .patient-stories .container-sub-title {
        text-align: center;
        font-size: 16px;
        color: #222F3D;
        margin-bottom: 36px;
    }

    .patient-stories .owl-stage {
        display: flex;
    }

.patient-stories-wrap {
    padding-left: 24px;
    max-width: 400px;
    height: 100%;
}

    .patient-stories-wrap .item-img {
        object-fit: cover;
        object-position: top;
    }

.patient-stories-item {
    padding: 25px 30px;
    margin: -30px 40px 30px 0;
    min-height: 300px;
    box-shadow: 0 0 20px 0 rgba(11, 35, 65, .1);
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: calc(100% - 200px);
}

    .patient-stories-item .card-title {
        color: #133559;
        font-size: 30px;
        line-height: 32px;
    }

    .patient-stories-item .card-description {
        color: #333;
        font-size: 18px;
        line-height: 28px;
    }

    .patient-stories-item .read-more {
        color: #133559;
        font-size: 16px;
        border-bottom: 2px solid #6DCDB8;
        text-transform: uppercase;
        font-weight: 700;
    }

.patient-stories .owl-dots, .patient-stories .owl-nav {
    margin-top: 5px;
    text-align: center;
}

.patient-stories .view-all {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.patient-stories .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 25px;
    height: 4px;
    border-radius: 10px;
    background-color: #d9d9d9 !important;
}

    .patient-stories .owl-dot.active {
        background-color: #6DCDB8 !important;
        border: none;
    }


@media (min-width: 576px) {

    .container-events {
        padding: 0 50px;
    }

    .patient-stories .owl-carousel .owl-next span,
    .patient-stories .owl-carousel .owl-prev span {
        background-color: transparent;
        width: unset;
        height: unset;
        display: block;
        margin-bottom: 13px;
    }

    .patient-stories .owl-carousel .owl-next,
    .patient-stories .owl-carousel .owl-prev {
        font-size: 43px !important;
        background-color: #133559 !important;
        width: 40px;
        height: 40px;
        border-radius: 22px;
    }

    .patient-stories .owl-carousel .owl-prev {
        left: -30px;
    }

    .patient-stories .owl-carousel .owl-next {
        right: -50px;
    }
}

@media (min-width: 768px) {

    .patient-stories .owl-dot {
        width: 120px;
    }

    .patient-stories .container-sub-title {
        font-size: 20px;
    }
}
