/* cmsms stylesheet: wysiwyg modified: 09/24/26 07:01:41 */
.wysiwyg {
    font-size: 13px;
    line-height: 20px;
}
.wysiwyg h1 {
    font-size: 30px;
}
.wysiwyg h2{font-size:25px;}
.wysiwyg h3{font-size:19px;}
.wysiwyg h4{font-size:16px;}
.wysiwyg p, .wysiwyg ul{font-size:13px;margin-bottom:12px; line-height:22px}
.wysiwyg .lead {
    font-size: 16px;
}

.wysiwyg .alert {
    padding: 15px;
    margin-bottom: 20px;
}
.wysiwyg .alert-success {
        padding: 15px;
    margin-bottom: 20px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.wysiwyg .alert-info {
    padding: 15px;
    margin-bottom: 20px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.wysiwyg .alert-warning {
    padding: 15px;
    margin-bottom: 20px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wysiwyg .alert-danger {
    padding: 15px;
    margin-bottom: 20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.wysiwyg  table{
width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
border-spacing: 0;
    border-collapse: collapse;
 font-size: 13px;}
.wysiwyg  td{padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;  font-size: 13px;}

.wysiwyg  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
/* cmsms stylesheet: itinerary modified: 09/24/26 07:01:41 */
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.d-flex {
    display: flex !important;
}
.flex-column {
    flex-direction: column !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
}
.card:not(.bg-dark) {.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
}
    border: 1px solid #e4e4e4;
}
.card-body {
    padding: 1rem 1.5rem;
}
.pl-3, .px-3 {
    padding-left: 1.5rem !important;
}
.pr-3, .px-3 {
    padding-right: 1.5rem !important;
}
.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 9px;
    margin-left: -1px;
    border-right: 2px dashed #c4d2e2;
    height: 100%;
    display: block;
}

.timeline-row {
      padding-left: 33px;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    left: 0;
    top: 20px;
    text-align: right;
    margin-right: 20px;
    color: #000000;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: .8rem;
    color: #8796af;
}

.timeline-row .timeline-content {
    position: relative;
    padding:0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 3px;
    width: 40px;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -48px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 100;
    background: #ffffff;
    border: 2px dashed #c4d2e2;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 2rem;
    line-height: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row .timeline-content {
    margin-left: 4px;
    text-align: left;
}

.timeline-row .timeline-content:after {
    left: -39px;
    border-right: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


.timeline-row:last-child {
    margin-bottom: 0;
}




@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }
    .timeline:after {
        left: 28px;
    }
    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }
    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }
    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 36px;
        position: relative;
    }
.timeline-row .timeline-content:before{
left: -28px;
}
.order-1-sm{
order:1
}
.order-2-sm{
order:2
}
.timeline-row .timeline-content:after {
    left: -25px;
}
}
@media (min-width: 768px) {
    .card.flex-md-row .card-img {
        border-radius: 0 0.375rem 0.375rem 0;
        object-fit: cover;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
}
.transparent-70{
background-color: rgb(255 255 255 / 70%);
}
.itinerary-lists ul{
padding-left: 18px;
}
.itinerary-lists li{
margin-bottom:10px
}
.itinerary-lists li:last-child{
margin-bottom:0
}
