/*form styles*/
#msform {
    text-align: center;
    position: relative;
}

#msform fieldset .form-card {
    position: relative;
    background: #ffffff;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 3% 20px 3%; */

}

#msform fieldset {
    position: relative;
    background: #ffffff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
}

#msform input,
#msform textarea {
    /* padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px; */
    /* margin-bottom: 25px; */
    /* margin-top: 2px; */
    /* width: 100%; */
    box-sizing: border-box;
    /* font-family: montserrat;
    color: #2C3E50; */
    font-size: 14px;
    /* letter-spacing: 1px; */
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: normal;
    /* border-bottom: 2px solid #bbb; */
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    background: #217206;
    border: 1px solid #329212;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 36px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #329212;
    border: 1px solid #329212;
    color: #fff;
    outline: none;
    box-shadow: none;
}

/*Previous Buttons*/
#msform .action-button-previous {
    background-color: unset;
    border: 1px solid #A80833;
    color: #A80833;
    display: inline-block;
    font-weight: bold;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 36px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #A80833;
    border: 1px solid #A80833;
    box-shadow: none;
    color: #fff;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    /* border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px; */
    /* margin: 2px; */
}

select.list-dt:focus {
    border-bottom: none;
}

/*The background card*/

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    padding: 15px 0;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-family: 'Merienda One', cursive;
    font-weight: normal;
    font-size: 1.75em;
    margin-bottom: 10px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #bbb !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#progressbar .active {
    color: #2b2b2b;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16.66%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    display: none;
}

#progressbar #information:before {
    content: "O";
}

#progressbar #t_information:before {
    content: "O";
}

#progressbar #flight:before {
    content: "O";
}

#progressbar #confirmation:before {
    content: "O";
}

#progressbar #payment:before {
    content: "O";
}

#progressbar #last:before {
    content: "O";
}

#progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    background: #bbb;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #bbb;
    position: absolute;
    left: -50%;
    top: 25px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #217206;
}


/* .radio-group {
    position: relative;
    margin-bottom: 25px;
} */

/* .radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #bbb;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: none;
}

.radio.selected {
    box-shadow: none;
} */

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.user_existing {
    background-color: #A80833;
    color: #ffffff;
    line-height: 2rem;
    font-size: 13px;
    padding: 10px 20px;
}

.user_existing a {
    color: #fff;
    font-weight: 500;
}

.user_existing a:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.trpcnt {
    line-height: 2rem;
    font-size: 13px;
}

.group_wrap h6 {
    font-size: 15px;
    font-weight: 400;
}

.step_btn {
    padding-right: 30px;
}

.additional_wrap {
    display: inline-flex;
    background: #fff;
    /* height: 100px; */
    width: 100%;
    align-items: center;
}

.additional_content {
    display: inline-flex;
    text-align: left;
    align-items: center;
}

.addcnt_info_lable {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-right: 40px;
}

.inputcategry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    width: 222px;
}

.wrapper {
    display: inline-flex;
    background: #fff;
    align-items: center;
    /* justify-content: space-evenly; */
}

/* 
.wrapper .option {
    background: rgb(243, 243, 243);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin:0 0 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    transition: all 0.3s ease;
}

.wrapper .option .dot {
    height: 16px;
    width: 16px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #329212;
    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: #329212;
    background: #329212;
}

#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 {
    color: #494848 !important;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px !important;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #fff !important;
} */

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #A80833;
    box-shadow: none;
    padding: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 16px;
    width: 6px;
    height: 14px;
    border: solid #A80833;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.tripbook_overview {
    margin-top: 20px;
    text-align: left;
    margin-right: 30px;
}

.summary-image {
    position: relative;
}

.summary-image img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.dateinfo {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid #e1e1e1;
    margin: 10px 0;
}

.tripdays {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
}

.dateday {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.tripdays {
    display: block;
}

.policy-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

.form-check {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.form-check label {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.form-check-input {
    border-color: solid rgb(117, 117, 117);
    border: 2px solid rgb(117, 117, 117);
}

.form-check .form-check-input[type=radio] {
    border-radius: 100%;
    height: 24px;
    width: 24px;
}

.form-check-input:checked {
    background-color: #217206;
    border-color: #217206;
}

#booking-summary .table td,
.table th {
    color: #313131;
    vertical-align: middle;
    border-top: none;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    padding: 8px 8px;
    align-content: center;
}

#booking-summary table th {
    font-size: 18px;
    font-weight: 700;
}

#booking-summary table tr th {
    font-size: 14px;
    font-weight: 700;
}