header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
}

div#myTopnav a {
    font-size: 16px;
    text-decoration: none;
    /* padding: 45px 20px; */
    display: inline-block;
    transition: 0.4s ease;
    color: #ffff;
}

div#myTopnav a.closebtn {
    color: white;
    font-size: 30px;
    display: none;
}

.cm-header-navbar .logo img {
    width: 240px;
    transition: 0.4s ease;
    height: 60px;
}

.dropdown {
    display: block;
    transition: 0.4s ease;
    cursor: pointer;
}

.dropdown.hovermenu {
    padding: 35px 10px;
}

.hovermenu:hover>.dropdown-content {
    display: block !important;
}

.cm-header-navbar {
    box-shadow: 0px 0px 12px -10px #000000;
    background-color: #0E5B93;
}

.dropdown .dropdown-content {
    /*display: none;*/
    position: absolute;
    top: 94px;
    max-width: 300px;
    background-color: #e80505;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9999;
    border-top: 5px solid #009361;
}

.dropdown-content a {
    width: 100%;
    padding: 10px 10px !important;
    color: #e42d2d;
    border-bottom: 1px solid #efefef;
    background: #0E5B93;
}

.dropdown-content a:hover {
    background: #0093611f;
}

.dropdown .dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown button.dropbtn {
    border: none;
    background: #f0f8ff00;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}


/*Home Page style*/
.cm-home-exploredist {
    /* width: calc(33.33% - 20px); */
    width: 33.3%;
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.6s ease;
}

.cm-home-exploredist h4 {
    font-size: 20px;
    padding-top: 20px;
}

.cm-home-exploredist .cm-pos-relative img {
    height: 100%;
    object-fit: fill;
    /* border-radius: 20px; */
    /* height: 250px; */
    object-fit: cover;
}

/* .category-img{
    height: 393px;
} */

/* .cm-pos-relative.cm-box-dist-img {
    height: 250px;
} */

.cm-home-exploredist:hover {
    box-shadow: none;
}

.cm-mostpolicy .most-serach {
    position: relative;
}

.place-near-box {
    background: #fdfdfd;
    margin: 45px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 26px #cdcdcd;
}

.most-serach-find {
    /* background: gray; */
    padding: 30px 30px;
}

.cm-section-baggage {
    background-color: #F5F5F5;
}

.most-serach img {
    max-width: 100%;
    max-height: 100%;
}

.place-near-box img {
    border-radius: 10px 11px 0px 0px;
}

.responsive-slider-destination button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    background: #ffffffe0;
    border-radius: 50%;
    font-size: 0;
    width: 40px;
    height: 40px;
    z-index: 9;
    border: 1px solid;
    border: none;
    box-shadow: 0px 0px 4px #c5c5c5;
    cursor: pointer;
}

.attach-feel-free h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
}

.attach-feel-free .attach-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    flex-wrap: wrap;
    align-content: center;
}

.attach-feel-free .attachment-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.responsive-slider-destination button.slick-prev.slick-arrow:before {
    content: "🡠";
    font-size: 20px;
}

.responsive-slider-destination button.slick-next.slick-arrow:before {
    content: "🡢";
    font-size: 20px;
}

.responsive-slider-destination button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    background: #ffffffe0;
    top: 50%;
    border-radius: 50%;
    font-size: 0;
    width: 45px;
    height: 45px;
    z-index: 9;
    border: none;
    box-shadow: 0px 0px 4px #c5c5c5;
    cursor: pointer;
}

.slick-box-slid button.slick-next.slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 0px 7px #dcdcdc;
    border: none;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slick-box-slid button.slick-prev.slick-arrow {
    display: none !important;
}

.slick-box-slid ul.slick-dots {
    display: inline-flex;
    position: absolute;
    /* border: 0; */
    list-style: none;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-box-slid ul.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    border: none;
    cursor: pointer;
}

.slick-box-slid button.slick-next.slick-arrow:before {
    content: "🡢";
    font-size: 20px;
    /* content: '&#9658'; */
}

/*Post Detail Page*/
.slick-box-slid li.slick-active button {
    background: #b3b3b3;
}

.cm-pos-relative.post-detial-banner img {
    position: relative;
    opacity: 0.6;
    height: 500px;
    object-fit: cover;
}

.post-detial-banner .cm-hero-post-banner {
    position: absolute;
    top: auto;
    z-index: 9;
    color: white;
    left: 40px;
    transform: unset;
    bottom: 17px;
}

.long-desc h2,
.long-desc h3,
.long-desc h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #006643;
}

.cm-pos-relative.post-detial-banner {
    background: #000000ad;
}

.cm-section.cm-postdetail-content h3 {
    margin: 15px 0px;
    font-weight: bold;
    font-size: 24px;
}

.long-desc p,
.long-desc li {
    font-size: 18px;
}

.cm-question {
    width: 100%;
    display: flex;
    background-color: #fbfbfb;
    padding: 15px 10px;
    border-radius: 5px;
    cursor: pointer;
    justify-content: space-between;
}

.cm-question h4 {
    font-size: 18px;
    display: flex;
    font-weight: 500;
}

.cm-question-box {
    border: 1px solid #f7f7f7;
    margin-bottom: 20px;
    border-radius: 5px;
}

.questoin-ans {
    padding: 10px 10px 20px;
    display: none;
}

.cm-question span {
    margin-right: 15px;
}

section.cm-section.cm-postdetail-content ul {
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: inside url(../image/list-icon.png);
}

section.cm-section.cm-postdetail-content ul li {
    margin-top: 15px;
    list-style-position: outside;
}

/*Fotoer Call Now  style*/
.cm-pos-absolute.fixed-callnow {
    width: 100%;
    /* border: 1px solid red; */
    background: #00764e;
    z-index: 1000;
    position: fixed;
    padding: 10px 0px;
    bottom: 0;
    color: white;
}

.cm-pos-absolute.fixed-callnow img {
    width: 40px;
}

.cm-pos-absolute.fixed-callnow a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #ffff;
}

.related-pages-box {
    padding: 10px 20px 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border: 2px dashed #009361;
    width: 100%;
    border-radius: 5px;
}


.list-link-realated-post ul {
    width: 100%;
    list-style: none !important;
    margin: 0 !important;
}

.list-link-realated-post .related-image-list {
    margin-right: 10px;
}

.list-link-realated-post ul li a {
    text-decoration: none;
}

.list-link-realated-post ul li {
    border-bottom: 1px dashed #009566;
    display: flex;
    align-items: center;
}

.list-link-realated-post ul li:last-child {
    border-bottom: none;
}

.list-link-realated-post img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: contain;
    margin-top: -15px;
}

.list-link-realated-post h4 {
    font-size: 18px;
}

.list-link-realated-post p {
    font-size: 15px;
}

.blogrelated-post {
    width: calc(33.33% - 20px);
}

.image-postrelated {
    height: 250px;
    width: 100%;
}

.image-postrelated img {
    /* object-fit: cover; */
    height: 250px;
    border-radius: 5px;
}

.cm-postion-stick {
    position: sticky;
    top: 100px;
}

.related-post-name-change h2 {
    font-weight: bold;
}

.cm-banner-cancellation .image-cancellation img {
    border-radius: 130px 0px 0px 0px;
    width: 500px!important;
    margin-left: 25%!important;

}

.cm-pos-relative.post-detial-banner .cm-prime-btn {
    margin-left: 0;
    margin-right: 0;
}

.cm-flex-type-2.cm-banner-cancellation h2 {
    font-size: 50px;
}

.long-desc p {
    margin: 20px 0px;
    font-size: 18px;
}

.cm-question span i {
    font-size: 22px;
}

/* Table Style */
table {
    border: 1px solid;
    width: 100%;
    border-collapse: collapse;
}

table th {
    background-color: #006643;
    color: white;
    font-size: 18px;
    border: 1px solid black;
}

figure.table table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}

figure.table table {
    width: 100%;
}

figure.table td {
    padding: 10px 10px;
    font-size: 15px;
}

figure.table table thead {
    color: white;
    font-size: 16px;
    background: #009361;
}

figure.table table th {
    padding: 10px 10px;
}

figure.table table tr {
    text-align: center;
}

.service-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.service-list ul li {
    padding: 5px 10px;
    display: flex;
    width: calc(50% - 10px);
    align-items: center;
    margin-bottom: 20px;
    font-size: 10px;
}

.service-list ul li p {
    font-size: 18px;
    font-weight: 600;
}

.service-list ul li img {
    margin-right: 20px;
}

/* Social Media Icons */
.cm-pos-fixed.social-media-icons {
    z-index: 999;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.show {
    /* display: none;
    text-align: left;
    padding: 12px;
    color: white;
    font-size: 16px;
    width: 40px;
    background-color: #006643;
    margin-top: 0px; */
    border-radius: 50%;
    background-color: #006643;
}

.social-media-icons .icons-facebook {
    background: #1778f2;
    color: #fff;
}

.social-media-icons .icons-pinterest {
    background: #E60023;
    color: #fff;
}

.social-media-icons .icons-twitter {
    background: #00acee;
    color: #fff;
}

.social-media-icons .icons-linkedin {
    background: #0077b5;
    color: #fff;
}

.social-media-icons .icons-youtube {
    background: #FF0000;
    color: #fff;
}

/* .social-media-icons a:hover {
    background-color: #000;
} */

.social-media-icons a {
    display: block;
    text-align: left;
    /* padding: 8px; */
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    width: 40px;
    margin-top: 5px;
    text-decoration: none;
}

.show a {
    text-decoration: none;
}

.social-media-foo-icons a {
    border: 1px solid #adadad;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}

.icons-facebook:hover {
    background: #1778f2;
    color: #fff;
}

.icons-pinterest:hover {
    background: #E60023;
    color: #fff;
}

.icons-twitter:hover {
    background: #00acee;
    color: #fff;
}

.icons-linkedin:hover {
    background: #0077b5;
    color: #fff;
}

.icons-youtube:hover {
    background: #FF0000;
    color: #fff;
}

.cm-postdetail-content .cm-page-center.cm-flex-type-2.cm-mob-wrap {
    align-items: flex-start;
}

.search {
    padding: 13px;
    font-size: 15px;
    width: 90%;
    margin-left: 10px;
    border: 0px;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

.submit {
    padding: 8px;
    font-size: 18px;
    border: 1px solid #009361;
    background-color: #006643;
    color: white;
    margin-right: 10px;
    margin-bottom: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-search {
    /* display: none; */
    right: 0;
    width: 500px;
    position: absolute;
    /* padding: 10px; */
    background-color: white;
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 0;
    display: none;
}

.nav-search form {
    display: flex;
}

.nav-search ul li {
    font-size: 16px;
    list-style: none;
    color: black;
    padding: 15px;
    border-bottom: 1px solid gray;
}

.suggestion-list li {
    display: flex;
    flex-direction: row;
    /* display: none; */
}

.search-img {
    width: 70px;
    height: 50px;
    border-radius: 5px;
}

.search-txt {
    margin-left: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
}

.suggestion-list {
    display: none;
}

/* about us */

.hero-image {
    background-image: url("../image/here-image.webp");
    height: 400px;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    object-fit: cover;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-1 {
    width: 100%;
    margin-bottom: 10%;
}

.heading {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
}

.inside-heading {
    padding: 20px 0px 10px;
    font-size: 25px;
}

.content {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    margin-top: 30px;
}

.cm-txt-center.quicklinks {
    padding: 20px 0px;
    display: inline-block;
    padding: 12px 16px;
    font-size: 16px;
    touch-action: manipulation;
    margin-bottom: 8px; 
}

.quicklinks a.site-link {
    padding: 0px 15px;
    display: inline-block;
    padding: 12px 16px; 
    font-size: 16px;
    touch-action: manipulation;
    margin-bottom: 8px;
    color: #fff;
}

.site-link {
    font-size: 18px;
    text-decoration: none;
}

svg.w-5.h-5 {
    width: 16px;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    padding: 10px 10px;
    background: #97e5ff;
    border-radius: 10px;
    color: #fff;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    padding: 10px 10px;
    border-radius: 15px;
    border: 1px solid;
    margin-right: 3px;
}
.detail-row ul {
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: inside url(../image/list-icon.png);
  }
  .detail-row ul li {
    list-style-position: outside;
    margin-top: 10px;
  }

  .title-table {
    padding: 10px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    background-color: #e9f1f7;
    /* width: 100%; */
    margin-left: 8px;
    position: sticky;
    top: 110px;
}
.title-table h3 {
    color: #000;
    margin: 0 !important;
}
.title-table .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-toggle {
    border: 1px solid #999;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
.title-contend{
    display: none;
}
.title-contend ul {
    margin: 10px 0 10px 15px !important;
}
.title-table .title-contend li {
    list-style: none;
    margin-top: 10px !important;
    margin: 5px 0;
}
.title-table .title-contend li * {
    font-size: 16px;
    color: #000 !important;
    font-weight: 400 !important;
}
.title-table .title-contend li h2{
    margin-left: 10px !important;
    position: relative;
}
.title-table .title-contend li h3{
    margin-left: 20px !important;
    position: relative;
    font-size: 14px;
}
.title-table .title-contend li h4{
    margin-left: 30px !important;
    position: relative;
}
.title-table .title-contend li :is(h2, h3, h4)::before {
    content: "";
    left: -13px;
    top: 5px;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}
.title-table .title-contend li a {
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}
.title-table .title-contend li :is(h2,h3,h4,h5):hover{
    color: #0077b5 !important;
}
.detail-row .column-left .blog_faq h4, .detail-row .column-left .blog_faq p:last-of-type {
    padding: 0;
    margin: 0;
}
/* updated css */
/* Comment Display Container */
/* Comment Display Container */
.Message-box{
    border-bottom: 1px solid #e3e3e3;
}
.about-comment{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.comment-display{
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    margin-top: 30px;
}
.commnt-user{
    font-size: 16px;
    margin-bottom: 5px;
}
.comment-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.Timeofcomment span{
    font-size: 13px;
}
.Timeofcomment .clock{
    margin: 0px 4px;
}
.comment-display .comment-text{
    font-size: 16px;
    font-weight: 400;
    color: #0c0202;
    margin: 8px 0px;
    word-spacing: 2px;
}
.More-Comment{
    font-size: 16px;
    font-weight: 700;
    color: #12AD2B;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}
.More-Comment a{
    text-decoration: none;
}
.comment-reply{
   margin-top:10px;
   padding-left: 70px;
}
.comment-display .reply-image img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
/* Media Query Start */
@media screen and (max-width: 480px) {
    .comment-display {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 20px;
    }
    .reply_comment {
        margin-left: 30px;
    }
}

.canada-airlines table ul {
    list-style: disc !important;
}