.input-select {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    box-sizing: border-box;
    border-color: #ccc;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container .select2-selection--single {
    height: 40px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    box-sizing: border-box;
    border-color: #ccc;
    border-radius: 0;
}

.select2-container {
    width: 100% !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

.input-label {
    font-size: 1rem;
    color: #343c3d;
    display: inline-block;
    font-style: normal;
    line-height: 20px;
    letter-spacing: .25px;
    margin: 4px 8px 4px 2px;
    font-weight: 600;
    text-wrap: nowrap;
}

.step1-bg {
    background-color: #fff;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 1px 1px 9px -1px rgba(0, 0, 0, .43);
    box-shadow: 1px 1px 9px -1px rgba(0, 0, 0, .43);
    border-radius: 8px;
    margin-bottom: 1rem;
    z-index: 4;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
}

.btn-quote-now {
    background: #00008f;
    border: .0625rem solid #00008f;
    box-shadow: inset 0 -3px 0 #00006d;
    color: #fff;
    font-size: 14px;
    max-height: 44px;
    padding: .75rem 1rem;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: .0625rem;
    border-radius: 0;
}
.btn-quote-now:hover{
    color: #fff;
}

.travel-addmore {
    text-decoration: underline;
    color: #00008f;
    margin-top: 1rem;
    font-size: .75rem;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
    margin: 0;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: .0625rem;
}

.remove-traveler {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    border: 1px solid rgb(204, 204, 204);
}

.accordion-button:not(.collapsed) {
    background: transparent;
}


.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
}

.wizard .nav-tabs {
    background: #274168;
    padding: 10px;
}

.wizard .nav-tabs .nav-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wizard .nav-tabs:after {
    content: "";
    width: 80%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    background: transparent;
    border: 2px solid #ccc;
    color: #ccc;
    z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
    color: #000;
    border: 2px solid #fff;
    background: #fff;
}

.wizard .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    /* border: 2px solid #0dcaf0; */
    color: #0dcaf0;
}

.wizard .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0dcaf0;
    transition: 0.1s ease-in-out;
}

/* .nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0dcaf0;
} */
.wizard .nav-tabs .nav-item span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}

/* -------------------------------- */
/* payment plan */
/* -------------------------------- */

.payment-plan-card {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    border: none;
}

.payment-plan-card .card-header {
    background: #fff;
    padding: 3rem 1.5rem;
}

.payment-plan-card .card-header .payment-plan-name {
    font-size: 2rem;
    font-weight: bold;
}

.payment-plan-card .card-header .payment-plan-price {
    color: #111b1d;
    line-height: 34px;
    font-size: 2.5rem;
    font-weight: bold;
}

.payment-plan-card .card-body .payment-plan-features {
    margin-left: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #343c3d;
}

.collapse-arrow,
.payment-plan-card .card-footer {
    color: #00008f;
}

.payment-plan-card .card-footer .payment-plan-footer-label {
    color: #00008f;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}

.paymentplan-table tr th {
    font-size: 20px;
    line-height: 28px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: bold;
    border-bottom: 0;
}

.paymentplan-table tr td {
    padding: .7rem;
    font-size: .875rem;
    border-bottom: 0;

}

.paymentplan-table tr td:first-child span {
    font-size: 20px;
    line-height: 28px;
    color: #343c3d;
    font-weight: bold;
}
.blue-clr{
    color: #00008f;
}

.previous{
    padding: .5rem 1.4rem;
    font-size: .75rem;
    background: transparent;
    color: #fff;
    border: .0625rem solid #fff;
    border-radius: 0;
}

.disclaimer-text{
    font-size: 15px;
    color: #00008F;

}
