.book-tittle {
    position: relative;
    display: flex;
    align-items: center;
}

.book-icon {
    display: flex;
    background-color: var(--color-hover);
    border-radius: 100%;
    color: var(--color-white);
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: var(--font-size-20);
    text-align: center;
    padding: 0px 10px;
    margin-right: 10px;
}

/*#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: 50px 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 {
    content: "1";
    /* font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff; */
}

#progressbar #contact:before {
    content: "2";
}

#progressbar #flight:before {
    content: "3";
}

#progressbar #payment:before {
    content: "4";
}

#progressbar #summary:before {
    content: "5";
}

#progressbar #last:before {
    content: "6";
}

#progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    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;
}

/*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;
}

.wrapper {
    display: inline-flex;
    background: #fff;
    align-items: center;
    /* justify-content: space-evenly; */
}

.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 #727272;
    box-shadow: none;
    padding: 8px;
    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: 5px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #727272;
    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: #727272;
    border-color: #727272;
}
.payment-source {
    width: 210px;
}

.icons__calender {
    position: absolute;
    right: 12px;
    top: 12px;
    content: "";
    font-size: 18px;
    color: var(--color-cyan);
}

.dropdown.dselect-wrapper .form-select {
    height: 50px;
}

.req-selection span.dselect-placeholder {
    color: #dc3545 !important;
}

.dropdown.dselect-wrapper .form-select {
    height: calc(3.5rem + 2px);
}
.wrapper__content {
    position: relative;
    padding: 20px 0;
}

.wrapper__content h4,
.wrapper__content h5 {
    color: #1e1e1e;
    font-weight: 500;
}

.rit_border {
    border-right: 1px dashed #b6b6b6;
    padding-right: 10px;
    height: 100%;
}

.wrapper__content h4 a,
.wrapper__content h5 a {
    color: #1e1e1e;
}

.location_info span {
    margin-right: 20px;
}

.location_info i,
.location_info svg {
    color: #0094de;
    font-size: 16px;
    margin-right: 6px;
}

.p__tag h4 span {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.p__tag h4 strike {
    color: #fc3459;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 20px;
}

@media (max-width: 992px) {
    .rit_border {
        border-right: none;
    }
}
table {
    width: 100%;
    margin-inline: auto;
    border-collapse: collapse;
    border-spacing: 2rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

table th,
table td {
    padding: 0.25rem;
}

table th:nth-child(1) {
    background: #dfd3b8;
    border-radius: 20px 0 0 0;
    border-right: 7px solid #fff;
}

table th:nth-child(2) {
    background: #c5e0ed;
    border-radius: 0 20px 0 0;
}

table th:nth-child(3) {
    background: #e3f4df;
    border-radius: 0 20px 0 0;
    border-left: 7px solid #fff;
}

table td {
    border-bottom: 2px dashed #eeeded;
    font-weight: 500;
    font-size: 16px;
    color: #686868;
}

table tr:last-child td {
    border-bottom: none;
}

table col:nth-child(2) {
    background: #f4feff;
}

th,
td {
    text-align: center;
}

tbody tr.active {
    background-color: #b4e7b4;
}

tbody tr.active td {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.widget {
    position: sticky;
    top: 20px;
}

.note-content {
    position: relative;
    background-color: #daf3ff;
    border: 1px solid #d3f0ff;
    padding: 20px 30px;
}

form span.text-danger {
    font-size: 14px;
}

.payment-wrapper {
    position: relative;
}
.payment-wrapper input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
}

.payment-wrapper label {
	display: inline-block;
	border: 1px solid currentcolor;
	color: var(--color-white);
	margin-right: 1rem;
	padding: 0.5em;
	border-radius: 0.25rem;
	background-color: var(--color-bg);
	cursor: pointer;
}

.payment-wrapper label:has(input[type=checkbox]:not(:checked)):hover {
	opacity: 0.5;
}

.payment-wrapper label:has(input[type=checkbox]:focus-visible) {
	opacity: 0.5;
}

.payment-wrapper label:has(input[type=checkbox]:checked) {
	background: var(--color-hover);
	color: #fff;
}

 .tripImg {
            position: relative;
            float: left;
            margin-right: 20px;
    }

      .tripImg img {
            border-radius: 6px;
            width: 80px;
            height: 80px;
            object-fit: cover;
      }

      .recent-blg {
        position: relative;
        margin-left: 100px;
      }

      /* .custom-shadow {
        box-shadow: 0 1px 4px 0 rgba(34, 34, 34, 0.2);
      } */

      .font-semibold {
        font-weight: 600;
      }

      .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }

      .text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
      }

      .font-bold {
        font-weight: 700;
      }

      .justify-between {
        justify-content: space-between;
      }
      .flex {
        display: flex;
      }
      .py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
      }
      .gap-3 {
        gap: 0.75rem;
      }

      .pb-5 {
        padding-bottom: 1.25rem;
      }
      /* .border-dashed {
        border-style: dashed;
        border-bottom-width: 1px
      } */
      .border-b {
        border-top: 1px dashed #b1b1b1;
      }

      .block {
        display: block;
      }

      .w-\[250px\] {
        width: 250px;
      }
      .h-\[35px\] {
        height: 35px;
      }

      