body{
    font-family: "Roboto", sans-serif!important;
}
.main {
    padding: 0!important;
}

.wizard>.steps>ul>li {
    width: unset!important;
}

.wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover {
    background-color: unset!important;
    color: unset!important;
}

.wizard>.steps a, .wizard>.steps a:active, .wizard>.steps a:hover {
    margin: 0!important;
    padding: 0!important;
    display: unset!important;
    width: auto!important;
    border-radius: 0!important;
}

.wizard ul {
    font-size: 15px;
    list-style: none !important;
    padding: 45px!important;
    margin: 0!important;
}

.steps ul li {
    padding-bottom: 68px!important;
}

.form-radio-flex input + label {
    width: 321px !important;
    height: 204px !important;
}

.form-radio-flex {
    justify-content: center;
}

#choose_programme-error {
    display: none!important;
}
/* 
.Card {
    width: 338px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 35px;
    gap: 10px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.Card img {
width: 100%;
height: auto;
border-radius: 10px;
}

.Card h3 {
margin: 0;
}

.Card p {
margin: 5px 0;
}

.form-radio-item {
display: flex;
align-items: center;
}

.form-radio-item input[type="radio"] {
margin-right: 5px;
} */

.vertical .content, .vertical .actions {
    height: auto!important;
    /* padding-bottom: 40px !important; */
    /* padding-bottom: 70px !important; */
    padding-bottom: 65px !important;
    background: unset !important;
}

.form-radio-flex .form-radio-item {
    padding: 0 41px!important;
    /* margin-bottom: 25px; */
    margin-bottom: 65px;
}

.card-content img {
max-width: 100%;
height: 60%;
display: block;
vertical-align: middle;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-bottom: 25px!important;
}
.container {
max-width: 99vw;
margin: 15px auto;
padding: 0 15px;
}

.top-text-wrapper {
margin: 20px 0 30px 0;
}
.top-text-wrapper h4 {
font-size: 24px;
margin-bottom: 10px;
}
.top-text-wrapper code {
font-size: 0.85em;
background: linear-gradient(90deg, #fce3ec, #ffe8cc);
color: #ff2200;
padding: 0.1rem 0.3rem 0.2rem;
border-radius: 0.2rem;
}
.tab-section-wrapper {
padding: 30px 0;
}

.grid-wrapper {
display: grid;
grid-gap: 30px;
place-items: center;
place-content: center;
}
.grid-col-auto {
grid-template-columns: repeat(auto-fill, minmax(280px, 0.1fr));
grid-auto-flow: column;
grid-template-rows: auto;
}

label.radio-card {
cursor: pointer;
    .card-content-wrapper {
        background: #fff;
        border-radius: 5px;
        /* max-width: 280px;
        min-height: 245px; */
        /* width: 307px; */

        /* width: 314px;
        min-height: 314px; */
        width: 730px;
        min-height: 471px;

        /* min-height: 270px; */
        /* min-height: 330px; */
        /* padding: 15px; */
        display: grid;
        box-shadow: 0 18px 47px 0 rgb(47 47 47 / 15%);
        transition: 200ms linear;
    }

    input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        &:checked {
            + .card-content-wrapper {
                box-shadow: 0 18px 47px 0 rgb(5 68 59 / 50%), 0 0 0 2px #033834;
                transform: scale(1.05);
            }
        }
    }

    .card-content {
        img {
            margin-bottom: 10px;
        }
        h4 {
            font-size: 16px;
            letter-spacing: -0.24px;
            text-align: center;
            color: #1f2949;
            margin-bottom: 10px;
        }

        h5 {
            font-size: 14px;
            line-height: 1.4;
            text-align: center;
            color: #686d73;
        }
    }

}

.wizard>.content>.body {
    padding: 30px 0 20px!important;
}

.card-content-wrapper:hover {
    transform: scale(1.05);
}

@media screen and (max-width:575px) {

    .card-content-wrapper{
        width: 100%!important;
    }

}

#choose_service-error, #choose_pers-error {
    display: none !important;
}

.hidden {
    display: none!important;
}

.modal-body {
    background: #f5f5f5;
}

.project {
margin: 15px 0;
}

.no-gutter .project {
margin: 0 !important;
padding: 0 !important;
}

.has-spacer {
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
}

.has-spacer-extra-space {
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
}

.has-side-spacer {
margin-left: 30px;
margin-right: 30px;
}

.project-title {
font-size: 1.25rem;
}

.project-skill {
font-size: 0.9rem;
font-weight: 400;
letter-spacing: 0.06rem;
}

.project-info-box {
margin: 15px 0;
background-color: #fff;
padding: 30px 40px;
border-radius: 5px;
}

.project-info-box p {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #d5dadb;
}

.project-info-box p:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
#programModalImage, #excursionModalImage {
    width: 100%;
    max-width: 100%;
    /* height: 560px; */
    height: 471px;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
}
.rounded {
    border-radius: 5px !important;
}
.project-info-box p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5dadb;
}

.avl-features li {
    display: block;
    list-style: none;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
}
.avl-features li span{
    padding-left: 12px;
}

#servicesIncluded ul{
    padding: 0 !important;
}
#servicesNotIncluded ul{
    padding: 0 !important;
}

.program-card {
    margin: 15px 0;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 5px;
}

.signup-form .form-control {
    /* border: 1px solid #ebebeb!important; */
    background-color: #f7f7f7 !important;
    border-radius: 10px !important;
}

.form-control:focus {
    border: 1px solid #18ed91!important;
    /* outline: 0!important;
    box-shadow: 0 0 0 .25rem #9daef3!important; */
}

.form-flex .form-group {
    width: 100%;
}


/* --------------  */


.ftco-section {
padding: 7em 0;
}

.heading-section {
font-size: 28px;
color: #000;
}

.heading-section small {
font-size: 18px;
}

ul.ks-cboxtags {
list-style: none!important;
padding: 0!important;
display: flex!important;
flex-wrap: wrap!important;
}

ul.ks-cboxtags li {
display: block;
margin-right: 12px;
}

ul.ks-cboxtags li label {
display: inline-block;
background-color: rgb(245 245 245);
/* border: 1px solid rgba(0, 0, 0, 0.1); */
color: rgba(0, 0, 0, 0.8);
border-radius: 10px;
white-space: nowrap;
margin: 0 0 10px 0;
cursor: pointer;
position: relative;
padding: 10px 20px 10px 40px;
}

ul.ks-cboxtags li label::before {
content: "\f1db";
font-family: "FontAwesome";
font-weight: normal;
font-size: 24px;
color: rgb(0 0 0 / 12%);
position: absolute;
/* left: 15px; */
left: 11px;;
top: 50%;
transform: translateY(-50%);
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before, ul.ks-cboxtags li input[name="accommodation"]:checked + label::before, ul.ks-cboxtags li input[name="transport_included"]:checked + label::before, ul.ks-cboxtags li input[name="catering"]:checked + label::before {
content: "\f058";
color: #fff;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label, ul.ks-cboxtags li input[name="accommodation"]:checked + label, ul.ks-cboxtags li input[name="transport_included"]:checked + label, ul.ks-cboxtags li input[name="catering"]:checked + label {
border: 1px solid #18ED91;
background-color: #18ED91;
color: #fff;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label span, ul.ks-cboxtags li input[name="accommodation"]:checked + label span, ul.ks-cboxtags li input[name="transport_included"]:checked + label span, ul.ks-cboxtags li input[name="catering"]:checked + label span {
background: #fff;
color: #000;
}

ul.ks-cboxtags li input[type="checkbox"], ul.ks-cboxtags li input[name="accommodation"] {
display: none;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
    font-size: 20px!important;
}

#profileDisplay {
    margin: 10px auto;
    border-radius: 50%;
    height: 127px;
    width: 127px;
    cursor: pointer;
}

label.error {
    display: none!important;
}

select.error {
    border: 1px solid #f63726;
}

.hidden-input{
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.rounded-lg {
    border-radius: 5px !important;
}

.text-small {
    font-size: 0.9rem !important;
}
.pricing{
    color:#033834;
}

.custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem;
    background-color: #18ED91;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.btn-warning {
    color: #fff;
}

.btn-warning:hover{ 
    color: #fff;
}

.bg-pricing:hover {
    transform: scale(1.05);
    transition: 200ms linear;
}

.bg-pricing {
    transition: transform 200ms linear;
    background-color: rgb(245 245 245) !important;
}

label.option-card {
    cursor: pointer;
    display: unset!important;
}

label.oprion-card.bg-pricing {
    box-shadow: 0 18px 47px 0 rgb(47 47 47 / 15%);
    transition: 200ms linear;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="radio"]:checked + .bg-pricing {
    background-color: #033834!important;
    box-shadow: 0 18px 47px 0 rgb(24 237 145 / 15%), 0 0 0 2px #18ed91 !important;
}

input[type="radio"]:checked + .bg-pricing .num,
input[type="radio"]:checked + .bg-pricing .price {
    color: #fff!important;
}

@media only screen and (max-width: 1024px) 
{
    .form-radio-flex {
        justify-content: center!important;
    }
}

@media only screen and (max-width: 600px) {
    .wizard>.actions {
        position: relative !important;
        padding-bottom: 0px !important;
        margin-bottom: -30px !important;
    }
}
.required::after{
    content: " *";
    color: red;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ced3d7!important;
}



/* ----- */


    
.choose-service .card-content-wrapper {
    position: relative;
    width: 307px;
    height: 205px;
    overflow: hidden;
}

.choose-service .image-wrapper {
    position: relative;
    overflow: hidden;
}

.choose-service .image-wrapper img {
    width: 100%;
    height: auto;
}

.choose-service .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, transparent, #18ED91); */
    background: linear-gradient(#18ed917d, #033834);
    transition: opacity 0.5s ease;
    opacity: 0;
}

.choose-service .text-wrapper {
    position: absolute;
    bottom: -60px;
    /* left: 20px;  */
    left: 7px;
    right: 2px; 
    color: white;
    transition: bottom 0.5s ease;
    pointer-events: none;
}

.choose-service .title {
    opacity: 1;
    pointer-events: auto; 
}

.choose-service .description {
    opacity: 0; 
}

.choose-service .card-content:hover {
    background: #18ED91; 
}

.choose-service .card-content:hover .overlay {
    opacity: 1;
}

.choose-service .card-content:hover .text-wrapper {
    bottom: 7%;
}

.choose-service .card-content:hover .title {
    opacity: 1; 
    /* background: none!important; */
}

.choose-service .card-content:hover .description {
    opacity: 1;  
}

.current .title .step-text {
    color: #033834 !important;
}

.steps ul:after {
    width: 3px;
}


.current .step-number {
    background: #033834 !important;
    border: 2px solid #18ED91 !important;
}
.title .step-number {
    /* width: 50px !important;
    height: 50px !important; */
    width: 66px !important;
    height: 66px !important;
}

.done .step-number::after {
    background: #18ED91 !important;
    color: #fff !important;
    content: "\f00c";
    font-family: "FontAwesome";
    /* font-weight: 900; */
    font-size: 22px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    /* left: 4px; */
    /* top: 28%; */
    /* transform: translateY(-50%); */
    border-radius: 50%;
    width: 41px;
    height: 41px;
    text-align: -webkit-center;
    padding-top: 5px;
}

.steps ul:after {
    /* height: 280px !important;
    left: 69px !important; */
    /* height: 186px !important;
    left: 69px !important; */
    height: 261px !important;
    left: 76px !important;
}

.disabled .step-number {
    color: #fff !important;
    background: #d9d9d9 !important;
}

/* set the buttons next and previous in the top : */
/* .wizard>.actions {
    position: absolute;
    z-index: 9999;
}

.actions ul li a {
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    padding: 20px 20px !important;
    border-radius: 50% !important;
    background: #033834 !important;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 6%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.actions ul li a:hover {
    background: #18ED91 !important;
} */

.wizard > .actions > ul {
display: none;
}

.wizard>.actions a[href="#next"]::after {
    font-family: 'FontAwesome' !important;
    content: "\f054" !important;
    /* font-size: 19px; */
    font-size: 15px;
    /* padding-top: 4px;
    padding-left: 3px; */
}

.wizard>.actions a[href="#previous"]::after {
    font-family: 'FontAwesome' !important;
    content: "\f053" !important;
    /* font-size: 19px; */
    font-size: 15px;
    /* padding-top: 4px;
    padding-right: 3px; */
}

.wizard>.actions a[href="#finish"]::after {
    font-family: 'FontAwesome' !important;
    content: "\f560" !important;
    /* font-size: 20px; */
    font-size: 16px;
    /* padding-top: 4px;
    padding-right: 3px; */
}

#return-to-top {
    position: fixed;
    bottom: 95px;
    right:102px;
    background: #033834 ;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    cursor: pointer;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 16px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #18ED91;
}
#return-to-top:hover i {
    color: #fff;
    top: 12px;
}
.pricing_card, .pricing_cardd {
  border: 2px solid #033834;
  background-color: #f5f5f5;
  color: #033834;
}
.business {
  font-size: 20px;
  font-weight: 500;
}
.plan {
  color: #aba4a4;
}
.dollar {
  font-size: 16px;
  color: #6b6b6f;
}
.amount {
  font-size: 50px;
  font-weight: 500;
}
.year {
  font-size: 20px;
  color: #6b6b6f;
  margin-top: 19px;
}
.cvv {
  height: 44px;
  width: 73px;
  border: 2px solid #eee;
  background-color: #fff!important;
}
.cvv:focus {
  box-shadow: none;
  border: 2px solid #18ED91;
}

.choose-card input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

label.radio_cardp {
display: unset;
cursor: pointer;
    .pricing_cardd {
        border: 1px solid #033834;
        background-color: #f5f5f5;
        color: #033834;
        box-shadow: 0 14px 47px 0 rgb(47 47 47 / 15%);
        transition: 200ms linear;
    }

    input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        &:checked {
            + .pricing_cardd {
                box-shadow: 0 14px 47px 0 rgb(5 68 59 / 50%), 0 0 0 0px #033834;
                transform: scale(1.02);
                background-color: #18ed91;
            }
            + .plan {
                color: #fff!important;
            }
        }
    }
}

.pricing_cardd:hover {
    transform: scale(1.02);
}


.modal-title {
    color: #fff;
}

.modal-header {
    background-color: #033834;
}

.form-label {
    margin-bottom: .5rem;
    color: #033834;
}

.card-title {
    color: #18ED91;
}
.card-span {
    color: #033834;
}

/* display: inline-flex;
padding: 12px;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center; */

label[contenteditable="true"] {
    border: none!important;
    outline: none!important;
}

#overlayy {
    display: none;
    position: absolute;
    width: 80%;
    height: 100%;
    /* background-color: gray; */
    top: 0px;
    left: 275px;
    padding: 10px;
    /* opacity: .6; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.payment_class{
    filter: blur(4px) grayscale(100%);
    opacity: 0.6;
}

.card-1 {
    box-shadow: 2px 4px 15px 0px #033834;
    background-color: #033834 !important;
    color: white;
}

.swal2-container .swal2-title {
    color: #033834!important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #033834!important;
}

/* ---------  */
.step {
position: relative;
min-height: 1em;
color: #033834;
}
.step + .step {
/* margin-top: 1.5em */
margin-top: 33px
}
.step > div:first-child {
position: sticky;
height: 0;
}
.step > div:not(:first-child) {
margin-left: 1.5em;
padding-left: 1em;
}

/* Circle */
.circle {
    background: #18ED91;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 1.5em;
    border-radius: 100%;
    text-align: center;
}

.step:first-child .circle {
    background: #033834
}
/* Vertical Line */
.circle:after {
content: ' ';
position: absolute;
display: block;
/* top: -23px;
top: 1px; */
right: 50%;
bottom: 1px;
/* left: 50%; */
/* height: 100%; */
/* height: 36px; */
height: 25px;
width: 1px;
transform: scale(1, 2);
transform-origin: 50% -100%;
background-color: rgba(0, 0, 0, 0.25);
z-index: -1;
}
.step:last-child .circle:after {
display: none
}
/* Stepper Titles */
.title-step {
margin-top: -2px;
line-height: 1.5em;
font-weight: bold;
}
.date-step {
font-size: 0.8em;
color: #a8a8a8;
}

.cvv{
    padding: 12px;
}

.icon-shape{
    width: 36px;
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: #18ed92;
}



/* ------------------------------ */

.wrapper {
    display: inline-flex;
    height: 100px;
    width: 400px;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 15px;
}
.wrapper .option {
    background: #f7f7f7;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid #e7e7e7;
    transition: all 0.3s ease;
}
.wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    position: relative;
}
.wrapper .option-1 .dot::before{
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    width: 17px;
    height: 17px;
    background: #18ED91;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    /* transition: all 0.3s ease; */
}

.wrapper .option-2 .dot::before{
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    width: 17px;
    height: 17px;
    background: #18ED91;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    /* transition: all 0.3s ease; */
}
input[type="radio"]{
    display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
border-color: #18ED91;
background: #f3fef8;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
opacity: 1;
transform: scale(1);
}
.wrapper .option span{
font-size: 17px;
color: #033834;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
color: #033834;
}

#card_holder_name:focus, #card_number:focus , #cvv:focus, #expiry_date:focus{
    border-color: #18ED91;
    background-color: #f3fef8!important;
}

#card_number {
    padding-left: 35px;
    background: url(https://www.freepnglogos.com/uploads/mastercard-png/mastercard-logo-mastercard-logo-png-vector-download-19.png) no-repeat left;
    background-size: 30px;
}

.pay-btn {
    height: 53px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: #18ED91;
    border-color: #18ED91;
    font-weight: 700;
    font-size: 17px;
    border-radius: 10px;
}

.pay-btn:active , .pay-btn:hover {
    color: #fff!important;
    background-color: #033834!important;
    border-color: #033834!important;
}

.modal-body {
    padding: 0!important;
}


@media screen and (max-width:900px) {

    .image-summary{
        background-image: unset!important;
        border-radius: unset!important;
        margin: unset!important;
        height: unset!important;
        width: unset!important;
        background-repeat: unset!important;
        background-size: unset!important;
    }

    .subtitle-summary {
        margin-left: 0px!important;
    }
    .title-summary{
        margin-left: 0px!important;
    }
    #summaryfixedprog{
        margin-left: 0px!important;
    }
    .cb {
        background-color: #f1f1f1f1!important;
    }
    #ButtonFinish{
        margin-bottom: 30px!important;
    }
}

@media screen and (max-width: 700px) {

    .steps.clearfix {
        display: none!important;
    }

}