﻿@font-face {
    font-family: 'CharismaTF';
    src: url('../font/CharismaTF-Regular.woff2') format('woff2'), url('../fonts/CharismaTF-Regular.woff') format('woff');
}

@font-face {
    font-family: 'CharismaTF-bold';
    src: url('../font/CharismaTF-Bold.woff2') format('woff2'), url('../fonts/CharismaTF-Bold.woff') format('woff');
}

@font-face {
    font-family: 'CharismaTF-ExtraBold';
    src: url('../font/CharismaTF-ExtraBold.woff2') format('woff2'), url('../fonts/CharismaTF-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'CharismaTF-Light' ;
    src: url('../font/CharismaTF-Light.woff2') format('woff2'), url('../fonts/CharismaTF-Light.woff') format('woff');
}

body {
    font-family: 'CharismaTF', sans-serif !important;
    overflow-x: hidden;
    color: #726f6f;
    font-size: 16px;
}

.topSide {
    height: 30px;
    background-color: #eee !important;
}
.topside-right {
    float: right;
    color: #c38d8d !important;
    line-height: 30px;
}
.topside-left {
    float: left;
    color: #818181 !important;
    line-height: 30px;
    display:inline-block;
}
.topSide-link {
    color: #818181 !important;
    padding-right:10px;
}

.topSide-link-active {
    color:#282828 !important;
}#main-navbar {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
   
    box-shadow:none;
}
.paneluser #main-navbar {
 
    background-color: #fdfeff !important;
    box-shadow: 0 1px 8px 0 rgb(75 80 135 / 5%);
    height: 88px !important;
    border-bottom: 1px solid #eaeef3 !important;
}
.paneluser .maincontrnt .container {
    max-width: 100%;
}



.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #878585;
    -webkit-transition: .35s;
    transition: .35s;
    padding: 0px 10px;
    line-height: 15px;
    font-size: 16px;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: block;
    width: 100%;
}

.navbar-nav-user .nav-link {
    color: #69697c !important;
    background-color: #ffffff;
    border-radius: 1.5625em;
    padding: 4px;
    line-height: 30px;
    border: 2px solid #69697c;
    font-weight: 600;
    position: relative;
    padding-right: 35px !important;
}
    .navbar-nav-user .nav-link i {
        position: absolute;
        right: 6px;
        top: 5px;
        font-size: 25px;
    }

.paneluser .navbar-nav-user .nav-link {
    color: #b5b5b5 !important;
    background-color: #ffffff;
     border-radius: unset;
         padding: unset;
    line-height: 30px;
     border: unset; 
    font-weight: unset;
    position: relative;
    padding-right: 35px !important;
}

.paneluser .navbar-nav-user .nav-link i {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 25px;
    color: #b5b5b5 !important;
}


    
    #toggel-btn {
    position: absolute;
    left: 30px;
    color: #fff;
}

    #toggel-btn i {
        font-size: 30px;
    }



.navbar-brand {

    margin-right: 2rem;
    font-size: 1.25rem;
    display: inline-block;
}

    .navbar-brand img {
        margin-right: 0px;
        height: 35px;
    }

.navbar-nav-user {
    position: absolute;
    left: 40px;
    top: 10px;
}

    .navbar-nav-user .nav-item i {
        font-size: 30px;
        color: #fff;
    }

    .navbar-nav-user .nav-item a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-nav-user .dropdown-menu {
        width: 225px;
        border-top: 3px #4fb74d solid;
        text-align: right;
        left: 0px;
    }

        .navbar-nav-user .dropdown-menu li {
            padding: 5px 10px;
        }

.nav-header {
    display: inline-block;
}

    .nav-header .nav-item {
        display: inline-block;
    }
    .nav-header .nav-item :hover{
      color:#212121 !important;
    }


    .nav-header .dropdown-menu {
        width: 225px;
        border-top: 3px #4fb74d solid;
        text-align: right;
    }

        .nav-header .dropdown-menu li {
            padding: 2px 5px;
        }


/*****test******************/
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
}

    .carousel-control span {
        padding-top: 82%;
        color: #9C27B0;
        font-size: 33px;
    }

.carousel-inner > .item {
    text-align: center;
}

.slider-fsh .owl-nav .owl-next {
    left: 10px !important;
    z-index: 1000;
}

.slider-fsh .owl-nav .owl-prev {
    right: -7px !important;
    z-index: 1000;
    background: no-repeat;
}
#slider-home .owl-nav {
    display: none;
}
#slider-home .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 120px;
    width: 100%;
}




.clio-product-cat-tab .landing-tab .nav-tabs {
    justify-content: center !important;
    display: flex !important;
    border-bottom: 0 !important;
    margin-top: 15px;
}
.clio-product-cat-tab {
    position: absolute;
    left: 50%;
    margin-top: -120px;
    width: 1120px;
    margin-left: -560px;
    z-index: 10;
}
.nav-link.active, .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: none;
}
.clio-product-cat-tab .landing-tab .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 20px;
    padding: 0px;
    color: #adb5bd;
}
.clio-product-cat-tab .landing-tab .nav-tabs .active {
  
    color: #282828;
}

.clio-product-cat-tab .landing-tab .nav-tabs .nav-item {
    margin: 15px 0;
    padding: 0 15px;
}
.clio-product-cat-tab .landing-tab .nav-tabs li + li {
    border-right: 1px solid;
}

i.clio-gradient-product-retirement {
    background-image: url(https://www.chinalife.com.hk/themes/custom/chinalife/images/clio/clio-gradient-product-retirement.png), linear-gradient(41deg, #f16f00 0%, #c20c12 100%);
    /*background-image: url("https://www.chinalife.com.hk/themes/custom/chinalife/images/clio/clio-gradient-product-retirement.png"), linear-gradient(41deg, #215283 0%, #009b63 100%);*/
}

.clio-product-cat-tab .clio-main-product-cat-item {
    text-align: center;
    max-width: 130px;
    width: 25%;
    display: inline-block !important;
}
.clio-product-cat-tab .clio-scroll-content-in {
    width: 100%;
    margin: auto;
    min-width: 490px;
}
.clio-product-cat-tab .clio-main-product-cat-item {
    text-align: center;
    max-width: 130px;
    width: 25%;
    display: inline-block !important;
}
.clio-product-cat-tab .clio-scroll-content-in a {
    color: #333;
}
.clio-product-cat-tab i.clio-1ax {
    height: 75px;
    width: 75px;
}
i.clio {
    display: block;
    height: 100px;
    width: 100px;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
}
.rounded-circle {
    border-radius: 50% !important;
}


.clio-promo-slick.index {
    padding-top: 280px;
}
.Promo-boy {
    width: 100%;
    height: 100%;
    background: url(../img/products-details-bg.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: 50%;
}
.clio-promo-slick, .clio-promo-list {
    padding-bottom: 50px;
}
    .clio-promo-slick.index h2 {
        padding-top: 100px;
    }
    .clio-promo-slick h2, .clio-promo-list h2 {
        color: #fff;
        text-align: center;
        padding: 15px 15px;
    }


/******slider-box**************/
.slider-box {
    background-color: #fff;
    border-radius: 11px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 15px;
}
.slider-box-des {
    padding: 0px 10px 10px;
}
    .slider-box-des .titel {
        font-size: 16px;
        font-weight: 400;
        color: #d22027;
    }
    .slider-box-des .titel-2 {
        font-size: 14px;
         color: #4fb74d;
       /* color:#d22027;*/
        padding-top: 15px;
    }
    .slider-box-des .content {
        text-align:justify;
        line-height:30px;
    }

#slider-content .owl-nav {
    display: none;
}
#slider-content .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: -30px;
    width: 100%;
}


.block-1 .titel {
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    color: #727272;
    font-size: 23px;
}
.views-row {
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
    width:100%;
}
.views-row h2{
    font-size:14px;
    padding-bottom:15px;

}
    .views-row h2 a {
       color:#818181;
    }
.field-content {
    color: #005e3c;
}
.field-content-read {
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 14px;
    margin-top: 0px;
    margin-right:20px;
}
.more-link {
    background-color: #d22027;
    padding: 0.5rem 1.1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    margin: auto;
    margin: 30px auto;
    color: #fff !important;
}
.more-link a {
  
    color: #fff !important;
}

.footer-1 {
    background-color: #eeeeee;
    color: #898989;
    padding: 20px 0;
    padding-bottom: 35px;
}
.footer-titel {
    font-size: 17px;
    color: #adb5bd;
}
.link-list {
    list-style: none;
    padding-right: 0px;
    margin-top: 10px;
}
    .link-list li a {
        color: #818080;
        line-height: 30px;
    }
    .link-list li a:hover {
        color: #F39800;
       
    }
.footer__top {
    padding-bottom:30px;
}
.body-content {
    padding-bottom: 0px !important;
    background: #fbfcfd;
}
.footer-copyright{
    line-height:50px;
}
.footer-icon {
    font-size: 20px;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}
.footer-icon a {
    margin: 0 5px;
    color: #adb5bd;
}

.side-bottom {
    height: 25px;
    text-align: center;
    background: #ffc107;
    color: #3c3cb3;
    line-height: 25px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 100;
}

.privacyArea {
    line-height: 60px;
    font-size: 18px;
    color: #818181;
    background: #fff;
    height: 60px;

}
.footer .container {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    background: #eeeeee;
}

.footer .logo {
    width: 100%;
    max-width: 13rem;
}

.footer .first-col {
    max-width: 26rem;
}

    .footer .first-col p {
        line-height: 1.938rem;
        text-align: justify;
        font-size: 1.25rem;
        color: var(--grey-400);
        margin: 1.563rem 0;
        letter-spacing: -.04rem;
    }

    .p100{
        padding-top:100px;
    }


.footer .second-col ul {
    margin: 0;
    padding: 0;
}

    .footer .second-col ul li {
        list-style-type: none;
    }

        .footer .second-col ul li:not(:last-child) {
            margin-bottom: .3rem;
        }

        .footer .second-col ul li a {
            display: inline-block;
            font-size: 1.25rem;
            color: var(--grey-300);
            transition: all .3s;
        }

            .footer .second-col ul li a svg {
                transition: all .3s;
                margin-left: 1.25rem;
            }

            .footer .second-col ul li a:hover {
                color: var(--secondary-500);
            }

                .footer .second-col ul li a:hover svg {
                    color: var(--primary-500);
                }


.footer .third-col p {
    font-size: 1.25rem;
    color: var(--grey-400);
    margin-right: 1.25rem;
}

.footer .third-col .phone {
    font-size: 1.25rem;
    color: var(--grey-400);
    margin-right: 1.25rem;
}

.footer .third-col .phoneNumber {
    font-size: 1.75rem;
    font-family: 'CharismaTF-bold', sans-serif;
    color: var(--grey-400);
    margin-right: 1.25rem;
}

    .footer .third-col .phoneNumber span {
        color: #ff7171;
        margin-left: .3rem;
    }

.footer .third-col .certificatesArea {
    margin-top: 4.063rem;
}

    .footer .third-col .certificatesArea .firstRow {
        max-width: 14rem;
        margin: 0 auto 1.5rem auto;
    }

    .footer .third-col .certificatesArea .secondRow {
        max-width: 20rem;
        margin: auto;
    }


.socialTitle {
    font-family: 'CharismaTF-bold', sans-serif;
    margin: 1rem 0 .7rem;
    font-size: 1.375rem;
}

.socialNetwork {
    background-color: var(--white);
    display: inline-block;
    border-radius: 0.75rem;
    padding: 1rem 0;
}

    .socialNetwork .d-flex > div:not(:last-child) {
        border-left: 1px dashed var(--secondary-200);
    }

    .socialNetwork .d-flex > div {
        line-height: 0;
    }

    .socialNetwork a {
        /*font-size: 1.125rem;*/
        font-size: 0.8rem;
        color: var(--grey-400);
        padding: .5rem 1rem;
        display: inline-block;
    }

        .socialNetwork a svg {
            /*margin-left: 0.625rem;*/
            width: 21px;
            height: 21px;
        }
.border-left-d {
    border-left: 1px dashed;
}



.login-form {
    padding-top: 2rem;
    margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
    .login-form {
        padding-top: 1rem;
        margin-bottom: 10rem;
    }
}


::placeholder {
    font-size: 16px;
    color: #9D9D9D;
}

.btn-login {
    background: #173146;
    color: white;
    width: 100%;
    height: 50px;
    border-radius: 46px;
    margin-top: 40px;
    margin-bottom: 25px;
    border: 1px solid #1B354B;
}

    .btn-login:hover {
        color: #f7d674;
        background-color: #1B354B;
        border-color: #1B354B hsla(0, 0%, 100%, 0) #2B4A62;
        background-image: linear-gradient(rgb(26, 51, 72), #1d3950 90%);
    }

.login-img {
    width: 100%;
    display: block;
    margin: auto;
}

.site-name {
    font-size: 30px;
    text-align: left;
    margin-left: 15px;
}

@media screen and (max-width: 600px) {
    .login-img {
        display: none;
    }

    .site-name {
        text-align: right;
    }
}

.site-name span {
    display: block;
}

.notes {
    width: 275px;
    direction: ltr;
}

.note {
    height: 70px;
    overflow: auto;
    padding-right: 15px;
}

.input-group-text {
    background: white;
    border: none;
}


.MainLogoPlace {
    background: linear-gradient(180deg, #ffd7d5 19.82%, rgb(255 255 255 / 8%) 81.23%);
    height: 10rem;
}

.logo_m {
    height: 9rem;
}

.btn-primary-m {
    border: 0;
    background-color: #d2181e;
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    transition: all 0.3s;
    width: 100%;
    margin: 3rem 0;
}

.form1 {
    padding: 0rem;
    box-shadow: 0 4px 120px rgb(143 157 169 / 20%);
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 100%;
}
    .form1 input {
        line-height: 40px;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #eee;
    }
    .form1 button{
        width:290px;
        margin-top:30px;
    }
.text-primery {
    color: #173146;
    font-weight: bold;
}

@media screen and (max-width: 1366px) {
    .form {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .form {
        padding: 1px;
        border-radius: 15px;
        width: 100%;
        margin-bottom: 40px;
    }
}
.error{
    color:#f24c4c;
}







.onlineServices {
    margin-top: 4rem;
    /*margin-top: 8rem;*/
}

    .onlineServices h1 {
        font-family: 'CharismaTF-bold', sans-serif;
        font-size: 2.25rem;
    }

    .onlineServices p {
        color: var(--grey-500);
        font-size: 1.25rem;
        max-width: 45rem;
        text-align: justify;
        margin-top: 1rem;
    }

    .onlineServices .buttonsArea {
        margin-top: 2rem;
    }

    .onlineServices .btn-primary {
        margin-left: 1rem;
    }


.imgArea {
    max-width: 27rem;
    margin: auto;
}

    .imgArea .shape {
        position: absolute;
        top: -1.6rem;
        left: -3rem;
    }

    .imgArea img {
        position: relative;
        z-index: 2;
        border-radius:11px;
    }

    .imgArea .eclipseWaves {
        position: absolute;
        bottom: 4rem;
        left: -3rem;
    }

        .imgArea .eclipseWaves .wave {
            position: absolute;
            top: 0;
            right: 1rem;
        }

    .imgArea .triangle {
        position: absolute;
        bottom: -1rem;
        right: 1rem;
        z-index: 3;
    }

    .imgArea .shape .dots {
        position: absolute;
        top: 0;
        right: 0;
    }
.tab-content {
    padding: 1rem;
    padding-top: 20px;
}
.field__item_tab {
    line-height: 50px;
    font-size: 20px;

}.insuranceProducts {
    background-color: var(--secondary-500);
    margin-top: 7rem;
    padding: 4rem 0;
}
.onlineServices {
    margin-top: 3rem;
}

    .onlineServices h1 {
        font-family: 'CharismaTF-bold', sans-serif;
        font-size: 1.8rem;
    }

    .onlineServices p {
        color: var(--grey-500);
        font-size: 1.25rem;
        max-width: 45rem;
        text-align: justify;
        margin-top: 1rem;
    }

    .onlineServices .buttonsArea {
        margin-top: 1rem;
    }
        .onlineServices .buttonsArea button {
            font-size: 16px;
            padding: 10px;
        }
    .onlineServices .btn-outline-danger {
        margin-left: 1rem;
    }
   

.faqArea .topic {
    margin-top: 7rem;
    margin-bottom: 3.125rem;
}

    .faqArea .topic h1 {
        font-size: 2.25rem;
        font-family: 'CharismaTF-bold', sans-serif;
        text-align: center;
        display: block;
        width: 100%;
    }

.onlineServicesleft{
    padding-right:125px;
} 

.faqArea .topic .title-line-sm {
    margin-top: 1.2rem;
}

.faqArea .detail .item {
    background-color: var(--grey-50);
    display: block;
    padding: 1.438rem 2.375rem;
    font-size: 1.563rem;
    color: var(--secondary-500);
}

    .faqArea .detail .item.active .arrow svg {
        transform: rotate(180deg);
        color: var(--primary-500);
    }

.faqArea .detail .description {
    background-color: var(--grey-50);
    padding: .8rem 1.2rem;
    font-size: 1.1rem;
    color: var(--grey-400);
    border-top: 1px solid var(--grey-150);
    display: none;
}

.faqArea .detail .item:not(:first-child) {
    margin-top: 2rem;
}

.faqArea .detail .item .arrow {
    width: 4.688rem;
    height: 4.688rem;
    background-color: var(--white);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    float: left;
}

    .faqArea .detail .item .arrow svg {
        width: 1rem;
        transition: color, transform 0.3s;
    }

.footer {
    margin-top: 4rem;
}


@media screen and (max-width: 1399px) {
    .insuranceProducts .swiper {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
    .onlineServices h1 {
        margin-top: 2rem;
    }

    .intro h1 {
        font-size: 2.25rem;
        text-align: center;
        max-width: 15rem;
        margin: auto;
        margin-top: 2rem;
    }

    .intro p {
        text-align: center;
        font-size: 1rem;
    }

    .intro .imgArea {
        max-width: 20rem;
        margin: auto;
    }

    .intro .btn-primary {
        display: block;
        margin: auto;
        margin-top: 2rem !important;
        max-width: 10rem;
    }
}

@media screen and (max-width: 767px) {

    .wealthManagement {
        padding: 2.75rem 0;
    }

        .wealthManagement h1 {
            font-size: 1.75rem;
        }

        .wealthManagement p {
            text-align: right;
            font-size: 1rem;
        }

    .abilityToReinvest h1 {
        margin-top: 2rem;
        font-size: 1.75rem;
    }

    .abilityToReinvest p {
        font-size: 1rem;
    }

    .insuranceProducts .swiper {
        padding: 0 3rem;
    }

    .insuranceProducts {
        padding: 2rem 0;
    }

        .insuranceProducts h1 {
            font-size: 1.75rem;
        }

        .insuranceProducts p {
            font-size: 1rem;
        }

        .insuranceProducts .swiper {
            margin-top: 2rem;
        }

    .onlineServices h1 {
        font-size: 1.75rem;
    }

    .onlineServices p {
        font-size: 1rem;
    }
}
.onlineServices button {
    border: 0;
    color: var(--white);
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    transition: all 0.3s;
}

.back_to_top {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 10px;
    bottom: 30px;
    background-color: #d22027f2;
    border: unset;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 100%;
    z-index: 100;
    color: #fff;
    line-height: 52px;
}
    .back_to_top:hover {
        color: #fff;
        background-color: #e91010;
    }
@media (max-width: 1000px) {
    .onlineServicesleft {
        padding-right: 25px;
    } 
    .nav-header {
        /*display: none;*/
    }

        .nav-header .nav-link {
            padding-left: 10px;
        }

    .themPhone .nav-header {
        display: none;
    }


    #toggel-btn {
        position: absolute;
        left: 15px;
        color: #282828;
        top: 10px;
    }

        #toggel-btn i {
            font-size: 25px;
        }

    .navbar-nav-user .nav-item i {
        font-size: 25px;
        color: #282828;
    }

    .navbar-nav-user {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
        color: #878585;
        -webkit-transition: .35s;
        transition: .35s;
        padding: 0px 8px;
        line-height: 11px;
        font-size: 15px;
    }

    #slider-home .owl-item img {
        display: inline-block;
        width: 100%;
        text-align: center;
        min-height: 300px;
      
    }
    #slider-content .owl-item img {
        display: inline-block;
        width: 60%;
        text-align: center;
        min-height: unset;
        margin: 10px;
    }
    figure {
        margin: 0 0 1rem;
        text-align: center;
    }
    #slider-home .owl-dots {
       
        bottom: 0px;
       
    }
    .clio-product-cat-tab {
        position: unset;
        left: unset;
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
        z-index: 10;
    }
        .clio-product-cat-tab .block {
            background: #fff;
            padding: 10px 10px 5px;
            /* border: 1px solid #ececec; */
            margin-bottom: 10px;
            box-shadow: unset;
            border-radius: 0px;
        }
    .tab-content {
        padding: 0px;
        padding-top: 0px;
    }
    .navbar-nav-user .nav-link span {
        display: none;
    }
    .clio-promo-slick.index h2 {
        padding-top: 0px;
    }

    .clio-promo-slick h2, .clio-promo-list h2 {
        color: #fff;
        text-align: center;
        padding: 15px 15px;
    }

    .clio-promo-slick.index {
        padding-top: 30px;
    }
    .navbar-nav-user .nav-link {
        color: #69697c !important;
        background-color: #ffffff;
        border-radius: unset;
        padding: 4px;
        line-height: 25px;
        border: unset;
        font-weight: 600;
        position: relative;
        padding-right: 0px !important;
        margin-top: 4px;
    }

        .navbar-nav-user .nav-link i {
            /* position: absolute; */
            /* right: 6px; */
            /* top: 5px; */
            position: unset;
            font-size: 22px;
        }

    .navbar-brand {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-right: 0rem;
        font-size: 1.25rem;
        margin-top: -7px;
    }

        .navbar-brand img {
            margin-right: 0px;
            height: 25px;
        }
}

.btn.btn-sm {
    padding: 0.5rem 1.6rem;
    font-size: 0.84rem;
}


.stepper-step img {
    width: 40px;
    background: #b5b5b5;
    padding: 5px;
    border-radius: 50%;
}

.stepper-active.stepper-step img {
    background: #ff9800;
    padding: 0px;
}

.stepper-completed.stepper-step img {
    background: #4fb74d;
}

.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 100%;
    margin-right: 0.2rem;
    content: "";
    background-color: rgb(247 247 247 / 85%);
}


.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 100%;
    margin-left: 0.2rem;
    content: "";
    background-color: rgb(247 247 247 / 85%);
}

.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 100%;
    margin-right: 0.2rem;
    content: "";
    background-color: rgb(247 247 247 / 85%);
}


.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 100%;
    margin-left: 0.2rem;
    content: "";
    background-color: rgb(247 247 247 / 85%);
}

.stepper:not(.stepper-vertical) .stepper-step {
    height: 45px;
    width: 19.5%;
    display: inline-block;
}

.btn-start {
    display: block;
    padding: 50px 38px;
    border-radius: 50%;
    border: 3px solid #406c42;
    background: #e2e7e2;
    box-shadow: 0 0 0 3px #389147;
    color: #000000;
    font-size: 1.5em;
    margin: 30px auto;
    width: 140px;
}

    .btn-start:hover {
        border: 4px solid #406c42;
        background: #e2e7e2;
        box-shadow: 0 0 0 4px #389147;
        color: #389147;
    }

.stepper {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    overflow: hidden;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;

}

    .stepper:not(.stepper-vertical) .stepper-step {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        height: 4.5rem;
    }

.stepper-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: unset;
    line-height: 1.3;
    cursor: pointer;
}

.stepper-label {
    line-height: 37px;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 2px solid #ebe9e9;
    border-radius: 50%;
    background: #f1f1f1;
    color: #ababab;
    font-size: 10pt;
}

.body-fsh-phone .stepper-label {
    line-height: 32px;
    width: 35px;
    text-align: center;
    height: 35px;
}

.fsh-stepper ul li {
    display: inline-block;
    list-style: none;
}

.fsh-stepper .stepper-head:after,
.fsh-stepper .stepper-head:before {
    height: 3px !important;
}

.fsh-stepper .stepper-step {
    height: 60px !important;
    background: #f5fbff24;
    padding: 10px 0px;
}

.fsh-stepper .stepper-active .stepper-label {
    /*border: 2px solid #f99706;*/
    background: #d22027;
    color: #fff;
}

.fsh-stepper .stepper-active .stepper-head:after,
.fsh-stepper .stepper-active .stepper-head:before {
    background-color: #d22027 !important;
}

.fsh-stepper .stepper-completed .stepper-label {
    /*border: 2px solid #51c156;*/
    background: #63d568;
    color: #fff;
}

.fsh-stepper .stepper-completed .stepper-head:after,
.fsh-stepper .stepper-completed .stepper-head:before {
    background-color: #4caf50 !important;
}


.fsh-stepper .stepper-head:after,
.fsh-stepper .stepper-head:before {
    height: 2px !important;
}

.fsh-stepper .stepper-head:hover {
    background-color: #fbfbfb;
}

.themPhone .stepper-label {
    width: 10px;
    background: unset !important;
    border: unset;
}

.themPhone .fsh-stepper .stepper-active .stepper-label {
    /* border: 2px solid #f99706; */
    background: unset;
    color: #f99706;
}

.themPhone .fsh-stepper .stepper-completed .stepper-label {
    /* border: 2px solid #f99706; */
    background: unset;
    color: #63d568;
}