@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


body {
    overflow-x: hidden;
  font-family: 'Poppins', sans-serif !important;

}

html,
body {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
  
}

footer {
    background: #f7f7f7;
}


.hero-section{
  background : #fff6e8;
  padding-bottom : 40px;
}

.hero-section h1 {
  font-size : 34px;
    font-family: Noto Sans, sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: rgb(48 48 48);
    width: 60%;
    margin: 0 auto;
  padding-bottom : 50px;
}


#footer {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
}

.socials {
    background-size: auto;
    border-radius: 10px;
    position: relative;
    padding-left: 5px;
    padding-top: 17px;
    width: 28%;
    padding-bottom: 7px;
}
.socials a {
  margin-right: 10px;}
a {
    text-decoration: none;
    color: #007bff;
}

a:hover {
    text-decoration: none;
}


.header-1 {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
}

.meet-team-block {
    background-color: #fff6e8;
    margin-top: 3rem;
}

.member-links {
    display: flex;
    justify-content: center;
}

.member-desc {
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #292929;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    width: 90%;
    margin: auto;
}

.icon {
    margin-left: 10px;
    margin-right: 10px;
}

.member-pos {
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    color: #575757;
}

.member-name {
    font-family: Noto Sans, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #222222;
}

.member-pic-container {
    width: 300px;
    height: 300px;
    margin: 3rem auto 1rem;
    border-radius: 20px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
}

.member-pic {
    width: 100%;
    height: 300px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
}

.meet-team-title {
    font-family: Noto Sans, sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #292929;
    padding-top: 2rem;
}

.team-member-list {
    width: 80%;
    margin: auto !important;
    padding-bottom: 3rem;
}

.benefits-block {}

.benefits {
    width: 80%;
    margin: auto;
}

.benefits-block .benefits .benefit-item {
    padding-top: 60px;
  align-items : center;
}

.benefit-item .image {
    width: 100%;
}

.benefits-block .main-title {
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #292929;
    margin-top: 70px;
}

.benefits-block .title {
    font-family: Noto Sans, sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #f9ae39;
  font-family: Noto Sans, sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: rgb(41 126 192);
}
}

.benefits-block .description {
    margin-top: 0.5rem;
    font-family: Noto Sans, sans-serif;
    font-size: 22px;
    color: #636363;
}

.video-list {
    margin: 0 auto !important;
    width: 90%;
}

.video-block {
    border-radius: 10px;
    background-color: #fff6e8;
    margin-top: 3.5rem;
}

.video-item {
    text-align: center;
    margin-bottom: 2.5rem;
    border-radius: 30px;
    padding: 20px 0px;
}

.wrapper:hover,
.wrapper:active {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wrapper {
    padding: 20px 10px;
    border: 2px solid #d1d5db;
    background: rgb(249 250 251 / 20%);
    border-radius: 10px;
}

.video-item .video video {
    border-radius: 15px;
    height: 350px;
    max-width: 80%;
    cursor: pointer;
}

.video-item .video-author-name {
    text-align: center;
    /* font-family: Noto Sans,sans-serif; */
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    color: #303030;
    overflow: hidden;
}

.video-item .video-author-desc {
    font-family: Noto Sans, sans-serif;
    font-size: 15px;
    text-align: center;
    color: #8b8b8b;
}

.video-block .title {
    width: 100%;
    padding-top: 2rem;
    font-family: Noto Sans, sans-serif;
    margin-top: 1rem;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #494949;
}

.video-block .description {
    margin: 2rem auto;
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #494949;
    width: 50%;
}

.form .title {
    width: 100%;
    padding-top: 2rem;
    font-family: Noto Sans, sans-serif;
    margin-top: 1rem;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fa3f4a;
}

.form .description {
    margin: 1rem auto 0.2rem auto;
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #494949;
    width: 50%;
}

.form .compulsory {
    margin: 2px auto;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fa3f4a;
    width: 50%;
}

.form .form-list {
    margin: auto;
    margin-top: 2rem;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #808080;
    width: 75%;
}

.form .form-label {
    margin: auto;
    margin-left: 2px;
    margin-bottom: 0.5rem;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #808080;
    width: 75%;
}

.form .asterisk {
    color: #fa3f4a;
}

.form .input-box {
    margin: auto;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    height: 2.5rem;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #373737;
    width: 100%;
    padding-left: 1rem;
}

.form .condition-text {
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 2.5rem;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #808080;
    width: 50%;
}

.form .form-list .contact-us-box {
    width: 25%;
    height: 3.5rem;
    padding-top: 1rem;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fa3f4a;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    cursor: pointer;
    margin-top: 30px;
}

.form .form-list .contact-us-text {
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.header {
    padding-top: 3%;
  background : #fff6e8;
  padding-bottom : 3%;
}



.header-1 .right-top-cta {
    font-family: Noto Sans, sans-serif;
    font-size: 25px;
    line-height: 1.05;
    letter-spacing: normal;
    color: #c5c5c5;
    padding-right: 3rem;
    padding-top: 0.6rem;
}

.header-1 .k-logo {
    width: 150px;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
 height: auto;
}

.header .contact-us-box {
    width: 600px;
    height: 90px;
    padding-top: 25px;
    border-radius: 17px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0);
    background-color: #fa3f4a;
    text-align: center;
    margin: auto;
}

.feature-link {
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fa3f4a;
}

.feature-link-logo {
    margin-right: 1rem;
}

.feature-author-details {
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    white-space: initial;
}

.featured-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow-x: auto;
    white-space: nowrap;
}

.featured-list::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

.feature-item {
    width: 70vw;
    max-width: 1200px;
    height: 100%;
    margin: 0 30px 0 54px;
    padding: 19px 27px 16px 20px;
    border: solid 2px #fa3f4a;
    background-color: #ffe7c3;
    display: inline-block;
    border-radius: 22px;
    position: relative;
}

.feature-meta {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.feature-item-title {
    font-family: Noto Sans, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #303030;
    white-space: initial;
    margin-bottom: 0.5rem;
}

.feature-item-detail {
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    color: #555555;
    white-space: initial;
    margin-bottom: 60px;
}

.featured-in-block {
    margin-top: 3.5rem;
}

.featured-in-text-title {
    font-family: Noto Sans, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #494949;
    margin-left: 4.5rem;
    margin-bottom: 1rem;
}

.header .contact-us-text {
    font-family: Noto Sans, sans-serif;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
}

.header .title-1 {
    margin: 0 0 1em 0;
    font-family: Noto Sans, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #808080;
}

.header .title-2 {
    font-family: Noto Sans, sans-serif;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: #303030;
  
  font-family: Noto Sans, sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: rgb(48 48 48);
    width: 60%;
    margin: 0 auto;
  padding-bottom : 90px;
}

.feature-item .f-image {
    max-width: 80%;
    height: 150px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
}

.feature-item .f-image-v1 {
    width: 100%;
    /* width: 401px; */
    height: 120px;
    max-width: 60vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
}

.feature-item-image-container {
    margin: auto;
    text-align: center;
    height: 200px;
    position: relative;
}

.playstore-logo-image-mb-block {
    margin: 101px auto auto;
    text-align: center;
}

.playstore-logo-image-mb {
    width: 600px;
}

.Btn {
    background: #303030;
    padding: 7px 20px;
    border: none;
}

.Btn a {
    color: #fff;
    text-decoration: none;
}
.Btn a:hover, 
.Btn a:active{
    color: #fff;
    text-decoration: none;
}

.btn-prime {
    border-radius: 17px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: rgb(250 63 74);
    padding: 10px 30px;
  font-size : 14px;
    text-transform : uppercase;
  font-weight : 600;
}

.btn-second {
    border-radius: 17px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: rgb(250, 128, 63);
    padding: 10px 30px;
  font-size : 14px;
  text-transform : uppercase;
    font-weight : 600;
}


.video {
    position: relative;
}

.playpause {
    position: absolute;
    background-image: url(https://media.kutumbapp.com/play2.png);
    background-repeat: no-repeat;
    width: 20%;
    height: 20%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
}

#submittedform {
    display: none;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.slick-dots {
    position: relative !important;
    bottom: 0px !important;
    margin-top: 30px !important;
}

.login-form {
    padding: 40px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    margin-bottom: 110px;
}

.login-form form {
    padding: 0px 40px;
}

.login-form form .form-group {
    margin-bottom: 22px;
}

.login-form form .form-group label {
    margin-bottom: 10px;
    color: #3e3e3e;
    font-weight: 500;
  font-size : 14px;
}


select {
    width: 100%;
    padding: 10px 0px;
}

.family-details {
    padding-top: 45px;
    padding-bottom: 20px;
}

.family-details h5 {
    padding-bottom: 22px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}

.form-control:focus {
    color: rgb(33 37 41);
    background-color: rgb(247, 244, 244);
    border-color: #ffe7c3 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffe7c3b8 !important;
}


.login-form {
    max-width: 1100px;
    padding: auto 100px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 120px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffeaca5c;
}

.otp input {
    display: inline-block;
    width: 50px;
    height: 40px;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .form .title {
        font-size: 32px;
        color: #fa3f4a;
    }

    .form .description {
        font-size: 16px;
        width: 75%;
    }

    .form .condition-text {
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 2.5rem;
        font-family: Noto Sans, sans-serif;
        font-size: 12px;
        text-align: center;
        color: #808080;
        width: 80%;
    }

    .form .form-list .contact-us-box {
        width: 50%;
    }

    .feature-item-image-container {
        height: 150px;
    }

    .feature-item-image-container .f-image {
        height: 150px;
        width: 150px;
    }

    .feature-link {
        text-align: left;
    }

    .feature-link-logo {
        margin-right: 0.5rem;
    }

    footer .copyright {
        text-align: left
    }

    footer .info {
        width: 100%;
        padding: 0
    }

    .playstore-logo-image-mb-block {
        margin: 2rem auto auto;
        text-align: center;
    }

    .playstore-logo-image-mb {
        width: 320px;
        height: 75px;
        /* margin: 80.9px 49px; */
        /* object-fit: contain; */
    }

    .socials {
        background-size: auto;
        border-radius: 10px;
        position: relative;
        padding: 10px;
        width: 100%;
    }

    .social-icons {
        width: 22px;
        height: 22px;
        margin-left: 0;
    }

    #company-name-size {
        font-size: 15px;
        margin-bottom: 20px;
    }

    


    footer {
        padding: 20px 0
    }

    .header-1 .k-logo {
        width: 100px;
        margin-left: 0.5rem;
    }

    .header-1 .right-top-cta {
        padding-top: 0.5rem;
        padding-right: 1rem;
        font-family: Noto Sans, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.31;
        margin: auto;
    }

    .header .title-1 {
        font-size: 14px;
    }

    .header .title-2 {
        font-size: 24px;
    }

    .header .contact-us-box {
        width: 90%;
        height: 4rem;
        padding: 0;
        border-radius: 10px;
        background-color: #fa3f4a;
    }

    .header .contact-us-text {
        /* margin: 0 33.7px 0 0; */
        font-family: Noto Sans, sans-serif;
        font-size: 20px;
        line-height: 1.7;
        color: #ffffff;
        height: 100%;
        text-align: center;
        padding-top: 1rem;

    }



    .feature-item .feature-item-title {
        font-size: 18px;
    }

    .feature-item .feature-item-detail {
        font-size: 14px;
    }

    .feature-item .feature-link-logo {
        width: 13px;
    }

    .feature-item .feature-link {
        font-size: 15px;
    }

    .feature-item .feature-author-details {
        font-size: 11px;
    }

    .video-block .title {
        font-size: 22px;
    }

    .video-block .description {
        font-size: 14px;
        width: 80%;
    }

    .featured-in-text-title {
        font-size: 20px;
    }

    video {
        /* width: 117px; */
        width: 100%;
        height: 100%;
    }

    .video-list {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .video-list::-webkit-scrollbar {
        /* WebKit */
        width: 0;
        height: 0;
    }

    .video-item {
        width: 250px;
        margin: 0.5rem;
    }

    .video-item .video video {
        width: 225px;
        height: 400px;
    }

    .video-item .video-author-name {
        font-size: 17px;
    }

    .video-item .video-author-desc {
        font-size: 12px;
        white-space: initial;
    }

    .benefits-block .main-title {
        font-size: 30px;
        margin: 56px 0 0 0;
    }

    .benefits-block .benefits .benefit-item {
        padding-top: 67px;
    }

    .benefits-block .title {
        font-size: 30px;
        /* height: 41px; */
        margin-top: 35px;
        text-align: center;
    }

    .benefits-block .description {
        font-size: 15px;
    }

    .meet-team-block {
        margin-top: 56px;
        padding-bottom: 1rem;
    }

    .team-member {
        width: 50%;
    }

    .meet-team-title {
        padding-top: 22px;
        font-size: 25px;
    }

    .member-pic-container {
        height: 100px;
        width: 100px;
        border-radius: 5px;
        box-shadow: 0 3px 6px 0
    }

    .icon {
        font-size: 1rem;
        margin: 0.25rem;
    }

    .member-pic {
        height: 100px;
        width: 100px;
        border-radius: 5px;
        box-shadow: 0 3px 6px 0
    }

    .member-desc {
        font-size: 8px;
        padding-bottom: 0;
    }

    .member-pos {
        font-size: 11px;

    }

    .member-name {
        font-size: 14px;
    }

    .featured-list {
        /* height: 415px; */
    }

    .feature-item {
        margin: 0 0 0 40px;
    }

    .member-links img {
        width: 12px;
        height: 16px;
    }

    .video-block {
        padding-bottom: 39px;
        margin-top: 2rem;
    }

    footer .info .name {
        font-size: 16px;
    }

    footer .info .address {
        font-size: 10px;
    }

    footer .info .contact {
        font-size: 11px;
    }

    footer .info .map {
        display: none;
    }

    footer .footer-links div {
        font-size: 12px;
    }
}




@media screen and (min-width:1025px) {
    .social-icons {
        width: 30px;
        height: 30px;
    }

    .playstore-logo-image-lg {
        display: block;
        width: 442px;
        height: 349.9px;
    }
}

footer .map {
    width: 100%
}

footer .footer-links {
    width: 100%;
}

footer .info {
    width: 50%;
    display: inline-block;
    padding-right: 50px;
    box-sizing: border-box;
    vertical-align: top
}

footer .info .name {
    font-size: 24px;
    margin: 15px 0
}

footer .info .address,
footer .info .contact,
footer .info .follow img {
    margin: 12px 10px 19px 0;
}

.copyright {
    text-align: center !important;
    font-size: 16px;
    padding: 20px 0 0
}

@media screen and (max-width: 425px) {
    .socials {
        background-size: auto;
        border-radius: 10px;
        position: relative;
        padding-left: 5px;
        padding-top: 7px;
        max-width: 150px;
        text-align: center;
        padding-bottom: 7px;
    }

    .social-icons {
        width: 22px;
        height: 22px;
        margin-left: 0px;
    }

    #company-name-size {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .Btn {
        font-size: 9px;
    }
    .btn-prime {
        padding: 6px 12px;
    }
    
    .btn-second {
     padding: 6px 12px;
    }
    
}


.row .family-members {
  overflow-x : scroll;
  margin-top : 20px;
}

.family-members h5 {
  font-size : 18px;
  text-align : center;
  text-transform : uppercase;
  margin-bottom : 28px;
  font-weight : 700;
}


.age {
 width : 10%;
}

.status {
 width : 10%;
}

.gender {
  width : 10%;}


.member-name {
  width: 22%; }

.register-table  {
margin-top : 22px;
}

.register-table thead tr th {
  font-size : 13px;
  color : #333;
  font-weight : 500;
}

.education {
  width : 10%;}

.addNew .fa {
  color : #fff; }

.box-footer .btn {
  background : #C21010;
  border-color : #C21010;
  font-weight : 600;
  padding : 7px 30px;
  text-transform : uppercase;
  margin-top : 32px;
  color : #fff;
}

.box-footer .btn:hover,
.box-footer .btn:active,
.box-footer .btn:focous {
   background : #C21010;
  border-color : #C21010;}


.login-form h2 {
    text-transform : uppercase;
   font-size : 25px;
}
.login-form {
  margin: 70px auto;
}



@media screen and (max-width: 650px) {
    .Btn {
        font-size: 12px;
    }
    .btn-prime {
        border-radius: 17px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: rgb(250 63 74);
        padding: 5px 20px;
    }
    
    .btn-second {
        border-radius: 17px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: rgb(250, 128, 63);
        padding: 5px 20px;
    }
    .login-form form {
        padding: 0px 22px;
    }
    .login-form {
        max-width: 900px;
        padding: auto 100px;
        margin: 0 auto;
        margin-top: 61px;
        margin-bottom: 41px;}
  
.box-footer .btn {
   font-size : 12px;
  padding : 5px 17px;
  }
  .login-form {
   margin: 50px 0px;
  }
.login-form h2 {
    text-transform: uppercase;
    font-size: 21px;
}
  .register-table thead tr th {
    font-size: 9px;
    color: rgb(51 51 51);
    font-weight: 500;
}
  .form-control {
    font-size : 12px; }
.row .family-members table {
  width : 150%;
  }
  .hero-section h1 {
   font-size: 26px;
    width: 90%;
    padding-top: 45px;
    padding-bottom : 0px;
  }
  .benefits-block .main-title {
    font-size: 18px;
    margin: 39px 0 0 0;
}
  .benefits-block .benefits .benefit-item:first-child {
    margin-top: 0px;
    padding-top: 0px;
    align-items: center;
}
  .benefit-item .image {
    width: 74%;
    /* margin: 0 auto; */
    margin-left: 13%;
}
    
}

a {
  text-decoration : none;
}

.benefits-block {
 padding-bottom : 70px; 
}

table {
  background : #fff;
}

.benefits-block .benefits .benefit-item:first-child {
  margin-top : 10px;
      padding-top: 30px;
    align-items: center;
}

.logout .btn-prime{
  Color : #fff;
  margin-left : 30px;
}
.logout .dropdown-item:focus, .dropdown-item:hover {
 background : #fa3f4a;
}

.logout .fas {
      color: rgb(0 0 0);
  font-size: 32px;}

.logout .dropdown-toggle::after {
  display : none;
}

.user {
  color : #000;
  margin-left : 13px; 
