﻿
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
}
.mb20 {
    margin-bottom: 20px;
}

/*.modal-dialog.divmodal {
    height: 622.17px !important;
    max-height: 622.17px !important;
    width: 500px !important;
}*/

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.bcd3 {
    margin: 20px -23px;
    padding: 0px 10px;
}
.address {
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

.orange-bdr {
    border: 2px solid rgb(195, 83, 7);
    border-radius: 7px;
}

    .orange-bdr p {
        margin-bottom: 0px;
        padding: 12px 0px 12px 0px;
    }

        .orange-bdr p a {
            color: #00819D !important;
            text-decoration: underline !important;
            font-weight: normal;
        }

    .orange-bdr img {
        width: 42px;
    }

.bg-red {
    color: #C35307;
    background: #fff;
    border: 2px solid #C35307;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    z-index: 1;
}

.bg-red-fill {
    color: #fff;
    background: #C35307;
    border: 2px solid #C35307;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    z-index: 1;
}
.btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
@font-face {
    font-family: "Trakya Rounded";
    src: url("../fonts/BulentYukselTrakyaRounded500Regular.otf") format("opentype");
}

@font-face {
    font-family: "Trakya Rounded";
    font-weight: 700;
    src: url("../fonts/BulentYukselTrakyaRounded700Medium.otf") format("opentype");
}


@font-face {
    font-family: "Trakya Rounded";
    font-weight: bold;
    src: url("../fonts/BulentYukselTrakyaRounded900Bold.otf") format("opentype");
}
.f26 {
    font-size: 26px;
}
.f16 {
    font-size: 16px;
}

.fftrak {
    font-family: "Trakya Rounded";
}

.fontK700 {
    font-family: "Trakya Rounded", sans-serif !important;
    font-weight: 700;
}


a {
    color: #00819D !important;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.continue {
    border: none !important;
}

.popupOverlaySession {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popupSession {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.logo {
    padding-top: 15px;
}

    .logo img {
        width: 105px;
        display: inline;
    }

.backbtn {
    margin-top: 20px;
    margin-left: 25px;
}

.btn-blue {
    color: #fff !important;
    background: #00819D;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 2px;
    font-size: 20px;
}

    .btn-blue:focus,
    .btn-blue:focus-visible {

        background: #00B8D6 !important;
        color: #fff !important;
        outline: 2px solid #005f6b;
        outline-offset: 2px;
        box-shadow: none;
    }

.backbtn .btn:hover .bi-arrow-left {
    color: black;
}
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.accordion-button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
    background-color: #f8f9fa;
}
.cart {
    text-align: right;
    padding: 10px 20px;
    font-size: 24px;
}

    .cart a {
        color: #00819D;
    }

.iconBadge {
    position: relative;
}

    .iconBadge span {
        position: absolute;
        top: -5px;
        right: -5px;
        display: block;
        font-size: 10px;
        border-radius: 50%;
    }

.bg-orange {
    background: rgb(195, 83, 7);
}

.wizard-img {
    text-align: center;
    padding-top: 20px;
}

.wizard {
    padding: 20px;
}

    .wizard .progress {
        background-color: #00819D;
        margin-left: 25px;
        margin-right: 40px;
    }

    .wizard .step1 {
        padding-bottom: 10px;
        position: relative;
        margin-right: 27%;
        display: inline-block;
    }

        .wizard .step1 .dot {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fff;
            border: 1px solid #00819D;
            border-radius: 50%;
            bottom: -5px;
            left: 15px;
        }

    .wizard .step2 {
        padding-bottom: 10px;
        position: relative;
        margin-right: 25%;
        display: inline-block;
        text-align: center;
    }

        .wizard .step2 .dot {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #00819D;
            bottom: -5px;
            left: 15px;
            text-align: center;
        }

    .wizard .step3 {
        padding-bottom: 10px;
        position: relative;
        margin-right: 28%;
        display: inline-block;
        text-align: center;
    }

        .wizard .step3 .dot {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #00819D;
            bottom: -5px;
            left: 15px;
        }

    .wizard .step4 {
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
        text-align: right;
    }

        .wizard .step4 .dot {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #00819D;
            bottom: -5px;
            right: 20px;
        }

.dot.filled {
    background: #00819D !important;
}

.showmob,
.showmobinline {
    display: none;
}

.bottomfix {
    margin-bottom: 98px;
    z-index: 0;
}

.footer {
    box-shadow: 0px -4px 4px 0px #BAB7B740;
    padding-top: 15px;
    margin-top: 0px;
    background: #fff;
}

.btn-orange-fade {
    background: rgb(195, 83, 7);
    color: #fff;
    opacity: 0.5;
    width: 250px;
    padding: 5px 45px;
    border-radius: 25px;
    font-weight: 600;
}

    .btn-orange-fade:hover,
    .btn-orange-fade:focus {
        background: rgb(195, 83, 7);
        color: #fff;
        opacity: 0.5;
        width: 250px;
        padding: 5px 45px;
        border-radius: 25px;
        font-weight: 600;
    }

.btn-orange {
    background: rgb(195, 83, 7);
    color: #fff;
    width: 250px;
    padding: 5px 45px;
    border-radius: 25px;
    font-weight: 600;
}

    .btn-orange:hover,
    .btn-orange:focus {
        background: rgb(195, 83, 7);
        color: #fff;
        width: 250px;
        padding: 5px 45px;
        border-radius: 25px;
        font-weight: 600;
    }

.help a {
    font-size: 14px;
    color: #00819D;
    margin: 10px;
    display: block;
}

.formblock {
    padding-top: 40px;
}

.titleform {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-size: 26px;
}

.help {
    margin-top: 20px;
}

.step1textbox {
    position: relative;
}

    .step1textbox .form-control {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #1C2122;
        border-radius: 0px;
        padding-left: 0px;
    }

    .step1textbox.success .form-control.valid-password {
        border-bottom: 3px solid #00819D !important;
    }

    .step1textbox.success .form-control {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #00819D;
        border-radius: 0px;
        padding-left: 0px;
    }

    .step1textbox i {
        position: absolute;
        right: 0px;
        bottom: 5px;
    }

    .step1textbox.success i {
        color: #00819D;
    }

    .step1textbox.error .form-control {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #F04E3E;
        border-radius: 0px;
        padding-left: 0px;
    }

    .step1textbox.error i {
        color: #F04E3E;
    }

.fieldtxt {
    font-size: 12px;
}

.fieldtxtc {
    font-size: 12px;
    margin-top: -10px;
    color: red;
}

.fieldtxtt {
    font-size: 12px;
    color: red;
    padding-left: 22px;
}

.form-check-input[type="checkbox"] {
    border-radius: .25em;
    border-color: #000;
    width: 1.2em;
    height: 1.2em;
    margin-right: 6px;
}

.listbelow li {
    color: #292424;
    padding-bottom: 5px;
    font-size: 14px;
}

    .listbelow li i {
        color: #536065;
        font-size: 16px;
    }

.successpass i.bi-check-circle-fill {
    color: #21A277;
}


.pack {
    padding: 10px 15px;
    box-shadow: 0px 3.41px 6px 0px #00000026;
    border: 2px solid #CBE4DC;
    border-radius: 10px;
    margin: 15px auto;
    cursor: pointer;
}

    .pack p {
        margin-bottom: 0px;
        font-size: 18px;
    }

        .pack p.packtitle {
            font-family: "Zilla Slab", serif;
            font-weight: 500;
            font-size: 22px;
        }

    .pack.active {
        background: #E6FBFF;
        border: 4px solid #00819D;
    }

.extrapack {
    padding: 15px;
    border: 1px solid #00819D;
    border-radius: 10px;
    margin: 10px auto;
}

    .extrapack p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .extrapack .extratitle p {
        font-family: "Zilla Slab", serif;
        font-weight: 500;
        font-size: 16px;
    }

.btn-bluebig {
    background: #00819D;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    min-width: 135px;
}

    .btn-bluebig:hover,
    .btn-bluebig:focus {
        background: #00819D;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 25px;
    }

.extrapack .link {
    margin-top: 10px;
    padding-top: 10px;
}

.extrapack .buttonblk {
    margin-top: 10px;
    text-align: right;
}

    .extrapack .buttonblk.remove {
        margin-top: 10px;
        padding-top: 10px;
        text-align: right;
    }

.hidemob {
    display: flex;
}

.hidemobblk {
    display: block;
}

.extrapack.added {
    background: #E6F8FF;
}
.dashedbox ul.list-unstyled li {
    display: flex;
    align-items: flex-start;
    margin-top: 7px;
}

    .dashedbox ul.list-unstyled li i {
        min-width: 20px;
        flex-shrink: 0;
    }

    .dashedbox ul.list-unstyled li span {
        flex: 1;
    }
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    margin-left: 15px;
    margin-right: 15px;
}

.carousel-indicators .active {
    background-color: #00819D;
}

.carousel-inner {
    border-radius: 20px;
}

.modaltitle,
.modalprice {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0px 5px;
    margin: 0px;
}

.btn-bluebig-width {
    background: #00819D;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    width: 100%;
}

    .btn-bluebig-width:hover,
    .btn-bluebig-width:focus {
        background: #00819D;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 25px;
    }

.modal-header {
    border: none;
    padding: 15px 15px 0px 15px;
    font-family: "Zilla Slab", serif;
    font-weight: 500;
}

.cartmodel .modal-content {
    background-color: #F9F9F1;
}

.extrapack.bgwhite {
    background: #fff;
}

.bgwhite li {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bgwhite span,
.bgwhite i {
    display: inline-block;
}

.bgwhite i {
    margin-right: 10px;
}

.carttext {
    font-size: 16px;
}

.cartprice {
    font-size: 16px;
}

.cartpprice,
.cartptext {
    color: #21A277;
    font-size: 16px;
}

.carttotal,
.carttotalp {
    font-weight: 800;
    font-size: 16px;
    margin: 0px;
}

.showmobblk {
    display: none;
}

.carttitle {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-size: 26px;
}

.smalltxt {
    font-size: 12px;
    line-height: 18px;
}

.fwidth {
    width: 100%;
}

.btn-orange:hover.fwidth,
.btn-orange:focus.fwidth {
    width: 100%;
}

.moneyback {
    border: 2px dashed #00819D;
    margin: 20px auto;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

    .moneyback .title {
        font-family: "Zilla Slab", serif;
        font-weight: 700;
        font-size: 28px;
        margin: 0px;
    }

    .moneyback .text {
        font-size: 22px;
    }

    .moneyback .checklist i {
        color: #00819D;
        font-size: 18px;
    }

    .moneyback .checklist p {
        font-size: 18px;
    }

.divider {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 15px auto;
}

    .divider::before,
    .divider::after {
        flex: 1;
        content: '';
        padding: 1px;
        background-color: #ccc;
        margin: 5px;
    }

.contactblock .form-control {
    border-color: #292424;
}

.ccinput {
    border: 1px solid #292424;
    border-radius: 5px;
    padding: 2px 10px;
    background: #fff;
}

    .ccinput .form-control {
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ccinput i {
        font-size: 22px;
    }

.contactblock .title {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-size: 26px;
    margin: 15px 0px;
    position: relative;
}

    .contactblock .title i {
        color: #21A277;
        position: absolute;
        right: 0px;
    }

.bluedashbox {
    border: 2px dashed #00819D;
    padding: 20px;
    border-radius: 10px;
}

    .bluedashbox .title {
        font-family: "Zilla Slab", serif;
        font-weight: 700;
        font-size: 28px;
    }

    .bluedashbox .subtitle {
        font-family: "Zilla Slab", serif;
        font-weight: 700;
        font-size: 18px;
    }

.apps .start {
    text-align: left;
}

.orderconf {
    background: #F9F9F1;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px;
}

    .orderconf .bldtxt {
        font-weight: bold;
        font-size: 16px;
    }

.bldtxt {
    font-weight: bold;
    font-size: 16px;
}

.orderconf .title {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-size: 26px;
    margin: 0px;
}

.dashedbox {
    background: #fff;
    border: 1px dashed #00819D;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
}

    .dashedbox p,
    .dashedbox ul {
        margin: 0px;
    }

    .dashedbox hr {
        margin: 10px 0px;
    }

.subsblock .title {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-size: 26px;
}

.blueborderbox {
    border: 1px solid #00819D;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
}

    .blueborderbox .head {
        font-family: "Zilla Slab", serif;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 5px;
    }

.yellowdashbox {
    border: 2px dashed #FFC729;
    padding: 20px;
    border-radius: 10px;
    margin: 10px auto;
}

    .yellowdashbox img {
        width: 157px;
    }

    .yellowdashbox .pad {
        padding: 20px;
    }

        .yellowdashbox .pad p {
            font-size: 22px;
            margin-bottom: 5px;
        }

.bluefoot {
    background: #E9F9FF;
    padding: 20px;
    margin-top: 30px;
}

    .bluefoot .title {
        font-family: "Zilla Slab", serif;
        font-weight: 500;
        font-size: 22px;
    }

.spacer-60 {
    height: 60px;
}

.spacer-200 {
    height: 200px;
}

.spacer-120 {
    height: 120px;
}

.crocimg {
    margin-top: 50px;
}

    .crocimg img {
        width: 300px;
    }

.bufferimgload {
    width: 8% !important;
}
.w13 {
    width: 13%;
    padding-left: 6px;
}
p.heading {
    font-size: 22px;
    font-family: "Trakya Rounded";
    font-weight: 500;
    text-align: center;
}
.accordion-button::after {
    background-image: url(../images/icon-accordion-up.svg);
    width: 32px;
    height: 32px;
    background-size: contain;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon-accordion-down.svg);
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}
.accordion {
    border-top: 1px solid #ccc;
}

.accordion-button {
    font-family: "Zilla Slab", serif;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
}
.fixedh {
    height: 470px;
    overflow-y:scroll;
}
.modal-content1 {
    border-radius: 13px;
    border: none;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom: 1px solid #dee2de;
    margin-bottom: 15px;
}


/*******************Media Query********************/
@media (max-height: 799px) {
    .crocfix {
        width: calc(100vh - 30%);
    }
}

@media (resolution: 150dpi) {
    .crocfix {
        width: calc(100vh - 20%);
    }
}

/*Mobile*/
@media (max-width: 767px) {
    .logo img {
        width: 60%;
        display: inline;
    }
    .modal-content {
        border-radius: 13px 13px 0px 0px;
    }
   
    .modal-dialog-centered {
        align-items: end;
        min-height: calc(100% - var(--bs-modal-margin) * 0);
        margin: 0px;
    }
    .slideup {
        animation: slideInUp;
        /* referring directly to the animation's @keyframe declaration */
        animation-duration: 0.3s;
        /* don't forget to set a duration! */
    }

    .modal-content {
        border-radius: 13px 13px 0px 0px;
    }

    .orange-bdr p {
        font-size: 12px; 
    }
    .orange-bdr img {
        width: 32px;
    }


    .backbtn {
        margin-top: 20px;
        margin-left: 15px;
    }

    .stepname {
        padding: 25px 0px 0px;
    }

    .hidemob,
    .hidemobblk {
        display: none;
    }


    .showmob {
        display: flex;
    }

    .showmobblk {
        display: block;
    }

    .showmobinline {
        display: inline;
    }

    .wizard {
        padding: 10px 0px;
    }

        .wizard .progress {
            background-color: #00819D;
            margin-left: 0px;
            margin-right: 0px;
        }

        .wizard .step1 {
            margin-right: 32%;
        }

            .wizard .step1 .dot {
                bottom: -10px;
                left: 0px;
            }

        .wizard .step2 {
            margin-right: 32%;
        }

            .wizard .step2 .dot {
                bottom: -10px;
                left: 0px;
            }

        .wizard .step3 {
            margin-right: 32%;
        }

            .wizard .step3 .dot {
                bottom: -10px;
                left: 0px;
            }

        .wizard .step4 .dot {
            bottom: -10px;
            right: -5px;
        }

    .titleform {
        font-size: 22px;
    }

    .fieldtxt {
        font-size: 14px;
    }

    .fieldtxtc {
        font-size: 14px;
    }

    .textbelow p {
        font-size: 14px;
        font-weight: 400;
    }

    .imgmobfix img {
        width: 200px;
    }

    .extratitle {
        padding-bottom: 10px;
    }

    .btn-bluebig {
        font-size: 12px;
        min-width: 115px;
    }

        .btn-bluebig:hover,
        .btn-bluebig:focus {
            font-size: 12px;
        }

    .apps img {
        margin: 10px auto;
    }

    .apps .start {
        text-align: center;
    }

    .yellowdashbox {
        margin: 20px auto;
    }

        .yellowdashbox .pad {
            padding: 10px;
        }

    .bluefoot .title {
        font-family: "Zilla Slab", serif;
        font-weight: 500;
        font-size: 16px;
    }

    .orderconf {
        padding: 5px;
        margin-bottom: 30px;
    }

    .pr-0 {
        padding-right: 0px;
    }

    .pl-0 {
        padding-left: 0px;
    }

    .cartmodel .modal-dialog {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .cartmodel .modal-content {
        border-radius: 0px;
    }

    .fwidth95 {
        /*width: 86%;*/
        width: 315px;
    }

    .contactblock {
        display: none;
        background: #F9F9F1;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
        overflow-x: hidden;
        margin-top: 15px;
        padding-bottom: 30px;
    }

    .spacer {
        height: 120px;
    }

    .spacer-150 {
        height: 150px;
    }

    .moneyback {
        padding: 15px 10px;
    }

        .moneyback .title {
            font-family: "Zilla Slab", serif;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 3px;
        }

        .moneyback .text {
            font-size: 20px;
        }

    .contactblock .title {
        font-size: 20px;
    }

    /**Modal Slide effect**/
    /*.modal-dialog {
        max-width: 90%;
    }

    .modal-dialog-slideout {
        min-height: 100%;
        margin: 0 0 0 auto;
        background: #fff;
    }

    .modal.fade .modal-dialog.modal-dialog-slideout {
        -webkit-transform: translate(100%, 0)scale(1);
        transform: translate(100%, 0)scale(1);
    }

    .modal.fade.show .modal-dialog.modal-dialog-slideout {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        display: flex;
        align-items: stretch;
        -webkit-box-align: stretch;
        height: 100%;
    }

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .modal-dialog-slideout .modal-content {
        border: 0;
    }

    .modal-dialog-slideout .modal-header,
    .modal-dialog-slideout .modal-footer {
        height: 4rem;
        display: block;
    }*/

    .crocfix {
        width: calc(100vh - 30%);
    }

    /***** Additional css/ /*******/
    .error-border {
        border-bottom: 2px solid red !important;
    }


    #togglePassword {
        color: black;
    }

    .valid-password #togglePassword {
        color: #00819D;
    }
   

    /*#passwordInput.valid-password {
    border-bottom: 3px solid green !important; /Border color for valid password/
    color: green; /Text color for valid password/
}*/

    /* Optional: Style for invalid password input */

    #passwordInput.invalid-password {
        border-bottom: 3px solid red !important; /* Border color for invalid password */
        /*color: red;*/ /* Text color for invalid password */
    }

    input.is-invalid {
        border-color: red !important;
        box-shadow: none !important;
    }

    input:focus {
        outline: none !important;
        box-shadow: none !important;
        border-color: initial !important;
    }

    #EmailAddress_EmailAddress {
        outline: none !important;
        box-shadow: none !important;
        border-color: initial !important;
    }

    .custom-input:focus {
        outline: none;
        box-shadow: none;
        border-color: red;
    }

    password:focus {
        outline: none !important;
        box-shadow: none !important;
        border-color: initial !important;
    }

    .bi .bi-envelope {
        outline: none !important;
        box-shadow: none !important;
        border-color: initial !important;
    }

    .textbelow p {
        font-size: 22px;
        font-weight: 400;
    }

    input.is-invalid {
        border-color: red !important;
        box-shadow: none !important;
    }


    .btn-bluebig {
        background: #00819D;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        border-radius: 25px;
        min-width: 120px;
    }

    /*pay spin button*/
    .reqinfoo {
        font-size: 13px;
    }

    /*******/
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        width: 85px;
    }

    .wizard .step1 {
        margin-right: 18%;
    }

        .wizard .step1 .dot {
            bottom: -5px;
            left: 20px;
        }

    .wizard .step2 {
        margin-right: 18%;
    }

        .wizard .step2 .dot {
            bottom: -5px;
            left: 14px;
        }

    .wizard .step3 {
        margin-right: 15%;
    }

        .wizard .step3 .dot {
            bottom: -5px;
            left: 28px;
        }

    .wizard .step4 .dot {
        bottom: -5px;
        right: 22px;
    }

    .spacer {
        height: 120px;
    }

    .spacer-200 {
        height: 200px;
    }
}

/*Desktop*/
@media (min-width: 992px) and (max-width: 1199px) {
    .wizard .step1 {
        margin-right: 22%;
    }

        .wizard .step1 .dot {
            bottom: -5px;
            left: 20px;
        }

    .wizard .step2 {
        margin-right: 22%;
    }

        .wizard .step2 .dot {
            bottom: -5px;
            left: 14px;
        }

    .wizard .step3 {
        margin-right: 20%;
    }

        .wizard .step3 .dot {
            bottom: -5px;
            left: 28px;
        }

    .wizard .step4 .dot {
        bottom: -5px;
        right: 22px;
    }

    .crocimg img {
        width: 300px;
    }
   
    .space {
        white-space: nowrap;
    }
}

/*Desktop*/
@media (min-width: 1200px) and (max-width: 1400px) {
    .wizard .step1 {
        margin-right: 24%;
    }

        .wizard .step1 .dot {
            bottom: -5px;
            left: 20px;
        }

    .wizard .step2 {
        margin-right: 24%;
    }

        .wizard .step2 .dot {
            bottom: -5px;
            left: 14px;
        }

    .wizard .step3 {
        margin-right: 22%;
    }

        .wizard .step3 .dot {
            bottom: -5px;
            left: 28px;
        }

    .wizard .step4 .dot {
        bottom: -5px;
        right: 22px;
    }

    .btn-bluebig {
        background: #00819D;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        border-radius: 25px;
        min-width: 120px;
    }

    .crocimg img {
        width: 300px;
    }
    .divmodal {
        display: flex;
        width: 720px !important;
       
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .space {
        white-space: nowrap;
    }
}

/*Desktop*/
@media (min-width: 1401px) and (max-width: 1600px) {
    .wizard .step1 {
        margin-right: 26%;
    }

        .wizard .step1 .dot {
            bottom: -5px;
            left: 20px;
        }

    .wizard .step2 {
        margin-right: 26%;
    }

        .wizard .step2 .dot {
            bottom: -5px;
            left: 14px;
        }

    .wizard .step3 {
        margin-right: 22%;
    }

        .wizard .step3 .dot {
            bottom: -5px;
            left: 28px;
        }

    .wizard .step4 .dot {
        bottom: -5px;
        right: 22px;
    }

    .crocimg img {
        width: 300px;
    }
    .divmodal {
        display: flex;
        width: 720px !important;
       
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .space {
        white-space: nowrap;
    }
}

/*New Responsive Enhancement Css Starts Here*/
@media only screen and (max-width: 740px) and (min-width: 280px) {
}

@media screen and (min-width: 601px) and (max-width: 1280px) {
    .paypalImage {
        width: auto;
    }

    .contactCustomPadding {
        padding: 8px !important;
    }

    .responsiveSpacing {
        padding: 0px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 740px) and (orientation: landscape) {
    .customContainer {
        max-width: 100%;
    }

    .customPadding0 {
        padding: 0px;
    }

    .contactblock .form-control {
        font-size: 12px;
    }

    .contactblock {
        margin-left: 0px;
        margin-right: 0px;
    }

    .cardNumber {
        font-size: 14px;
    }

    .responsiveRightSpacing2 {
        padding: 2px;
    }
}
/*New Responsive Enhancement Css Ends Here*/
.reading-level-optional {
    margin-top: 48px;
}

.optional-card {
    border: 2px solid #CBE4DC;
    border-radius: 13px;
    box-shadow: 0 3.41px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin-bottom: 17px;
    height: 98px;
    cursor: pointer;
    color: var(--Primary-Black, #1C2122);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    /* Button_Header_Large */
    font-family: "Zilla Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.602px */
}

    .optional-card .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1C2122;
    }

    .optional-card.active {
        border: 4px solid #00819D;
        box-shadow: 0 3.41px 6px 0 rgba(0, 0, 0, 0.15);
    }

.reading-level-optional .goal-title {
    color: #000;
    padding-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "Zilla Slab";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reading-level-optional .optional-title {
    font-family: Quicksand;
    color: #536065;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-size: 1rem;
    margin-bottom: 0px;
    margin-left: 0px;
    position: relative;
    top: 12px;
    background-color: #ffffff;
    width: 93px;
    text-transform: uppercase;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.reading-level-optional .optional-head {
    height: 32px;
}

    .reading-level-optional .optional-head::after {
        content: "";
        height: 1px;
        background-color: #CED7E6;
        width: calc(100% - 15px);
        display: block;
        margin: 0 auto;
    }

@media (max-width: 1024px) {
    .reading-level-optional {
        margin-top: 40px;
    }

        .reading-level-optional .goal-title {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 1.25rem;
        }

    .optional-card {
        font-size: 1.125rem;
        height: 66px;
    }

    .reading-level-optional .optional-title {
        top: 13px;
        width: 82px;
        font-size: 0.875rem;
    }
}




