.cclife_introduction_section,
.membership_criteria_section{
    margin-bottom: 80px;
}

img.key_element_img {
    width: 90% !important;
}

.key_element_block {
    width: 240px;
    height: 110px;
    background-color: rgba(256,256,256,0.07);
    border: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    box-sizing: content-box;
    text-align: center;
    cursor: pointer;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
}

.key_element_block:hover {
    background: #ffffff;
    color:#000000;
}

.key_element_block.active {
    background: #FFD700;
    color:#000000;
}

.key_element_block::before {
    content:"";
    transition: content 0.5s ease-in-out;
}

.key_element_block.active::before {
    content: "\f2ec";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: #FFD700;
    font-weight: 800;
}

div#click_content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#click_content p{
    margin: 0;
}

div#key_element_1.active::before {
    bottom: -20px;
    right: 5%;
    transform: rotate(180deg);
}

div#key_element_2.active::before {
    bottom: -20px;
    transform: rotate(180deg);
    left: 5%;
}

div#key_element_3.active::before {
    top: -20px;
    right: 5%;
}

div#key_element_4.active::before {
    top: -20px;
    left: 5%;
}

.membership_criteria_section .border-style::after{
    bottom:-20%;
}

div.membership_content {
    margin-top: 30px;
}

.content_description {
    width:75%;
    margin:0 auto;
    text-align: center;
}

.content_description h4 {
    font-weight: bold;
    width: 50%;
    margin: 50px auto 0;
}

.content_description p:last-child {
    margin-bottom: 0;
}

.application_process_section{
    padding: 80px 0;
}

.application_process_block {
    position: relative;
}

h4.step_heading {
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    width: 90%;
    margin: 80px auto;
    z-index: 999;
    position: relative;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftAppContent {
    padding-right: 20px;
    border-bottom: 2px solid #989A99;
}

.rightAppContent {
    padding-left: 20px;
    position: relative;
    margin-top:40px;
    border-bottom: 2px solid #989A99;
}

.application_process_block::after {
    content: "";
    width: 2px;
    height: 82%;
    background: #989A99;
    position: absolute;
    left: calc(50% + 1px);
    top: 80px;
    z-index: 1;
}

.step_heading_row {
    z-index: 999;
}

.accordion-item {
    margin-bottom: 25px;
    background:transparent;
    border-radius: 10px;
    border:0px;
    overflow: hidden;
    text-align: center;
}



.accordion-header{
    background: none !important;
}

.accordion-header button {
    margin-bottom: 0;
    background-color: rgba(256,256,256,0.07);
    border-radius: 10px !important;
    text-align: center;
    color:#ffffff;
    transition: all 0.3s ease-in;
    width: 100% !important;
    display: block;
    font-size: 18px;
    font-weight:500;
}

.accordion-button {
    background: transparent;
}

.accordion-header button:hover {
    background: #ffffff;
    color:#000000;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed):hover {
    color: #000000;
    background-color: #FFD700;
}

.accordion-collapse {
    border: none !important;
    border-width: 0 !important;
    text-align: center;
    color: #fff;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: transparent;
    font-weight: 800;
    background: none !important;
    bottom: -10px;
    left: 5%;
    transform: rotate(0deg) !important;
    font-size: 50px;
}

.accordion-button:not(.collapsed)::after {
    color: #FFD700;
}

.accordion-body {
    padding: 40px 20px 20px;
}

@media only screen and (max-width: 1440px) {
    .key_element_block {
        height: 80px;
        font-size: 18px;
        width: 200px;
        line-height: 20px;
    }
    div#key_element_3.active::before,
    div#key_element_4.active::before {
        top: -15px;
    }

    div#key_element_1.active::before,
    div#key_element_2.active::before {
        bottom: -15px;
    }

    div#key_element_3.active::before {
        right: 5%;
    }

}


@media only screen and (max-width: 1200px) {
    .key_element_block {
        padding: 10px;
    }
    .membership_criteria_section .border-style::after {
        bottom: -15px;
    }
    div#key_element_2.active::before,
    div#key_element_1.active::before {
        bottom: -15px;
    }
    h4.step_heading {
        font-size: 18px;
        width:100%;
    }

}

@media only screen and (max-width: 993px) {
    .key_element_block {
        height: 75px;
        width:150px;
        font-size: 16px;
        line-height: 18px;
    }
    div#click_content {
        width: 80%;
        padding: 10px;
        height: 200px;
        margin: 30px auto;
    }
    div#click_content p {
        font-size: 14px;
        line-height: 18px;
    }
    div#key_element_1.active::before,
    div#key_element_2.active::before {
        bottom: -10px;
    }

    div#key_element_3.active::before,
    div#key_element_4.active::before  {
        top: -10px;
    }
    .membership_criteria_section .intro_text p:last-child {
        margin-bottom: 0;
    }
    .membership_criteria_section .border-style::after {
        content:none;
    }
    .content_description h4 {
        width: 85%;
        margin: 40px auto 0;
    }
    .application_process_section {
        padding: 10px 0 50px;
    }
    .heading_section::after {
        bottom: -10px;
    }
    h4.step_heading {
        width: 85%;
    }
    .accordion-header button {
        padding:10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    img.key_element_img {
        width: 75% !important;
        display: block;
        margin: 0 auto 50px;
    }
    div#click_content {
        margin: 0px auto;
    }
    .intro_text.border-style {
        width: 98%;
        margin:40px auto 0;
    }
    .content_description {
        width: 95%;
    }
    .leftAppContent {
        padding-right: 10px;
    }
    .rightAppContent {
        padding-left: 10px;
    }


}

@media only screen and (max-width: 577px) {

    .key_element_block {
        height: 80px;
        font-size: 14px;
        line-height: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    div#click_content {
        margin: 15px auto;
    }

    div#click_content p {
        font-size: 12px;
        line-height: 16px;
    }
    .application_process_block::after {
        height: 84%;
    }
    .leftAppContent, .rightAppContent {
        padding-right: 10px;
        background: white !important;
        z-index: 999;
        position: relative;
        padding: 10px 0;
    }
    .rightAppContent {
        padding-left: 0px;
        border-bottom: 0px;
        margin-top: 20px;
    }
    .application_process_block::after {
        content:none;
    }
    h4.step_heading {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        position: relative;
        width: 95%;
        margin: 40px auto 40px;
    }
    h4.step_heading::after {
        content: "";
        width: 2px;
        height: 50%;
        position: absolute;
        left: calc(50% - 1px);
        background: #98999a;
        bottom: -50%;
    }


}
