.ProductCatalogueCategory .sub_catagory_item > div:nth-child(1) {
    height: 207px;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px 0px 16px 0px;
}

    .ProductCatalogueCategory .sub_catagory_item > div:nth-child(1) > img {
        height: 100%;
        width: 100%;
    }

.ProductCatalogueCategory .sub_catagory_item > div:nth-child(2) {
    padding: 0px 20px;
    margin: 0px 0px 66px 0px;
}

    .ProductCatalogueCategory .sub_catagory_item > div:nth-child(2) > h3 {
        margin: 0px 0px 4px 0px;
    }

    .ProductCatalogueCategory .sub_catagory_item > div:nth-child(2) > p {
        margin: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.ProductCatalogueCategory .sub_catagory_item > div:nth-child(3) {
    padding: 0px 20px;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .ProductCatalogueCategory .sub_catagory_item > div:nth-child(3) > button {
        width: 50%;
        display: inline-block;
    }

.ProductCatalogueCategory .card_header_cont {
    margin: 0px -16px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 8px;
}

    .ProductCatalogueCategory .card_header_cont h3 {
        margin: 8px 0;
        text-align: center;
    }

.ProductCatalogueCategory .help-section {
    margin-bottom: 0px;
}

    .ProductCatalogueCategory .help-section > div > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 80px
    }

        .ProductCatalogueCategory .help-section > div > div > div:first-child {
            padding-right: 60px;
            border-right: 3px solid;
        }

        .ProductCatalogueCategory .help-section > div > div > div:last-child {
            padding-left: 60px;
        }

        .ProductCatalogueCategory .help-section > div > div > div > span {
            display: block;
            font-size: 20px;
            padding-bottom: 20px;
        }

            .ProductCatalogueCategory .help-section > div > div > div > span:last-of-type {
                padding-bottom: 0px;
            }

        .ProductCatalogueCategory .help-section > div > div > div > button {
            padding: 10px 60px;
            margin-bottom: 20px;
            font-size: 30px;
        }

        .ProductCatalogueCategory .help-section > div > div > div:first-child > span:first-child {
            font-size: 40px;
            line-height: 40px;
            padding-bottom: 5px;
        }

        .ProductCatalogueCategory .help-section > div > div > div:first-child > span:last-child {
            text-transform: uppercase;
            font-size: 100px;
            line-height: 100px;
        }

        .ProductCatalogueCategory .help-section > div > div > div:last-child > span:first-child {
            font-size: 30px;
        }

        .ProductCatalogueCategory .help-section > div > div > div:first-child {
            text-align: right;
        }

        .ProductCatalogueCategory .help-section > div > div > div:last-child {
            text-align: left;
        }

@media (max-width: 768px) {
    .ProductCatalogueCategory .help-section > div > div > div:first-child {
        border-right: none;
        padding-bottom: 30px;
        text-align: center;
        padding-right: 16px;
    }

    .ProductCatalogueCategory .help-section > div > div {
        padding: 60px 0px
    }

        .ProductCatalogueCategory .help-section > div > div > div > button {
            width: 211px;
            margin: auto;
            margin-bottom: 10px;
        }

        .ProductCatalogueCategory .help-section > div > div > div:last-child {
            text-align: center;
        }
}

.ProductCatalogueCategory .analyze-section {
    margin-bottom: 50px;
}

    .ProductCatalogueCategory .analyze-section .mob-12, .ProductCatalogueCategory .analyze-section .tab-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ProductCatalogueCategory .analyze-section > div > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 0px
    }

        .ProductCatalogueCategory .analyze-section > div > div > div:first-child {
            padding-bottom: 40px;
        }

        .ProductCatalogueCategory .analyze-section > div > div > div:nth-child(2) {
            padding-left: 90px;
            border-right: 3px solid;
        }

        .ProductCatalogueCategory .analyze-section > div > div > div > span:last-of-type {
            padding-bottom: 0px;
        }

        .ProductCatalogueCategory .analyze-section > div > div > div > button {
            padding: 10px 60px;
            margin-bottom: 20px;
            font-size: 30px;
        }

        .ProductCatalogueCategory .analyze-section > div > div > div:first-child > span {
            font-size: 40px;
            line-height: 40px;
            font-weight: bold;
        }

        .ProductCatalogueCategory .analyze-section > div > div > div:nth-child(2) > span {
            display: block;
            font-size: 35px;
            line-height: 35px;
        }

            .ProductCatalogueCategory .analyze-section > div > div > div:nth-child(2) > span:nth-child(2) {
                font-size: 100px;
                line-height: 100px;
                text-transform: uppercase;
            }

.ProductCatalogueCategory .icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .ProductCatalogueCategory .icons-container > div > span:first-child {
        display: block;
        font-size: 28px;
        line-height: 28px;
        text-transform: capitalize;
        text-align: center;
    }

    .ProductCatalogueCategory .icons-container > div > span:last-child {
        padding: 0px 54px;
        margin: 30px 0px;
        display: block;
        border-right: 1px solid;
    }

    .ProductCatalogueCategory .icons-container > div:last-child > span:last-child {
        border-right: none;
    }

    .ProductCatalogueCategory .icons-container > div > span > img {
        width: 53px;
        height: 53px;
    }

.ProductCatalogueCategory .analyze-section > div > div > div:last-child > button {
    margin: auto;
}

@media (max-width: 768px) {
    .ProductCatalogueCategory .analyze-section > div > div {
        padding: 60px 20px
    }

        .ProductCatalogueCategory .analyze-section > div > div > div:first-child > span {
            font-size: 31px;
            line-height: 31px;
        }

        .ProductCatalogueCategory .analyze-section > div > div > div:nth-child(2) > span {
            font-size: 24px;
            line-height: 24px;
        }

            .ProductCatalogueCategory .analyze-section > div > div > div:nth-child(2) > span:nth-child(2) {
                font-size: 60px;
                line-height: 60px;
            }

        .ProductCatalogueCategory .analyze-section > div > div > div:nth-child(2) {
            border-right: none;
            padding-left: 20%;
        }

        .ProductCatalogueCategory .analyze-section > div > div > div:last-child {
            padding-top: 50px;
        }

    .ProductCatalogueCategory .icons-container > div > span:last-child {
        border-right: none;
        text-align: center;
    }
}

.ProductCatalogueCategory .card-benefits > div > div {
    padding: 70px 0px;
}

.ProductCatalogueCategory .card-benefits > div > .content-table {
    padding: 0 !important;
}

    .ProductCatalogueCategory .card-benefits > div > .content-table .nbepay-table {
        margin: 0px !important
    }

.ProductCatalogueCategory .card-advrt-title {
    text-align: center;
    padding-bottom: 30px;
}

    .ProductCatalogueCategory .card-advrt-title > span {
        font-size: 32px;
        line-height: 45px;
        padding: 0px 20px 13px;
    }

.ProductCatalogueCategory .card-advrt-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

@media (max-width: 767px) {
    .ProductCatalogueCategory .card-advrt-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ProductCatalogueCategory .sub_catagory_item > div:nth-child(1) {
        text-align: center;
    }

    .ProductCatalogueCategory .payment_landing #GoToProductDetails, .ProductCatalogueCategory #btnPaymentSummeryPrevious {
        margin-bottom: 16px;
    }
}

.ProductCatalogueCategory #divPaymentSummaryPaymentMethodRadioButtons > div {
    padding-top: 12px;
}

.ProductCatalogueCategory .card-advrt-content > div {
    padding: 16px;
}

.ProductCatalogueCategory .card-advrt-content img {
    width: 60px;
    margin: 0px;
    padding-bottom: 30px
}

.ProductCatalogueCategory .card-advrt-content h3 {
    text-align: center;
    margin: 0px;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.ProductCatalogueCategory .card-advrt-content p {
    text-align: center;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.ProductCatalogueCategory .card-advrt-content button {
    margin: 0px;
    margin: auto;
}

.ProductCatalogueCategory .cards_links {
    padding: 30px 16px;
}

.ProductCatalogueCategory .card_details_header .row-group:last-child {
    margin: 32px 0px;
}

.ProductCatalogueCategory .card_details_header > div > div > div > div > div > div:first-child img {
    width: 100%;
}

@media (max-width: 767px) {
    .ProductCatalogueCategory .card_details_header .row-group:first-child {
        margin: 0px 0px;
    }

    .ProductCatalogueCategory .card_details_header > div > div > div > div:last-child {
        display: none;
    }

    .ProductCatalogueCategory .card_details_header > div > div > div > div > div > div:first-child img {
        width: 101px;
    }
}

.ProductCatalogueCategory .card_details_header .row-group h3 {
    margin-top: 24px;
}

.ProductCatalogueCategory .card_details_header .row-group:last-child p {
    margin-top: 12px;
}

.ProductCatalogueCategory .card_details_header .row-group:last-child {
    text-align: center;
}

.ProductCatalogueCategory .Card_details_catagory_item > div:nth-child(1) {
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px 0px 16px 0px;
}

.ProductCatalogueCategory .buttons-Cont .btnProductCatalogApplyNow {
    margin-top: 32px;
    display: inline-block;
    line-height: 36px;
    border-radius: 10px;
    padding: 0px 30px;
    font-size: 16px;
}

.ProductCatalogueCategory #btnProductCatalogFollowUp {
    width: auto !important;
}

.ProductCatalogueCategory .accordion-contianer {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .ProductCatalogueCategory .accordion-contianer {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.ProductCatalogueCategory .info-accordion {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    margin: 0px;
    margin-bottom: 7px;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid;
}

    .ProductCatalogueCategory .info-accordion:before {
        content: ">";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 20px;
        font-weight: bold;
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .ProductCatalogueCategory .info-accordion.active:before {
        content: "<";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        font-weight: bold;
    }

.ProductCatalogueCategory .info-accordion-panel {
    padding: 0px 18px;
    display: none;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

    .ProductCatalogueCategory .info-accordion-panel p {
        font-weight: bold;
        font-size: 15px;
        margin: 8px 0px;
    }

        .ProductCatalogueCategory .info-accordion-panel p:before {
            content: "•";
            padding-right: 5px;
        }

    .ProductCatalogueCategory .info-accordion-panel span {
        padding: 5px 20px;
        display: block;
    }

.ProductCatalogueCategory .banner {
    position: relative;
    border: 1px solid #efefef;
}

.ProductCatalogueCategory .mid_advert, .ProductCatalogueCategory .footer_advert {
    padding: 0px;
}

    .ProductCatalogueCategory .mid_advert > p {
        text-align: justify;
    }

    .ProductCatalogueCategory .footer_advert .banner img {
        display: block !important;
        min-height: 400px;
    }

.ProductCatalogueCategory .banner > h2 {
    position: absolute;
    top: 62px;
    left: 56px;
    font-size: 36px;
}

.ProductCatalogueCategory .banner > button {
    position: absolute;
    bottom: 44px;
    left: 103px;
    padding: 10px 38px;
    font-size: 25px;
}

@media (max-width: 1400px) {
    .ProductCatalogueCategory .banner > h2 {
        top: 39px;
        font-size: 30px;
    }

    .ProductCatalogueCategory .banner > button {
        bottom: 9px;
        left: 97px;
    }
}

@media (max-width: 1024px) {
    .ProductCatalogueCategory .banner > h2 {
        top: 31px;
    }

    .ProductCatalogueCategory .banner > button {
        bottom: 2px;
        left: 61px;
    }
}

@media (max-width: 992px) {
    .ProductCatalogueCategory .banner > h2 {
        position: absolute;
        top: 20px;
        left: 56px;
        font-size: 20px;
    }

    .ProductCatalogueCategory .banner > button {
        position: absolute;
        bottom: 4px;
        left: 52px;
        padding: 5px 19px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .ProductCatalogueCategory .banner > h2 {
        position: relative;
        top: 0;
        left: 0;
        font-size: 17px;
        padding: 16px;
        text-align: right;
        right: 0;
        float: right;
    }

    .ProductCatalogueCategory .banner > button {
        position: static;
        bottom: 0;
        left: 0;
        padding: 5px 23px;
        font-size: 16px;
        margin: 5px 5px;
        float: right;
        text-align: left;
    }
}

.ProductCatalogueCategory .offers-interests {
    margin-top: 16px;
}

.ProductCatalogueCategory .offer-image {
    margin-bottom: 5px;
    float: left;
    padding: 16px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .ProductCatalogueCategory .offer-image {
        width: 67px;
    }
}

.ProductCatalogueCategory #offers-header {
    padding-top: 32px;
}

.ProductCatalogueCategory .offer-card-container {
    height: 207px;
    display: block;
    border-radius: 20px;
    margin: 0px 0px 16px 0px;
}

.ProductCatalogueCategory .offer-item {
    height: 207px;
    margin-bottom: 32px;
    width: 50%;
}

@media (max-width:768px) {
    .ProductCatalogueCategory .offer-item {
        width: 100%;
    }
}

.ProductCatalogueCategory .offers-title {
    padding-top: 16px;
    margin-left: 16px;
}

.ProductCatalogueCategory .details-offer-title {
    text-align: center;
    padding: 16px 0;
}

.ProductCatalogueCategory .details-offer-title-container {
    margin-top: 0px;
}

.ProductCatalogueCategory div#divProductCatalogCategoryRepaterContainer button {
    float: right;
    margin-bottom: 0px;
}

.ProductCatalogueCategory .merchant-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ProductCatalogueCategory .single-merchant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    margin: 10px;
    border: 1px solid;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.ProductCatalogueCategory .merchant-logo {
    width: 100px;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ProductCatalogueCategory .merchant-logo > img {
        width: 100%;
        height: 100%;
    }

.ProductCatalogueCategory .single-merchant > span {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

@media (min-width: 320px) {
    .ProductCatalogueCategory .single-merchant {
        width: calc(50% - 20px);
    }
}

@media (min-width: 767px) {
    .ProductCatalogueCategory .single-merchant {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 992px) {
    .ProductCatalogueCategory .single-merchant {
        width: calc(25% - 20px);
    }
}

@media (min-width: 1200px) {
    .ProductCatalogueCategory .single-merchant {
        width: calc(20% - 20px);
    }
}

.ProductCatalogueCategory .smes-contact-us {
    margin-top: 6px;
}

    .ProductCatalogueCategory .smes-contact-us > div > div {
        padding: 16px 0px;
    }

.ProductCatalogueCategory .smes-advrt-title {
    text-align: center;
    padding-bottom: 30px;
}

    .ProductCatalogueCategory .smes-advrt-title > span {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
        padding: 0px 20px 13px;
        border-bottom: 1px solid;
    }

.ProductCatalogueCategory .smes-advrt-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

@media (max-width: 767px) {
    .ProductCatalogueCategory .smes-advrt-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ProductCatalogueCategory .smes-advrt-content > div {
    padding: 16px;
}

.ProductCatalogueCategory .smes-advrt-content img {
    width: 17%;
    margin: 0px;
    padding-bottom: 10px
}

.ProductCatalogueCategory .smes-advrt-content h2 {
    text-align: center;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.ProductCatalogueCategory .smes-advrt-content p {
    text-align: center;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: 18px;
}

.ProductCatalogueCategory .smes-advrt-content hr {
    width: 30%;
    margin-bottom: 20px;
}

.ProductCatalogueCategory .smes-advrt-content button {
    margin: 0px;
    margin: auto;
}

.ProductCatalogueCategory .SMEs_definition_contentbox {
    padding: 32px 16px 32px 90px;
    position: relative;
}

    .ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(2):before {
        content: "";
        width: 2px;
        height: 70px;
        display: inline-block;
        position: absolute;
        left: 0px;
        padding: 0px;
        margin: 0px;
        bottom: 32px;
    }

@media (max-width:768px) {
    .ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(2):before {
        width: 0px;
    }
}

.ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(3) h3, .ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(3) p {
    display: inline-block;
}

.ProductCatalogueCategory .SMEs_definition_contentbox p {
    font-size: 16px;
    margin-top: 24px;
}

    .ProductCatalogueCategory .SMEs_definition_contentbox p b {
        font-size: 35px;
    }

    .ProductCatalogueCategory .SMEs_definition_contentbox p span {
        font-size: 20px;
    }

.ProductCatalogueCategory .SMEs_definition_tabs_container {
    padding-top: 16px;
}

@media (max-width: 992px) {
    .ProductCatalogueCategory .SMEs_definition_contentbox {
        padding: 16px;
        text-align: center;
    }

        .ProductCatalogueCategory .SMEs_definition_contentbox * {
            text-align: center;
        }

        .ProductCatalogueCategory .SMEs_definition_contentbox p {
            margin-top: 9px;
        }
}

.ProductCatalogueCategory hr.sub_title_line.horizontal_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ProductCatalogueCategory hr.horizontal_line {
    width: 50%;
    margin: 0px auto;
    margin-bottom: 20px;
    display: inline-block;
}

.ProductCatalogueCategory .catagory_header .row-group button {
    margin-top: 20px;
}

.ProductCatalogueCategory .category-title-container {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    right: 0;
    margin-left: 1%;
    padding: 0;
}

.ProductCatalogueCategory .nbepay-table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 16px;
    margin-top: 16px;
}

    .ProductCatalogueCategory .nbepay-table td, .ProductCatalogueCategory .nbepay-table th {
        text-align: center;
        padding: 8px;
        border: 1px solid rgb(0,102,67);
    }

@media only screen and (max-width: 767px) {
    .ProductCatalogueCategory .nbepay-table {
        width: 100%;
        margin: 0 auto;
    }
}

.ProductCatalogueCategory .nbepay-table tr:nth-child(even) {
    background-color: rgba(255, 207, 107, 1);
}

.ProductCatalogueCategory .info-accordion-panel .content-table .nbepay-table {
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
}

.ProductCatalogueCategory .data_points li {
    list-style: none;
    margin-bottom: 10px;
    Color: #444;
}

    .ProductCatalogueCategory .data_points li:before {
        background-repeat: no-repeat;
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        list-style: none;
        background-image: url('../SiteImages/gold-bullet.png');
        background-size: 100%;
        background-position: center;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: -35px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

.ProductCatalogueCategory .frames {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll;
}

.ProductCatalogueCategory .offerspdf {
    height: 600px;
    width: 100%;
}

.ProductCatalogueCategory .ProductCatalogueProduct .gold_bullet, .ProductCatalogueCategory .ProductCatalogueProduct .gray_bullet, .ProductCatalogueCategory .ProductCatalogueProduct .diamond_bullet {
    padding-left: 30px;
}

    .ProductCatalogueCategory .ProductCatalogueProduct .gold_bullet li:before {
        background-repeat: no-repeat;
        content: "";
        width: 15px;
        height: 15px;
        display: inline-block;
        background-image: url('../SiteImages/gold-bullet.png');
        background-size: 100%;
        background-position: center;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: -30px;
    }

.ProductCatalogueCategory .p {
    text-align: justify;
}

.ProductCatalogueCategory .link {
    background-color: rgb(0,102,67);
    color: white;
    text-align: center;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 10px;
}

.ProductCatalogueCategory .single-merchant2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    margin: 10px;
    border: 1px solid rgb(0,102,67);
    background: rgb(0,102,67);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    box-shadow: 30px;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    color: white;
    font-size: 25px;
    border-radius: 20px;
}
