﻿
.navigatorButton {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 20px 0px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.5s;
}
.container_wrapper.membershipResultWrapper {
    padding-top: 40px;
}
#externalAwardingBodyIDButton { 
    display: none;
}
#externalAwardingBodyIDWrapper .dropdown {
    width: 100%;
}
.filter-option-inner-inner {
    font-size: 16px;
    text-align: center;
}
.membership-navigator-label{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
button.btn.dropdown-toggle.btn-default.bs-placeholder {
    background: #fff;
    padding: 10px;
    margin: 0px;
}
button.btn.dropdown-toggle.btn-default {
    background: #fff;
    padding: 10px;
    margin: 0px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
    .navigatorButton:hover {
        background: #d9ffff;
    }

#navigatorForm {
    display: none;
}

.membershipNavigatorWrapper {
    text-align: center;
    min-height: calc(100vh - 110px);
}

#navigatorForm {
    margin: 30px auto 0px;
    width: 100%;
    background: #efefef;
    border-radius: 6px;
    padding: 40px 10% 45px 10%;
}
#navigatorForm h2 {
    font-family: 'Open sans';
    font-weight: 500;
    font-size: 24px;
    margin-top: 0px;
    text-align: center;
}

#externalAwardingBodyQualificationsIDWrapper,
#industryExperienceIDWrapper,
.membershipResult,
.resetButton {
    display: none;
}

#externalAwardingBodyIDWrapper,
#externalAwardingBodyQualificationsIDWrapper,
#industryExperienceIDWrapper {
    margin-bottom: 20px;
}

    #externalAwardingBodyIDWrapper .selectButton,
    #externalAwardingBodyQualificationsIDWrapper .selectButton,
    #industryExperienceIDWrapper .selectButton {
        box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        padding: 10px;
        height: auto;
        border: 0px solid;
    }

        #externalAwardingBodyIDWrapper .selectButton .display,
        #externalAwardingBodyQualificationsIDWrapper .selectButton .display,
        #industryExperienceIDWrapper .selectButton .display {
            text-align: center;
        }

.membershipNavigatorWrapper {
    background: url(/cisiweb2/image/qualifications/navbg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 3% 0px 5% !important;
}

.resetButton {
    border-radius: 200px;
    background: #656565;
    border: 0px solid !important;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    display: none;
}

#checkEligibility {
    border-radius: 200px;
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.membershipProduct {
    background: #2fadad;
    background-image: url(/cisiweb2/image/mycisi/branchheader_100.jpg);
    background-size: cover;
    color: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
    font-weight: 500;
    font-size: 18px;
    margin: 40px 15%;
    background-position: right;
}
#memberLevel106 .membershipProduct {
    background: #2fadad;
    background-image: url(/cisiweb2/image/mycisi/branchheader_106.jpg);
    background-size: cover;
    color: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
    font-weight: 500;
    font-size: 18px;
    margin: 40px 15%;
    background-position: right;
}

    .membershipProduct h2 {
        margin-top: 0px;
        color: #fff;
        font-weight: 400;
    }

.membershipResult {
    margin: auto;
    text-align: center;
}

    .membershipResult ul {
        text-align: left;
    }

.signUpButton,
.joinNowButton {
    border-radius: 200px;
    border: 0px solid;
    width: 100%;
    margin-bottom: 10px !important;
    margin-top: 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    font-weight: bold !important;
    color: #fff;
    background: #004a4a;
    transition: all 0.3s;
}

    .signUpButton:hover,
    .joinNowButton:hover {
        border: 0px solid;
    }

.joinNowButton {
    background: #002386;
    color: #fff;
}

    .joinNowButton:hover {
    }

.totalAmountWrapper {
    background: #045f73;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 36px;
}

.prices {
    margin: 40px 0px 50px;
    background: #ffffffc4;
    padding: 20px;
    border-radius: 6px;
    color: #1c6370;
}

.totalAmountWrapper small {
    font-size: 28px !important;
}

.priceItem {
    font-size: 14px;
}

.priceAmount {
    font-size: 32px;
}

.prices .col-sm-1 {
    margin-top: 5px;
    font-size: 40px;.instractionText {
    text-align: left;
    margin-top: 20px;
}
.instractionText > p{
    margin-bottom:5px;
}
}

.prices .col-sm-2 {
}

.instractionText {
    text-align: left;
    margin-top: 20px;
}
.instractionText > p{
    margin-bottom:5px;
}
@media (max-width : 1199px) {
    .membershipProduct {
        margin: 40px 0%;
    }
}