
.orderform_main {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
form.orderform {
    padding: 0rem 2rem 2rem 2rem !important;
    margin: 0rem 0px;
    border-radius: 1rem;
    background-color: #fff;
}
* :focus {
    outline: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row > div {
    padding: 15px;
    width: 100%;
}

form.orderform h4 {
    position: relative;
    background-color: #782fbf !important;
    color: #fff;
    padding: 15px 10px 15px 65px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    display: flex;
    margin: 0;
}
.entry-title a {
    text-decoration: none;
}
form.orderform h4 span {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 52px;
    font-size: 30px;
}
.fl-page .orderform input[type="text"], .fl-page .orderform input[type="tel"], .fl-page .orderform input[type="email"], .fl-page .orderform textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #d0d0d0 !important;
    padding: 13px 20px !important;
    font-size: 16px !important;
    position: relative;
    z-index: 99;
    width: 100% !important;
    margin: -1px 0 0 0 !important;
    box-sizing: border-box;
}
.billing-details p {
    margin: 0;
}
.cards {
    display: flex;
    margin: 0 -4px;
    padding: 10px 0 20px;
}
.cards > div {
    background: url("/wp-content/uploads/2023/03/icon-sprite.png") no-repeat;
    background-size: 263px 43px;
    width: 32px;
    height: 21px;
    margin: 6px 4px 0 4px;
}
.cards .spiffy-icon.visa {
    background-position: 0 0;
}
.cards .spiffy-icon.mastercard {
    background-position: -33px 0;
}
.cards .spiffy-icon.amex {
    background-position: -66px 0;
}
.cards .spiffy-icon.discover {
    background-position: -99px 0;
}

.cards-info {
    border: 1px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
}

.fl-page .orderform .cards-info input, .fl-page .orderform .cards-info select {
    min-width: 78px;
    border: none !important;
    margin: 0 10px !important;
    width: auto !important;
    padding: 15px 7px !important;
    border-left: 1px solid #d0d0d0 !important;
}

.cards-info .card-number {
    width: 100%;
    position: relative;
    z-index: 0;
}


.fl-page .cards-info .card-number input {
    border: none !important;
    position: relative;
    z-index: 0;
    padding-left:16px !important;
}

.cards-info .card-number .payment-lock {
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 2;
    font-size: 15px;
    color: #8CC526;
    transform: translate(0px, -50%);
}
.payment-lock__popup {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    font-size: 12px;
    width: 130px;
    border-radius: 3px;
    bottom: -40px;
    left: -10px;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    color: white;
    padding: 5px;
}
.payment-lock__popup:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 13px;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid rgba(0,0,0,0.9);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.payment-lock .icon-lock:hover ~ .payment-lock__popup {
    opacity: 1;
    visibility: visible;
}

.payplanTable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.payplanTable p.tableOption {
    padding: 10px;
    width: 25%;
    min-width: 200px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    margin: 15px 0 -5px;
}
.payplanTable p.tableOption label {
    border-radius: 2px;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #EEEEEE;
    background: #FCFCFC;
    margin: 0;
    padding: 30px 10px 40px 10px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    transition: .15s all;
    min-height: 100%;
    cursor: pointer;
}

.payplanTable p.tableOption label strong.price {
    font-weight: 200;
    font-size: 3.4em;
    color: #782fbf;
    line-height: 1em;
    display: block;
    width: 100%;
}
.payplanTable p.tableOption label span {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background: #5BBAE8;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.payplanTable p.tableOption input {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.payplanTable p.tableOption input:checked + label {
    border-color: #5BBAE8;
}
.payplanTable p.tableOption input:checked + label:before {
    font-size: 18px;
    padding: 4px 0 4px 0;
    content: '\e800';
    color: white;
    font-family: 'fontello';
    background: #8CC705;
    border-radius: 18px;
    height: 28px;
    width: 36px;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 99;
    box-sizing: content-box;
}
.order-summry table {
    width: 100%;
}

.order-summry table th, .order-summry table td {
    padding: 20px;
    border: 1px solid #d0d0d0;
}

.order-summry h5 {
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 20px;
}
.checkoutLinks {
    width: 100%;
}

.checkoutLinks input.continueButton {
    background: #f00;
    width: auto;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 70px;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    transition: .25s all;
    text-decoration: none !important;
    border: none;
}
.checkoutLinks input.continueButton:hover {
    background: #c43f29;
}
span.stext {
    color: #000;
    font-size: 16px;
}
.cprice{
    color: #782fbf;
    font-weight: bold;
    font-size: 18;
}
.gb-block-accordion .gb-accordion-text {
    padding: 10px 5px;
}
.orderform_main div#main-content-container {
    padding: 0px;
}
.single-post .love-widget .fl-rich-text h1 {
    font-size: 43px;
    color: rgba(22, 22, 22, 0.8);
}
.single-post .love-widget .fl-rich-text h2 {
    font-size: 19px;
    font-weight: 300;
    font-family: "Roboto",sans-serif !important;
    color: #333333;
    font-style: normal;
}
.single-post .love-widget .fl-rich-text p{
margin-top:30px;
}
.single-post .love-widget .fl-rich-text a.btn {
    display: block;
    background: #D61D37;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    padding: 25px 50px;
    font-family: Hind,sans-serif;
    font-weight: 500;
    text-decoration: none;
    width: 95%;
    text-align: center;
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .payplanTable p.tableOption {
        width: 50%;
    }    
}
@media screen and (max-width: 767px) {
    .cards-info {
        flex-wrap: wrap;
        border: none;
    }
    .cards-info .card-number {
        border: 1px solid #d0d0d0;
        margin: 0 0 10px 0;
    }  
    .orderform .cards-info input, .orderform .cards-info select {
        border: 1px solid #d0d0d0 !important;
        width: 33.33% !important;
        margin: 0 0 !important;
    }
    .cards-info .card-number input {
        width: 100% !important;
        border: none !important;
    } 
    .orderform .cards-info select {
        border-right: none !important;
    }
    .single-post .love-widget .fl-rich-text h1 {
    font-size: 28px;
}
.single-post .love-widget .fl-rich-text h2 {
    text-align:left;
}
.single-post .love-widget .fl-rich-text a.btn {
    font-size: 22px;
    padding: 10px 15px;
}
.fl-module-content, :where(.fl-module:not(:has(> .fl-module-content))) {
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}
}

@media screen and (max-width: 480px) {
    form.orderform {
        padding: 0px 0px;
    }
    form.orderform h4 {
        letter-spacing: 0;
        font-size: 17px;
        padding: 15px 10px 15px 50px;
    }
    form.orderform h4 span {
        width: 40px;
        line-height: 50px;
        font-size: 20px;
    }
    .payplanTable p.tableOption {
        width: 100%;
    }
    .order-summry table th, .order-summry table td {
        padding: 10px;
    }
    .checkoutLinks input.continueButton {
        width: 100%;
        padding: 20px 40px;
        font-size: 18px;
    }
}