﻿

.FontMontserratSemiBold {
    font-family: "Montserrat";
    font-weight: 600;
}

.FontMontserratMedium {
    font-family: "Montserrat";
    font-weight:500;
}

.FontDMSansBold
{
    font-family: "DMSans";
    font-weight: 700;
}

.teal-btn {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #111a29 !important;
    background-color: #30ccd6;
    font-family: "Montserrat";
    border-radius: 60px;
    font-weight: 600;
}

    .teal-btn:hover {
        color: #ffffff !important;
        background-color: #111a29;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .teal-btn:hover {
        color: #111a29 !important;
        background-color: #30ccd6;
    }

    .teal-btn:active {
        color: #ffffff !important;
        background-color: #111a29;
    }
}

.navy-btn {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #003057;
    font-family: "Montserrat";
    border-radius: 60px;
    font-weight: 600;
}

    .navy-btn:hover {
        color: #ffffff !important;
        background-color: #111a29;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .navy-btn:hover {
        color: #ffffff !important;
        background-color: #003057;
    }

    .navy-btn:active {
        color: #ffffff !important;
        background-color: #111a29;
    }
}

.transparent-colorAndBorderTitles-btn {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #111a29 !important;
    background-color: transparent;
    font-family: "Montserrat";
    border-radius: 60px;
    font-weight: 600;
    border: 1px solid #111a29;
}

    .transparent-colorAndBorderTitles-btn:hover {
        color: #ffffff !important;
        background-color: #111a29;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderTitles-btn:hover {
        color: #111a29 !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderTitles-btn:active {
        color: #ffffff !important;
        background-color: #111a29;
    }
}

.white-titlesBorder-btn {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 15px 24px;
    color: #111a29 !important;
    background-color: #ffffff;
    font-family: "Montserrat";
    border-radius: 60px;
    font-weight: 600;
    border: 2px solid #111a29;
}

    .white-titlesBorder-btn:hover {
        color: #ffffff !important;
        background-color: #111a29;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .white-titlesBorder-btn:hover {
        color: #111a29 !important;
        background-color: #ffffff;
    }

    .white-titlesBorder-btn:active {
        color: #ffffff !important;
        background-color: #111a29;
    }
}

.white-noBorder-btn {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #111a29 !important;
    background-color: #ffffff;
    font-family: "Montserrat";
    border-radius: 60px;
    font-weight: 600;
}

    .white-noBorder-btn:hover {
        color: #ffffff !important;
        background-color: #111a29;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .white-noBorder-btn:hover {
        color: #111a29 !important;
        background-color: #ffffff;
    }

    .white-noBorder-btn:active {
        color: #ffffff !important;
        background-color: #111a29;
    }
}

.navy-btn-US {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #00283c;
    font-family: "Source Sans Pro";
    border-radius: 0;
    font-weight: 700;
}

    .navy-btn-US:hover {
        color: #00283c !important;
        background-color: #30ccd6;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .navy-btn-US:hover {
        color: #ffffff !important;
        background-color: #00283c;
    }

    .navy-btn-US:active {
        color: #00283c !important;
        background-color: #30ccd6;
    }
}

.transparent-colorAndBorderNavy-btn-US {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #00283c !important;
    background-color: transparent;
    font-family: "Source Sans Pro";
    border-radius: 0;
    font-weight: 700;
    border: 1px solid #00283c;
}

    .transparent-colorAndBorderNavy-btn-US:hover {
        color: #ffffff !important;
        background-color: #00283c;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderNavy-btn-US:hover {
        color: #00283c !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderNavy-btn-US:active {
        color: #ffffff !important;
        background-color: #00283c;
    }
}

.lightBlue-btn {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #00283c !important;
    background-color: #9bd3dd;
    font-family: "Source Sans Pro";
    border-radius: 0;
    font-weight: 700;
}

    .lightBlue-btn:hover {
        color: #ffffff !important;
        background-color: #00283c;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .lightBlue-btn:hover {
        color: #00283c !important;
        background-color: #9bd3dd;
    }

    .lightBlue-btn:active {
        color: #ffffff !important;
        background-color: #00283c;
    }
}

.transparent-colorAndBorderWhite-btn-US {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #ffffff !important;
    background-color: transparent;
    font-family: "Source Sans Pro";
    border-radius: 0;
    font-weight: 700;
    border: 1px solid #ffffff;
}

    .transparent-colorAndBorderWhite-btn-US:hover {
        border-color: #00283c;
        color: #ffffff !important;
        background-color: #00283c;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderWhite-btn-US:hover {
        border-color: #ffffff;
        color: #ffffff !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderWhite-btn-US:active {
        border-color: #00283c;
        color: #ffffff !important;
        background-color: #00283c;
    }
}

.white-btn-US {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #00283c !important;
    background-color: #ffffff;
    font-family: "Source Sans Pro";
    border-radius: 0;
    font-weight: 700;
}

    .white-btn-US:hover {
        color: #ffffff !important;
        background-color: #00283c;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .white-btn-US:hover {
        color: #00283c !important;
        background-color: #ffffff;
    }

    .white-btn-US:active {
        color: #ffffff !important;
        background-color: #00283c;
    }
}

.aaaBrightBlue-btn-CDL {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #004587 !important;
    background-color: #23C2E6;
    font-family: "Gotham Bold";
    font-weight: 700;
    border-radius: 60px;
}

    .aaaBrightBlue-btn-CDL:hover {
        color: #ffffff !important;
        background-color: #004587;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .aaaBrightBlue-btn-CDL:hover {
        color: #004587 !important;
        background-color: #23C2E6;
    }

    .aaaBrightBlue-btn-CDL:active {
        color: #ffffff !important;
        background-color: #004587;
    }
}

.navy-btn-CDL {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #004587;
    font-family: "Gotham Bold";
    font-weight: 700;
    border-radius: 60px;
}

    .navy-btn-CDL:hover {
        color: #004587 !important;
        background-color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .navy-btn-CDL:hover {
        color: #ffffff !important;
        background-color: #004587;
    }

    .navy-btn-CDL:active {
        color: #004587 !important;
        background-color: #ffffff;
    }
}

.yellow-btn-CDL {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #004587 !important;
    background-color: #fbba07;
    font-family: "Gotham Bold";
    font-weight: 700;
    border-radius: 60px;
}

    .yellow-btn-CDL:hover {
        color: #004587 !important;
        background-color: #23C2E6;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .yellow-btn-CDL:hover {
        color: #004587 !important;
        background-color: #fbba07;
    }

    .yellow-btn-CDL:active {
        color: #004587 !important;
        background-color: #23C2E6;
    }
}

.transparent-colorAndBorderNavy-btn-CDL {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #004587 !important;
    background-color: transparent;
    font-family: "Gotham Bold";
    font-weight: 700;
    border-radius: 60px;
    border: 1px solid #004587;
}

    .transparent-colorAndBorderNavy-btn-CDL:hover {
        color: #ffffff !important;
        background-color: #004587;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderNavy-btn-CDL:hover {
        color: #004587 !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderNavy-btn-CDL:active {
        color: #ffffff !important;
        background-color: #004587;
    }
}

.transparent-colorAndBorderWhite-btn-CDL {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #ffffff !important;
    background-color: transparent;
    font-family: "Gotham Bold";
    font-weight: 700;
    border-radius: 60px;
    border: 1px solid #ffffff;
}

    .transparent-colorAndBorderWhite-btn-CDL:hover {
        color: #004587 !important;
        background-color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderWhite-btn-CDL:hover {
        color: #ffffff !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderWhite-btn-CDL:active {
        color: #004587 !important;
        background-color: #ffffff;
    }
}

.navy-btn-CC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #201452;
    font-family: "Interstate";
    font-weight: 700;
    border-radius: 0;
}

    .navy-btn-CC:hover {
        color: #ffffff !important;
        background-color: #d61230;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .navy-btn-CC:hover {
        color: #ffffff !important;
        background-color: #201452;
    }

    .navy-btn-CC:active {
        color: #ffffff !important;
        background-color: #d61230;
    }
}

.teal-btn-CC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #201452 !important;
    background-color: #b4ebf5;
    font-family: "Interstate";
    font-weight: 700;
    border-radius: 0;
}

    .teal-btn-CC:hover {
        color: #ffffff !important;
        background-color: #d61230;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .teal-btn-CC:hover {
        color: #201452 !important;
        background-color: #b4ebf5;
    }

    .teal-btn-CC:active {
        color: #ffffff !important;
        background-color: #d61230;
    }
}

.red-btn-CC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #d61230;
    font-family: "Interstate";
    font-weight: 700;
    border-radius: 0;
}

    .red-btn-CC:hover {
        color: #201452 !important;
        background-color: #b4ebf5;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .red-btn-CC:hover {
        color: #ffffff !important;
        background-color: #d61230;
    }

    .red-btn-CC:active {
        color: #201452 !important;
        background-color: #b4ebf5;
    }
}

.transparent-colorAndBorderNavy-btn-CC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #201452 !important;
    background-color: transparent;
    font-family: "Interstate";
    font-weight: 700;
    border-radius: 0;
    border: 1px solid #201452;
}

    .transparent-colorAndBorderNavy-btn-CC:hover {
        color: #ffffff !important;
        background-color: #201452;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderNavy-btn-CC:hover {
        color: #201452 !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderNavy-btn-CC:active {
        color: #ffffff !important;
        background-color: #201452;
    }
}

.transparent-colorAndBorderWhite-btn-CC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #ffffff !important;
    background-color: transparent;
    font-family: "Interstate";
    font-weight: 700;
    border-radius: 0;
    border: 1px solid #ffffff;
}

    .transparent-colorAndBorderWhite-btn-CC:hover {
        color: #201452 !important;
        background-color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderWhite-btn-CC:hover {
        color: #ffffff !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderWhite-btn-CC:active {
        color: #201452 !important;
        background-color: #ffffff;
    }
}

.green-btn-OSFC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #000000 !important;
    background-color: #6cbe98;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 60px;
}

    .green-btn-OSFC:hover {
        color: #ffffff !important;
        background-color: #000000;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .green-btn-OSFC:hover {
        color: #000000 !important;
        background-color: #6cbe98;
    }

    .green-btn-OSFC:active {
        color: #ffffff !important;
        background-color: #000000;
    }
}

.black-btn-OSFC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 60px;
}

    .black-btn-OSFC:hover {
        color: #000000 !important;
        background-color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .black-btn-OSFC:hover {
        color: #ffffff !important;
        background-color: #000000;
    }

    .black-btn-OSFC:active {
        color: #000000 !important;
        background-color: #ffffff;
    }
}

.white-btn-OSFC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #000000 !important;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 60px;
}

    .white-btn-OSFC:hover {
        color: #ffffff !important;
        background-color: #000000;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .white-btn-OSFC:hover {
        color: #000000 !important;
        background-color: #ffffff;
    }

    .white-btn-OSFC:active {
        color: #ffffff !important;
        background-color: #000000;
    }
}

.transparent-colorAndBorderBlack-btn-OSFC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #000000 !important;
    background-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 60px;
    border: 1px solid #000000;
}

    .transparent-colorAndBorderBlack-btn-OSFC:hover {
        color: #ffffff !important;
        background-color: #000000;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderBlack-btn-OSFC:hover {
        color: #000000 !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderBlack-btn-OSFC:active {
        color: #ffffff !important;
        background-color: #000000;
    }
}

.transparent-colorAndBorderWhite-btn-OSFC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #ffffff !important;
    background-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-radius: 60px;
    border: 1px solid #ffffff;
}

    .transparent-colorAndBorderWhite-btn-OSFC:hover {
        border-color: #000000;
        color: #ffffff !important;
        background-color: #000000;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderWhite-btn-OSFC:hover {
        border-color: #ffffff;
        color: #ffffff !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderWhite-btn-OSFC:active {
        border-color: #000000;
        color: #ffffff !important;
        background-color: #000000;
    }
}

.gold-btn-OIC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #b08e40;
    font-family: "Roboto Condensed";
    font-weight: 500;
    border-radius: 0;
}

    .gold-btn-OIC:hover {
        color: #ffffff !important;
        background-color: #000000;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .gold-btn-OIC:hover {
        color: #ffffff !important;
        background-color: #b08e40;
    }

    .gold-btn-OIC:active {
        color: #ffffff !important;
        background-color: #000000;
    }
}

.black-btn-OIC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #000000;
    font-family: "Roboto Condensed";
    font-weight: 500;
    border-radius: 0;
}

    .black-btn-OIC:hover {
        color: #ffffff !important;
        background-color: #b08e40;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .black-btn-OIC:hover {
        color: #ffffff !important;
        background-color: #000000;
    }

    .black-btn-OIC:active {
        color: #ffffff !important;
        background-color: #b08e40;
    }
}

.white-btn-OIC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #000000 !important;
    background-color: #ffffff;
    font-family: "Roboto Condensed";
    font-weight: 500;
    border-radius: 0;
}

    .white-btn-OIC:hover {
        color: #ffffff !important;
        background-color: #000000;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .white-btn-OIC:hover {
        color: #000000 !important;
        background-color: #ffffff;
    }

    .white-btn-OIC:active {
        color: #ffffff !important;
        background-color: #000000;
    }
}

.transparent-colorAndBorderBlack-btn-OIC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #000000 !important;
    background-color: transparent;
    font-family: "Roboto Condensed";
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #000000;
}

    .transparent-colorAndBorderBlack-btn-OIC:hover {
        color: #ffffff !important;
        background-color: #000000;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderBlack-btn-OIC:hover {
        color: #000000 !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderBlack-btn-OIC:active {
        color: #ffffff !important;
        background-color: #000000;
    }
}

.transparent-colorAndBorderWhite-btn-OIC {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #ffffff !important;
    background-color: transparent;
    font-family: "Roboto Condensed";
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #ffffff;
}

    .transparent-colorAndBorderWhite-btn-OIC:hover {
        color: #000000 !important;
        background-color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderWhite-btn-OIC:hover {
        color: #ffffff !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderWhite-btn-OIC:active {
        color: #000000 !important;
        background-color: #ffffff;
    }
}

.purple-btn-BSK {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #5f2e8e;
    font-family: "avenirArabic-medium";
    border-radius: 60px;
    font-weight: 600;
}

    .purple-btn-BSK:hover {
        color: #ffffff !important;
        background-color: #3d0865;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .purple-btn-BSK:hover {
        color: #ffffff !important;
        background-color: #5f2e8e;
    }

    .purple-btn-BSK:active {
        color: #ffffff !important;
        background-color: #3d0865;
    }
}

.yellow-btn-BSK {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #5f2e8e !important;
    background-color: #ffcb00;
    font-family: "avenirArabic-medium";
    border-radius: 60px;
    font-weight: 600;
}

    .yellow-btn-BSK:hover {
        color: #ffffff !important;
        background-color: #ad8fc3;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .yellow-btn-BSK:hover {
        color: #5f2e8e !important;
        background-color: #ffcb00;
    }

    .yellow-btn-BSK:active {
        color: #ffffff !important;
        background-color: #ad8fc3;
    }
}

.transparent-colorAndBorderPurple-btn-BSK {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #5f2e8e !important;
    background-color: transparent;
    font-family: "avenirArabic-medium";
    border-radius: 60px;
    font-weight: 600;
    border: 1px solid #5f2e8e;
}

    .transparent-colorAndBorderPurple-btn-BSK:hover {
        border-color: #ad8fc3;
        color: #ffffff !important;
        background-color: #ad8fc3;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderPurple-btn-BSK:hover {
        border-color: #5f2e8e;
        color: #5f2e8e !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderPurple-btn-BSK:active {
        border-color: #ad8fc3;
        color: #ffffff !important;
        background-color: #ad8fc3;
    }
}

.transparent-colorAndBorderWhite-btn-BSK {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 16px 24px;
    color: #ffffff !important;
    background-color: transparent;
    font-family: "avenirArabic-medium";
    border-radius: 60px;
    font-weight: 600;
    border: 1px solid #ffffff;
}

    .transparent-colorAndBorderWhite-btn-BSK:hover {
        color: #3d0865 !important;
        background-color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .transparent-colorAndBorderWhite-btn-BSK:hover {
        color: #ffffff !important;
        background-color: transparent;
    }

    .transparent-colorAndBorderWhite-btn-BSK:active {
        color: #3d0865 !important;
        background-color: #ffffff;
    }
}

.lavender-btn-BSK {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #ad8fc3;
    font-family: "avenirArabic-medium";
    border-radius: 60px;
    font-weight: 600;
}

    .lavender-btn-BSK:hover {
        color: #ffffff !important;
        background-color: #5f2e8e;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .lavender-btn-BSK:hover {
        color: #ffffff !important;
        background-color: #ad8fc3;
    }

    .lavender-btn-BSK:active {
        color: #ffffff !important;
        background-color: #5f2e8e;
    }
}

.green-btn-BSK {
    display: inline-block;
    line-height: 14px;
    text-decoration: none !important;
    font-size: 12px;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    padding: 17px 24px;
    color: #ffffff !important;
    background-color: #00b173;
    font-family: "avenirArabic-medium";
    border-radius: 60px;
    font-weight: 600;
}

    .green-btn-BSK:hover {
        color: #ffffff !important;
        background-color: #5f2e8e;
        text-decoration: none;
    }

@media screen and (max-width: 991px) {
    .green-btn-BSK:hover {
        color: #ffffff !important;
        background-color: #00b173;
    }

    .green-btn-BSK:active {
        color: #ffffff !important;
        background-color: #5f2e8e;
    }
}
