.key {
    position: relative;
    padding: 80px 0px;
}

.key h2 {
    color: #F2FFFF;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
}

.key h2 span {
    color: #c9f950;
    font-weight: 600;
}

.keyleftcircle {
    position: absolute;
    top: 45%;
    left: 34%;
    transform: translate(-50%, -50%);
    width: 465px;
    height: 465px;
    background: rgba(201, 249, 80, 0.2);
    filter: blur(62px);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.keyrytcircle {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-70%, -50%);
    width: 320px;
    height: 320px;
    background: rgba(201, 249, 80, 0.1);
    filter: blur(52px);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.key section {
    color: #F2FFFF;
}

.key section h3 {
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    margin: 0 auto;
    padding: 5px 22% 5px 0px;
}

.key section h3 span {
    color: #C9F950;
}

.key section .icon {
    position: absolute;
    right: 150px;
    border-radius: 100px;
    background: #f2f2f2;
    width: 100px;
    height: 100px;
    margin-top: 12px;
}

.key section .icon i {
    color: #08101F;
    font-size: 50px;
    text-align: center;
    margin-top: 24px;
}

.key section p {
    font-size: 18px;
    margin: 30px 0px;
}

.key h4 {
    font-weight: 600;
    font-size: 36px;
    margin: 10px 0px 0px 0px;
    border-radius: 30px;
}

.key .accordion-item {
    border: 0px;
}

.key .accordion-item button {
    color: #08101F !important;
    background: rgba(242, 255, 255, 0.8);
    border-radius: 20px !important;
}

.key .accordion-button::after {
    content: none;
}

.key .accordion-item button .kc {
    width: 100%;
}

.key .accordion-item button .kc i {
    font-size: 50px;
}

.key .accordion-item button .kc p {
    font-size: 24px;
    font-weight: 400;
    padding: 22px 0px 0px 0px;
    margin-bottom: 0px;
}

.key .accordion-item button p span {
    font-weight: 600;
}

.key .accordion-button:not(.collapsed) {
    background: #F2FFFF !important;
}

.key-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.key-wrap .nav-tabs ul li {
    display: inline-block;
}

.key-wrap .nav-tabs .nav-link:hover,
.key-wrap .nav-link:focus {
    background: #F2FFFF;
    transition: all 0.5s ease-out 0s;
    color: #08101F !important;
}

.key-wrap .nav-link.active {
    background: #F2FFFF;
    color: #08101F !important;
}

.key-wrap .nav-link.active svg {
    opacity: 1;
}

.key-wrap .nav-link .kc {
    width: 100%;
}

.key-wrap .nav-link p {
    font-size: 24px;
    font-weight: 400;
    padding: 22px 0px 0px 0px;
    margin-bottom: 0px;
}

.key-wrap .nav-link .kc p span {
    font-weight: 600;
}

.key-wrap .nav-link svg {
    float: right;
    opacity: 0;
}

.key-txt p {
    margin-bottom: 0;
}

.key-wrap button {
    padding: .5rem 2rem;
}

.key-wrap .nav-link .kc i {
    font-size: 50px;
}

.key-img {
    width: 100%;
    object-fit: cover;
}

.key-img img {
    border-radius: 15px 15px 0px 0px;
}

.key-wrap .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    border-radius: 30px;
    margin: 10px;
    padding: 30px;
    color: #08101F;
    background: rgba(242, 255, 255, 0.8);
    width: 390px;
}

.nav-tabs {
    border-bottom: 0px;
    z-index: 9;
    position: relative;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .key {
        padding: 40px 0px;
    }
    .key h2 {
        font-size: 40px;
        padding-left: 20px;
    }
    .keyleftcircle {
        display: none;
    }
    .keyrytcircle {
        top: 40%;
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .key section .icon {
        right: 20px;
        width: 80px;
        height: 80px;
    }
    .key section .icon i {
        font-size: 40px;
        margin-top: 20px;
    }
    .key section h3 {
        font-size: 30px;
        padding: 5px 26% 5px 0px;
    }
    .key section p {
        font-size: 16px;
        margin: 20px 0px 10px 0px;
    }
    .key .accordion-item button .kc p {
        font-size: 20px;
    }
    .key .accordion-item button .kc i {
        font-size: 40px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .key {
        padding: 40px 0px;
    }
    .key h2 {
        font-size: 40px;
        margin-left: 10px;
    }
    .keyleftcircle {
        display: none;
    }
    .keyrytcircle {
        top: 40%;
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .key section .icon {
        right: 20px;
        width: 80px;
        height: 80px;
    }
    .key section .icon i {
        font-size: 40px;
        margin-top: 20px;
    }
    .key section h3 {
        font-size: 30px;
        padding: 5px 26% 5px 0px;
    }
    .key section p {
        font-size: 16px;
        margin: 20px 0px 10px 0px;
    }
    .key .accordion-item button .kc p {
        font-size: 20px;
    }
    .key .accordion-item button .kc i {
        font-size: 40px;
    }
}

@media only screen and (min-width:768px)and (max-width:1023px) {
    .key {
        padding: 40px 0px;
    }
    .key h2 {
        font-size: 40px;
        margin-left: 10px;
    }
    .keyleftcircle {
        display: none;
    }
    .keyrytcircle {
        top: 40%;
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .key section .icon {
        right: 40px;
        width: 80px;
        height: 80px;
        margin-top: 0px;
    }
    .key section .icon i {
        font-size: 40px;
        margin-top: 20px;
    }
    .key section h3 {
        font-size: 30px;
        padding: 20px 26% 5px 0px;
    }
    .key section p {
        font-size: 16px;
        margin: 40px 0px 10px 0px;
    }
    .key .accordion-item button .kc p {
        font-size: 20px;
    }
    .key .accordion-item button .kc i {
        font-size: 40px;
    }
}

@media only screen and (min-width:1024px)and (max-width:1024px) {
    .key {
        padding: 40px 0px;
    }
    .key h2 {
        font-size: 40px;
        margin-left: 10px;
    }
    .key-wrap .nav-link {
        width: 290px;
        margin: 10px 5px;
        padding: 20px 24px;
    }
    .key-wrap .nav-link p {
        padding: 22px 11% 0px 0px;
    }
    .key section h3 {
        font-size: 30px;
    }
    .key section .icon {
        right: 50px;
        width: 80px;
        height: 80px;
    }
    .key section .icon i {
        font-size: 40px;
        margin-top: 20px;
    }
    .key-wrap .nav-link .kc i {
        font-size: 40px;
    }
    .keyrytcircle {
        transform: translate(-20%, -50%);
    }
}

@media only screen and (min-width:1025px) and (max-width:1290px) {
    .key {
        padding: 40px 0px;
    }
    .key h2 {
        font-size: 46px;
        margin-left: 10px;
    }
    .key-wrap .nav-link {
        width: 280px;
    }
    .key-wrap .nav-link p {
        font-size: 22px;
        padding: 22px 17% 0px 0px;
    }
    .key section h3 {
        font-size: 30px;
    }
    .key section .icon {
        width: 80px;
        height: 80px;
    }
    .key section .icon i {
        font-size: 40px;
        margin-top: 20px;
    }
}

@media only screen and (min-width:1291px) and (max-width:1370px) {
    .key-wrap .nav-link {
        width: 320px;
    }
    .key-wrap .nav-link p {
        padding: 22px 17% 0px 0px;
    }
    .keyrytcircle {
        transform: translate(-60%, -50%);
    }
}

@media only screen and (min-width: 1371px) and (max-width: 1440px) {}

@media (min-width:1920px) {
    .key section .icon {
        right: 20%;
    }
    .keyrytcircle {
        transform: translate(-140%, -50%);
    }
}