body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}


.dropdown-item:active {
    background-color: inherit
}

.dropdown-item:focus {
    color: none;
    background-color: none;
    border-color: none;
    outline: none;
    box-shadow: none
}

.nav-logo {
    height: 40px;
    width: auto
}

.brand-name {
    font-family: Cinzel, serif;
    font-size: 29px
}

@media screen and (max-width:500px) {
    .brand-name {
        font-size: 18px
    }
    .nav-logo {
        height: 10px;
        width: auto
    }
}
@media screen and (min-width:500px) and (max-width:800px) {
    .brand-name {
        font-size: 20px
    }
    .nav-logo {
        height: 10px;
        width: auto
    }
}

.home-title {
    background-image: url(/static/media/HomeImg.56ee6767.jpg);
    background-size: cover;
    background-position: 50% 83%;
    text-align: center;
    padding: 200px 0;
    text-shadow: 0 0 50px #fff;
    width: 100%
}

@media screen and (min-width:1200px) {
    .home-title {
        padding: 300px 0
    }
}

.home-sub-heading {
    padding-top: 0
}

.home-h4 {
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 10px #b7b7b7;
    padding: 5px 20px;
    border-radius: 20px;
    width: 70%
}

.home-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 25px
}

.home-services a {
    margin-top: 10px;
    margin-bottom: 30px
}

@media screen and (min-width:1200px) {
    .home-services {
        max-width: 777px;
        margin: 0 auto
    }
}

.home-services-detail {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 30px;
    border-radius: 15px;
    box-shadow: 0 0 4px #a0a0a0;
    width: 287.688px;
    height: 150px;
    margin-bottom: 0;
    transition: box-shadow .3s ease-out
}

.home-services-detail:hover {
    box-shadow: 1px -1px 44px #a0a0a0
}


.home-icon {
    padding-bottom: 10px
}

#imrt-icon {
    color: #d5785e
}

#brachy-icon {
    color: #80d55e;
    transform: rotate(45deg)
}

#rcm-icon {
    color: #b45ed5
}
#rgi-icon {
    color: #5e80d5
}

#management-icon {
    color: #d5785e
}
#payer-icon {
    color: #5ed5b3
}

.about-title {
    padding-top: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 3rem
}

.about-sub-heading {
    background-image: url(/static/media/AboutImg.103e7eb0.jpg);
    background-size: cover;
    background-position: 50% 25%;
    color: #fff;
    text-align: center
}

.about-sub-heading h3 {
    font-size: 1.8rem;
    font-weight: 700
}

@media screen and (min-width:200px) {
    .about-sub-heading {
        padding: 26px 0;
        text-shadow: 0 0 6px #000
    }
}

@media screen and (min-width:576px) {
    .about-sub-heading {
        padding: 150px 0;
        text-shadow: 0 0 6px #000
    }
}

.about-container {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    height: 100%;
    text-align: center
}

.about-final {
    text-align: justify
}

.about-flexy {
    text-align: center;
    line-height: 1.7rem
}

@media screen and (min-width:200px) {
    .about-flexy {
        width: 100%;
        display: block
    }
}

@media screen and (min-width:576px) {
    .about-flexy {
        width: 50%;
        display: flex;
        flex-direction: column
    }
}

@media screen and (min-width:576px) {
    .about-text-container {
        display: flex;
        flex-wrap: wrap
    }
}

#turnkey-icon {
    color: #d6a825
}

#atom-icon {
    color: #3c027b;
    transform: rotate(30deg)
}

.brachytherapy-page {
    text-align: justify
}

.brachy-title {
    padding-top: 50px;
    text-align: center
}

.brachy-content-container {
    margin-top: 25px
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 35px
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.brachy-banner {
    background-image: url(/static/media/BrachyImg.2b035969.jpg);
    background-size: cover;
    background-position: 50% 56%;
    display: flex;
    justify-content: center;
    color: #fff
}

@media screen and (min-width:200px) {
    .brachy-banner {
        padding: 26px 0;
        text-shadow: 0 0 4px #000
    }
}

@media screen and (min-width:576px) {
    .brachy-banner {
        padding: 80px 0;
        text-shadow: 0 0 -1px #000
    }
}

.brachy-text {
    font-size: 1.1rem;
    color: #646466
}

.brachy-sub-title {
    text-align: center
}

.brachy-service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto
}

.brachy-service-list li {
    border-radius: 23px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .37);
    list-style-type: none;
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    cursor: default
}

.brachy-servics-list-title {
    font-size: 1rem;
    font-weight: 700
}

.radiation-banner {
    background-image: url(/static/media/IMRTImg.2c26d4ab.jpg);
    background-position: 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 80px 0;
    color: #000
}

@media screen and (min-width:200px) {
    .radiation-banner {
        padding: 26px 0;
        text-shadow: 0 0 30px #fff
    }
}

@media screen and (min-width:576px) {
    .radiation-banner {
        padding: 80px 0;
        text-shadow: 0 0 6px #fff
    }
}

.radiation-content {
    line-height: 2rem
}

@media screen and (min-width:200px) {
    .radiation-content {
        text-align: center
    }
}

@media screen and (min-width:576px) {
    .radiation-content {
        text-align: justify
    }
}

.rad-content-titles {
    text-align: center;
    font-weight: 700
}

.rad-main-title {
    padding-top: 50px
}

@media screen and (min-width:200px) {
    .rad-main-title {
        font-size: 1.8rem
    }
}

@media screen and (min-width:576px) {
    .rad-main-title {
        font-size: 2.5rem
    }
}

.imrt-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none
}

.imrt-list li {
    display: inline-grid;
    list-style-type: none;
    font-size: inherit;
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .288)
}

@media screen and (min-width:200px) {
    .imrt-list li {
        text-align: center;
        width: 100%
    }
}

@media screen and (min-width:576px) {
    .imrt-list li {
        vertical-align: middle;
        text-align: center;
        width: 30%
    }
}

.imrt-list li span {
    margin: auto 0
}

@media screen and (min-width:200px) {
    .imrt-list .last-list-rad {
        border-bottom: 1px solid rgba(0, 0, 0, .288)
    }
}

@media screen and (min-width:576px) {
    .imrt-list .last-list-rad {
        border-bottom: none
    }
}

@media screen and (min-width:200px) {
    .last-list-rad:last-of-type {
        border-bottom: none
    }
}

.asc-header {
    background-image: url(/static/media/ASCImg.f2e01399.jpg);
    background-size: cover;
    background-position: 50% 60%;
    display: flex;
    justify-content: center;
    padding: 80px 0;
    color: #fff;
    text-shadow: 0 0 7px #000
}

.asc-title {
    text-align: center;
    padding-top: 50px
}

.asc-content-container {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:991px) {
    .asc-content-container {
        display: inherit
    }
}

.asc-content-text {
    width: 70%
}

@media screen and (max-width:991px) {
    .asc-content-text {
        width: 100%
    }
}

.asc-content-list {
    width: 30%;
    list-style-type: none
}

@media screen and (max-width:991px) {
    .asc-content-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        height: 300px
    }
}

@media screen and (max-width:767px) {
    .asc-content-list {
        height: 100%
    }
}

.asc-content-list li {
    margin: 12px 0;
    padding: 0 0 0 25px;
    background: url(/static/media/check-circle-regular.c1f8074b.svg) no-repeat 0 50%;
    background-size: 18px
}

@media screen and (max-width:991px) {
    .asc-content-list li {
        margin: 12px
    }
}

@media screen and (max-width:767px) {
    .asc-content-list li {
        margin: 12px auto
    }
}

.py-header {
    background-image: url(/static/media/Payer-Contracting-Photo.jpg);
    background-size: cover;
    background-position: 50% 60%;
    display: flex;
    justify-content: center;
    padding: 210px 0;
    color: #fff;
    text-shadow: 0 0 7px #000
}
.py-title {
    text-align: center;
    padding-top: 50px
}
.py-content-container {
    display: flex;
    flex-wrap: wrap
}
.py-content-text {
    width: 100%
}
.py-content-list {
    width: 80%;
    list-style-type: none
}
@media screen and (max-width:991px) {
    .py-content-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        height: 300px
    }
}

@media screen and (max-width:767px) {
    .py-content-list {
        height: 100%
    }
}
.py-content-list li {
    margin: 12px 0;
    padding: 0 0 0 25px;
    background: url(/static/media/check-circle-regular.c1f8074b.svg) no-repeat 0 50%;
    background-size: 18px
}
@media screen and (max-width:991px) {
    .py-content-list li {
        margin: 12px
    }
}

@media screen and (max-width:767px) {
    .py-content-list li {
        margin: 12px auto
    }
}

.rgi-header {
    display: flex;
    justify-content: center;
    padding: 210px 0;
    color: #fff;
    text-shadow: 0 0 7px #000;
}
.rgi-banner {
     background-image: url(/static/media/rgi_ring_2.jpg);
    background-size: cover;
    background-position: 50% 60%;
    display: flex;
    justify-content: center;
    color: #fff
}
.rgi-title {
    text-align: center;
    padding-top: 50px
}
.rgi-content-container {
    display: flex;
    flex-wrap: wrap
}
.rgi-content-text {
    width: 100%
}
.rgi-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto
}


@media screen and (min-width:200px) {
    .rgi-banner {
        padding: 26px 0;
    }
}

@media screen and (min-width:576px) {
    .rgi-banner {
        padding: 80px 0;
    }
}
.rgi-content-list li {
    border-radius: 23px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .37);
    list-style-type: none;
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    cursor: default;
}
@media screen and (max-width:1000px) {
    .rgi-content-list li {
        width: 100%;
    }
}
.rgi-list-title {
    font-size: 1rem;
    font-weight: 700;
}


.rcm-banner {
    background-image: url(/static/media/RCMImg.cd635935.jpg);
    background-size: cover;
    background-position: 50% 20%;
    display: flex;
    justify-content: center;
    padding: 80px 0;
    color: #000;
    text-shadow: 0 0 15px #fff
}

.rcm-title {
    padding-top: 50px;
    text-align: center
}

.rcm-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    border-radius: 20px;
    padding: 20px 50px;
    height: 430px;
    margin: 0 auto
}

@media screen and (max-width:1199px) {
    .rcm-ul {
        height: 400px
    }
}

@media screen and (max-width:991px) {
    .rcm-ul {
        height: 428px
    }
}

@media screen and (max-width:767px) {
    .rcm-ul {
        height: auto
    }
}

.rcm-li {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
    padding: 0 30px;
    width: 50%;
    text-align: right;
    vertical-align: middle
}

.rcm-li p {
    margin: auto 0;
    font-size: 30px
}

@media screen and (max-width:1199px) {
    .rcm-li p {
        font-size: 23px
    }
}

@media screen and (max-width:991px) {
    .rcm-li p {
        font-size: 19px
    }
}

@media screen and (max-width:767px) {
    .rcm-li p {
        padding-left: 17px;
        padding-right: 17px
    }
}

.rcm-li i {
    margin: auto 0
}

@media screen and (max-width:991px) {
    .rcm-li {
        padding: 0 30px 0 0;
        justify-content: space-between;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .rcm-li {
        width: 100%;
        padding-top: 20px;
        justify-content: space-around;
        text-align: center;
        border-top: 1px solid #000
    }
}

@media screen and (max-width:400px) {
    .rcm-li {
        justify-content: space-between
    }
}

@media screen and (max-width:767px) {
    .rcm-li:first-of-type {
        border-top: none
    }
}

@media screen and (max-width:991px) {
    .rcm-li:nth-child(2n) {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .rcm-li:nth-child(2n) {
        text-align: center
    }
}

#handshake-icon {
    color: #020533;
    transform: rotate(5deg)
}

#card-icon {
    color: #000
}

#check-icon {
    color: #080
}

#billing-icon {
    color: #ab906b
}

#claim-icon {
    color: #a20700
}

#dollar-icon {
    color: #157315
}

#phone-icon {
    color: #191970;
    transform: rotate(-30deg)
}

.contact-content-container {
    display: flex;
    align-items: center
}

@media screen and (max-width:767px) {
    .contact-content-container {
        display: block;
        text-align: center
    }
}

.contact-title {
    text-align: center;
    padding: 50px 0
}

.contact-text-container {
    margin: auto 0
}

@media screen and (max-width:991px) {
    .contact-text-container {
        padding-right: 20px
    }
}

.open-map {
    width: 425px;
    height: 350px
}

@media screen and (max-width:767px) {
    .open-map {
        width: 100%;
        height: 300px
    }
}

.j {
    background-image: linear-gradient(180deg, #a4c1f7, rgba(0, 0, 88, 0))
}

.footer-text {
    color: hsla(0, 0%, 100%, .5)
}

* {
    font-family: Montserrat, sans-serif
}

.sub-heading {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 45px 0
}

.main-content {
    padding-bottom: 20px
}

p {
    font-size: 1.2rem
}

@media screen and (min-width:200px) {
    p {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media screen and (min-width:576px) {
    p {
        padding: 10px
    }
}

a,
a:hover {
    color: inherit
}

a:hover {
    text-decoration: none
}

a:visited {
    color: inherit
}

ul {
    padding: 0
}

/*# sourceMappingURL=main.bb0e7969.chunk.css.map */