.mr-3{
    margin-right: 3em;
}

.mr-2{
    margin-right: 2em;
}

.mr-1{
    margin-right: 1em;
}

.gap-25{
    gap: 25px;
}
.about_text_img img {
  vertical-align: top;
  height: auto;
}
/*.etl-single-contact-right-content{
	text-align: center;
}*/
.etl-single-contact-right-content img {
    width: 70% !important;
}
.contact_us .row.align-items-center.justify-content-between {
  align-items: unset !important;
}
.about_text_img ul.ContactBar li a, .about_text_img ul.ContactBar li {
  color: #000 !important;
}
.BlogPosts .BlogImage {
    max-width: 100%;
    max-height: 348px;
    overflow: hidden;
    border-radius: 10px;
}
.BlogPosts .BlogImage img {
    max-height: 348px;
    width: 100%;
    min-height: 348px;
    object-fit: cover;
}
.BlogPosts h1 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0 0 0;
    color: #222;
    text-decoration: none;
    min-height: 63px;
    display: flex;
    align-items: center;
}
.BlogPosts a {
    color: #222;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
}
.BlogPosts p a.ReadMore {
    color: #0d6efd;
}
.SearchBtn button.btn.btn-primary {
    padding-bottom: 0;
    height: 38px;
}
/*.BlogPosts p {
    text-align: justify;
}*/
.BlogPosts.DetailPage h1 {
    font-size: 22px;
    text-align: center;
}
.BlogPosts.DetailPage .BookingCalendar {
    text-align: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
}
.BlogPosts.DetailPage h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.BlogPosts.BlogDetailPage h1 {
    font-size: 30px;
    text-align: center;
    margin: 20px 0 10px;
}
.BlogPosts.BlogDetailPage p {
    text-align: justify;
    font-size: 16px;
    color: #222;
}
ul.RecentPost {
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.RecentPost li {
    display: flex;
    column-gap: 10px;
    margin-bottom: 15px;
}
ul.RecentPost li span.BlogImg {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
ul.RecentPost li span.BlogImg img {
    width: 100%;
    height: 100%;
}
ul.RecentPost li a span.BlogTitle {
    width: 100%;
}
ul.RecentPost li span.BlogTitle a {
    font-size: 16px;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 -5px;
    text-transform: uppercase;
}
.BlogTitle span.PostDate {
    font-size: 12px;
    color: #ccc;
}
ul.RecentPost span.BlogTitle {
    display: flex;
    flex-direction: column;
}
.BlogPosts.BlogDetailPage .BlogImage img {
    min-height: auto;
    max-height: 400px;
    object-fit: cover;
}
.BlogPosts.BlogDetailPage .BlogImage {
    max-height: unset;
}
.BlogPosts.DetailPage .BlogImage img {
    min-height: auto;
}
.BlogPosts.DetailPage .BlogImage {
    max-height: unset;
}
/*.BlogPosts.DetailPage .BookingCalendar a {
    color: #fff;
}*/
.site_btn.BlogPages button.btn {
    padding: 0;
    width: 100%;
    height: 38px;
    line-height: 42px;
}
.about_text_img ul.ContactBar span.icon-list-icon, .contact_us ul.ContactBar span.icon-list-icon {
    color: #222;
}

.blog_listing{
    min-height: calc(100vh - 241px);
}
.DownloadBook .modal-body button.btn-close {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 9px;
}
.DownloadBook .BookDownload .input-group {
    margin: 0px 0px 15px;
}
.DownloadBook .BookDownload button.BtnGetinTouch {
    color: #fff;
    border-radius: 5px;
    padding: 5px 0 0 0;
    border: 0;
}
.DownloadBook .BookDownload .input-group input.form-control {
    background: #eee;
    text-align: center;
    /* text-transform: uppercase; */
    padding-bottom: 0;
    font-size: 16px;
}
.DownloadBook .modal-body {
    text-align: center;
    color: #000;
}
.DownloadBook .modal-body p{
    font-size: 16px
}
.alert-danger {
    list-style-type: none;
}
.error-box li.alert.alert-danger {
    margin-bottom: 0;
}

.error-box {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    margin-bottom: 0
}
h3.sub-head-h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}