<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Poppins", sans-serif !important;
    top: 0px !important;
}

.PageTop {
    padding-top: 80px;
    padding-bottom: 70px;
}
.MainPageTop {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-weight-600 {
    font-weight: 600;
}

a:focus,
a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
}

a.link {
    color: #455a64
}

    a.link:focus,
    a.link:hover {
        color: #009efb
    }

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block
}

.img-rounded {
    border-radius: 4px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #455a64;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400
}

h1 {
    line-height: 40px;
    font-size: 36px
}

h2 {
    line-height: 36px;
    font-size: 24px
}

h3 {
    line-height: 30px;
    font-size: 21px
}

h4 {
    line-height: 22px;
    font-size: 18px
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400
}

h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400
}
li {
    list-style: none !important;
}

input[type=radio],
input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
label {
    cursor: pointer;
}

#show-mobile:checked + input + .phone .toggle__label--off {
    opacity: 1;
    height: 100%;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0s linear 0s;
}

#show-mobile:checked + input + .phone .toggle {
    background: #8BC34A;
}

#hide-mobile:checked + .phone {
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 375px;
    height: 100%;
    /*  .phone__screen {
        width: auto;
        max-width: 375px;
      }*/
}

    #hide-mobile:checked + .phone .toggle__label--on {
        opacity: 1;
        height: 100%;
        transition: opacity 0.3s ease, height 0s linear 0s;
    }

    #hide-mobile:checked + .phone .toggle {
        background: #ccc;
    }

        #hide-mobile:checked + .phone .toggle:after {
            transform: translate3d(0px, 0, 0);
        }

    #hide-mobile:checked + .phone .phone__screen, #hide-mobile:checked + .phone .content {
        height: 100%;
        max-height: 667px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #hide-mobile:checked + .phone:before {
        opacity: 0;
    }
.OverflowScroll {
    overflow-x: hidden;
    overflow-y: auto;
}

    .OverflowScroll::-webkit-scrollbar {
        background-color: #fff;
        width: 16px
    }

    .OverflowScroll::-webkit-scrollbar-track {
        background-color: #fff
    }

    .OverflowScroll::-webkit-scrollbar-thumb {
        background-color: #babac029;
        border-radius: 16px;
        border: 6px solid #fff
    }

        .OverflowScroll::-webkit-scrollbar-thumb:hover {
            background-color: #899498;
            border-radius: 16px;
            border: 6px solid #fff
        }

    .OverflowScroll::-webkit-scrollbar-button {
        display: none
    }

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.plans .plan input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: 48.5%;
}

    .plans .plan .plan-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1.5px solid rgb(188 188 188 / 35%);
        border-radius: 10px;
        -webkit-transition: -webkit-box-shadow 0.4s;
        transition: -webkit-box-shadow 0.4s;
        -o-transition: box-shadow 0.4s;
        transition: box-shadow 0.4s;
        transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
        position: relative;
        box-shadow: 2px 1px 3px 0px #eeeeee;
    }

        .plans .plan .plan-content img {
            margin-right: 30px;
            height: 72px;
        }

    .plans .plan .plan-details span {
        margin-bottom: 10px;
        margin-left: 7px;
        font-size: 14px;
        line-height: 24px;
        color: #252f42;
    }

input[type="radio"]:checked .plan-details span {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
}
input[type="checkbox"]:checked .plan-details span {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    /*content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #6466be;
    top: 8px !important;
    left: 25px;
    border-radius: 100%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(100 101 190 / 30%);
    box-shadow: 0px 0px 0px 2px rgb(100 101 190 / 30%);*/

    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 11px;
    border: 4px solid #fff;
    top: 12px !important;
    left: 20px;
    border: solid #6466be;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) !important;
}
.plans .plan input[type="checkbox"]:checked + .plan-content:after {
    
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 11px;
    border: 4px solid #fff;
    top: 12px !important;
    left: 20px;
    border: solid #6466be;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) !important;
}

.plans .plan input[type="radio"] + .plan-content:before {
    /* content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 10px !important;
    left: 15px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(100 101 190 / 50%);
    box-shadow: 0px 0px 0px 1.5px rgb(199 199 199 / 50%);*/

    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 10px !important;
    left: 15px;
    border-radius: 100%;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(100 101 190 / 50%);
    box-shadow: 0px 0px 0px 1.5px rgb(199 199 199 / 50%);
}
.plans .plan input[type="checkbox"] + .plan-content:before {
  
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 10px !important;
    left: 15px;
    border-radius: 100%;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(100 101 190 / 50%);
    box-shadow: 0px 0px 0px 1.5px rgb(199 199 199 / 50%);
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 2px solid rgb(100 101 190 / 20%);
    background: hsl(239deg 41% 57%);
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}
.plans .plan input[type="checkbox"]:checked + .plan-content {
    border: 2px solid rgb(100 101 190 / 20%);
    background: hsl(239deg 41% 57%);
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

    .plans .plan input[type="radio"]:checked + .plan-content .plan-details span {
        color: #fff !important;
    }
.plans .plan input[type="checkbox"]:checked + .plan-content .plan-details span {
    color: #fff !important;
}
@media screen and (max-width: 991px) {
    /* .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  } */

    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 8px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    .plans .plan input[type="checkbox"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }
    .plans .plan input[type="checkbox"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 6px 15px 6px 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 19px;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0.05em;
    background: #304b85;
    color: #ffffff;
    font-weight: 500;
    box-shadow: 0 10px 20px 0 rgb(100 101 190 / 30%);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index:-1;
}
.ZIndex {
    z-index: 1 !important;
}
.registration_submit {
    padding: 4px 6px 4px 6px !important;
}

.registration_title {
    color: #6465be;
}

.required_field {
    color: red;
    font-size: 14px;
}

.error {
    color: red !important;
}
.btn-primary {
    background-color: #304b85 !important;
    border-color: #304b85 !important;
/*    padding: 4px 10px 1px 10px;
*/    /*    padding: 4px 6px 4px 6px !important;
    font-weight: 600;*/
}
.Btn-primary {
    background-color: #304b85 !important;
    border-color: #304b85 !important;
    color: #FFF;
     /*    padding: 4px 6px 4px 6px !important;
    font-weight: 600;*/
}
    .Btn-primary:hover {
        background-color: #304b85 !important;
        border-color: #304b85 !important;
        color: #FFF !important;
         /*    padding: 4px 6px 4px 6px !important;
    font-weight: 600;*/
    }

    .btn-primary:hover {
        color: #304b85 !important;
        background-color: #ffffff !important;
        border-color: #304b85 !important;
        font-weight: 600;
/*        padding: 4px 10px 1px 10px;
*/    }

/*Checkbox*/
.contant {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .contant input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 2px solid #e4e4e4;
    margin: 2px 0px 0px 0px;
}


.contant input:checked ~ .checkmark {
    background-color: #6465be !important;
    border: 1px solid #6465be !important;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contant input:checked ~ .checkmark:after {
    display: block;
}


.contant .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.textPrimary {
    color: #b2bec3 !important;
/*    color: #6465be !important;
*/    font-weight: 600;
    text-decoration: underline !important;
}
.mt-15 {
    margin-top: 15px;
}
.Com_question {
    margin-top: .5rem !important;
    margin-right: 18px !important;
}
.Question_text {
    color: #97909b7a;
    font-size: 14px;
    font-weight: 500;
}
.Submit_btn_align {
    margin-top: 1rem !important;
    margin-left: 35px;
}
.mt_58 {
    margin-top: 58px;
}
.text_align {
    text-align: center !important;
    color: #6465be;
    font-weight: 700;
    font-size: 16px;
}
.align_text {
    text-align: center !important;
    font-weight: 600;
}
.span_font_weight {
    font-weight: 900;
    border-bottom: 1px solid #6465be;
    color: #6465be;
    cursor:pointer !important;
}
.phone_font_weight {
    font-weight: 900;
}
.header_font_weight {
    font-weight: 600;
}
.verify_button {
    padding: 4px 70px 4px 70px !important;
}
.align_center{
    text-align:center;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.Modal_postion {
    margin-top: 65px;
}
.Validation_Text {
    color: red;
}
.mt-38 {
    margin-top: 38px;
}
.ml-30{
    margin-left: 30px;
}
.PartnerDetail {
    border: 1px solid rgb(100 101 190 / 40%) !important;
    background-color: rgb(100 101 190 / 5%);
}
.CardHeader {
    padding: 8px 0px 0px 15px !important;
    border-bottom: 1px solid rgb(100 101 190 / 40%) !important;
    background-color: transparent;
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #6465be !important;
    color: #fff;
    font-size: 1.0625em;
}
.swal2-popup .swal2-styled.swal2-cancel {
    border: 1px solid #6c757d !important;
    border-radius: 0.25em;
    background: initial;
    background-color: #fff !important;
    color: #fff;
    font-size: 1.0625em;
    color: #6c757d !important;
    padding: 10px 30px 8px 30px !important;
}
.swal2-popup .swal2-styled.swal2-cancel:hover {
    background-color: #6c757d !important;
    color: #fff !important;
}
.form-control {
    border: 1px solid #bdbdbd !important;
}
.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #bdbdbd !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}
.Vertical {
    border-left: 4px solid #00b894;
    position: absolute;
    color: #4e51bf;
    font-weight: 600;
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
    height: 34px;
    font-size: 13px !important;
}
.SubTopic {
    font-size: 11px;
    font-weight: 600;
    margin-left: 10px;
    color: #8d8d8d;
    padding-top: 17px;
}
.ui-widgets {
    position: relative;
    float: right;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 9rem;
    margin: -64px 0px 0px 0px;
    border: 5px solid #00b894;
    box-shadow: inset 0 0 7px #cecece;
    border-left-color: #00b894;
    border-top-color: #00b894;
    border-right-color: #00b894;
    border-bottom-color: #e3e3e3;
    text-align: center;
    box-sizing: border-box;
}
.ui-widgets:nth-child(2) {
    border-top-color: #00b894;
    border-right-color: #00b894;
    border-left-color: #00b894;
    border-bottom-color: #00b894;
}

.ui-widgets .ui-values {
    top: 6px;
    position: absolute;
    left: 2px;
    right: 0;
    font-weight: 600;
    font-size: 12px;
}
.ui-widgets .ui-labels {
    left: 0;
    bottom: -16px;
    text-shadow: 0 0 4px grey;
    color: black;
    position: absolute;
    width: 100%;
    font-size: 16px;
}
.Text_justify {
    text-align: left;
}
.Com_question {
    margin-top: .5rem !important;
    float: right !important;
    margin-right: 18px !important;
}
.Next_btn_float {
    float: right !important;
    margin-top: 20% !important;
    margin-left: -36px !important;
    z-index: 2 !important;
    margin-right: -54px !important;
}
.LoginSpacing {
    padding: 25px 50px;
}

.card-flex {
    display: block;
}

.EyeIcon {
    position: absolute;
    right: 0;
    margin-right: 48px;
    margin-top: -28.5px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.Login_btn {
    padding: 10px !important;
    background-color: #6465be !important;
    border-color: #6465be !important;
    font-weight: 500 !important;
    color: #fff;
}

.Login_btn:hover {
    padding: 10px !important;
    background-color: #6465be !important;
    border-color: #6465be !important;
    font-weight: 500 !important;
    color: #fff;
}

.bg {
    font-size: 13px;
    font-family: "Poppins", sans-serif !important;
    line-height: 26px !important;
    color: #6c6c6c !important;
    background-image: url(/images/Communication/bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 55px 15px 15px 15px;
}
.PurpleBg {
    background-color: #f1f1fd;
    padding: 10px 10px 1px 10px !important;
    margin-bottom: 12px;
    border-radius: 7px;
}

.PurpleBg1 {
    background-color: #f1f1fd;
    padding: 10px 10px 10px 10px !important;
    margin-bottom: 12px;
    border-radius: 7px;
}

.TextHighlight {
/*    background-color: #fdcb6e;
*/    text-decoration: underline;
   /* font-weight: 600;*/
}
.Notes_Response {
    border: 1px solid #adb5bd;
    padding: 10px 10px 0px 10px;
    border-radius: 8px;
}
.note_text_align{
    text-align:center !important;
}
.note_row_background {
    background: #e9ecef;
    padding: 10px 5px 5px 0px;
    border-radius: 8px;
    margin-left: -10px;
    margin-right: -10px;
}
.notes_background {
    background: #f1f1fd;
    border-radius: 15px;
}


.timeline {
    list-style: none;
    padding: 10px 0 10px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: -16px;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline &gt; li {
        margin-bottom: 0x;
        position: relative;
    }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li &gt; .timeline-panel {
            width: 45%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 18%);
            box-shadow: 0 1px 6px rgb(0 0 0 / 18%);
            height: 60px;
            margin-top: 10px;
        }

            .timeline &gt; li &gt; .timeline-panel:before {
                position: absolute;
                top: 15px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline &gt; li &gt; .timeline-panel:after {
                position: absolute;
                top: 17px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline &gt; li &gt; .timeline-badge {
            color: #fff;
            width: 15px;
            height: 15px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 32px;
            left: 52%;
            margin-left: -30px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
            margin-top: -66px;
            float: right;
        }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #008CBA !important;
}

.timeline-badge.success {
    background-color: #43AC6A !important;
}

.timeline-badge.warning {
    background-color: #E99002 !important;
}

.timeline-badge.danger {
    background-color: #F04124 !important;
}

.timeline-badge.info {
    background-color: #5BC0DE !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin-bottom: 0;
}

    .timeline-body &gt; p + p {
        margin-top: 5px;
    }

.timelinebadge.success.BaseLine {
    background-color: #43AC6A !important;
    border-radius: 50% !important;
    width: 75px !important;
    height: 75px !important;
    color: #fff !important;
    /* position: absolute; */
    left: 47% !important;
}

.Baseline_text {
    /* position: absolute; */
    top: 23px;
    left: 5px;
    font-size: 14px;
}

.Baseline_month {
    position: absolute;
    top: 25px;
    left: 26px;
    font-size: 14px;
}

@media (max-width: 400px) {
    .timelinebadge.success.BaseLine {
        background-color: #43AC6A !important;
        border-radius: 50% !important;
        width: 75px !important;
        height: 75px !important;
        color: #fff !important;
        /* position: absolute; */
        left: 38% !important;
    }

    .timeline &gt; li &gt; .timeline-badge {
        color: #fff;
        width: 15px;
        height: 15px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 32px;
        left: 57%;
        margin-left: -30px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
}

@media (max-width: 450px) {
    .timelinebadge.success.BaseLine {
        background-color: #43AC6A !important;
        border-radius: 50% !important;
        width: 75px !important;
        height: 75px !important;
        color: #fff !important;
        /* position: absolute; */
        left: 40% !important;
    }

    .timeline &gt; li &gt; .timeline-badge {
        color: #fff;
        width: 15px;
        height: 15px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 32px;
        left: 56%;
        margin-left: -30px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
}

@media (max-width: 500px) {
    .timelinebadge.success.BaseLine {
        background-color: #43AC6A !important;
        border-radius: 50% !important;
        width: 75px !important;
        height: 75px !important;
        color: #fff !important;
        /* position: absolute; */
        left: 41% !important;
    }

    .timeline &gt; li &gt; .timeline-badge {
        color: #fff;
        width: 15px;
        height: 15px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 32px;
        left: 56%;
        margin-left: -30px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
}


@media screen and (max-width: 765px) {
    .contact-support-center {
        text-align: center;
    }
}
.margin25 {
    margin-left: 25px !important;
}
.First_Letter {
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    background-color: #6465be;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    margin-right: 3px;
}
.Brat_Letter {
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    background-color: #6465be;
    padding: 0px 0px 0px 6px;
    border-radius: 3px;
    width: 22px;
    height: 21px;
    display: inline;
    position: absolute;
}
.avtarwidth {
    width: 40px;
    margin-top: 7px;
    margin-right: 8px;
}
.float_right {
    float: right;
}
.ProfileIcon {
    content: url(../images/avatar.png);
}
.droup_downnavbar {
    box-shadow: 1px 1px 6px -3px;
    border-radius: 8px;
}
.dropdown-menu {
    padding-top: 0.25rem;
    padding-right: 0px;
    padding-bottom: 0.25rem;
    padding-left: 0px;
}
.dropdown-item {
    display: block;
    white-space: nowrap;
    /* background-color: transparent; */
    border: 0;
}
.dropdown-item {
    padding: 0.5rem 1rem;
}
.Vertical_PleasurePreven {
    border-left: 4px solid #e17055 !important;
    position: absolute;
    color: #4e51bf;
    font-weight: 600;
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
    height: 34px;
    font-size: 13px;
}

.textPrimary_btn {
    color: #b2bec3 !important;
    border: 1px solid #b2bec3;
    padding: 7px;
    border-radius: 3px;
    line-height: 4;
}
/*.Barfixed {
    position: fixed;
    z-index: 99;
    width: 100%;
}*/
.AnsAlignMent {
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.MT_20 {
    margin-top: 22% !important;
}
.Video_yetdeploye {
    text-align: center !important;
    border: 2px solid #979797 !important;
    margin: 15px 20px !important;
    padding: 40px 20px !important;
}
.breaks {
    word-break: break-all;
}
.RadioBtn_check {
    margin-left: -18px !important;
    font-size: 19px !important;
    color: #252f42 !important;
    padding-top: -10px !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
#show-nav:checked + .phone__screen .nav ul, #show-nav:checked + .phone__screen .header, #show-nav:checked + .phone__screen .content {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#show-nav:checked + .phone__screen #nav {
    transition: width 0s linear 0s;
    width: 220px;
}

    #show-nav:checked + .phone__screen #nav ul {
        transform: none;
    }

#show-nav:checked + .phone__screen .header, #show-nav:checked + .phone__screen .content {
/*    transform: translate3d(220px, 0, 0);
*/    transform: none;
}

    #show-nav:checked + .phone__screen .header .content__closer, #show-nav:checked + .phone__screen .content .content__closer {
        display: block;
    }

    #show-nav:checked + .phone__screen .header .trigger__closer {
        display: block;
    }

    #show-nav:checked + .phone__screen .header i:first-child {
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }

        #show-nav:checked + .phone__screen .header i:first-child + i {
            opacity: 0;
        }

            #show-nav:checked + .phone__screen .header i:first-child + i + i {
                transform: translate3d(0, -6px, 0) rotate(-45deg);
            }

#hide-mobile:checked + .phone .phone__screen, #hide-mobile:checked + .phone .content {
    height: 100%;
    max-height: 667px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.NavIcons {
    font-size: 22px;
    color: #adadad;
    padding: 0px 0px;
    border-radius: 3px;
}

.NavText {
    font-size: 14px;
    color: #413886;
    font-weight: 600;
    position: absolute;
    margin: 0px 8px;
}

.nav--icons {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 8px 10px;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 30%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px;
}

    .nav--icons ul {
        list-style-type: none;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }

        .nav--icons ul li a {
            font-size: 11px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #4e51bf;
            line-height: 1;
            vertical-align: middle;
            display: flex;
            align-items: center;
            border-radius: 3em;
            padding: 0.55em 1.15em;
            transition: 0.6s ease-in-out;
        }

            .nav--icons ul li a span {
                display: inline-block;
                overflow: hidden;
                max-width: 0;
                opacity: 0;
                padding-left: 0.3em;
                transform: translate3d(-0.5em, 0, 0);
                transition: opacity 0.6s, max-width 0.6s, transform 0.6s;
                transition-timing-function: ease-in-out;
            }

            .nav--icons ul li a:hover,
            .nav--icons ul li a.is-active {
                color: #fff;
                background-color: #413885;
            }

                .nav--icons ul li a:hover span,
                .nav--icons ul li a.is-active span {
                    opacity: 1;
                    max-width: 40px;
                    transform: translate3d(0, 0, 0);
                }

.nav {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    z-index: 2;
    transition: width 0s linear 0.3s;
/*    background-image: url(/OurPlan/css/images/SideBg1.jpg);
*/    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

    .nav a {
        display: block;
        padding: 12px 20px 12px;
    }

    .nav li:first-child {
        margin: 25px auto 0px auto;
    }

    .nav ul {
        width: 220px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        left: 0;
        top: 0;
        background-color: #fff;
    }

/*.Menu {
    color: #fff;
    font-size: 22px;
    background-color: #282985;
    padding: 4px 6px;
    margin: -5px 0px;
    border-radius: 5px;
    box-shadow: inset 0 0 2px 0 rgb(255 255 255 / 40%), inset 0 0 3px 0 rgb(0 0 0 / 40%), inset 0 0 3px 5px rgb(0 0 0 / 5%), 2px 2px 4px 0 rgb(0 0 0 / 25%);
}*/

.horizontal-nav {
    font-size: 12px;
    line-height: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    margin-bottom: 30px;
}

.horizontal-nav__items {
    white-space: nowrap;
}

.horizontal-nav--submenu {
    background: #90CAF9;
    margin-top: 0;
}

.horizontal-nav li {
    display: inline-block;
    margin-left: 20px;
}

    .horizontal-nav li + li {
        margin-left: 0;
    }

    .horizontal-nav li:last-child {
        margin-right: 20px;
    }

.horizontal-nav a {
    display: inline-block;
    padding: 16px 16px;
    color: #fff;
    text-decoration: none;
}

.toggle {
    width: 50px;
    height: 30px;
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .toggle:after {
        content: "";
        width: 22px;
        position: relative;
        z-index: 2;
        height: 22px;
        margin: 4px;
        background: #fff;
        border-radius: 100%;
        display: block;
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translate3d(20px, 0, 0);
    }

.toggle__label {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0s linear 0.3s;
    opacity: 0;
    cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.ImageAlign {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.SideBarAvatar {
    z-index: 10;
    float: right;
    position: relative;
    width: 70px;
}

.ImageAlign {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.NameAlign {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -4px;
}

.AlignSubText {
    text-align: center;
}

.BorderTop {
    border-top: 1px solid #ebecf1;
}

.avatar {
    float: right;
    position: relative;
    width: 32px;
    margin: 10px 12px;
}

.Menu {
    color: #fff;
    font-size: 25px;
    background-color: #304b85;
    /*padding: 4px 6px;
    margin: -5px 0px;*/
    border-radius: 5px;
    box-shadow: inset 0 0 2px 0 rgb(255 255 255 / 40%), inset 0 0 3px 0 rgb(0 0 0 / 40%), inset 0 0 3px 5px rgb(0 0 0 / 5%), 2px 2px 4px 0 rgb(0 0 0 / 25%);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

/*.content, .header {
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transform: translate3d(0px, 0, 0);
    backface-visiblity: hidden;
}*/

/*    .content div {
        position: relative;
    }*/

.content__closer,
.trigger__closer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 12;
}

.trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    padding: 17px 12px;
    display: block;
    z-index: 10;
    background: transparent;
}

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

        .trigger a:first-child {
            display: block;
        }

    .trigger i {
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        margin: 3px 0 4px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

.Header--wrapper {
    position: relative;
   /* background-color: #BCB097;
    height: 40px;*/
    overflow: hidden;
    font-size: 13px;
}

.Header--start-small {
    width: 25%;
    position: absolute;
    background-color: #6465be;
    color: white;
    margin-top: -33px;
    margin-left: 0px;
    padding: 1px 0px 1px 0px;
    display: inline-block;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.nav {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    z-index: 2;
    transition: width 0s linear 0.3s;
    /*background-image: url(/OurPlan/css/images/SideBg1.jpg);*/
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

    .nav a {
        display: block;
        padding: 12px 20px 12px;
    }

    .nav li:first-child {
        margin: 25px auto 0px auto;
    }

    .nav ul {
        width: 220px;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        left: -12px;
        top: 0;
        background-color: #fff;
    }

/*.content, .header {
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transform: translate3d(0px, 0, 0);
    backface-visiblity: hidden;
}*/

/*Checkbox
.contant {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/


.contant input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 2px solid #e4e4e4;
    margin: 2px 0px 0px 0px;
}


.contant input:checked ~ .checkmark {
    background-color: #6465be !important;
    border: 1px solid #6465be !important;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contant input:checked ~ .checkmark:after {
    display: block;
}


.contant .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Pr_0 {
    padding-right: 0px !important;
}
.thumbnail {
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
}
.blur {
    transform: scale(0.9);
    opacity: 0.6;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.Close {
    float: right !important;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    font-size: unset !important;
    padding: 10px 16px 0px 10px;
}
.Text_trans_capital {
    /* text-transform: uppercase !important;*/
    text-transform: initial !important;
}
.Ui-Widgets {
    position: relative;
    float: right; 
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 9rem;
    margin: -3px 0px 0px 0px !important;
    border: 5px solid #00b894;
    box-shadow: inset 0 0 7px #cecece;
    border-left-color: #00b894;
    border-top-color: #00b894;
    border-right-color: #00b894;
    border-bottom-color: #e3e3e3;
    text-align: center;
    box-sizing: border-box;
}
    .Ui-Widgets:nth-child(2) {
        border-top-color: #00b894;
        border-right-color: #00b894;
        border-left-color: #00b894;
        border-bottom-color: #00b894;
    }

    .Ui-Widgets .ui-values {
        top: 6px;
        position: absolute;
        left: 2px;
        right: 0;
        font-weight: 600;
        font-size: 12px;
    }

    .Ui-Widgets .ui-labels {
        left: 0;
        bottom: -16px;
        text-shadow: 0 0 4px grey;
        color: black;
        position: absolute;
        width: 100%;
        font-size: 16px;
    }
.table_color {
    background-color: #e9ecef !important;
}



a:focus, a:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

.card_img {    
    width: 100px;
    height: 85px;
    margin-inline: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 2px solid;
}

.slider {
    -webkit-appearance: none !important;
    width: 100% !important;
    /*margin-left: 0.5% !important;*/
    height: 6px !important;
    border-radius: 5px !important;
    background: #d3d3d3 !important;
    outline: none !important;
    opacity: 0.9 !important;
    -webkit-transition: .2s;
    transition: opacity .2s !important;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 100% !important;
    background: #6465be !important;
    cursor: pointer !important;
}
.Vertical_stigma {
    border-left: 4px solid #441205 !important;
    position: absolute;
    color: #4e51bf;
    font-weight: 600;
    padding-left: 5px;
    border-radius: 5px 0px 0px 5px;
    height: 34px;
    font-size: 13px;
}
.Text_End {
    text-align: right;
}
/*#next:after {
    content: url('https://api.iconify.design/octicon/arrow-right-24.svg?color=white&amp;height=20');
    vertical-align: -0.25em;
}
#next:hover {
    content: url('https://api.iconify.design/octicon/arrow-right-24.svg?color=indigo&amp;height=20');
    vertical-align: -0.25em;
}

#prev:before {
    content: url(https://api.iconify.design/octicon/arrow-left-24.svg?color=%23b2bec3&amp;height=20);
    vertical-align: -0.25em;
    margin-right: 3px;
}*/
.Ml_2 {
    margin-left: .5rem !important;
}

@media screen and (max-width: 350px ) and (min-width: 312px) {

    .Header--wrapper {
        position: relative;
        /* background-color: #BCB097; */
        /* height: 40px; */
        overflow: hidden;
        font-size: 12px;
    }

    .Width2b {
        width: 96% !important;
        position: absolute;
        background-color: #6465be;
        color: white;
        margin-top: -33px;
        margin-left: 0px;
        padding: 1px 0px 1px 0px;
        display: inline-block;
    }

    .Ml_2 {
        margin-left: 0px !important;
    }
}
.Dummy_img {
    border: 1px solid #1111115c;
    padding: 60px 10px 60px 10px;
    margin: 10px 0px 10px 0px;
}
.Hurray_img {
    width: 70% !important;
}
.Hurray_Congrats_Text {
    text-align: center;
    color: #ff6971;
    font-weight: 600;
    margin-top: 7px;
    margin-left: -9px;
}
a:hover {
    color: #0d6efd;
}

.index_Title {
    text-decoration: none !important;
    color: #fff !important;
}
index_Title:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.card_header {
color:#fff;
background-color :  #304b85;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0.25rem;
}

.CardNoBorder {
    border: none !important;
}

.card_headertitle {
    border-bottom: 1px solid #e8e8e8 !important;
    background-color: #fff;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 15px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #ffffff;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: url('https://api.iconify.design/dashicons/edit-large.svg?color=%23757575');
                    color: #757575;
                    position: absolute;
                    top: 7px;
                    left: 2px;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #f8f8f8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview &gt; div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
.title_align{
    text-align: center;
}
.Profile_Name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #304b85;
}
.Second_Name {
    text-align: center;
    font-size: .875em;
    margin-bottom: 1px;
}
.Phone_number {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.Pro_head_color {
    color: #304b85;
}
.LabelBlack {
    font-weight: 600;
    color: #636568;
    margin-bottom: 0px;
}
.FontGray {
    color: #6b6b6b;
    font-weight: 300;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.icon_color {
    font-size: 15px;
    color: #304b85;
}
.Button_Secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
    padding: 4px 6px !important;
}

.Button_Secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    padding: 4px 6px !important;
}
.Title_text {
    margin-bottom: -2px !important;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
span_percent {
    color: #555;
    display: block;
    text-align: right;
    right: 10px;
    top: 9px;
    font-size: 12px;
    font-weight: 900;
}
.mb_5 {
    margin-bottom: 5px;
}
.ml_25 {
    margin-left: 25px !important;
}
.ml_16 {
    margin-left: 16px !important;
}
@media screen and (max-width: 574px ) and (min-width: 300px) {
    .border_xs_view {
        border-bottom: 1px solid #fff;
        padding: 5px 15px 10px 15px;
    }
}
@media screen and (max-width: 768px ) and (min-width: 575px) {
    .border_sm_view {
        border-bottom: 1px solid #fff;
        padding: 5px 15px 10px 15px;
    }
}
.mr_4 {
    margin-right: 4px;
}
.ml_3 {
    margin-left: 3px;
}
@media screen and (max-width: 450px ) and (min-width: 300px) {
    .logo_width {
        width: 25% !important;
    }
}

@media screen and (max-width: 600px ) and (min-width: 450px) {
    .logo_width {
        width: 20% !important;
    }
}

@media screen and (max-width: 800px ) and (min-width: 600px) {
    .logo_width {
        width: 15% !important;
    }
}

.logo_width {
    width: 10%;
}

.Dummy_img_border {
    border: 1px solid #595d65;
    padding: 88px 86px;
    margin: 10px 60px 12px 60px;
}
#WillDoLater:hover {
    text-decoration: none !important;
}

#WillDoNow:hover {
    text-decoration: none !important;
}


.Dummy_img_border {
    border: 1px solid #595d65;
    padding: 88px 86px;
    margin: 10px 60px 12px 60px;
}

.ProTip_img {
    width: 50% !important;
}
.Video_control_size {
    max-width: 300px !important;
    max-height: 170px !important;
}
.sing_on_btn {
    color: #ffffff;
    margin-top: 11px;
    margin-right: 0px;
    font-size: 13px;
}

    .sing_on_btn :hover {
        color: #ffffff;
        margin-top: 11px;
        margin-right: 16px;
        font-size: 14px;
    }
.Transition_img{
    width: 100%;
}
.float_point {
    float: left;
    margin-right: 5px;
    padding: 1px;
}
.Header_modal {
    background-color: #304b85 !important;
}
.Title_modal {
    color: #fff !important;
}
.FIU_logo {
    float: left;
    width: auto;
    height: 25px;
    z-index: 99;
    margin-left: 14px;
    margin-top: 14px;
}

@media screen and (max-width: 450px ) and (min-width: 300px) {
    .FIU_logo {
        height: 18px !important;
        margin-top: 18px;
    }
}

@media screen and (max-width: 600px ) and (min-width: 450px) {
    .FIU_logo {
        height: 20px !important;
        margin-top: 18px;
    }
}

@media screen and (max-width: 800px ) and (min-width: 600px) {
    .FIU_logo {
        height: 22px !important;
        margin-top: 17px;
    }
}
.margin_right{
    margin-right: 20px;
}
@media screen and (max-width: 600px ) and (min-width: 200px) {
    .width-60 {
        width: 100% !important;
    }
}
.width-60 {
    width: 50%;
}
.theme-light input, select, textarea {
    border-color: #adb5bd !important;
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

.mobileshow {
    display: none;
}

@media screen and (max-width: 766px) {
    .mobileshow {
        display: block;
    }
}

.clickherehover:hover {
    color: blue;
}
.titlelinehight {
    line-height: 1.2em;
}
.partB_points {
    padding-left: 1.5em;
    text-indent: -1em;
}
.BLUE_clr {
    color: #3c65bd;
}
.welcome_img_size{
    width:60% !important;
}
.accordionCollapse {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 800;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.panelCollapse {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    border: 1px solid #dedede;
}

.accordionCollapse:after {
    /* Unicode character for "plus" sign (+) */
    content: "\02795";
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.margintop_6 {
    margin-top: -8px;
}
.lineheight {
    line-height: 1.5em;
}
.GreyColor {
    background-color: #bbb !important;
    border-radius: 15px;
}
.YellowColor {
    background-color: #fdcb6e !important;
    border-radius: 15px;
}
.GreenColor {
    background-color: #2ecc71 !important;
    border-radius: 15px;
}
.Bg_subpoint {
    background-color: #95969738 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.HideInstruction {
    float: right;
    text-decoration: underline !important;
    font-weight: bold;
    color: #323232;
}
.Prep_taken_short {
    width: 75% !important;
}
}
.comparison_align {
    text-align: center !important;
}
.colors-GreyColor {
    border-radius: 7px;
    border: 2px solid #bbb;
    height: 50px;
}

.grey-right {
    height: 50px;
}

.colors-YellowColor {
    border-radius: 7px;
    border: 2px solid #fdcb6e;
    background-color: #fdcb6e;
    padding: 7px;
}

.colors-GreenColor {
    border-radius: 7px;
    border: 2px solid #2ecc71;
    background-color: #2ecc71;
    padding: 7px;
}
.comparison_align {
    text-align: center !important;
}
#SliderSeekBar datalist {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -63.5px;
    padding-top: 0px;
    color: #e1e1e1;
}

#SliderSeekBar option {
    width: 0ex;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 4ex;
    z-index: -1;
    font-size: 30px;
    font-weight: bold;
}

#SliderSeekBar .GaugeSlider {
    background-color: #d3d3d3;
    height: 6px !important;
}

#SliderSeekBar .GaugeSlider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    left: 0px;
    top: -8px;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background: #6465be !important;
    opacity: 0.7;
    cursor: pointer !important;
}
.Yes_btn_padding {
    padding: 6px 27px 6px 27px;
}
.Courtesy_Font {
    text-align: center;
    margin-top: 0px;
    color: #838383;
    margin-bottom: 6px;
    font-size: 12px;
}
.Courtesy_align {
    text-align: end;
    font-size: 10px;
    margin: 0px 0px 10px 59% !important;
}
@media screen and (max-width: 427px ) and (min-width: 397px) {
    .Courtesy_align {
        text-align: end;
        font-size: 10px;
        margin: 0px 0px 9px 65%;
    }

}
@media screen and (max-width: 495px ) and (min-width: 428px) {
    .Courtesy_align {
        text-align: end;
        font-size: 10px;
        margin: 0px 0px 9px 70%;
    }
}
@media screen and (max-width: 582px ) and (min-width: 496px) {
    .Courtesy_align {
        text-align: end;
        font-size: 10px;
        margin: 0px 0px 9px 75%;
    }
}
@media screen and (max-width: 722px ) and (min-width: 583px) {
    .Courtesy_align {
        text-align: end;
        font-size: 10px;
        margin: 0px 0px 9px 80%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 723px) {
    .Courtesy_align {
        text-align: end;
        font-size: 10px;
        margin: 0px 0px 9px 85%;
    }
}
.Courtesy_Align_Left {
    font-size: 10px;
    margin: -20px 0px 10px 1%;
    float: left;
}
.TransitionScreen_top_space {
    margin-top: 3.5rem !important;
}
.Line_Hight {
    line-height: 2.8;
}

.tick {
    position: relative;
    display: flex;
    justify-content: center;
    width: 6px;
    background: #d3d3d3;
    height: 34px;
    line-height: 51px;
    margin-top: -28px;
    z-index: -1;
    border-radius: 18px;
    opacity: 0.9 !important;
}

.ticks {
    display: flex;
    justify-content: space-between;
}
.MyNoteCount {
    height: 25px;
    width: 25px;
    background-color: #fdcb6e;
    border-radius: 50px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin-right: 3px;
    float: right;
}
.pl-5{
    padding-left: 4px;
}
.NoteAlign {
    padding-left: 0px;
    padding-right: 4px;
}
.float-right-xl {
    float:right;
}
@media (min-width: 1200px) {
    .img-responsives {
        display: block;
        width: 35% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .img-responsive {
        display: block;
        width: 35% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .img_alignment {
        float: right;
        margin-top: -63px;
        margin-right: 51px;
    }
    .img_alignment-xl {
        float: right !important; 
        margin-top: -63px !important;
        margin-right: 51px !important;
    }
    .float-right-xl {
        float: none;
    }
}
.Registration_Exit {
    padding: 4px 30px 4px 30px !important;
}

.Button_Fixed {
    position: fixed !important;
    bottom: 0px !important;    
    background-color: #ffffff !important;
    padding-bottom: 9px !important;
    padding-top: 7px !important;
}
.Question_text_left {
    color: #97909b7a;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin-top: 7px;
}
.ZipCode {
    /* border: 1px solid #9f9f9f;
    margin-top: 15px;
    border-radius: 5px;
    padding: 7px 7px 7px 7px;
    background-color: #eeeeee;*/
    float: right;
}
.PreferenceAlign {
    margin-left: 27px;
}
.Zipcodestyle {
    font-style: italic;
    font-weight: 600;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.skiptranslate {
    display: none !important
}
.LanguageAlign {
    width: 98px !important;
    margin-top: 14px;
    margin-right: 8px !important;
    font-size: 13px !important;
}
@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #d63031;
    }

    40% {
        box-shadow: 0 0 15px #d63031;
    }

    60% {
        box-shadow: 0 0 15px #d63031;
    }

    100% {
        box-shadow: 0 0 -10px #d63031;
    }
}

.button-glow {
    animation: glowing 1000ms infinite;
}
.glow {
    font-size: 19px;
    color: #75910d;
    /* text-align: center; */
    animation: glow 800ms ease-in-out infinite alternate;
    font-weight: 600;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

@keyframes glow {
    from {
        text-shadow: 0px 0px 5px #fff,0px 0px 5px #614ad3;
    }

    to {
        text-shadow: 0px 0px 20px #fff,0px 0px 20px #614ad3;
    }
}


.incentive {
    background: #ff4d4d;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    border: 2px solid #ff4d4d !important;
    font-weight: 600;
}
@media screen and (max-width: 768px ) and (min-width: 0px) {
    .DisplayDesktop {
        display: none;
    }

    .DisplayMobile {
        display: block;
    }

    .LearnMoreText {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {

    .DisplayDesktop {
        display: block;
    }

    .DisplayMobile {
        display: none;
    }

    .LearnMoreText {
        margin-left: 100px;
    }
}</pre></body></html>