.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: 45px;
    width: 45px;
    height: 45px;
    font-size: var(--font-size-20);
    text-align: center;
    padding: 0px 10px;
    margin-right: 10px;
}

.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-b {
    border-top: 1px dashed #b1b1b1;
}

.block {
    display: block;
}

.w-\[250px\] {
    width: 250px;
}

.h-\[35px\] {
    height: 35px;
}

/*form styles*/

#msform {
    position: relative;
}

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

.form-card {
    text-align: left;
}

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

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

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--color-brown);
    outline-width: 0
} */

#msform .action-button {
    width: 100px;
    background: var(--color-brown);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--color-hover);
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

/* .card {
    z-index: 0;
    border: none;
    position: relative
} */

/* .fs-title {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
} */

.purple-text {
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: rgb(69, 69, 69);
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: rgb(69, 69, 69);
    text-align: left;
}

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: #595959;
}

#progressbar .active {
    color: var(--color-brown);
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    line-height: 16px;
    width: 16.66%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar #account:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f007";
}

#progressbar #when:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f017";
}

#progressbar #where:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f601";
}

#progressbar #acco:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f015";
}

#progressbar #budget:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f53d";
}

#progressbar #confirm:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f024";
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: rgb(128, 128, 128);
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 0px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(121, 121, 121);
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--color-hover);
}

.progress {
    height: 3px;
}

.progress-bar {
    background-color: var(--color-brown);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.user-box {
    position: relative;
}

.radio-buttons {
    width: 100%;
    margin: 0 auto;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    margin: 10px 0;
    width: 200px;
    height: 180px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.radio-btn > i {
    color: #ffffff;
    background-color: var(--color-hover);
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
    pointer-events: none;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    opacity: 0;
}

.radio-btn .hobbies-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.radio-btn .hobbies-icon span {
    color: var(--color-hover);
    line-height: 80px;
    font-size: 50px;
}

.radio-btn .hobbies-icon h3 {
    display: block;
    text-transform: capitalize;
}

.custom-radio input:checked + .radio-btn {
    border: 2px solid var(--color-hover);
}

.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.boxes {
    position: relative;
}

.boxes input[type="checkbox"] {
    display: none;
}

.boxes input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 0px;
    margin-right: 0px;
    font: 15px/24px "Roboto", sans-serif;
    cursor: pointer;
    font-weight: 600;
}

.boxes input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.boxes input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-brown);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.boxes input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -2px;
    left: 5px;
    border-radius: 2px;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form__radio-input {
    display: none;
}

.form__label-radio {
    font-size: var(--font-size);
    font-weight: var(--weight);
    cursor: pointer;
    position: relative;
    padding-left: 24px;
}

.form__radio-button {
    height: 20px;
    width: 20px;
    border: 1px solid var(--color-brown);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-brown);
    opacity: 0;
    transition: opacity 0.2s;
}

.form__radio-input:checked ~ .form__label-radio .form__radio-button::after {
    opacity: 1;
}

.inline-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    /* width: 48.5%; */
}

.plans .plan .plan-content {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
    width: 100%;
    min-width: 180px;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    text-align: center;
}

.custome-img img {
    margin: 0 auto;
}

.plans .plan .plan-content span {
    color: #595959;
    text-align: center;
    display: inline-block;
    /* height: 72px; */
    font-size: 50px;
}

.plans .plan .plan-details span {
    /* margin-bottom: 10px; */
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #252f42;
    margin-top: 20px;
}

.container .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }

    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }

    ul.progressbar {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .plans .plan .plan-details span {
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .plans .plan .plan-content {
        min-width: 150px;
    }

    .plans .plan .plan-content span {
        font-size: 32px;
    }

    .plans .plan .plan-details span {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 320px) {
    .plans .plan .plan-content {
        min-width: 116px;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.inspiration a {
    color: #666;
}

@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }
}

.step-wrapper {
    text-align: left;
}

.box-container {
    display: flex;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 300px;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #c1c1c1;
    margin: 0px 14px 0px 14px;
}

.logo-captcha {
    display: block;
    margin-left: 65%;
}

.logo-text {
    text-align: right;
    font-size: 9px;
}

.logo-text-tos {
    display: block;
    text-align: right;
    font-size: 9px;
    font-family: "Roboto", sans-serif;
    margin-left: 80px;
}

.container-captcha {
    margin-right: 10px;
    text-align: center;
    line-height: 0.1rem;
}
