body {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    background: linear-gradient(270deg, rgba(236, 128, 35,50%) 0%,rgba(236, 128, 35,0%) 92%);
}

.form-check-input:checked {
    background-color: rgb(196,110,43) !important;
    border-color: rgb(196,110,43) !important;
}

p {
    font-size: 18px;
}
.date-badge {
    color: #fff;
    background-color: #104C8F;
}
.social {
    padding: 0;
    display: flex;
    margin: 0;
}

    .social a {
        text-decoration: none;
        color: white !important;
    }

    .social li {
        list-style: none;
        padding: 1px 7px;
        width: 30px;
        height: 30px;
        display: flex;
        background-color: #104c91;
        border-radius: 47px;
        margin: 5px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .social a:hover {
        color: white;
    }

.text-theme {
    color: #104c91;
}

.nav-link:focus, .nav-link:hover {
    color: black !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}

.nav-link {
    color: black !important;
    font-size: 18px;
}

.nav-item a:hover{
    color: rgb(228 129 37) !important;

}

.nav-item.active a {
    /* color: rgb(228 129 37) !important; */
    color: #124F91 !important;
}

.banner {
    background-position: center;
    display: block;
    position: relative;
    /* padding: 82px 0; */
    /*min-height:80vh;*/
    margin: 0;
    /*background: linear-gradient(90deg, #ffffff 0%, #f8cfaf 100%);*/
}
.banner-content {
    display: flex;
    color: #104C8F;
    flex-direction: column;
    color: #104C8F;
    padding: 0 0 3rem 0;
}
.banner img {
/*    width: 100%;*/
    margin: 0 auto;
    display: block;
}

.header .navbar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(90deg, #ffffff 0%, #f8cfaf 100%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.header.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: white;
    display: block;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}

    .header.fixed .navbar {
        background-color: white;
        display: block;
    }

.header .navbar .navbar-brand img {
    width: 120px;
    /* width: 100%; */

}
.text-custom-primary{
    color: #124F91;
}

section {
    padding: 3rem 0 0 0;
    height: auto;
    position: relative;
}

.bg-theme {
    background: rgb(196,110,43);
    background: linear-gradient(90deg, rgba(196,110,43,1) 0%, rgba(37,80,138,1) 100%);
}

    .bg-theme .about-contain {
        margin-top: 12rem !important;
    }

.card-theme {
    padding: 0rem 0;
    background-color: #e5ecf8 !important;
    position: relative;
    top: -9rem;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    border-radius: 33px !important;
    border: 0 !important;
    display: flex;
    /* height: 404px; */
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-top: 3rem;
}

    .card-theme h2 {
        color: #18508d;
        margin: 1rem 0;
    }

    .card-theme p {
        color: #000000;
        margin: 2rem 0;
    }

    .card-theme .profile {
        width: 100%;
        position: relative;
        top: -28px;
        margin: 0 auto;
        display: block;
    }

    .card-theme .about {
        padding: 0 63px;
    }

.about-content img {
    width: auto !important;
}

.bg-theme-section2 {
    background: rgb(248,207,171);
    background: linear-gradient(90deg, rgba(248,207,171,1) 0%, rgba(255,255,255,1) 30%);
}

.box-heading {
    text-align: center;
}

    .box-heading h1 {
        color: #104c91;
    }

    .box-heading p {
        color: #164C92;
    }

    .box-heading h2 {
        font-weight: 100;
        font-size: 38px;
    }

.circle-chart {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
}

.circle-chart__circle {
    animation: circle-chart-fill 2s reverse; /* 1 */
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
}

.circle-chart__percent {
    font-size: 3px;
    text-transform: uppercase;
}

.circle-chart__subline {
    font-size: 3px;
}

.circle-chart__percent-step {
    font-size: 4px;
}

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
    fill: none;
    stroke: #BCBCBC;
    stroke-width: 0.25;
}

.circle-chart__circle {
    fill: none;
    stroke: url(#SVGID_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 75,100;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
    fill: url(#MyGradient);
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animate1 {
    to {
        stroke-dashoffset: 1000;
    }
}

@-moz-keyframes animate1 {
    to {
        stroke-dashoffset: 1000;
    }
}

@-webkit-keyframes animate1 {
    to {
        stroke-dashoffset: 1000;
    }
}

.pattern {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 11rem;
}

.pattern-1 {
    position: absolute;
    width: 25%;
    left: 0;
    bottom: 10rem;
}

.pattern-2 {
    /*   position: absolute;
    width: 25%;
    right: 0;
    top: 23rem;*/
    position: absolute;
    width: 25%;
    left: 5rem;
    top: 21rem;
}

.pattern-3 {
/*    position: absolute;
    width: 20%;
    right: 13rem;
    top: 50rem;*/
    position: absolute;
    width: 20%;
    right: 29rem;
    top: 2rem;
}
.pattern-4 {
/*    position: absolute;
    width: 30%;
    left: 8rem;
    top: 54rem;*/
    position: absolute;
    width: 30%;
    right: 0;
    top: 36rem;
}

.pattern-5 {
    /* position: absolute;
    width: auto;
    left: 20rem;
    top: 49rem;*/
    position: absolute;
    width: auto;
    left: 9rem;
    top: 0;
}

    .pattern-5 img {
        width: 76px;
    }

.pattern-6 {
    position: absolute;
    width: auto;
    right: 20rem;
    top: 36rem;
}

    .pattern-6 img {
        width: 76px;
    }

.pattern--line1 {
    opacity: 0.8;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.pattern--line2 {
    opacity: 0.8;
    fill: none;
    stroke: #F7DFC8;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.form-style {
    padding: 3px;
    border-radius: 26px;
    background-color: white;
    position: relative;
    z-index: 1;
    border-radius: 34px;
    /* background-image: linear-gradient( 360deg, white, white), linear-gradient(315deg, #104c91, #e57e27);*/
    background-image: linear-gradient( 360deg, white, white), linear-gradient(315deg, #0c4d8e, #0c4d8e);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

    .form-style form {
        padding: 20px 40px;
    }

    .form-style h3 {
        text-align: center;
        color: #104C8F;
        font-size: 24px;
        text-align: center;
        /* color: #104c91; */
        /* font-size: 21px; */
        padding: 18px;
    }

    .form-style .form-check {
        display: flex;
        flex-wrap: nowrap;
        align-items:center;
        justify-content: center;
    }

        .form-style .form-check label {
            padding: 0 13px;
            font-size: 13px;
            text-align: left;
            width: 100%;
        }

    .form-style .type1 label {
        width: auto;
    }

    .form-style a {
        text-decoration: none;
        /* color: rgb(57, 75, 173); */
        color: #2D9CDB;
        font-weight: 600;
    }

    .form-style input {
        font-size: 14px;
        border-radius: 8px !important;
        /*  border: 1px solid #ddd !important;*/
        border: 1px;
        box-shadow: none !important;
        padding: 15px 17px;
        /* background-color: #f8f9fa;*/
        background-color: #58595B0D;
    }

        .form-style input::placeholder {
            color: #ABAFB1 !important;
        }
        .form-style input[type="checkbox"] {
            border: solid 2px #164D92 !important;
            width: 24px;
            height: 24px;
            padding: 0;
        }

        .consent-box {
            background-color: #f8f9fa;
            /*border: 1px solid #ddd;*/
            border-radius: 8px;
            padding: 0.5rem 0.75rem
        }

        .consent-box .form-check-label {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
        }



        .form-style .form-check-label {
            padding: 0 5px;
        }

.form-style .form-check-input[type=radio] {
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    border: 1px solid #D2D2D2 !important;
}

.form-style input:focus {
    border-radius: 5px !important;
    /*border: 1px solid black !important;*/
    border: 1px;
    box-shadow: none !important;
    background-color: #58595B0D;
}


.form-style select {
    color: #ABAFB1;
    font-size: 14px;
    border-radius: 8px !important;
    border: 1px;
    box-shadow: none !important;
    background-color: #58595B0D;
    padding: 15px 17px;
}
.form-style select {
    color: #ABAFB1; /* placeholder color */
}
    .form-style select option:first-child {
        color: #ABAFB1 !important; /* placeholder color */
    }
  

    .form-style select option {
        color: black; /* dropdown option color */
    }

    /* Change text color to black when an actual option is selected */
    .form-style select:valid {
        color: black !important;
    }
#ifNoForm {
    font-size: 1rem !important;
    color: #333537;
    font-weight: 500;
    line-height: 1.2;
}

.form-style .form-label {
    display: block;
    text-align: left;
}

/*.form-style button {
    text-align: center;
    background: linear-gradient(270deg, rgb(19 78 135) 0%, rgb(230 137 52) 86%);
    display: block;
    margin: 15px auto;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
}*/
.upload-btn{
    border: 1.5px dashed #000 !important;
    opacity: .8;
    transition:  all .25s ease !important;

}
.upload-btn:hover,
.btn.upload-btn:hover{

    background:  rgba(248, 207, 175,.65) !important;
    opacity: 1 !important;

}

.form-style .button-style-a {
    background: #0c4d8e;
    display: block;
    margin: 3px auto;
    padding: 5px 20px;
    border-radius: 10px !important;
    /*text-transform: uppercase;*/
    font-weight: 600;
    border: 0;
    display: inline-block;
    text-align: center;
    color: white;
    /*  transition: .75s ease;*/
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    height: 50px;
}
    .form-style .button-style-a:focus {
        background: #0c4d8e !important;
    }
    /*.form-style .button-style-a {
    width: 100%;*/ /* full width inside parent */
    /*max-width: 100%;*/ /* stays responsive */
    /*height: 60px;*/ /* adjust to match design */
    /*background-color: #0c4d8e;*/ /* solid blue */
    /*border: none;
    border-radius: 10px;*/ /* rounded corners */
    /*font-weight: bold;
    font-size: 18px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}*/
    .home-slide .slider-head a:hover,
    .btn:hover {
        background: #0c4d8e;
    }
.home-slide .slider-head .btn-no-hover:hover {
    background: none!important;
}
.form-style button:focus {
    box-shadow: none !important;
}
footer {
    position: absolute;
    padding:1rem 0.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.9em;
    opacity: 0.7;
    text-align:center;
}

.footer-sm {
    margin: 0 auto;
    display: block;
}

.webotix {
    width: 72px !important;
    filter: brightness(0.5);
    opacity: 0.5;
}

    .webotix:hover {
        width: 72px !important;
        filter: none;
        opacity: 1;
    }

footer a {
    text-decoration: none;
    display: flex;
    align-items: center;
    align-content: center;
    color: black !important;
    font-size: 14px;
}

footer img {
    width: 103px;
    padding: 0 5px;
}
/*home slider*/
.home-slide .owl-carousel .owl-item {
    position: relative;
}

.home-slide .slider-head:after {
    content: '';
    background: rgba(22, 77, 146, 0.4);
    background-blend-mode: multiply;
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
}
.home-slide .slider-head.no-bgcolor:after {
    background: none !important;
}
.home-slide .slider-head2:after {
    content: '';
    background:rgb(18 79 145 / 50%);
    background-blend-mode: multiply;
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
}

.home-slide .slider-head {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
}

    .home-slide .slider-head h1 {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 44px;
        line-height: 120%;
        color: white;
    }

    .home-slide .slider-head h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 200%;
        color: white;
    }

    .home-slide .slider-head a {
        background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
        border-radius: 6px;
        border: 0;
        transition: .75s ease;
        color: white;
        padding: 10px 20px;
        margin: 15px;
    }

.gallery {
    height: 100%;
    padding: 5rem 0 5rem 0;
}

    .gallery .video {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .gallery .video i {
            position: absolute;
            font-size: 41px;
            color: #ffffff;
        }

.photo-gallery {
    color: #313437;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .banner-content p {
        font-size: 16px !important
    }
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}
/*accordian pills*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #104c91 !important;
}

.para-container p {
    color: #335483;
}

.article-contain p {
    color: #335483;
}

    .article-contain p span {
        font-style: italic;
    }

.article-contain h6 {
    font-weight: 600;
    font-size: 18px;
    color: #ED7F22;
}

    .article-contain h6 span {
        color: #124F91;
        font-weight: 400;
    }

.heart-content{

    position: relative;
    background: linear-gradient(90deg, rgba(236, 128, 35,50%) 0%,rgba(236, 128, 35,0%) 92%);

    
}
.footer-section{
    background: linear-gradient(90deg, rgba(255, 255, 255,50%) 0%, rgba(246, 193, 148,26%) 44%, rgba(236, 128, 35,0) 92%);

}

.heart-content h2 {
    color: #124F91;
}

.heart-content p {
    color: #525A62;
}

.heartToheart-contain {
    background: linear-gradient(90deg, rgba(255, 255, 255,50%) 0%, rgba(246, 193, 148,26%) 44%, rgba(236, 128, 35,0) 92%);
}

.heartToheart-contain .content{
    color: #525A62;
}
.heartToheart-contain .content *{
    font-size: 20px;

}
.activities-content {
    background-color: #124F91;
    color: #ffff;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

    .activities-content p {
        font-size: 18px;
    }

.activityImg-contain {
    background: linear-gradient(107deg, #ED7F22 16.68%, #164D92 107.71%);
}

    .activityImg-contain .img-container {
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .activityImg-contain .img-container .image-content .p-img {
            position: absolute;
            /* top: -100px; */
            /* bottom: 96px; */
            left: -70px;
            padding: 20px;
            z-index: 1;
        }

        .activityImg-contain .img-container .image-content .heart-img {
            position: absolute;
            width: 75px;
            top: -15px;
            right: 42px;
        }

    .activityImg-contain .image-content {
        position: relative;
        top: 0;
        left: 0;
        /* background-color: #ED7F22; */
        color: #ffff;
        margin: 15px;
        padding: 30px 30px 30px 65px;
        font-size: 15px;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .activityImg-contain .image-content .content {
            background-color: #ED7F22;
            /* padding-left: 52px; */
            padding: 35px 25px 15px 48px;
        }

        .activityImg-contain .image-content h5 {
            font-size: 18px;
        }

        .activityImg-contain .image-content p {
            font-size: 11px;
        }

    .activityImg-contain .img-content {
        color: #fff;
        padding: 10px;
    }

    .activityImg-contain img {
        width: 250px;
        height: auto;
    }

    .activityImg-contain .img-content h5 {
        font-size: 16px;
    }

    .activityImg-contain .img-content p {
        font-size: 14px;
    }

.bg-theme .reg-para {
    font-size: 24px;
    color: #335483;
}

    .bg-theme .reg-para p a {
        text-decoration: none;
        color: #ED7F22;
        cursor: pointer;
    }

        .bg-theme .reg-para p a:hover {
            color: black !important;
        }

.bg-theme-section2 {
    font-size: 23px;
}

section.patient_quotes{
    background: linear-gradient(90deg, rgba(236, 128, 35,25%) 0%,rgba(236, 128, 35,0%) 92%) !important

}



.home-slide .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

    .home-slide .owl-nav button {
        background-color: white !important;
        padding: 25px !important;
        width: 40px !important;
        color: black !important;
        font-size: 28px !important;
        line-height: 1.2;
        margin: 15px;
        border-radius: 7px;
        border: 2px solid #cdcdcd !important;
    }


@media screen and (max-width: 1400px) {
    .row-manage {
    }

    .slider-res {
        justify-content: center !important;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        height: 100% !important;
        top: 0;
    }

        .slider-res .slider-res-inner a {
            font-size: 16px;
            margin: 5px;
            padding: 15px;
        }
}

@media (max-width: 1200px) {
    .row-manage {
    }

    .slider-res {
        justify-content: center !important;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        height: 100% !important;
        top: 0;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .slider-res-inner {
        margin: 0 auto !important;
        left: 0;
    }

    .slider-res .slider-res-inner a {
        font-size: 14px;
        margin: 0;
        padding: 3px;
    }
}

@media (max-width: 800px) {
    .home-medea {
        display: flex !important;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .container.home-medea a {
        background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
        border-radius: 6px;
        color: white;
    }

    .home-slide .owl-stage .item-home1 {
        padding-bottom: 0;
    }

    .flex-wrap-media {
        flex-direction: column !important;
    }



    .home-slide .slider-res {
        position: absolute;
        top: 123px;
        width: auto;
        margin: 0 auto;
        display: none !important;
    }

    .home-slide .owl-nav {
        padding: revert;
        position: relative;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .slider-res {
        justify-content: center !important;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        position: relative;
        height: 143px !important;
        top: 0;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .slider-res-inner {
        margin: 0 auto !important;
        left: 0;
    }

    .slider-res .slider-res-inner a {
        display: flex;
        font-size: 14px;
        margin: 3px !important;
        padding: 3px;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

    .webotix-img {
        margin: auto !important;
    }

}

@media (max-width: 576px) {
    .form-style form{
        padding: 20px !important;
      }
      .form-style h3{
        font-size: 20px !important;
      }
    .videoText-content h1{
        font-size:18px !important;
    }
    .videoText-content .btn{
        font-size:12px !important
    }
}

@media (max-width: 375px) {


    .home-medea {
        display: flex !important;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .container.home-medea a {
        background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
        border-radius: 6px;
        color: white;
    }

    .home-slide .owl-stage .item-home1 {
        padding-bottom: 0;
    }

    .flex-wrap-media {
        flex-direction: column !important;
    }





    .home-slide .owl-nav {
        padding: revert;
        position: relative;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .slider-res {
        justify-content: center !important;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        position: relative;
        height: 143px !important;
        top: 0;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .slider-res-inner {
        margin: 0 auto !important;
        left: 0;
    }

    .slider-res .slider-res-inner a {
        display: flex;
        font-size: 14px;
        margin: 3px !important;
        padding: 3px;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

    .webotix-img {
        margin: auto !important;
    }
}

.home-media .btn {
    background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
    border-radius: 6px;
    color: white;
    padding: 3px 20px;
    margin: -1px;
}

.home-medea {
    display: none;
}

.videoText-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    justify-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: rgb(18 79 145 / 50%);
}
    .videoText-content *,
    .videoText-content h1{
        text-decoration: none;
        color: #fff;
    }

.videoText-content .btn{
    background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
    border-radius: 6px;
    border: 0;
    transition: .75s ease;
    color: white;
    padding: 10px 20px;
    margin: 15px;
    width: auto;
}
.videoText-content .btn:hover{
    background:rgb(18 79 145 / 50%);
}

.score-correct {
    color: #198754; /* green */
}

.score-wrong {
    color: #dc3545; /* red */
}
.form-note {
    font-size: 12px;
    color: #2B2F32; /* muted grey */
    margin-top: 8px;
    margin-bottom: 12px;
    padding: 3px 45px;
}
.form-note-2 {
    font-size: 11px;
    color: #2B2F32; /* muted grey */
    margin-top: 8px;
    margin-bottom: 12px;
    /*padding: 3px 0px;*/
}
.text-danger {
    font-size: 13px;
}
.form-label-radio {
    font-size: 12px;
}
.proceedBtn {
    background-color: #0c4d8e !important;
    border-color: #0c4d8e !important;
    color: #fff !important;
    padding: 4px;
    border-radius: 4px !important;
}
proceedBtn[disabled] {
    background: #0c4d8eb3;
}
/*.proceedBtn:hover {
background-color: #093a6b !important;
}
*/
