* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.eot');
    src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype'),
        url('../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-SemiBold.eot');
    src: url('../fonts/DMSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff'),
        url('../fonts/DMSans-SemiBold.ttf') format('truetype'),
        url('../fonts/DMSans-SemiBold.svg#DMSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('  fonts/DMSans-Medium.eot');
    src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff'),
        url('../fonts/DMSans-Medium.ttf') format('truetype'),
        url('../fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.eot');
    src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff'),
        url('../fonts/DMSans-Bold.ttf') format('truetype'),
        url('../fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-dm-sans: 'DM Sans';
    --black-color: #000000;
    --white-color: #ffffff;
    --gray-color: #656E71;
    --skyblue-color: #0A94CC;
    --logo-color: #1EC0DB;
    --font-bold-700: 700;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
ul li,
p,
.btn,
span,
.accordion .accordion-item .accordion-body {
    font-family: var(--font-dm-sans);
    margin: 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: var(--black-color);
}

ul li,
p {
    color: var(--gray-color);
    font-size: 18px;
    line-height: 28px;
}

ul {
    margin: 0;
}

h1 {
    font-size: 65px;
    line-height: 75px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

.highlighted_text {
    color: var(--skyblue-color);
}

.btn {
    padding: 10px 45px 10px 15px;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 16px;
    line-height: 21px;
    border-radius: 50px;
    border: 0;
}

.btn-primary {
    background: var(--black-color);
    color: var(--white-color);
    transition: ease .6s;
    border: 1px solid transparent;
}

.btn-primary:hover {
    background: var(--white-color);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.1);
    color: var(--black-color);
    border: 1px solid var(--black-color);
}

.btn-primary::before {
    content: '';
    position: absolute;
    left: unset;
    right: 15px;
    top: 0;
    bottom: 0;
    background: url(../icons/arrow-icon.svg) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 13px;
    margin: auto;
    transform: rotate(-45deg);
    border-radius: 100%;
    z-index: 1;
    margin: auto;
}

.btn-primary:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    background: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: auto;
}
.btn-primary:hover:before {
    transform: rotate(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(170deg) brightness(105%) contrast(108%);
}
.btn-primary:hover:after {
    background: var(--black-color);
}
.btn-secondary {
    padding: 10px 20px;
    background: var(--white-color);
    color: var(--gray-color);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.1);
    border: 1px solid transparent;
}
.btn-secondary:hover {
    background: var(--skyblue-color);
    color: var(--white-color);
    border: 1px solid var(--skyblue-color);
}
.two_btns {
    display: flex;
    gap: 10px;
}



.btn-primary, .btn-primary:before, .btn-primary:after,
.btn-secondary  {
    transition: ease .6s;
}

.btn-primary {
    position: relative;
}














/* Gift a GenS Membership */
.membership_header,
.owl-carousel .testimonial_box,
.owl-carousel .testimonial_box p,
.one_membership,
.membership_table .membership_body div:last-child ul li,
.responsive-tabs .tab-pane .card-header a,
.gens_faqs {
    position: relative;
}





/* Gens Membership Header */
.membership_header:before {
    content: '';
    position: absolute;
    top: 10vw;
    bottom: 0;
    left: -400px;
    right: 0;
    background: radial-gradient(rgba(52, 182, 214, 0.15), rgba(52, 182, 214, 0));
    width: calc(30vw + 100px);
    height: calc(30vw + 100px);
    filter: blur(150px);
    border-radius: 100%;
    z-index: -1;
    margin: auto;
}
.membership_header:after {
    content: '';
    position: absolute;
    top: 10vw;
    bottom: 0;
    left: 0;
    right: -400px;
    background: radial-gradient(rgba(255, 207, 6, 0.15), rgba(255, 207, 6, 0));
    width: calc(30vw + 100px);
    height: calc(30vw + 100px);
    filter: blur(150px);
    border-radius: 100%;
    z-index: -1;
    margin: auto;
}

.membership_header h1 {
    width: 82%;
    margin: 80px auto 0 auto;
}
.membership_header h1 img {
    width: 50px;
    margin: -10px 0 10px 0;
}
.membership_header p {
    width: 50%;
    margin: 20px auto 30px auto;
}


@media(max-width:1400px) {
    .membership_header h1 {
        width: 80%;
    }
    .membership_header p {
        width: 60%;
    }
}




@media(max-width:1200px) {
    .membership_header p {
        width: 70%;
    }
    .membership_header h1 img {
        width: 40px;
    }
}



@media(max-width:992px) {
    .membership_header h1,
    .membership_header p {
        width: 100%;
    }
    .membership_header h1 img {
        width: 30px;
        margin: -5px 0 5px 0;
    }
}


@media(max-width:768px) {
    .membership_header:after {
        right: 0;
    }
    .membership_header h1 br {
        display: none;
    }
    .membership_header h1 img {
        width: 30px;
        margin: -5px 0 5px 0;
    }
}



@media(max-width:576px) {
    .membership_header h1 {
        margin: 60px auto 0 auto;
    }
    .membership_header h1 img {
        width: 25px;
        margin: -5px 0 5px 0;
    }
}






















/* Testimonials Slider */
.testimonials_slider {
    padding: 120px 0 0 0;
}
.testimonials_slider h2 {
    margin: 0 auto 70px auto;
    width: 50%;
}
.testimonials_slider .container-fluid {
    padding: 0;
}
.owl-stage {
    display: flex;
    padding-bottom: 15px;
}
.owl-carousel .item {
    border-radius: 30px;
    overflow: hidden;
}
.owl-carousel .testimonial_box {
    padding: 65px 35px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
    min-height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.owl-carousel .testimonial_box:after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 500px;
    height: 500px;
    filter: blur(150px);
    border-radius: 100%;
    z-index: -1;
    margin: auto;
}
.owl-carousel .purple_box:after {
    background: radial-gradient(rgba(193, 139, 225, 0.2), rgba(193, 139, 225, 0));
}
.owl-carousel .skyblue_box:after {
    background: radial-gradient(rgba(10, 148, 204, 0.2), rgba(10, 148, 204, 0));
}
.owl-carousel .orange_box:after {
    background: radial-gradient(rgba(243, 136, 35, 0.2), rgba(243, 136, 35, 0));
}
.owl-carousel .testimonial_box p:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    background: url(../icons/double-inverted-commas.svg) no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
}

.owl-carousel .purple_box p:before {
    filter: brightness(0) saturate(100%) invert(81%) sepia(25%) saturate(6323%) hue-rotate(213deg) brightness(93%) contrast(88%);
}
.owl-carousel .skyblue_box p:before {
    filter: brightness(0) saturate(100%) invert(71%) sepia(87%) saturate(1428%) hue-rotate(93deg) brightness(100%) contrast(99%);
}



.owl-carousel .testimonial_box .testimonial_name {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.owl-carousel .testimonial_box .testimonial_name img {
    width: 45px;
    height: 45px;
    border: 3px solid var(--white-color);
    border-radius: 100%;
}
.owl-carousel .testimonial_box .testimonial_name h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--font-bold-700);
    font-style: italic;
    color: var(--gray-color);
    margin: 0 0 5px 0;
}
.owl-carousel .testimonial_box .testimonial_name div img {
    width: 85px;
    height: auto;
    border-radius: 0;
    border: none;
}




@media(max-width:1200px) {
    .testimonials_slider {
        padding: 100px 0 0 0;
    }
    .testimonials_slider h2 {
        margin: 0 auto 50px auto;
        width: 40%;
    }
}




@media(max-width:992px) {
    .testimonials_slider {
        padding: 70px 0 0 0;
    }
    .testimonials_slider h2 {
        width: 100%;
    }
}





@media(max-width:768px) {
    .owl-carousel .testimonial_box {
        padding: 50px 25px 30px 25px;
    }
    .owl-carousel .testimonial_box p:before {
    top: -20px;
    width: 50px;
    height: 50px;
    }
}










/* One Membership, Endless Ways to Make the 60+ Life Easier */
.one_membership {
    padding: 120px 0 150px 0;
}
.one_membership .one_membership_header h2 {
    width: 70%;
    margin: 0px auto 20px auto;
}
.one_membership .one_membership_header p {
    width: 60%;
    margin: 0px auto;
}
.one_membership:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* right: 0; */
    background: radial-gradient(rgba(52, 182, 214, 0.15), rgba(52, 182, 214, 0));
    width: calc(50vw + 100px);
    height: 100%;
    filter: blur(150px);
    border-radius: 100%;
    z-index: -1;
    margin: auto;
}
.one_membership:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: 0;
    background: radial-gradient(rgba(255, 207, 6, 0.15), rgba(255, 207, 6, 0));
    width: calc(50vw + 100px);
    height: 100%;
    filter: blur(150px);
    border-radius: 100%;
    z-index: -1;
    margin: auto;
}

.nav-tabs {
    align-items: flex-end;
    margin: 60px 0 0 0;
    border: 1px solid rgba(217, 217, 217, 0.40);
    background: rgba(240, 240, 240, 0.40);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 50px;
    gap: 10px;
    /* box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08); */
}
.nav-tabs .nav-item {
    flex: 1 1 auto;
}
.nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 15px;
    border-radius: 50px;
    transition: height 0.35s ease, color 0.35s ease;
    font-size: 16px;
    line-height: 16px;
    color: var(--gray-color);
    font-weight: 700;
    font-family: var(--font-dm-sans);
    width: 100%;
    text-align: center;
}
.nav-tabs .nav-item:nth-child(1) .nav-link.active{
    background: #FFA6A6;
}
.nav-tabs .nav-item:nth-child(2) .nav-link.active{
    background: #95C6FF;
}
.nav-tabs .nav-item:nth-child(3) .nav-link.active{
    background: #92F2A2;
}
.nav-tabs .nav-item:nth-child(4) .nav-link.active{
    background: #F8B69D;
}
.nav-tabs .nav-item:nth-child(5) .nav-link.active{
    background: #C895E5;
}
.nav-tabs .nav-item:nth-child(6) .nav-link.active{
    background: #75C0F0;
}
.nav-tabs .nav-item:nth-child(7) .nav-link.active{
    background: #B4A071;
}
.nav-tabs .nav-item:nth-child(8) .nav-link.active{
    background: #FFA491;
}
.nav-tabs .nav-item .nav-link.active {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    color: var(--white-color);
}
.tab-content {
    margin: 30px 0 0 0;
}
.tab-content .card-body {
    animation: fadeIn 0.5s ease forwards;
    padding: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.responsive-tabs .nav-tabs {
    display: none;
}


.membership_table {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.membership_table .membership_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.membership_table .membership_head > *,
.membership_table .membership_body > * {
    width: 50%;
    border-radius: 20px;
    font-family: var(--font-dm-sans);
    color: var(--gray-color);
}
.membership_table .membership_head > * {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--white-color);
}
.membership_table .membership_body {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.membership_table .membership_body > * {
    padding: 20px 30px;
    border: 1px solid rgba(217, 217, 217, 0.40);
    background: rgba(240, 240, 240, 0.40);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08); */
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
}
.membership_table .membership_body div:first-child {
    gap: 30px;
}
.membership_table .membership_body div:first-child img {
    width: 110px;
    height: 50px;
    object-fit: contain;
}
.membership_table .membership_body div:last-child ul {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.membership_table .membership_body div:last-child ul li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 4px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}


.activities_table .membership_head > * {
    background: #FFA6A6;
}
.activities_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-shows-and-activities.svg);
}

.insurance_table .membership_head > * {
    background: #95C6FF;
}
.insurance_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-insurance.svg);
}

.healthcare_table .membership_head > * {
    background: #92F2A2;
}
.healthcare_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-healthcare.svg);
}

.safety_table .membership_head > * {
    background: #F8B69D;
}
.safety_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-safety.svg);
}

.travel_table .membership_head > * {
    background: #C895E5;
}
.travel_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-hexagon-icon.svg);
}

.finance_table .membership_head > * {
    background: #75C0F0;
}
.finance_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-finance.svg);
}

.concierge_table .membership_head > * {
    background: #B4A071;
}
.concierge_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-concierge.svg);
}

.wellness_table .membership_head > * {
    background: #FFA491;
}
.wellness_table .membership_body div:last-child ul li:before {
    background-image: url(../icons/check-wellness.svg);
}





@media(max-width:1400px) {
    .one_membership {
        padding: 120px 0;
    }
}





@media(max-width:1200px) {
    .one_membership {
        padding: 100px 0;
    }
    .one_membership .one_membership_header h2 {
        width: 50%;
    }
    .one_membership .one_membership_header p {
        width: 70%;
    }
    .nav-tabs .nav-item .nav-link {
        padding: 10px;
        font-size: 15px;
        line-height: 15px;
    }
}




@media(min-width:992px) {
    
    .tab-content .tab-pane h3 {
        display: none;
    }
    .responsive-tabs .nav-tabs {
        display: flex;
    }
    .responsive-tabs .card {
        border: none;
        background: transparent;
    }
    .responsive-tabs .card .card-header {
        display: none;
    }
    .responsive-tabs .card .collapse {
        display: block;
    }
}



@media(max-width:992px) {
    .one_membership {
        padding: 70px 0;
    }
    .one_membership .one_membership_header h2, 
    .one_membership .one_membership_header p {
        width: 100%;
    }
    .nav-tabs,
    .membership_table .membership_head {
        display: none;
    }
    .tab-content {
        margin: 40px 0 0 0;
        display: flex;
        flex-flow: column;
        gap: 20px;
    }
    .tab-content>.tab-pane {
        opacity: 1;
        display: block;
        border: 0;
        background: transparent;
    } 
    .responsive-tabs .tab-pane .card-header {
        padding: 0;
        border: 0;
        border-radius: 15px;
    }
    .responsive-tabs .tab-pane .card-header a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: var(--black-color);
        text-decoration: none;
        background: var(--white-color);
        border-radius: 15px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    }
    .responsive-tabs .tab-pane .card-header a:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        background: url(../icons/faq-plus-icon.png) no-repeat;
        background-size: 100%;
        width: 15px;
        height: 15px;
        margin: auto;
        transition: ease .6s;
    }
    .responsive-tabs .tab-pane .card-header a[aria-expanded=true]:after {
        background: url(../icons/faq-minus-icon.png) no-repeat;
        background-size: 100%;
        height: 6px;
    }
    .tab-content .card-body {
        animation: none;
        padding: 20px 0 0 0;
    }
    .membership_table .membership_body > * {
        font-size: 16px;
        line-height: 26px;
    }
    .membership_table .membership_body div:last-child ul li:before {
        width: 18px;
        height: 18px;
    }
    .membership_table .membership_body div:first-child img {
        width: 90px;
        height: 40px;
        object-fit: contain;
    }
    
    
    .membership_table .membership_body {
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.45);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08);
        flex-flow: column;
        border-radius: 15px;
        gap: 30px;
    }
    .membership_table .membership_body > * {
        width: 100%;
        padding: 0;
        border: none;
        background: transparent;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        box-shadow: none;
    }
    .membership_table .membership_body div:first-child {
        gap: 20px;
    }
    
    
} 






















/* Why GenS Life Is the #1 Choice for the 60+ */
.hashone_choice .container {
    display: flex;
    flex-flow: column;
    gap: 70px;
}
.hashone_choice .col-xxl-8 div:first-child {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 40px;
    padding: 0 0 0 50px;
}
.hashone_choice ul {
    padding: 0 0 0 40px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: space-between;
}
.hashone_choice ul li {
    width: 47%;
}
.hashone_choice ul li img {
    width: 50px;
    height: 60px;
    object-fit: contain;
}
.hashone_choice ul li h3 {
    font-size: 23px;
    line-height: 33px;
    margin: 10px 0 5px 0;
}
.hashone_choice ul li p {
    font-size: 16px;
    line-height: 26px;
}
.hashone_choice .container .row:last-child .col-lg-4 img {
    border-radius: 30px;
}













@media(max-width:1400px) {
    .hashone_choice .col-xxl-8 div:first-child {
        gap: 20px;
    }
    .hashone_choice .col-xxl-8 div:first-child,
    .hashone_choice ul {
        padding: 0;
    }
    .hashone_choice ul {
        gap: 30px 40px;
    }
    .hashone_choice ul li {
        width: 46%;
    }
    .hashone_choice ul li h3 {
        font-size: 20px;
        line-height: 30px;
    }
}









@media(max-width:1200px) {
    .hashone_choice .container .row:last-child .col-lg-4 div {
        padding: 0 50px 0 0;
    }
    .hashone_choice ul {
        gap: 20px;
    }
    .hashone_choice ul li {
        width: 48%;
    }
}






@media(max-width:992px) {
    .hashone_choice h2 br {
        display: none;
    }
    .hashone_choice .col-xxl-8 div:first-child {
        padding: 20px 0 0 0;
    }
    .hashone_choice .container .row:last-child {
        gap: 50px;
    }
}






@media(max-width:768px) {
    .hashone_choice .container {
        gap: 50px;
    }
    .hashone_choice .container .row:last-child .col-lg-4 div {
        padding: 0;
    }
    .hashone_choice ul {
        gap: 30px;
    }
    .hashone_choice ul li {
        width: 100%;
    }
    .hashone_choice ul li img {
        width: 45px;
    }
    .hashone_choice ul li h3 {
        margin: 15px 0 5px 0;
    }
}









/* FAQs */
.gens_faqs {
    padding: 120px 0;
}
.gens_faqs:before {
    content: '';
    position: absolute;
    left: -14vw;
    bottom: 0;
    background: radial-gradient(rgba(10, 148, 204, 0.15), rgba(10, 148, 204, 0));
    width: calc(30vw + 100px);
    height: calc(30vw + 100px);
    filter: blur(100px);
    border-radius: 100%;
    z-index: -1;
}

.gens_faqs .accordion {
    margin: 40px auto 0 auto;
    width: 92%;
}
.accordion .accordion-item {
    border: 0;
    border-radius: 20px;
    background: var(--white-color);
    /* box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05); */
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.accordion .accordion-item:not(:last-child) {
    margin: 0 0 20px 0;
}
.accordion .accordion-item .accordion-button {
    background: #ffffff;
    box-shadow: none;
    font-size: 22px;
    line-height: 32px;
    padding: 30px 50px;
    color: var(--black-color);
}
.accordion .accordion-item .accordion-body {
    font-size: 18px;
    line-height: 28px;
    padding: 0 100px 30px 50px;
    color: var(--gray-color);
}
.accordion .accordion-item .accordion-button.collapsed:after,
.accordion .accordion-item .accordion-button:after {
    content: '';
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: auto;
    transition: ease .6s;
}
.accordion .accordion-item .accordion-button.collapsed:after {
    background-image: url(../icons/faq-plus-icon.png);
}
.accordion .accordion-item .accordion-button:after {
    background-image: url(../icons/faq-minus-icon.png);
    height: 7px;
}





@media(max-width:1200px) {
    .gens_faqs {
        padding: 100px 0;
    }
}








@media(max-width:993px) {
    .gens_faqs {
        padding: 70px 0;
    }
    .gens_faqs .accordion {
        margin: 30px auto 0 auto;
        width: 100%;
    }
    .accordion .accordion-item .accordion-button {
        font-size: 18px;
        line-height: 28px;
        padding: 20px 90px 20px 40px;
    }
    .accordion .accordion-item .accordion-body {
        padding: 0 90px 30px 40px;
    }
    .accordion .accordion-item .accordion-button.collapsed:after,
    .accordion .accordion-item .accordion-button:after {
        width: 20px;
        height: 20px;
    }
    .accordion .accordion-item .accordion-button:after {
        height: 6px;
    }
}


@media(max-width:768px) {
    .accordion .accordion-item .accordion-button {
        padding: 15px 50px 15px 20px;
    }
    .accordion .accordion-item .accordion-body {
        padding: 0 20px 20px 20px;
    }
    .accordion .accordion-item .accordion-button.collapsed:after,
    .accordion .accordion-item .accordion-button:after {
        width: 15px;
        height: 15px;
        right: 20px;
    }
    .accordion .accordion-item .accordion-button:after {
        height: 6px;
    }
    .accordion .accordion-item .accordion-button,
    .accordion .accordion-item .accordion-body {
        font-size: 16px;
        line-height: 26px;
    }
}

















/* Common Resposnive CSS */

@media(min-width:576px) {
    .row>* {
        padding: 0;
    }
}

@media(max-width:1400px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .membership_header h1,
    .membership_header p {
        width: 100%;
    }
}
@media(max-width:576px) {
    p, 
    ul li {
        font-size: 16px;
        line-height: 26px;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .btn {
        padding: 8px 40px 8px 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .btn-secondary {
        padding: 8px;
    }
    .btn-primary:after {
        width: 25px;
        height: 25px;
    }
    .btn-primary::before {
        right: 14px;
        width: 12px;
        height: 10px;
    }
}






