#offer-section {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 60px;
}

#offer-section a {
    text-decoration: none;
}

#order-section {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    background: #260078;
    padding: 60px 0;
}

#footer-section {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #F5F5F5;
    background: #202124;
    width: 100%;
    bottom: 0;
    display: block;
    padding: 60px 15px 15px;
    box-sizing: border-box;
    margin: 0;
    min-height: 80px;
}

/**** BUNDLES SECTION ****/

.c-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px
}

.c-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.c-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.c-product-box {
    margin: 15px 0;
    border: 1px solid #979797;
    padding: 0 30px 30px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 8px 2px rgba(0,0,0,.15);
    box-shadow: 0 0 8px 2px rgba(0,0,0,.15);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-product-box h4 {
    font-size: 1.75em;
    margin: 30px 0;
    font-weight: 700;
}

.c-text-center {
    text-align: center;
}

.c-img {
    text-align: center;
}

.c-img img {
    border: 0;
    height: auto;
    max-width: 100%;
    max-height: 600px;
}

.c-price {
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    margin: 15px 0;
    letter-spacing: -0.02em;
}

.c-packagetile {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    min-width: 250px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    border-right: 1px solid #000;
    padding: 20px;
    text-align: center;
    color: #000;
    font-size: 1em;
}

.c-popular {
    color: #fff;
    border: none;
    background: #413f44;
}

.c-best {
    color: #fff;
    border: none;
    background: #4a7299;
}

.c-old-price {
    font-weight: 300;
    line-height: 1.1;
    text-decoration: line-through;
    text-decoration-color: #cc0000;
    text-decoration-thickness: 1px;
    color: #999;
    font-size: 0.7em !important;
}

.c-discount {
    font-size: 19px !important;
    line-height: 19px;
}

.c-discount strong {
    color: #ee6a33;
    font-weight: 700;
    font-size: 1.5em !important;
}

.c-button {
    min-width: 85%;
}

.c-pricenote p {
    font-size: 1.15em !important;
    line-height: 28px;
    margin-top: 5px;
    color: #4c4c4c;
    font-weight: 300;
}

.cta-button {
    font-size: 1.5em !important;
    background-image: none;
    border-style: none;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #3cb371;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 4px solid #31925b;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 35%);
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 8px;
    margin: 15px;
    text-decoration: none;
}

.cta-button:hover {
    cursor: pointer;
    opacity: 0.9;
    transition: 0.25s;
}

.mt-3 {
    margin-top: 1em;
}

.mt-3 div {
    display: block;
    padding: 5px;
    line-height: 1;
    color: #413f44;
    letter-spacing: -0.01em;
    font-size: 1em !important;
}

.c-payment {
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .c-container {
        max-width: 992px
    }
    .c-product-box h4 {
        font-size: 1.65em !important;
    }
    .c-product-box {
        padding: 0 20px 20px 20px;
    }

    .cta-button {
        margin: 15px 0;
    }
}

@media (max-width: 991px) {
    .c-container {
        max-width: 768px
    }

    .c-product-box {
        padding: 0 10px;
    }

    .c-packagetile {
        min-width: 100%;
        font-size: 1em !important;
        padding: 10px;
    }

    .cta-button {
        margin: 10px;
        font-size: 1.35em !important;
    }

    .c-product-box h4 {
        font-size: 1.35em !important;
    }

    .c-col {
        padding-right: 10px;
        padding-left: 10px;
        min-width: 50%;
    }

    .c-discount strong {
        font-size: 1.35em !important;
    }

    .mt-3 {
        margin-bottom: 1em;
    }
}

@media (max-width: 767px) {

    .c-pricenote p {
        font-size: 1em !important;
    }

    .c-container {
        max-width: 576px
    }

    .c-col {
        max-width: 75%;
    }

    .c-img img {
        max-width: 70%;
    }

    .c-product-box h4 {
        margin: 20px 0;
    }

    .c-button {
        min-width: 85%;
    }
}

@media (max-width: 575px) {
    .c-container {
        max-width: 476px;
    }
    .cta-button {
        font-size: 1.25em !important;
    }
    .c-product-box h4 {
        font-size: 1.25em !important;
    }
    .mt-3 div {
        font-size: 0.9em !important;
    }
}

@media (max-width: 475px) {
    .c-container {
        max-width: 340px;
    }
    .c-row {
        flex-direction: column;
    }
    .c-col {
        min-width: 100%;
    }
}

/**** FROM SECTION CSS ****/

input, button, select, textarea {
    font-size: 16px !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000000;
    padding: 5px 10px;
    border: 1px solid #5182af;
    border-radius: 6px;
    min-height: 34px;
}

#order-section ol, ul {
    list-style: none;
}

#order-section ul {
    margin: 25px 0;
    padding: 0;
}

#order-section label {
    display: block;
    margin: 0;
    font-weight: 400;
}

#order-section ul li {
    background: url(../images/images-whitecheck.png) left 4px no-repeat;
    font-size: 1em !important;
    background-size: 27px 27px;
    line-height: 30px;
    color: #fff;
    padding-left: 38px;
    margin: 12px 0;

}

#order-section .c-form-box {
    width: 500px;
    color: #ffffff;
    padding: 30px;
    background: #ffffff12;
    border-radius: 20px;
    max-width: 100%;
    font-size: 16px;
    margin: auto;
    border: 8px solid #ffffff1c;
    box-shadow: 2px 2px 4px #20212433;
}

.form-head {
    font-size: 1.75em;
    margin-bottom: 8px;
}

.c-row-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
    justify-content: center;
}

.c-col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #ffffff;
}

.c-col-1 h3 {
    font-size: 50px;
    line-height: 57px;
    text-transform: uppercase;
    font-weight: 700;
}

.c-col-1 img {
    border: 0;
    height: auto;
    max-width: 100%;
    max-height: 600px;
    border-radius: 20px;
    opacity: 0.8;
}

.c-form-row {
    margin-top: 4px;
}

.c-title-div {
    background: #5182af;
    border-radius: 6px;
    margin-top: 10px;
}

.c-title-div-title {
    padding: 3px 6px;
}

.c-best-option {
    background-color:#ffff00;
}

.c-flex-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.c-flex-col {
    width: 49.5%;
}

.c-payment-row {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border: 1px solid #5182af;
    border-radius: 6px;
    padding: 6px;
    color: #202124;
    cursor: pointer;
}

.c-terms-row {
    display: flex;
    flex-direction: row;
    padding: 6px;
    align-items: center;
}

.c-payment-card {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

.best-offer {
    color: #fff;
    background: #1fba34;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 0.15rem;
    position: relative;
    cursor: pointer;
    align-items: center;
    margin-top: 0;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    border: 1px solid #5182af;
    border-top: none;
}

.radio-1 {
    border: 2px solid #e9ecf3;
    border-radius: 50%;
    position: relative;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 5px;
    cursor: pointer;
}

.radio-selected {
    background: url(../fonts/images-check-circle-solid.svg);
    border: none !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
}

a.c-terms {
    letter-spacing: normal;
    cursor: pointer;
    color: #2cccc4;
    font-weight: 700;
}

.c-form-button {
    text-align: center;
    display: block;
    width: fit-content;
    color: #FFFFFF;
    background: #de4640;
    border: none;
    border-radius: 8px;
    margin: 5px auto;
    line-height: normal;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    padding: 12px 30px;
    border-bottom: 4px solid #941d18;
    box-shadow: 0 2px 4px 0 #00000059;
}

.c-form-button:hover {
    opacity: 0.9;
    transition: 0.25s;
}
#warning {
    display: none;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #000000;
    font-weight: 700;
    background: #fff57c;
    margin: 10px 0;
    border-radius: 6px;
}

#error {
    display: none;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #000000;
    font-weight: 700;
    background: #fff57c;
    margin: 10px 0;
    border-radius: 6px;
}

.c-mobile-title {
    display: none;
}

@media (max-width: 991px) {
    .c-col-1 {
        min-width: 100%;
    }
    .c-mobile-title {
        display: block;
        font-size: 33px!important;
        line-height: 40px!important;
        margin-bottom: 1.5rem!important;
        text-align: center!important;
    }

    .c-pc-title {
        display: none;
    }

    .c-form-img-2 {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    #order-section .c-form-box {
        width: 476px;
        padding: 5px;
    }


    .c-flex-col-l {
        margin-bottom: 4px;
    }

    .c-discount strong {
        font-size: 1.2em !important;
    }
}
@media (max-width: 475px) {

    .c-flex-row {
        flex-direction: column;
    }

    .c-flex-col {
        width: 100%;
    }


    #order-section .c-form-box {
        width: 340px;
    }

    .c-form-button {
        font-size: 22px;
    }
}

@media (max-width: 375px) {

    .c-form-button {
        font-size: 20px;
    }
}

/**** FLOATING BUTTON ****/

.floating-btn {
    padding: 15px 25px;
    display: inline-block;
    color: #fff;
    background: #de4640;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    left: 0;
    border-radius: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    top: auto;
    bottom: 0;
}

.floating-btn:hover {
    background: #ce002e;
    transition: 0.25s;
}

.hidebtn {
    display: none;
}

a {
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .hidebtn {
        display: unset;
    }
}

/**** FOOTER SECTION ****/

.footer-block {
    width: 900px;
    margin: auto;
}

.footer-row {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.footer-col {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
}

#footer-section a {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
    font-size: 1rem;
}

#footer-section a:hover {
    opacity: 0.9;
    transition: 0.25s;
}

.numero-verde {
    height: 66px;
}

.about {
    font-family: inherit;
    font-size: 0.9rem;
    display: block;
}

.copyright {
    color: #fff;
    opacity: 0.8;
    font-family: inherit;
    font-weight: 300;
    font-size: 0.9rem;
}

.c-disclaimer {
    font-size: 14px;
    color: #f5f5f5;
    text-align: justify;
    line-height: 1.2em;
    font-weight: 300;
    opacity: 0.9;
}