.wizardForm .step-steps {
    margin: 0;
    padding: 0;
    display: flex;
}

.wizardForm .step-steps>li {
    list-style: none;
    flex: 1;
    cursor: pointer;
    display: block;
}

.wizardForm .step-steps>li>.number {
    background: #fff;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    border-radius: 3px;
    color: #333;
}

.wizardForm .step-content>.step-tab-panel {
    display: none;
}

.wizardForm .step-content>.step-tab-panel.active {
    display: block;
}

.wizardForm .step-footer>.step-btn {
    padding: 4px 16px;
    color: #333;
    text-decoration: none;
    background: #e5e5e5;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
}

.wizardForm .step-steps {
    position: relative;
    background: #fff;
    border: 0 solid #ccc !important;
    list-style: none;
}

.wizardForm .step-app .step-steps li::after {
    content: " ";
    position: absolute;
    top: 7px;
    width: 100%;
    height: 9.6px;
    background: var(--process-gray);
    border-radius: 0px;
}

.wizardForm .step-app .step-steps li:first-child:after {
    border-radius: 10px 0 0px 10px;
}

.wizardForm .step-app .step-steps li:last-child:after {
    border-radius: 0px 10px 10px 0px;
}

.wizardForm .step-app .step-steps li {
    position: relative;
}

.wizardForm .step-app .step-steps li.active::before,
.wizardForm .step-app .step-steps li.done::before,
.wizardForm .step-app .step-steps li.done::after,
.wizardForm .step-app .step-steps li:last-child.active::before {
    background-color: var(--process-bg);
}

.wizardForm .step-app .step-steps li.active::after,
.wizardForm .step-app .step-steps li.done::after,
.wizardForm .step-app .step-steps li.done::after,
.wizardForm .step-app .step-steps li:last-child.active::before {
    background-color: var(--process-bg);
}

.wizardForm .step-app li.active.error::before {
    background: #bababa;
}

.TitleBorder_bottom {
    position: relative;
}

.TitleBorder_bottom::after {
    position: absolute;
    content: '';
    width: 59px;
    height: 1px;
    background: #243044;
    top: 28px;
    bottom: 0;
    left: 0;
    right: 0;
}

.mtb-22 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.wizardForm span.error,
label.error {
    color: #e03844;
    font-size: 15px;
    width: 100%;
}

.wizardForm .form-label {
    margin-bottom: 5px;
}

.wizardForm .form-control::placeholder,
.wizardForm .form-select:invalid {
    color: #004963;
    font-size: 13.5px;
    font-weight: 400;
}

.wizardForm .form-select {
    background-image: url('https://cdn.travelone.io/v1/img/make_my_trip/slice/downarrow.png');
    background-size: inherit;
}

.wizardForm .btnDropdown {
    border: 1px solid #cecfcc;
    width: 96px;
    text-align: left;
    color: #818181;
    font-size: 11px;
    background: transparent;
    padding-left: 10px;
}

.wizardForm .bulletFont {
    color: #818181;
    font-size: 11px;
    padding: 7px 0 0px 15px;
    margin: 0px 0 0px 0px;
}

.wizardForm .step-footer>.step-btn {
    color: var(--white);
    background: var(--light-color);
    font-weight: var(--font-semibold);
    border-radius: 10px;
    padding: 8.5px 23px;
    transition: all 0.5s ease;
    border: 0;
    font-size: var(--font-19);
    font-family: var(--opensans) !important;
    text-transform: capitalize;
    width: 100%;
    margin-top: 0px;
    letter-spacing: 0.4px;
    transition: 0.5s all ease-in-out;
    --webkit-transition: 0.5s all ease-in-out;
}

.wizardForm .step-footer>.step-btn:hover {
    background: var(--process-bg);
    color: var(--white);
}

.addBtnForm {
    position: relative;
}

.addBtnForm .DeleteBtn {
    position: absolute;
    top: -38px;
    left: auto;
    color: #222222;
    font-size: 17px;
    font-weight: 600;
    right: -23px;
}

.AddtxtBtn {
    color: #195ec8;
    padding-left: 10px;
}

.addWebSocial .dropdown-toggle::after {
    vertical-align: 0.255em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    margin-right: 3px;
    margin-left: auto;
    float: right;
    margin-top: 5px;
    color: #000;
}

.wizardForm {
    position: relative;
}

.wizardForm .dropdown-item {
    font-size: 12px;
    padding: 0 10px;
}

.wizardForm .step-app .step-steps li:last-child {
    flex: none;
    width: 16px;
}

.wizardForm .step-footer>.step-btn.backBtn {
    background: transparent;
    border: 1px solid #004963;
    padding: 7.5px 23px;
    color: #004963;
}

.wizardForm .step-footer>.step-btn.backBtn:hover {
    background: transparent;
    color: #004963;
}

.termConditionSubtext {
    vertical-align: middle;
    font-size: 18px;
    font-family: var(--opensans) !important;
    font-weight: var(--font-regular);
    color: var(--black);
    letter-spacing: 0.4px;
    line-height: 30px;
    display: inline;
}

.termConditionSubtext a {
    font-weight: var(--font-semibold);
    color: var(--process-bg);
    text-decoration: none;
}

.lightPinkColor .form-check-input[type=checkbox] {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-color: var(--black);
    margin-top: 0;
    margin-right: 15px;
    cursor: pointer;

}

.form-check-input:checked[type=checkbox] {
    background-image: url('https://cdn.travelone.io/v1/img/make_my_trip/check.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.cgrayfont {
    color: #535353;
}

.uploadSec input[type="file"] {
    width: 100%;
}

.BPDetailiSec .form-check-input:checked[type=radio] {
    background-color: transparent;
    background-image: url('https://cdn.travelone.io/v1/img/make_my_trip/true-sign.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    min-width: 23px;
    min-height: 25px;
    margin-top: 17px;

}

.BPDetailiSec .payParaTag {
    color: #818181;
    font-size: 11px;
    line-height: 17.2px;
    font-weight: 500;
}

.BPDetailiSec .form-check label.form-check-label {
    line-height: inherit;
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-family: var(--opensans) !important;
    font-weight: var(--font-regular);
    letter-spacing: 0.4px;
}

.PlanYourTripOffcanvas .form-control {
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #004963;
    letter-spacing: 0.4px;
    background-color: rgb(32 197 147 / 8%);
    box-shadow: #20c593 0px 0px 0px 1px inset;
    border: 1px solid #20c59300;
    border-radius: 5px;
    align-items: center;
    justify-content: start;
    vertical-align: middle;
    height: 45px;
    cursor: pointer;
}

.pyt_city_breakup .form-control {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #6fd2a100;
}

.pyt_city_breakup .remove_city_breakup {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

.pyt_city_breakup .add_after_city_breakup_box {
    margin-top: 10px;
}

.city_breakup_screen .add_after_city_breakup {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #20c593;
}

.add_city_breakup {
    font-size: 14px;
    color: #20c593;
    font-weight: 500;
    cursor: pointer;
}

.PlanYourTripOffcanvas .form-control:focus {
    border-color: 1px solid #20c593;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.BPDetailiSec .form-check-input[type=radio] {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 19px;
    background-color: transparent;
    border: 1px solid var(--light-color);
    cursor: pointer;
}

.payParaTag.payparaTagmargin {
    margin-bottom: -41px;
    width: max-content;
    font-size: 12px;
}

.uploadSec.custom-file-button input[type=file] {
    margin-left: 0px !important;
    border: 0;
    font-size: 12px;
    padding: 0;
    padding-bottom: 5px;
}

.uploadSec.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.uploadSec.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.uploadSec .form-control,
.uploadP {
    color: #e03844;
}

.uploadSec .uploadP {
    padding-bottom: 4px;
}

.uploadSec.custom-file-button:hover label {
    cursor: pointer;
}

.uploadSec .input-group-text {
    padding: 3px 9px;
    background-color: #f6f6f6;
    border: 2px solid #dadada;
    width: max-content;
    display: inline-flex;
    font-size: 12px;
}

.PlanYourTripOffcanvas .form-control.error {
    border-color: #8a1f11;
    background-color: #8a1f111c;
}

.interCallInput .intl-tel-input {
    margin: 10px;
    font-size: 14px;
    color: #333;
}

.interCallInput .intl-tel-input input {
    width: 250px;
    border: 1px solid #CCC;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}

.stepPaddingbottom {
    padding-bottom: 0px;
}

.AddWebsite {
    font-weight: 600;
    font-size: 14px;
}

.addWebSocial .dropdown-menu {
    min-width: 6rem;
}

.fixSelectSearch ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.fixSelectSearch ul li {
    list-style: none;
    padding: 3px 10px;
    border: 1px solid #eeeeee;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px 0px 0px 4px;
}

.fixSelectSearchDv {
    width: max-content;
    display: inline-block;
    margin-right: 5px;

}

.fixSelectSearch ul li:nth-child(2) {
    border-left: 0px;
    border-radius: 0px 4px 4px 0;
}

.stepssubTitle.stepsTitleBold {
    font-weight: 600;
}

.wizardForm .form-label.formLabelFont12 {
    word-wrap: break-word;
    width: 125px;
}

.custom-selectWidth {
    width: 96px;
}

.custom-selectWidth.custom-select .select-selected {
    border-radius: 4px 0px 0 4px;
}

.form-label.fontregular.dark-blue-text.logo_review_details_label {
    padding-left: 5px;
    vertical-align: top;
}

.plan_label_area span.plan_label_txt {
    font-size: 14px;
    font-weight: 500;
    color: #004963;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.plan_item_inner .traveler_join_group_box, .plan_item_inner .traveler_women_only_box {
    margin: 10px 0;
}

.plan_item_inner .traveler_join_group_box span,
.plan_item_inner .traveler_women_only_box span {
    font-size: 16px;
    font-weight: 500;
    color: #004963;
    margin-left: 5px;
}