﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Bold.ttf);
}

.coverage-as{
    font-size: 56px;
}

    .coverage-as sup {
        font-size: 32px;
    }

.dropdown-menu {
    background-color: #28b3d6;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    margin-top: 16px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #03a2ca;
}
    .hero{
    min-height: 550px;
}

#cookiePreferencesSuccess{
    display:none;
}

.card-header {
    background: #28b3d6;
    color: white;
    font-size: 18pt;
    font-weight: 700;
}

.card {
    margin-bottom: 15px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.inner-coverage{
    font-size:56px;
}

.inner-coverage sup{
    font-size: 32px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
body {
    padding-top: 88px;
    font-size: 1.25rem;
    color: #000000;
}

#loader-overlay {
    display: none;
    position: fixed;
    background: rgba(255,255,255, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
}

.navbar {
    min-height: 86px;
    background: #28b3d6 !important;
    border-radius: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding: 1px;
}

.logo {
    max-width: 400px;
}

.loader-gif {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

hr {
    background: #fff;
}

.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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    height: 50px;
    width: 50px;
}

.custom-toggler.navbar-toggler {
    border: none;
}

.navbar a {
    color: #fff !important;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.font-bump {
    font-size: 1.5rem;
}

.check {
    font-size: 24px;
    font-weight: bold;
    color: #174b88;
    text-transform: uppercase;
    line-height: 28px;
    margin-top:-150px;
}

    .check p {
        margin: 0;
        padding: 0;
    }

.check-mark {
    width: 50px;
}

.checkbox-container {
    padding-left: 25px;
    margin-bottom: 10px;
}

.check span {
    color: #05add4;
    font-weight: 400;
    font-size: 18px;
}

.placeholder {
    background: #ccc;
    height: 400px;
}

.rate {
    color: #174b88 !important;
}

.callout .btn-lg {
    font-size: 3rem;
}

#body-work-container {
    display: none;
}

#counselor-container {
    display: none;
}

#fitnes-container {
    display: none;
}

#healthcare-container {
    display: none;
}

#psychology-container {
    display: none;
}

#recreational-therapy-container {
    display: none;
}

.callout {
    background: rgba(241, 94, 34,1);
    padding: 15px 0px;
    color: #fff !important;
}


.product-slection {
    margin-top: 40px;
    margin-bottom: 40px;
}

.our-story-sections {
    padding: 20px;
    margin: 10px;
}


.grey-bg {
    background: #e8e8e8;
    min-height: 20px;
    color: #58595B;
}

.light-blue-bg {
    background: #cbeef7;

}

    .light-blue-bg h4 {
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
    }

.most-comprehensive {
    padding: 20px;
    margin-right: 40px;
}

.star {
    color: #174b88;
    font-size: 26px;
    padding: 0px 0px;
    writing-mode: vertical-lr;
}

.most-popular {
    margin: -40px;
    padding: 20px;
    background: #28b3d6;
    color: #fff;
}




.most-affordable {
    padding: 20px;
    margin-left: 40px;
}


.SwissRe {
    width: 200px;
}


.bg-borders {
    border-top: 6px solid #174b88;
    border-bottom: 6px solid #174b88;
}

.blue-bg {
    background: #00aad0;
    color: #fff !important;
}

    .blue-bg h4 {
        background: #00aad0;
        color: #fff !important;
    }

.dark-blue-bg {
    background: #174b88;
    color: #fff !important;
    border-top: 6px solid #00aad0;
    border-bottom: 6px solid #00aad0;
}

    .dark-blue-bg h4, .dark-blue-bg h3, .dark-blue-bg h2 {
        color: #fff !important;
    }

.chosen-profession {
    border: 1px solid #e8e8e80a;
}

    .chosen-profession:hover {
        color: #fff;
        background: #f15e22;
        cursor: pointer;
    }

.highlight-bt {
    color: #fff;
    background: #f15e22;
    cursor: pointer;
}


.box-shad {
    -webkit-box-shadow: inset 0px 0px 17px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 17px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 17px -2px rgba(0,0,0,0.75);
}

.rounded {
    border-radius: .75rem !important
}



.slb {
    display: none;
}

.circle-container {
    padding: 10px;
    height: 200px;
    width: 175px;
}



.profession-circle-img {
    max-height: 155px;
    height: 100%;
    width: 100%;
    background: url("/imgs/profession.svg") no-repeat;
    -webkit-transition: margin-top 500ms ease-out;
    -moz-transition: margin-top 500ms ease-out;
    -o-transition: margin-top 500ms ease-out;
}

    .profession-circle-img:hover {
        margin-top: -20px;
        max-height: 170px;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

.bodywork-img {
    background: url("/imgs/bodywork-off.svg") no-repeat;
}


    .bodywork-img:hover {
        background: url("/imgs/bodywork-on.svg") no-repeat;
    }

    .bodywork-img.selected {
        background: url("/imgs/bodywork-on.svg") no-repeat;
    }

.selected {
    margin-top: -20px;
    max-height: 170px;
    height: 100%;
    width: 100%;
}

.counselor-img {
    background: url("/imgs/counselor-off.svg") no-repeat;
}

    .counselor-img:hover {
        background: url("/imgs/counselor-on.svg") no-repeat;
    }

    .counselor-img.selected {
        background: url("/imgs/counselor-on.svg") no-repeat;
    }


.fitness-img {
    background: url("/imgs/fitness-off.svg") no-repeat;
}

    .fitness-img:hover {
        background: url("/imgs/fitness-on.svg") no-repeat;
    }

    .fitness-img.selected {
        background: url("/imgs/fitness-on.svg") no-repeat;
    }

.healthcare-img {
    background: url("/imgs/healthcare-off.svg") no-repeat;
}


    .healthcare-img:hover {
        background: url("/imgs/healthcare-on.svg") no-repeat;
    }

    .healthcare-img.selected {
        background: url("/imgs/healthcare-on.svg") no-repeat;
    }

.psychology-img {
    background: url("/imgs/psychology-off.svg") no-repeat;
}

    .psychology-img:hover {
        background: url("/imgs/psychology-on.svg") no-repeat;
    }

    .psychology-img.selected {
        background: url("/imgs/psychology-on.svg") no-repeat;
    }

.rec-therapy-img {
    background: url("/imgs/rec-therapy-off.svg") no-repeat;
}

    .rec-therapy-img:hover {
        background: url("/imgs/rec-therapy-on.svg") no-repeat;
    }

    .rec-therapy-img.selected {
        background: url("/imgs/rec-therapy-on.svg") no-repeat;
    }

.display-none {
    display: none;
}

.square-container {
    opacity: .5;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
}

.square {
    border: 8px solid #fff;
    padding: 8px;
    width: 150px;
    height: 150px;
    border-radius: .75rem !important;
    margin: 10px;
    color: #58595B;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}

.active .square {
    background: #174B89;
    border-color: #174B89;
    color: #fff;
}

.progress-container .steps {
    width: 100%;
    height: 100%;
    max-height: 100px;
    -webkit-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    margin: 0px auto;
}

.progress-container .active {
    opacity: 1;
}

    .progress-container .active p {
        color: #1c55a4 !important;
    }

.step-one-box {
    margin-top: -20px;
}

.progress-container .step1 {
    background: url("/imgs/step1.svg") no-repeat center;
}

    .progress-container .step1.active {
        background: url("/imgs/step1-white.svg") no-repeat center;
    }

.progress-container .step2 {
    background: url("/imgs/step2.svg") no-repeat center;
}

    .progress-container .step2.active {
        background: url("/imgs/step2-white.svg") no-repeat center;
    }


.progress-container .step3 {
    background: url("/imgs/step3.svg") no-repeat center;
}

    .progress-container .step3.active {
        background: url("/imgs/step3-white.svg") no-repeat center;
    }


.progress-container .step4 {
    background: url("/imgs/step4.svg") no-repeat center;
}

    .progress-container .step4.active {
        background: url("/imgs/step4-white.svg") no-repeat center;
    }

.progress-container .step5 {
    background: url("/imgs/step5.svg") no-repeat center;
}

    .progress-container .step5.active {
        background: url("/imgs/step5-white.svg") no-repeat center;
    }


.step-menu {
    background: rgba(232, 232, 232, .9);
    height: auto;
    top: 93px;
    color: #004b8d;
    display: none;
    z-index: 1;
}

    .step-menu p {
        padding: 0;
        margin: 0;
        padding-top: 25px;
        padding-bottom: 5px;
    }

    .step-menu .step1 {
        background: url("/imgs/step1.svg") no-repeat center 5px;
        background-size: 20px;
    }

        .step-menu .step1.active {
            background: #174b88 url("/imgs/step1-white.svg") no-repeat center 5px;
            background-size: 20px;
            color: white !important;
        }

    .step-menu .step2 {
        background: url("/imgs/step2.svg") no-repeat center 5px;
        background-size: 15px;
    }

        .step-menu .step2.active {
            background: #174b88 url("/imgs/step2-white.svg") no-repeat center 5px;
            background-size: 15px;
            color: white !important;
        }

    .step-menu .step3 {
        background: url("/imgs/step3.svg") no-repeat center 5px;
        background-size: 20px;
    }

        .step-menu .step3.active {
            background: #174b88 url("/imgs/step3-white.svg") no-repeat center 5px;
            background-size: 20px;
            color: white !important;
        }

    .step-menu .step4 {
        background: url("/imgs/step4.svg") no-repeat center 5px;
        background-size: 20px;
    }

        .step-menu .step4.active {
            background: #174b88 url("/imgs/step4-white.svg") no-repeat center 5px;
            background-size: 20px;
            color: white !important;
        }

    .step-menu .step5 {
        background: url("/imgs/step5.svg") no-repeat center 5px;
        background-size: 20px;
    }

        .step-menu .step5.active {
            background: #174b88 url("/imgs/step5-white.svg") no-repeat center 5px;
            background-size: 20px;
            color: white !important;
        }



#profession-select {
    display: none;
}


#callout-select label {
    color: #174b88;
    font-weight: bold;
    font-size: 32px;
}
/* fonts
-------------------------------------------------- */
h2, h4 {
    color: #02aad0;
}

h3 {
    color: #174b88;
}
h1 {
    font-size: 48px;
    color: #174b88;
    font-weight: bolder;
}

h5 {
    font-size: 48px;
    color: #174b88;
    font-weight: bolder;
}

.our-story h1 {
    color: #fff;
}

.callout h3 {
    font-size: 92px;
    font-weight: bolder;
    color:#fff;
}

.callout h2 {
    font-size: 2.3rem;
    color: #fff;
}

.callout h3 sup {
    font-size: 52px;
}

footer h6 {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #004b8d;
}


h1 span {
    color: #00aad0;
}


.white {
    color: #fff;
}

.lg-h2 {
    font-size: 60px;
}

.dark-blue {
    color: #174b88;
}

.light-blue {
    color: #00aad0 !important;
}

.most-popular h5 {
    font-size: 48px;
}

.most-popular h4 {
    color: #fff;
}

.most-popular li {
    font-weight: bold;
}

.callout h5 {
    color: #fff !important;
}

.card-deck, .pricing-card-title {
    color: #58595B !important;
}

.highlight {
    color: #f15e22 !important;
}

.btn-light {
    color: #174b88;
    font-weight: bold;
}

    .btn-light:hover {
        color: #174b88;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

.most-affordable li {
    font-weight: bold !important;
}

.most-comprehensive li {
    font-weight: bold;
}


.copyright {
    text-align: right;
    color: #28b3d6;
    font-size: .8em;
}

    .copyright a {
        color: #00acd4;
    }

.disclaimer {
    font-size: 80% !important;
}

footer ul li {
    font-size: 12px;
    color: #004b8d;
}

footer a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

/* borders
-------------------------------------------------- */

.br-white {
    border-bottom: 1px solid #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: -250px;
    width: 100%;
    padding: 0px;
}


/*---------------------buttons----------------*/
.btn-secondary {
    color: #fff;
    background-color: #f15e22;
    border-color: #f15e22;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px;
}

    .btn-secondary:hover {
        background-color: #f04a07;
        border-color: #f04a07
    }

.btn-primary {
    color: #fff;
    background-color: #174b88;
    border-color: #174b88;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px;
}

.shadow {
    box-shadow: 0 0.1rem .5rem rgba(0,0,0,0.3) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f04a07;
    border-color: #f04a07
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #174b88;
    border-color: #005a5a
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f04a07;
    border-color: #000
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)
    }

.btn-outline-primary {
    color: #f15e22;
    background-color: transparent;
    background-image: none;
    border-color: #f15e22
}

    .btn-outline-primary:hover {
        color: #222;
        background-color: #009a9a;
        border-color: #f15e22
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,128,128,0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #f15e22;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #009a9a;
        border-color: #f15e22
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,128,128,0.5)
        }

/*-------------------------------------*/

/*apply stop small beloew 1024*/
@media only screen and (max-width: 1024px) {


}



@media (min-width: 1401px) and (max-width: 1600px) {

}

@media (min-width: 1261px) and (max-width: 1400px) {

    .star {
        font-size: 24px;
    }
}


/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
    */

@media (min-width: 1115px) and (max-width: 1260px) {


    .star {
        font-size: 20px;
    }
}


@media (min-width: 991px) and (max-width: 1114px) {

    .star {
        font-size: 18px;
        padding: 0px 0px;
    }
}
/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
    */

@media (min-width: 768px) and (max-width: 1024px) {





    .step-one-box {
        min-height: 170px;
    }

    .steps {
        max-height: 80px;
    }

    .square {
        width: 120px;
        height: 130px;
    }

    .progress-container .steps {
        max-height: 80px;
    }

    .container {
        max-width: 768px;
    }

    .circle-container {
        padding: 15px;
        height: 120px;
        width: 120px;
    }
    .most-popular {
        margin: 0px;
    }
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
    */

@media (min-width: 481px) and (max-width: 767px) {
        .step-menu {
        top: 88px;
    }
    .steps {
        max-height: 40px;
    }
    .most-popular {
        margin: 0px;
    }
    .square {
        padding: 0px;
        padding: 10px;
        width: 80px;
        height: 85px;
        border: 4px solid #fff;
    }

        .square span {
            display: none;
        }

        .square span {
            font-size: 14px;
        }

}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
    */


@media (min-width: 320px) and (max-width: 480px) {
    .step-menu {
        top: 86px;
    }
    .hero {
        min-height: 450px;
    }
    .callout h3 {
        font-size: 75px;
        font-weight: bolder;
        color: #fff;
    }


    .callout .btn-lg {
        font-size: 2rem;
    }

    .callout h2 {
        font-size: 2rem;
        color: #fff;
    }

    .callout h3 sup {
        font-size: 45px;
    }

    .check {
        font-size: 20px;
    }
    .most-popular {
        margin: 0px;
    }
        .check-mark {
        width: 34px;
    }
    .logo {
        max-width: 300px;
    }


    .step-menu p {
        font-size: 12px;
    }


    a.navbar-brand img {
        max-width: 200px;
    }

    .star {
        padding: 0px 0px;
        font-size: 16px;
    }


    .grey-bg {
        padding: 10px 10px 0px 10px;
    }

    .square span {
        display: none;
    }

    .square {
        border: 4px solid #fff;
        width: 55px;
        height: 55px;
        border-radius: .75rem !important;
        margin: 5px;
    }

    .circle-container {
        width: 125px;
        height: 160px;
    }

    .profession-circle-img {
        max-height: 115px;
    }

    .rounded {
        border-radius: 0rem !important
    }
}