body {
    font-family: 'Roboto', sans-serif;
    top: 0px !important;
}

a {
    text-decoration: none;
}

.skiptranslate iframe {
    display: none !important;
}

.skiptranslate span {
    text-transform: capitalize;
}

iframe.skiptranslate span {
    text-transform: capitalize !important;
}

.slick-slide {
    cursor: pointer;
    height: 400px !important;
    width: 20vw !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.navbar {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
}

.navbar-nav {
    padding: 15px;
}

.navbar-collapse.show {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    margin-left: -1.8%;
    margin-right: -1.8%;
    margin-bottom: -8px;
}

.navbar-toggler {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    margin-right: 10px;
}

.navbar-toggler-icon {
    background-image: none !important;
    color: black;
}

    .navbar-toggler-icon:hover {
        color: #3393F0;
    }

    .navbar-toggler-icon::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        line-height: 30px;
        padding-top: 20px;
        content: "\f0c9"; /* fa-bars, fa-navicon */
    }

.navbar-collapse.show li {
    margin-bottom: 10px;
    margin-left: 10px;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #17224D !important;
    line-height: 1.5em;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    .nav-link:hover {
        color: #3393F0 !important;
    }

    .nav-link.active {
        color: #3393F0 !important;
    }

.nav-item {
    margin-right: 36px;
}

.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
}

.dropdown-item {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

    .dropdown-item:hover {
        transition: 0.3s;
        background-color: transparent;
        background-image: linear-gradient(135deg, #3393f0 0%, #6ec1e4 100%);
        color: white !important;
    }


footer {
    color: white !important;
    background-color: rgb(226,25,133) !important;
}

    footer section {
        padding-top: 5em;
        padding-bottom: 0.5em;
    }

.footerP {
    line-height: 1em;
}

.footer i {
    font-weight: 900;
}

footer .text-reset {
    font-size: 14px;
}

footer h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

footer a {
    color: white;
}

    footer a:hover {
        color: #3393F0 !important;
    }

footer .copyright {
    font-size: 13px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 3em;
    justify-content: space-between;
}

footer .copylinks {
    column-gap: 24px;
    justify-content: space-between;
}



.jumbotron {
    color: white;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

    .jumbotron.banner {
        height: 80vh;
    }

@media screen and (min-width: 600px) {

    .jumbotron .slider {
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 1s;
        width: 100%;
        height: 100%;
        animation: slider;
        animation-duration: 16s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
    }
}

@media screen and (max-width: 600px) {
    .jumbotron .slider {
        position: absolute;
        top: 0;
        left: 0;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 1s;
        width: 100%;
        height: 100%;
        animation: slider;
        animation-duration: 16s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
    }
}



@keyframes slider {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@media screen and (min-width: 600px) {

    .jumbotron .container {
        padding: 10em 0em 10em 0em;
    }
}

@media screen and (max-width: 600px) {
    .jumbotron .container {
        padding: 2em 0em 2em 0em;
    }
}

@media screen and (min-width: 600px) {

    .jumbotron h1 {
        font-family: 'Inter', sans-serif;
        font-size: 54px;
        font-weight: 600;
        line-height: 80px;
        letter-spacing: -2px;
    }

    .jumbotron .h1-lookable {
        font-family: 'Inter', sans-serif;
        font-size: 64px;
        font-weight: 600;
        line-height: 80px;
        letter-spacing: -2px;
    }

        .jumbotron .h1-lookable span {
            font-size: 82px;
            text-shadow: -1px -1px 3px rgb(226,25,133), 1px -1px 3px rgb(226,25,133), -1px 1px 3px rgb(226,25,133), 1px 1px 3px rgb(226,25,133);
        }
}

@media screen and (max-width: 600px) {
    .jumbotron h1 {
        font-family: 'Inter', sans-serif;
        font-size: 48px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: -2px;
        padding: 40px;
        text-align: center
    }

    .jumbotron .h1-lookable {
        font-family: 'Inter', sans-serif;
        font-size: 48px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: -2px;
        padding: 40px;
        text-align: center
    }

        .jumbotron .h1-lookable span {
            font-size: 82px;
            text-shadow: -1px -1px 3px rgb(226,25,133), 1px -1px 3px rgb(226,25,133), -1px 1px 3px rgb(226,25,133), 1px 1px 3px rgb(226,25,133);
        }
}

@media screen and (min-width: 600px) {

    .jumbotron p {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 600px) {
    .jumbotron p {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2em;
        text-align: center;
    }
}




.jumbotron a {
    margin-top: 30px;
}

.jumbotron .tint {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(115deg, #17224D 11%, #3393F000 70%);
    opacity: 0.83;
    width: 100%;
    height: 100%;
}

.cta {
    position: relative;
}

    .cta .row {
        width: 100%;
        top: -4em;
    }

    .cta .part1 {
        background-color: white;
        padding: 2em 2em 2em 2em;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-radius: 10px 0px 0px 10px;
    }

    .cta .part2 {
        background-color: white;
        padding: 2em 2em 2em 2em;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        border-style: solid;
        border-width: 0px 0px 0px 0px;
    }

        .cta .part2 a {
            display: none;
        }

        .cta .part2:hover {
            transition: 0.3s;
            background-color: transparent;
            background-image: linear-gradient(135deg, #3393f0 0%, #6ec1e4 100%);
            transform: scale(1.1);
            color: white;
        }

            .cta .part2:hover a {
                display: block;
            }

    .cta .part3 a {
        display: none;
    }

    .cta .part3:hover {
        transition: 0.3s;
        background-color: transparent;
        background-image: linear-gradient(135deg, #3393f0 0%, #6ec1e4 100%);
        transform: scale(1.1);
        color: white;
    }

        .cta .part3:hover a {
            display: block;
        }

    .cta .part3 {
        background-color: white;
        padding: 2em 2em 2em 2em;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-radius: 0px 10px 10px 0px;
    }

    .cta i {
        font-size: 65px;
        margin: 15px 25px 0px 0px;
    }

    .cta h3 {
        font-family: 'Inter', sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.1em;
    }

.ctamobile i {
    font-size: 25px;
    margin: 15px 25px 0px 0px;
}

.ctamobile h3 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
}

.part {
    background-color: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0;
}

.aboutus h6 {
    color: #3393F0;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.aboutus h2 {
    color: black;
    font-family: "Inter", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.aboutus i {
    color: #3393F0;
    font-size: 70px;
}

.numscroller {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.aboutus h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 0.7em;
}

.aboutus span {
    font-size: 36px;
    color: #3393F0;
}

.breadcrumb {
    border-bottom: 1px solid #EDF1FC;
    position: sticky;
    top: 84px;
    background: white;
    z-index: 100;
}

    .breadcrumb .container {
        padding: 10px;
        display: flex;
        gap: 30px;
    }

    .breadcrumb i {
        font-weight: 900;
        font-size: 14px;
        line-height: 1.6em;
        font-family: 'Font Awesome 5 Free';
    }

    .breadcrumb .content {
        font-size: 14px;
        line-height: 1.6em;
        color: #17224D;
    }

        .breadcrumb .content:hover {
            color: #3393F0;
        }

.offer {
    background-color: #edf1fc;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

    .offer a {
        color: black;
    }

    .offer .wrapper {
        background-image: url("https://demo.moxcreative.com/mediscare/wp-content/uploads/sites/51/2021/07/bg_memphis_1.png");
        opacity: 0.3;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        animation: backgroundAnim;
        animation-duration: 16s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
    }

@keyframes backgroundAnim {
    from {
        transform: scale3d(1,1,1);
    }

    to {
        transform: scale3d(1.5,1.5,1.5);
    }
}

.offer .wrapper .landing {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer .wrapper .jumbotron {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer .content {
    padding-top: 2em;
    padding-bottom: 2em;
}

.offer .header {
    text-align: center;
    margin-bottom: 20px;
}

.offer .mainheader {
    text-align: center;
    margin-bottom: 30px;
    color: #17224D !important;
}

@media screen and (min-width: 600px) {

    .offer .mainheader.jumbotron {
        text-align: left;
        font-size: 72px !important;
        font-family: "Inter", Sans-serif;
        font-weight: 700;
        color: black;
        letter-spacing: -2px;
        margin-bottom: -5px;
    }
}

@media screen and (max-width: 600px) {
    .slick-slide {
        width: 50vw !important;
    }

    .offer .mainheader.jumbotron {
        text-align: left;
        font-size: 36px !important;
        font-family: "Inter", Sans-serif;
        font-weight: 700;
        color: black;
        letter-spacing: -2px;
        margin-bottom: -5px;
    }
}



.offer .header > h6 {
    color: #3393F0;
    font-family: "Inter", Sans-serif;
    font-size: 14;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 2px;
}

.offer .mainheader > h2 {
    font-family: "Inter", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
}

.offer .card {
    background-color: white;
    padding: 2em 1em 2em 1em !important;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
    padding: 2em;
    text-align: center;
    margin-bottom: 2em;
    height: calc(90% + 20px);
}

    .offer .card:hover {
        background-color: transparent;
        background-image: linear-gradient(135deg, #3393f0 0%, #6ec1e4 100%);
        transform: translateY(-8px);
        color: white;
    }

        .offer .card:hover .card-more {
            color: white;
        }

.offer .icon-box {
    height: 60px;
    padding: 10px 10px 10px 10px;
    transform: rotate(0deg);
    width: 60px;
    display: inline-block;
    margin-bottom: 13px;
    background-color: #edf1fc;
    border-radius: 30px 30px 30px 30px;
}

    .offer .icon-box > i {
        font-size: 36px;
        color: #3393F0;
    }

.offer .card-title {
    padding: 0px 0px 0px 0px;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
}

.offer .card-body {
    font-size: 14px;
    line-height: 1.6em;
}

.offer .card-more {
    padding: 0px 0px 10px 0px;
    width: max-content;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    line-height: var( --e-global-typography-520c191-line-height );
    background-color: #02010100;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
}

.card {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2em 2em 2em 2em;
    border: none;
}

    .card.widget {
        background-color: #17224D;
        color: white;
        position: relative;
    }

.overlay-widget {
    background-image: url("https://demo.moxcreative.com/mediscare/wp-content/uploads/sites/51/2021/07/memphis_small_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.widget hr {
    margin: 0;
    padding: 0;
    line-height: 1px;
}

.widget-hover {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .widget-hover:hover {
        background-color: transparent;
        background-image: linear-gradient(135deg, #3393f0 0%, #6ec1e4 100%);
        color: white;
    }

.round {
    border-radius: 15px;
}

.container p br {
    margin-bottom: 1em;
}

sm-hd {
    font-size: 34px;
    font-weight: 800;
    line-height: 100%;
}

strong-s {
    font-weight: 700;
    color: #e21985;
}

pinkbox {
    background: #e21985;
    color: white;
    font-weight: 600;
    padding: 20px;
    border-radius: 10px;
    display: block;
}

@media screen and (max-width: 600px) {
    .scene {
        height: 600px !important;
    }
}

.scene {
    width: 100%;
    height: 100%;
    perspective: 1000px;
    height: 500px;
    border-radius: 10px;
}

.scard {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

    .scard.is-flipped {
        transform: rotateY(180deg);
    }

.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card__face--front {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    text-align: center;
}

.card__face--back {
    background-color: transparent;
    background-image: linear-gradient(135deg, #3393f0 0%, #6ec1e4 100%);
    transform: rotateY(180deg);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    text-align: center;
}

    .card__face--back p {
        padding: 20px;
        color: white;
    }

.blog {
    border-radius: 10px;
    background-color: #EDF1FC;
    padding: 30px 10px 0 10px;
    text-align: center;
}

    .blog img {
        border-radius: 10px 10px 0 0;
    }

    .blog h4 {
        font-size: 16px;
        line-height: 1.2em;
        color: #17224d;
    }

    .blog p {
        margin-top: 20px;
        font-size: 15px;
        color: #54595f;
    }

    .blog h4:hover {
        color: #3393F0
    }

@keyframes heartbeat {
    0% {
        transform: scale( 1);
    }

    20% {
        transform: scale( 1.1 );
    }

    40% {
        transform: scale( 1 );
    }

    60% {
        transform: scale( 1.1 );
    }

    80% {
        transform: scale( 1 );
    }

    100% {
        transform: scale( 1 );
    }
}

.heartbeatanim {
    animation: heartbeat 2s infinite;
}

#google_translate_element img {
    background-image: none !important;
}

#google_translate_element .goog-te-gadget-simple {
    border: none !important;
}

callme {
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 40px;
    right: 20px;
    z-index: 5;

}

phoneico {
    background-color: #e21985;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    phoneico i {
        padding-left: 10px;
        font-size: 30px;
        color: white;
    }
