#package-form label {
    display: block;
    margin-bottom: 10px;
}
/* div#review-package-summary2 h3 {
    display: none;
} */

button#add-more-items {
    color: #f7901e;
    background: transparent;
    border: none;
    margin-bottom: 30px;
    margin-top: 15px;
}
.stepwizard {
    background: #F7F1EC;
    padding: 85px 25px;
    margin-top: -220px;
}
.stepwizard-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: relative; */
}
.stepwizard-step {
    text-align: center;
    position: relative;
}
.stepwizard-step button.btn-success, .stepwizard-step button.btn-primary {
    color: #f7901e7a !important;
}
.stepwizard-step #step1-btn, .stepwizard-step #step2-btn, .stepwizard-step #step3-btn {
    padding: 0px 5px 0px 5px;
    position: absolute;
    background: none;
    font-size: 130px;
    color: #c7c7c76b;
    line-height: 130px;
    font-family: Archivo;
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    left: 0;
    right: 0;
    border: none;
}
.stepwizard-step p {
    color: #10393B;
    font-family: "Archivo", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.stepwizard-step p:after {
    content: "";
    border: 1px solid #525252;
    width: 250px;
    height: 1px;
    position: absolute;
    right: -300px;
    top: 17px;
}
.stepwizard-step:nth-child(3) p:after {
    display: none;
}
div#step1 {
    padding: 50px 0;
}
div#step1 p {
    text-align: center;
    color: #525252;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
div#step1 h2 {
    color: #10393B;
    font-family: "Archivo", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
ul#packageTabs {
    border: none;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
}
/* ul#packageTabs li button {
    height: 55px;
    background: #10393B;
    border-radius: 10px;
    margin: 0 15px;
    width: 290px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: none;
	text-transform: capitalize;
} */
ul#packageTabs li button {
    height: 55px;
    background: #10393B;
    border-radius: 10px;
    margin: 0 10px 10px;
    width: 200px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: none;
    text-transform: capitalize;
}
ul#packageTabs li button.active, ul#packageTabs li button:hover {
    background: #F7901E;
}
div#packageTabContent label {
    display: flex;
    gap: 10px;
}
#packageTabContent label h3 {
    color: #F7901E;
    font-size: 35px;
    font-family: 'Open Sans';
    font-weight: 500;
	text-transform: capitalize;
}
div#packageTabContent ul {
    list-style: none;
    padding: 0;
}
div#packageTabContent ul li {
    border-bottom: 2px solid #ededed;
    padding: 10px 3px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}
#packageTabContent ul li span {
    text-align: right;
    float: right;
    font-size: 14px;
}
button#next-step:hover, button#next-review:hover, #previous-step:hover, #previous-to-details:hover, .step-content button.btn.btn-success:hover {
    background: #f7901e;
    border: 1px solid #f7901e;
    color: #fff;
}
button#next-step, button#next-review, .step-content button.btn.btn-success {
    font-size: 14px;
    padding: 10px 45px;
    border-radius: 4px;
    margin-right: 15px;
    background: #10393B;
    color: #fff;
    border: 1px solid #10393B;
}
#previous-step, #previous-to-details{
    font-size: 14px;
    padding: 10px 45px;
    border-radius: 4px;
    margin-right: 15px;
    background: transparent;
    color: #10393B;
    border-color: #10393B;
    border: 1px solid #10393B;
}
#step2 {
    background: #f7f1ec;
    padding: 0 30px 30px;
}
.detail-box {
    /* width: 100%; */
    background: #fff;
    margin: 20px 0px;
    padding: 35px;
    border-radius: 12px;
}
.detail-box input, .detail-box textarea {
    border-radius: 7px !important;
    margin: 5px 0;
    border: 1px solid #10393b75 !important;
    resize: none;
	font-family: "Open Sans", Sans-serif;
}
.detail-box label {
    display: inline-block;
    width: 100%;
    color: #525252;
    font-family: open-sanse;
    font-size: 16px;
    padding-top: 10px;
	font-family: "Open Sans", Sans-serif;
}
.detail-box h2 {
    font-family: 'Archivo';
    font-weight: 600;
    color: #10393B;
    font-size: 30px;
}
.d-flex {
    gap: 12px;
}
.detail-box ul {
    list-style: none;
    padding: 0;
}
.detail-box ul li {
    border-bottom: 2px solid #ededed;
    padding: 10px 3px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}
.detail-box  ul li span {
    text-align: right;
    float: right;
    font-size: 14px;
}
div#summary h3 {
    color: #F7901E !important;
    font-family: 'Open Sans' !important;
    font-weight: 500 !important;
    margin-top: -7px;
    font-size: 30px;
}
#review-info .detail-box label span {
    border-radius: 7px !important;
    margin: 5px 0;
    border: 1px solid #10393b75 !important;
    resize: none;
    width: 100%;
    padding: .7rem 1rem;
    transition: all .3s;
    display: block;
    height: 40px;
}
input[type="radio"] {
    display: none;
}
div#custom-items-list label {
    align-items: center;
    font-size: 15px;
    padding-bottom: 10px;
}
#custom-items-list input.form-control {
    border-radius: 5px !important;
    margin: 0px 0 0px;
    border: 1px solid #dee2e6 !important;
    resize: none;
    font-size: 14px;
}
/* Red border for invalid fields */
.invalid {
    border-color: red;
}

/* Red border while the invalid field is in focus */
.invalid:focus {
    outline: none;
    border-color: red !important;
    box-shadow: 0 0 5px red;
}

@media screen and (max-width: 1760px) {
    .stepwizard-step p:after {
        width: 215px;
        right: -250px;

    }
}
@media screen and (max-width: 1640px) {
    .stepwizard-step p:after {
        width: 200px;
        right: -235px;
    }
}
@media screen and (max-width: 1580px) {
    .stepwizard-step p:after {
        width: 150px;
        right: -190px;
    }
}
@media screen and (max-width: 1480px) {
    .stepwizard-step p:after {
        width: 130px;
        right: -165px;
    }
}
@media screen and (max-width: 1380px) {
    .stepwizard-step p:after {
        width: 100px;
        right: -130px;
    }
}
@media screen and (max-width: 1260px) {
    .stepwizard-step p:after {
        width: 80px;
        right: -104px;
    }
    div#step2 {
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 1180px) {
    .stepwizard-step p:after {
        width: 65px;
        right: -85px;
    }
}
@media screen and (max-width: 1110px) {
    .stepwizard-step p:after {
        width: 55px;
        right: -70px;
    }
    .stepwizard-step p {
        color: #10393B;
        font-family: "Archivo", Sans-serif;
        font-size: 22px;
        font-weight: 500;
        margin: 0;
    }
}
@media screen and (min-width: 1000px) and (max-width:1532px) {
       ul#packageTabs li button {
        height: 55px;
        background: #10393B;
        border-radius: 10px;
        margin: 0 10px 10px;
        width: 150px;
        text-align: center;
        color: #fff;
        font-weight: 300;
        border: none;
    }
}
@media screen and (max-width: 1015px) {
    .stepwizard-step p:after {
        width: 60px;
        right: -83px;
        top: 12px;
    }
    .stepwizard-step p {
        font-size: 18px;
    }
    .stepwizard-step #step1-btn, .stepwizard-step #step2-btn, .stepwizard-step #step3-btn {
        font-size: 110px;
        line-height: 115px;
        top: -50px;
    }
    ul#packageTabs li button {
        margin-bottom: 10px;
    }
    div#step2 .d-flex, div#step3 .d-flex {
        display: block !important;
    }
}
@media screen and (max-width: 640px) {
    .stepwizard-step p:after {
        width: 60px;
        right: -83px;
        top: 12px;
    }
    .stepwizard-step p {
        font-size: 15px;
    }
    .stepwizard-step #step1-btn, .stepwizard-step #step2-btn, .stepwizard-step #step3-btn {
        font-size: 70px;
        line-height: 80px;
        top: -31px;
    }
    ul#packageTabs li button {
        margin-bottom: 10px;
		width: -webkit-fill-available;
    }
	ul#packageTabs li {
		width: 100%;
    }
	div#custom-package-fields .custom-item.d-flex {
		flex-wrap: wrap !important;
		display: block !important;
	}
	div#custom-package-fields select.form-select {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 550px) {
    .stepwizard-step p:after {
        display: none;
    }
    .stepwizard-step p {
        font-size: 15px;
    }
    .stepwizard-step #step1-btn, .stepwizard-step #step2-btn, .stepwizard-step #step3-btn {
        font-size: 70px;
        line-height: 80px;
        top: -31px;
    }
    div#custom-items-list label {
        align-items: center;
        font-size: 12px;
    }
}
@media screen and (max-width: 445px) {
    div#step1 h2 {
        font-size: 35px;
    }
    .stepwizard {
        background: #F7F1EC;
        padding: 70px 4px;
        margin-top: -220px;
    }
}