.logo {
    width: 192px;
    height: 56px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

body {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

p {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
}

.text-packagePink {
    accent-color: #ea1971;
}

.saveDiv {
    color: #ed097e;
    border: 1px solid #ed097e;
    background-color: #fff2f8;
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.territoryDiv {
    color: #633692;
    border: 1px solid #633692;
    background-color: #e6dfee;
    border-radius: 10px;
    padding: 5px 20px;
    max-width: 1440px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
}

.main-packages-div {
    display: flex;
    max-width: 1440px;
    overflow-x: scroll;
    font-family: "futura-pt", sans-serif;
    color: #000;
}

.main-packages-div::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.main-packages-header-div {
    display: flex;
    justify-content: space-between;
}

.package-header-div {
    height: 45px;
}

.thank-you-div {
    max-width: 480px;
}

.signup-package-div {
    width: 248px;
    margin-right: 16px;
}

.package-content-div {
    height: 610px;
}

.scroll-icons i {
    color: #ababab;
}

h4.package-title {
    color: #000000;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.popup {
    margin: 30px auto;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    width: 65%;
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 90%;
        padding: 18px;
    }

    .popup .close {
        right: 5;
        top: -10px;
    }

    .set-up-close {
        right: 10px !important;
    }
}

.read-more-features {
    color: #8728b7;
    text-decoration: none;
}

.read-more-features:hover {
    color: #8728b7;
}

.close_popup {
    border: none;
}

.summary-div {
    max-width: 480px;
}

.icon-check {
    max-width: 12px;
}

.inclusion-table {
    width: 100%;
    border-collapse: collapse;
}
.inclusion-table td {
    padding: 8px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "futura-pt", sans-serif;
}

.more-features {
    color: #633592;
}

.text-transform-none {
    text-transform: none;
}

.img_logo {
    height: 115px;
    padding: 15px;
}

.img_logo.complete {
    height: 112px;
    padding: 0px;
}

.btn-upgrade {
    background-color: #99d513;
    color: #fff;
    border-radius: 48px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
}

#premium-purchase .popup {
    background-color: #332378;
    color: #fff;
    text-align: center;
}

#premium-purchase .popup .close {
    color: #fff;
}

.premium-package-div {
    border-radius: 24px;
    background-color: #332378;
    color: #fff;
    padding: 20px;
}

.premium-package-div p {
    line-height: 24px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.premium-mobile,
.inclusion_btn_div {
    display: none;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
    .premium-mobile {
        display: inline-block;
    }

    .premium-web {
        display: none;
    }

    .premium-package-div {
        text-align: center;
    }

    .main-packages-div {
        width: 100%;
        display: inline-block;
    }

    .signup-package-div {
        width: 100%;
    }

    .scroll-icons {
        display: none;
    }

    .package-header-div {
        height: 16px;
    }

    .main-packages-header-div {
        justify-content: center;
    }

    .package-content-div {
        height: auto;
    }

    .inclusion_btn_div {
        display: block;
    }

    .inclusion_and_more {
        display: none;
    }

    .inclusion_and_more.show {
        display: inline-block;
    }
}

@media (min-width: 1440px) {
    .scroll-icons {
        display: none;
    }
}

input.is-invalid {
    border-color: #ff3a3a !important;
}

/* PINK COlOUR */
.package-bgcolour {
    background-color: #ed097e;
}
.package-bordercolour {
    border-color: #ed097e;
}
.package-textColour {
    color: #ed097e;
}
.package-accentColour {
    accent-color: #ed097e;
}
.package-border {
    border: 1px solid #ed097e;
}

.yearlyToggle {
    padding: 2px;
    border-radius: 25px;
    width: 211px;
}
.package-btnMonthly {
    background-color: #ed097e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
}
.package-btnYearly {
    color: #ed097e;
    padding: 5px 20px;
    border-radius: 25px;
}

/* BLUE COLOUR */
.colourBlue {
    color: #3fc5e8;
}
.colourBlue .package-bgcolour {
    background-color: #3fc5e8;
}
.colourBlue .package-border {
    border: 1px solid #3fc5e8;
}
.colourBlue .package-bordercolour {
    border-color: #3fc5e8;
}
.colourBlue .package-textColour {
    color: #3fc5e8;
}
.colourBlue .package-accentColour {
    accent-color: #3fc5e8;
}
.colourBlue .package-btnMonthly {
    background-color: transparent;
    color: #3fc5e8;
}
.colourBlue .package-btnYearly {
    background-color: #3fc5e8;
    color: #ffff;
}

.colourBlue .saveDiv {
    color: #3fc5e8;
    border: 1px solid #3fc5e8;
    background-color: #e8f9fd;
}
