/********** Template CSS **********/
:root {
    --primary: #00B3E3;
    --secondary: #b2e8f7;
    --light: #F8F8F8;
    --dark: #55565a;
    --white: #ffffff;
}

html {
    scroll-behavior: smooth;
    font-size: 20px;
}

@media (min-width: 1660px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1650px;
    }
}


a {
    color: var(--primary);
    cursor: pointer;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-white {
    background-color: var(--white);
}

.text-light {
    color: var(--white);
}

.color-primary {
    color: var(--primary);
}

.borderPrimary {
    border-color: var(--primary);
}

.bdrRadius40, .map-responsive {
    border-radius: 40px;
}

h1, h2 {
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
}

h3, h4, h5 {
    font-family: "poppins", sans-serif;
    font-weight: 600;
}

body {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.20rem;
    line-height: normal;
    color: var(--dark);
    font-weight: 300;
}

@media (max-width: 1199px) {
    body {
        font-size: 1.0rem;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 0.875rem;
    }
}

@media (max-width: 571px) {
    body {
        font-size: 0.675rem;
    }
}

h2 {
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    h2 {
        font-size: 3.25rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 571px) {
    h2 {
        font-size: 1.65rem;
    }
}

strong {
    font-weight: 600;
}

@media (min-width: 572px) {
    .navbar {
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
    }
}

.show {
    display: block;
}

.navbar-brand img {
    width: 157px;
}

nav.sticky {
    box-shadow: 2px 2px 10px -2px #ccc;
}

@media only screen and (max-width: 480px) {
    .navbar-brand img {
        width: 150px;
    }
}

.pulse-logo img {
    width: 165px;
}

@media (max-width: 571px) {
    .pulse-logo img {
        width: 125px;
    }
}

.nav-link {
    color: var(--primary);
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        padding-left: 75px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 571px) {
    .navbar-nav {
        padding-top: 30px
    }
}

.navbar-toggler {
    outline: none !important;
    border: none !important;
}

    navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler:focus {
        outline: none !important;
        border: none !important;
    }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 179, 227, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.main:before {
    height: 120px;
    content: "";
    display: block;
}

.link-button {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 15px;
    padding: 5px 25px;
    font-size: 1rem;
    text-decoration: none;
}

@media (max-width: 571px) {
    .link-button {
        padding: 7px 15px 5px 15px;
        font-size: 0.675rem;
    }
}

.intro-section {
    padding-top: 100px;
    background: url("../images/intro-bg.png");
    background-size: 1570px 1367px;
    background-position-y: -550px;
    background-position-x: -50px;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {

    .intro-section h1 {
        font-size: 4rem;
        margin-top: -10px;
    }

    h4 {
        margin-top: -10px;
    }

    p {
        line-height: 1.5rem;
        margin-top: -5px;
    }
}

@media (max-width: 991px) {
    .intro-section {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .video-wrap {
        position: absolute;
        margin: auto;
        text-align: center;
        margin-bottom: 25px;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .video-wrap {
        position: absolute;
        margin: auto;
        text-align: center;
        margin-bottom: 25px;
        left: 4%;
        right: 4%;
        bottom: -150px;
    }
}

video {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 40px;
}

@media (min-width: 1400px) {
    video {
        max-width: none;
        height: auto;
        width: 120%;
    }
}

@media (max-width: 991px) {
    #patientBenefits {
        margin-top: 150px !important;
    }
}

.benefitsWrap {
    margin: auto;
    width: 100%;
}

@media (max-width: 571px) {
    .benefitsWrap {
        width: 94%;
        display: flex;
        justify-content: center;
    }
}

.benefitsWrap .row {
    justify-content: center;
    width: 100%;
}

    .benefitsWrap .row > div {
        border: 1px solid var(--primary);
        border-radius: 20px;
        padding: 15px;
        text-align: center;
        position: relative;
    }

@media (min-width: 769px) {

    .benefitsWrap .row > div {
        max-width: 42%;
        margin: 1% 4%;
        padding: 30px;
    }
}

@media (max-width: 571px) {
    .benefitsWrap .row > div {
        margin-bottom: 30px;
    }
}

.benefitsWrap .button {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}

.ellipseBR, .ellipseBL, .ellipseTL, .ellipseTR {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 41px;
    height: 41px;
}

.ellipseBL {
    bottom: -20px;
    left: -20px;
}

.ellipseTL {
    top: -20px;
    left: -20px;
}

.ellipseTR {
    top: -20px;
    right: -20px;
}

.centreDiv {
    max-width: 100% !important;
    border: none !important;
    text-align: center;
    color: var(--primary);
    margin: 0 !important;
    padding: 0 !important;
    font-size: 4rem !important;
    font-weight: 600;
}

@media (max-width: 571px) {
    .centreDiv {
        font-size: 3rem !important;
    }
}

.button, .btn-primary {
    background-color: var(--primary);
    color: var(--white);
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 20px;
    padding: 18px 15px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 1199px) {
    .button, .btn-primary {
        font-size: 1.0rem;
    }
}

.btn.btn-primary {
    min-width: 300px;
    background: var(--white);
    color: var(--primary);
}

@media (max-width: 571px) {
    .btn.btn-primary {
        min-width: 250px;
        padding: 10px 15px;
    }
}

.btn.btn-primary.inverse {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--white);
}

.form-label {
    color: var(--white);
    margin-top: 0.5rem;
}

form input.form-control, form select.form-select {
    border-radius: 20px;
    padding: 1.25rem;
    color: var(--primary);
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    form input.form-control, form select.form-select {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}

form input.form-control:focus, form select.form-select:focus {
    border-radius: 20px;
    padding: 1.25rem;
    color: var(--primary);
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    form input.form-control, form select.form-select, form input.form-control:focus, form select.form-select:focus {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}

.card {
    border: none;
    text-align: center;
    height: 100%;
}

.card-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40px;
    border: none;
}

.card-title {
    text-transform: uppercase;
}

.section-tech-bottom .card-img-top {
    max-width: 128px;
    margin: auto;
    min-height: 150px;
}

@media (max-width: 571px) {
    .section-tech-bottom .card-img-top {
        max-width: 75px;
        min-height: 80px;
    }

    .section-tech-bottom .card-body {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .section-tech-bottom .row > div:nth-child(2) {
        border-left: 1px solid var(--primary);
    }

    .section-tech-bottom .row > div:last-child {
        border-left: 1px solid var(--primary);
    }
}

@media (min-width: 572px) and (max-width: 991px) {
    .section-tech-top .card, .section-tech-bottom .card {
        display: flex;
        flex-direction: row;
        text-align: left;
    }

    .section-tech-top .card-img-top {
        max-width: 40%;
        /*    height: fit-content;*/
        border-radius: 0 !important;
    }

    .section-tech-top .card-body, .section-tech-bottom .card-body {
        border-radius: 0 !important;
        padding: 10px;
    }

    .section-tech-top .card-body {
        padding: 20px;
    }

    .section-tech-bottom .card-body {
        padding-left: 20px;
    }

    .section-tech-bottom .card-img-top {
        max-width: 100px;
    }

    .section-tech-bottom .card-title {
        font-size: 1.15rem;
        margin-bottom: 0.25rem;
    }
}

.whatToExpect-section {
    background-color: var(--primary);
}

@media (max-width: 991px) {
    .whatToExpect-section {
        padding-top: 40px;
    }
}

@media (min-width: 1200px) {
    .whatToExpect-section {
        background-color: var(--white);
        background-image: linear-gradient(left, var(--primary), var(--primary) 60%, transparent 60%, transparent 100%);
        background-image: -webkit-linear-gradient(left, var(--primary), var(--primary) 60%, transparent 60%, transparent 100%)
    }
}

.whatToExpect-section .img-wrapper {
    background: url("../images/whatToExpect-section-img.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .whatToExpect-section .img-wrapper {
        min-height: 630px;
    }
}

@media (max-width: 571px) {
    .whatToExpect-section .img-wrapper {
        min-height: 342px;
    }

    .whatToExpect-section {
        padding-top: 0px;
    }
}

@media (min-width: 1200px) {
    .whatToExpect-section .img-wrapper {
        background-size: cover;
        background-position-x: 50px;
        background-repeat: no-repeat;
    }
}

.afterAblation-section h3 {
    font-size: 2.5rem;
}

.imgTextWrap {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

@media (max-width: 991px) {
    .afterAblation-section .imgTextWrap img {
        max-width: 34%;
    }

    .afterAblation-section h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 571px) {
    .imgTextWrap {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .afterAblation-section h3 {
        font-size: 1.25rem;
    }
}

ul li {
    margin-bottom: 1.25rem;
}

.accordion-button {
    background: var(--primary);
    color: var(--white);
    border-radius: 20px !important;
    font-size: 1.5rem;
    padding: 1rem;
}

@media (max-width: 991px) {
    .accordion-button {
        font-size: 1.20rem;
    }
}

@media (max-width: 571px) {
    .accordion-button {
        font-size: 1rem;
        padding: 0.75rem;
    }
}

.accordion-button:not(.collapsed) {
    background: var(--primary);
    color: var(--white);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion-button::after {
    background-image: url("../images/polygon-down.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/polygon-down.png");
    transform: rotate(-180deg);
}

.formWrap {
    padding: 20px;
}

@media (min-width: 1200px) {
    .formWrap {
        padding: 0 40px 80px 40px;
    }
}

@media (min-width: 572px) {
    .findPhysician-section button {
        width: 50%;
    }
}

.resultsWrap {
    padding: 0 20px 40px 20px;
    margin-bottom: 40px !important;}

@media (min-width: 1200px) {
    .resultsWrap {
        padding: 0 40px 80px 40px;
    }
}
 
    .resultsWrap .cardWrap {
        margin-bottom: 47px !important;
    }

@media (max-width: 991px) {
    .resultsWrap .cardWrap {
        margin-bottom: 40px;
    }
}

.resultsWrap .card {
    display: flex;
    flex-direction: row;
    border-top-left-radius: 135px;
    border-bottom-left-radius: 135px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

    .resultsWrap .card .card-img-top {
        border-radius: 50%;
        width: 180px;
        height: 180px;
        position: absolute;
        top: -10px;
    }

.resultsWrap .card-body {
    padding: 20px 10px;
    border: none;
    background: var(--white);
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-left: 200px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

@media (min-width: 1660px) and (max-width:1919px) {
    .resultsWrap .card .card-img-top {
            top:-10px;
    }

}

@media (min-width: 992px) and (max-width:1659px) {
    .resultsWrap .card .card-img-top {
            top:0px;
    }

}



    .resultsWrap .card-body h5 {
        color: var(--primary);
        font-weight: 600;
        margin-bottom: 15px;
    }

    .resultsWrap .card-body .button {
        padding: 5px 25px;
        font-size: 1.15rem;
        border-radius: 10px;
        text-transform: capitalize;
        font-weight: 500;
    }
@media (min-width: 992px) and (max-width:1199px) {
    .resultsWrap .card-body {
        padding:  10px;
        min-height: 165px;
    }
}
@media (max-width: 991px) {
    .resultsWrap .card-body h5 {
        font-size: 1rem;
        margin-bottom:2px;
    }

    .resultsWrap .card-body .button {
        font-size: 1rem;
    }

    .resultsWrap .card-body {
        padding: 27px 10px;
        margin-left: 200px;
    }
    .resultsWrap .card {
        border-bottom-left-radius: 110px;
    }
        .resultsWrap .card .card-img-top {
            top: -10px;
            width: 190px;
            height: 190px;
            left:-2px;
        }
}

@media (max-width: 571px) {
    .resultsWrap .cardWrap {
        border-top-left-radius: 150px;
    }

    .resultsWrap .card .card-img-top {
        width: 100px;
        height: 100px;
        top: -5px;
    }

    .resultsWrap .card-body {
        padding: 10px 10px;
        margin-left: 100px;
    }

        .resultsWrap .card-body h5 {
            font-size: 0.7751rem;
        }

        .resultsWrap .card-body .button {
            font-size: 0.675rem;
        }

    .resultsWrap {
        padding: 0 20px 10px 20px;
    }

    #toTopButton img {
        max-width: 45px
    }
}

footer {
    background: var(--primary);
    color: var(--white);
}

    footer .links {
        display: flex;
        flex-direction: column;
    }

        footer .links a {
            padding: 0.25rem;
            text-decoration: none;
            color: var(--white);
        }

@media (max-width: 571px) {
    footer .links a {
        width: 100%;
    }
}

footer .text-small {
    font-size: 0.875rem;
}

.footerLogo {
    margin-left: auto;
    max-width: 250px;
}

@media (max-width: 571px) {
    footer .text-small {
        font-size: 0.675rem;
    }

    .footerLogo {
        max-width: 150px;
    }
}

#patientBenefits, #howItWorks, #whatToExpect, #faqs, #findPhysician {
    scroll-margin-top: 7.0rem;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 40.25%;
    position: relative;
    height: 0;
}

@media (max-width: 571px) {
    .map-responsive {
        min-height: 300px;
    }
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


@keyframes slideIn {
    0% {
        transform: translateX(500px) scale(0.2);
    }

    100% {
        transform: translateX(0px) scale(1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(300px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes expand {
    0% {
        transform: translateX(1400px);
    }

    100% {
        transform: translateX(0px);
    }
}


@keyframes slideInFromLeft {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.active.animateLeft {
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.active.animateRight {
    display: inline-block;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

.fadein {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn 0.5s ease-in 0s 1 normal forwards;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn 0.5s ease-in 0s 1 normal forwards;
    animation: fadeIn 0.5s ease-in 0s 1 normal forwards;
}

.animate.active .animate-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn 0.5s ease-in 0s 1 normal forwards;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn 0.5s ease-in 0s 1 normal forwards;
    animation: fadeIn 0.5s ease-in 0s 1 normal forwards;
}

    .animate.active .animate-in:nth-child(1n) {
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
    }

    .animate.active .animate-in:nth-child(2n) {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
    }

    .animate.active .animate-in:nth-child(3n) {
        animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
    }

    .animate.active .animate-in:nth-child(4n) {
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
    }

    .animate.active .animate-in:nth-child(5n) {
        animation-delay: 2.5s;
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
    }

    .animate.active .animate-in:nth-child(6n) {
        animation-delay: 3s;
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
    }

    .animate.active .animate-in:nth-child(7n) {
        animation-delay: 3.5s;
        -webkit-animation-delay: 3.5s;
        -moz-animation-delay: 3.5s;
    }

    .animate.active .animate-in:nth-child(8n) {
        animation-delay: 4s;
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
    }

    .animate.active .animate-in:nth-child(9n) {
        animation-delay: 4.5s;
        -webkit-animation-delay: 4.5s;
        -moz-animation-delay: 4.5s;
    }

    .animate.active .animate-in:nth-child(10n) {
        animation-delay: 5s;
        -webkit-animation-delay: 5s;
        -moz-animation-delay: 5s;
    }


#siteLocations p {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
}

.bounce {
    animation: bounce 2s;
    -webkit-animation: bounce 2s;
    -moz-animation: bounce 2s;
    -o-animation: bounce 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
