/* try */
.demo {
    margin-top: 55px;

}

.span-color {
    color: #e4eaf0;
}

.health-image {
    width: 100%;
    height: auto;
}

.collapse.show {
    display: block;
}

.according-wrap button.btn-link {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.fa-minus {
    color: #e8eaf0;
}

/* 
button:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 5px;
} */

/* 
button.collapsed:before {
    float: right !important;
    content: "\f067";
} */

.b-collapse {
    color: #212B36;
    background-color: #E9E7FF;
    border-radius: 3px;
    padding: 1.4rem 1.25rem 0.9rem 1.25rem;
    font-size: 13px;
}

.b-collapse[aria-expanded="true"] {
    background-color: #2E2A58;
    color: #e8eaf0;
    border-radius: 0 0 3px 3px !important;
    padding: 1.4rem 1.25rem 0.9rem 1.25rem;
}


.card-header-health {
    margin-left: 10px;
    margin-right: 10px;
}

.body-card {
    margin-left: 10px;
    margin-right: 10px;
}

/* 
.b-collapse>span:before {
    content: '\f068';

}

.b-collapse>span:before {
    content: '\f067';

} */

.right-align {
    /* margin-top: -21px; */
    display: flex;

    /* margin-left: 329px; */
}

.card-header button span:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.nav-pills li a:active {
    background-color: #364280;
    border: none;
    color: #fff;
}

.nav-pills li a {
    text-decoration: none;
    margin-right: 10px;
    background-color: #e8eaf0;
    border: none;
    border-radius: 3px !important;
    color: #555;
    font-family: gothambold1;
    font-size: 12px;
    padding: 15px 18px;
}

.collapse.in.show {
    display: block !important;
}

.panel-head {
    display: flex;
    margin-top: 63px;
    justify-content: center;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #364280;
    border: none;
    color: #fff;
}

.heath-care-cards-health {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px 0 rgba(27, 26, 48, 0.21), 0 2px 13px 0 rgba(27, 26, 48, 0.05);
}

.health-checkup-cards-health {
    padding: 50px 50px 30px;
}

.heath-care-cards-health img {
    width: 100%;
}

@media(max-width:768px) and (min-width:499) {
    .desktop-version {
        display: block;
    }

    .nav-pills li a {
        font-size: 12px !important;
    }

    .panel-head {

        margin-top: 115px;
    }
}

/* 
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
} */

/* .panel-default>.panel-heading {
    position: relative;
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
} */

/* .panel-title {
    
    background-color: #e8eaf0;
    border: none;
    border-radius: 3px !important;
    color: #555;
    font-family: gothambold1;
    font-size: 13px;
    padding: 15px 18px;
} */

/* .panel-title>a {
    display: block;
    /* padding: 15px; */
/* text-decoration: none;
} */

*/ .more-less {
    float: right;
    color: #212121;
}

/* .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
} */
/* 
.panel-default>.active>,
.panel-default>.active>a:hover,
.panel-default>.active>a:focus {
    background-color: #364280;
    border: none;
    color: #fff;
} */

/* .demo {
    padding-top: 60px;
    padding-bottom: 110px;
} */

@media(max-width:767px) and (min-width:426px) {
    .nav-pills li a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 320px) {

    .health-care-content p {
        font-size: 12px;
    }

    .health-care-content p {
        color: #504E61;
        font-weight: 300;
        line-height: 18px;
        text-align: left;
        width: 80%;
        margin-bottom: 10px;
        font-family: GothamRounded-book;
    }

    .health-care-content {
        padding: 22px 14px 0px 14px;
    }
}


@media (max-width:500px) {
    .health-checkup-cards-health {
        padding: 4px 4px 30px;
    }

    .desktop-version {
        display: none;
    }
}

@media (max-width:455px) {
    .desktop-version {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}

/* try */