body {
    margin: 0px;
    font-family: "Poppins", sans-serif;
    color: #4d4d4d;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}


/* Logo Section */

main.logo-section {
    padding: 10px 0px;
    background: #ffffff;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, .2);
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.hdt-btn a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    background: #f85959;
    border: none;
    border-radius: 50px;
    position: relative;
    line-height: 50px;
    justify-content: space-between;
    padding: 8px 25px;
    transition: all 0.5s ease-in-out;
}

.hdt-btn a:hover {
    color: #000000 !important;
    background: #1febd6;
}

select#locationDropdown {
    padding: 10px;
    border: 0;
    border-radius: 5px;
}

.banner-section .banner-txt button {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #FF6A6A;
    color: white;
    border: none;
    cursor: pointer;
    flex: 0 1 120px;
}
.hdr-cntct a {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    transition: .2s linear;
    text-transform: lowercase;
}

.hdr-cntct li {
    padding: 0px 12px;
    float: none;
    display: inline-block;
    vertical-align: top;
    transition: .2s linear;
}

.hdr-cntct ul {
    text-align: right;
}

.hdr-cntct a:hover {
    color: #ff7112;
}


.banner-section .banner-txt button:hover {
    background-color: #e55b5b;
}


/* Close Logo Section */

/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

/* Close Menu Section */

.hdr-1 {
    padding: 10px 0;
    background: #fb420e;
}

.hdr-1 h6 {
    margin-bottom: 0;
    color: #fff;
}
 

/* Banner Section */
.banner-section .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.banner-section .carousel-caption {
    z-index: 9;
    text-align: left;
    left: 0;
    right: 0;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 9;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}

.bnr-btns a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    background-color: #fa360a;
    padding: 14px 35px 14px 35px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    text-decoration: none;
}

.banner-txt {
    text-align: center;
    margin-top: -150px;
}

.banner-txt h2 {
    font-size: 39px;
    line-height: 45px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    margin: 0px 0 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.banner-txt h2 span {
    color: #f7cc04;
    font-family: "Square Peg", serif;
    font-size: 63px;
}

section.hm-4 p {
    text-align: center;
}

.banner-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    text-align: center;
    padding: 0 200px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
}

.hdr-2 p {
    text-align: center;
}



section.hm-1 {
    padding: 0px 0 100px;
    position: relative;
    z-index: 999;
}

section.hm-1 .container {
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.trnsprt-bx {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.hm-4a.g-3 {
    margin-top: 10px;
}

section.hm-4 {
    padding: 40px 0;
}

.hm-1 span {
    font-size: 60px;
    color: #f85959;
}

.hm-1-bx {
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
    padding: 25px;
    transition: .3s;
    border-radius: 2px;
    text-align: center;
}

.hm-1-bx:hover {
    background: #f85959;
    color: #fff;
}

.hm-1-bx h3 {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.hm-1-bx:hover h3 {
    color: #fff;
}

.hm-1-bx p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.hm-1-bx img {
    width: 70px;
}

.hm-1-bx:hover img {
    filter: contrast(0%) brightness(2);
}

.hm-2a {
    background-color: #f7cc04;
    padding: 85px 0px;
    text-align: center;
}

.hm-2a h2 {
    font-weight: 500;
    font-size: 29px;
    color: #590202;
    margin: 0 0 30px;
}

.hm-2a p {
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    letter-spacing: .5px;
    text-align: center;
}
 
.trvl-rcm {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    margin-bottom: 20px;
    height: 100%;
}

.trvl-rcm h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 27px;
    color: #000;
}

.rcmnt-2a a {
    text-decoration: none;
}

.trvl-rcm p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    line-height: 25px;
}

.hdr-2 h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
}

.trvl-rcm img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}



section.hm-3 {
    padding: 50px 0;
}

section.hm-3 .hdr-2 {
    text-align: center;
    margin-bottom: 20px;
}

.btn-stl-2 a {
    background-color: #03588c;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: .6s all;
    display: inline-block;
    width: fit-content;
}

.btn-stl-2 a:hover {
    background-color: #f7cc04;
}

.rcmnt-3 {
    text-align: center;
    margin-top: 30px;
}

.pplr-bx {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .7s all;
    height: inherit;
}

.pplr-bx-mn {
    height: 250px;

    overflow: hidden;
}

.pplr-bx-mn:nth-child(1),
.pplr-bx-mn:nth-child(2) {
    height: 300px;
}

.hm-2b {
    padding: 50px 0;
}

.pplr-bx img {
    transition: .7s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pplr-bx:hover img {
    transform: scale(1.05);
}

.discount-banner {
    background-color: #ff6b00;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: colorChange 3s infinite;
}

.hm-2c {
    margin-top: 30px;
}

.pplr-bx h3 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.trnsprt-bx .btn-stl-2 {
    margin-top: 10px;
}

.trnsprt-bx .btn-stl-2 a {
    padding: 5px 20px;
    font-size: 14px;
}

section.hm-5 {
    background: #4ccac3;
    padding: 110px 0;
}


.cntr-sc {
    margin-top: 60px;
}

div#counter1 span {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}

.cntr-sc h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
}

section.hm-5 h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
}

section.hm-5 .hdr-2 p {
    color: #fff;
}


section.hm-pplr-dstntn {
    background-color: #fff;
    padding: 100px 0px 80px;
}

.hdg-3 p {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    margin: 0 0 30px;
    padding: 0 150px;
    text-align: center;
}

section.hm-pkgs {
    background: #f1f1f1;
    padding: 75px 0px;
}

.pkg-bx-mn h2 {
    margin: 0;
    color: #ed1e24;
    font-family: 'Square Peg';
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

.pkg-bx-mn h3 {
    margin: 0;
    color: #590202;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}

.pkg-bx-mn p {
    margin: 10px 0;
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.pkg-bx-mn a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}
.hdr-cntct {
    margin-bottom: 10px;
}
.content-box {
    background: #f7cc04;
    padding: 30px 30px 20px;
    width: 58%;
    bottom: 20px;
    left: 20px;
    position: absolute;
}

.pkg-bx-mn a {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    height: 320px;
    background-position: center !important;
    background-size: 113% !important;
    background-repeat: no-repeat !important;
    transition: 0.2s linear;
}

.pkg-bx-mn a:hover {
    background-size: 120% !important;
    background-repeat: no-repeat !important;
    transition: 0.2s linear;
}

.dstntn-img-sc-1 {
    position: relative;
    transition: 0.2s linear;
}

.dstntn-img-sc-1 .wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

figure.dstntn-cntnt-img {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
}

figure.dstntn-cntnt-img img {
    border-radius: 5px;
    transition: .2s linear;
    width: 100%;
}

figcaption {
    position: absolute;
    z-index: 9;
    bottom: 0;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.66) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(52%, rgba(0, 0, 0, 0.34)), color-stop(100%, rgba(0, 0, 0, 0.66)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.66) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.66) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.66) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.dstntn-cntnt-2 {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
    background-color: rgb(254 132 7 / 80%);
    bottom: 0;
    z-index: 99;
    padding: 50px;
    transform: translate3d(0, 100%, 0);
    transition: 0.2s linear;
    display: grid;
    align-items: center;
    align-content: center;
}

.dstntn-cntnt-2 h2 {
    color: #fff;
    font-family: 'Square Peg';
    font-size: 41px;
    margin: 0 0 0px;
    text-align: center;
    font-weight: 600;
}

.dstntn-cntnt-2 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
}

.dstntn-cntnt-2 a {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    text-align: center;
    padding: 7px 15px;
    background-color: #f7cc04;
    border-radius: 25px;
    transition: 0.2s linear;
    text-decoration: none;
    width: fit-content;
    margin: auto;
}

.dstntn-cntnt-2 a:hover {
    color: #ff7112;
    text-align: center;
    background-color: #fff;
    transition: 0.2s linear;
}

.dstntn-img-sc-1:hover .dstntn-cntnt-2 {
    transform: translate3d(0, 0%, 0);
    transition: 0.2s linear;
}

.dstntn-cntnt-1 {
    bottom: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.dstntn-cntnt-1 h2 {
    color: #fff;
    font-family: 'Square Peg';
    font-size: 41px;
    margin: 0 0 0px;
    transition: 0.2s linear;
    font-weight: 600;
}

.dstntn-cntnt-1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    text-align: center;
}

section.sc-blog {
    background: #f1f1f1;
    padding: 75px 0px;
}

.dstntn-img-sc-1:hover .dstntn-cntnt-1 {
    opacity: 0;
    transition: 0.2s linear;
}
 
section.hm-pkgs-plns {
    background: #fff;
    padding: 100px 0px;
}

.pkg-plns-image-content h3 {
    width: 75%;
    float: left;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    /* line-height: 30px; */
    line-height: 21px;
    transition: 0.2s linear;
}

.pkg-plns-image-content h4 {
    width: 25%;
    float: left;
    font-size: 11px;
    color: #999;
    text-transform: capitalize;
    /* line-height: 30px; */
    line-height: 21px;
}

.pkg-plns-image-content {
    padding: 10px 0;
}

.pkg-plns-image-content h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #03588c;
    clear: both;
}

.pkg-plns-image-content h5 span {
    color: #999;
}

.pkg-plns a {
    text-decoration: none;
}

.pkg-plns-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.hm-pkgs-plns-cntnt {
    margin-top: 0;
}

.pkg-plns-img-box img {
    border-radius: 5px;
    transition: 0.2s linear;
    width: 100%;
}

.pkg-plns:hover .pkg-plns-img-box img {
    transform: scale(1.1);
    transition: 0.2s linear;
}
 
.blg-sc h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #333;
    margin: 20px 0 0px;
    text-align: left;
}

.blg-sc-mn:hover .blg-sc h3 {
    color: #ff7112;
    transition: 0.5s all;
}

.blg-sc-img {
    overflow: hidden;
    transition: .5s all;
    border-radius: 5px;
}

.blg-sc-mn:hover .blg-sc-img img {
    transform: scale(1);
    transition: .5s all;
}

.blg-sc-mn .blg-sc-img img {

    transition: .5s all;
    transform: scale(1.1);
}

.blg-sc-mn {}

.blg-sc-mn a {
    text-decoration: none;
}

.blg-sc h5 {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    color: #666;
    margin: 15px 0 0px;
    text-align: left;
}
 
section.tstmnl button.owl-prev {
    width: 22px;
    height: 22px;
    background: url(../img/slider-arrow.png) no-repeat 0 0 !important;
}

section.tstmnl button.owl-next {
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
    background: url(../img/slider-arrow.png) no-repeat 0 0 !important;
}

section.tstmnl button.owl-prev span {
    color: #ffffff00;
}

section.tstmnl button.owl-next span {
    color: #ffffff00;
}

.rd-undrln-btn a {
    font-size: 13px;
    line-height: 35px;
    font-weight: 400;
    color: #ed1e24;
    transition: 0.2s linear;
    text-decoration: none;
}

.rd-undrln-btn a:hover {
    text-decoration: underline;
}

.rd-undrln-btn {
    text-align: center;
    margin-top: 20px;
}

section.tstmnl .owl-stage-outer {
    z-index: 9;
}

section.tstmnl .owl-nav {
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0;
}

.ovrs-pkg-sc {
    margin-top: 50px;
}

section.tstmnl .owl-nav button {
    top: 40%;
}

.ovrs-pkg-sc .hdg-3 h2 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #858585;
    position: relative;
}

.ovrs-pkg-sc .hdg-3 h2 span {
    background-color: white;
    position: relative;
    top: 20px;
    padding: 0 20px;
    font-size: 20px;
}

.bnr-frm {
    margin-top: 60px;
}

.bnr-frm button {
    background-color: rgb(244, 10, 10) !important;
    color: #fff;
    border: 0;
    width: 100%;
    height: 40px;
}
.bnr-frm button:hover {
    background-color: rgb(221 189 42) !important;
}
.bnr-frm input {
    height: 40px;
}
 
section.hm-6 {
    padding: 60px 0;
}

.tstmnl-hd {
    margin-bottom: 30px;
}

.testi-bx {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .1);
    padding: 30px 30px 20px 30px;
    margin: 0px 5px;
}

.testi-bx-cntnt {
    padding-left: 30px;
}

.line {
    border-bottom: 8px solid #ed1e24;
    width: 80%;
    margin-top: -4px;
    z-index: 99;
    position: relative;
}

section.hm-6 .hdr-2 {
    margin-bottom: 40px;
}

.testi-bx h3 {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}

.testi-bx p {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin: 0 0 10px;
}

p.rate {
    font-size: 13px;
    color: #f85959;
}



.hm-6 .owl-dots {
    margin-top: 20px;
}

.hm-6 .owl-nav button span {
    font-size: 50px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 0px;
}

.hm-6 .owl-carousel .owl-nav button.owl-next,
.hm-6 .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #f22929;
    border: none;
    padding: 0 !important;
    font-size: 40px;
    /* width: 40px; */

    /* height: 40px; */
    /* line-height: 0px; */
    transition: .7s all;
}

.hm-6 .owl-carousel .owl-nav button.owl-next:hover,
.hm-6 .owl-carousel .owl-nav button.owl-prev:hover {
    color: #f22929;

}

.hm-6 .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 45%;
    width: 98%;
}

button.owl-prev {
    left: -60px;
    position: absolute;
}

button.owl-next {
    right: -60px;
    position: absolute;
}



section.tstmnl {
    background: #fff;
    padding: 60px 0 50px;
}


.hdg-3 h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 45px;
    color: #03588c;
    margin: 0 0 20px;
    text-align: center;
}

.hdg-3 {
    text-align: center;
}



section.ylw-nd-hlp {
    background: #f7cc04;
    padding: 100px 0px;
    text-align: center;
}

section.ylw-nd-hlp p {
    text-align: center;
}

section.ylw-nd-hlp .wpcf7-submit {
    font-size: 15px;
    font-weight: 600;
    color: #ed1e24;
    background-color: transparent;
    padding: 5px 20px;
    border-radius: 0;
    border: 1px solid #ed1e24;
    transition: .2s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
}

section.ylw-nd-hlp button:hover {
    background-color: #ed1e24;
    color: #fff;
    transition: .2s linear;
}

.need-hlp-frm .wpcf7-form-control {
    line-height: 30px;
    color: #000000;
    border: none;
    font-size: 15px;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    padding: 5px 0px 5px 0px;
    transition: 0.2s ease;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    margin: 0 0 15px;
    transition: .2s linear;
}

.need-hlp-frm .wpcf7-form-control::placeholder {
    color: #000000;
}

.need-hlp-frm .wpcf7-form-control:focus {
    color: #212529;
    background-color: #ffffff00 !important;
    border-color: #000 !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}
.cntct-ftr .ftr-abt li a:hover {
    background: #ffffff;
}


.hdg-2 h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 45px;
    color: #590202;
    margin: 0 0 10px;
    text-align: center;
}

.hdg-2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
    margin: 0 0 20px;
    text-align: center;
}

section.ylw-nd-hlp .hdg-2 a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding: 3px 15px;
    border: 1px solid #000;
    transition: .2s linear;
    border-radius: 25px;
    margin: 0 0 0 10px;
    text-decoration: none;
}

section.ylw-nd-hlp .hdg-2 a:hover {
    color: #fff;
    border: 1px solid #ed1e24;
    background: #ed1e24;
    text-decoration: none;
}
 
section.hm-lgs {
    background: #eeeff0;
    padding: 50px 0px;
}

section.hm-lgs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    text-align: center;
    margin: 0 auto;
}

section.hm-lgs ul li {
    display: inline-block;
    padding: 0 18px;
}
 

footer {
    font-size: 16px;
    background: #222831;
    padding: 100px 0 50px;
}

.cntct-ftr {
    display: grid;
    align-items: inherit;
    justify-content: end;
}

.copyright h6 {
    line-height: 30px;
    clear: both;
    font-size: 13px;
    color: #fff;
}

footer {
    background-color: #03588c;
    padding: 60px 0px 30px;
}

.copyright {
    margin-top: 50px;
}

footer h4 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
}

.ftr-1 a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
}

.ftr-1 a:hover {
    color: #ff7112;
}

.ftr-1 ul {
    margin: 0;
    padding: 0;
}

.ftr-1 li {
    padding: 0px 0px !important;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
}

.cntct-ftr li {
    display: flex;
    align-items: baseline;
}

.cntct-ftr li i {
    /* margin-right: 10px; */
    color: #03588c;
}

.ftr-abt p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

.ftr-abt ul li i {
    display: block;
    float: left;
    /* background: rgba(255, 255, 255, .05); */
    /* border-radius: 50%; */
    position: relative;
}

.ftr-abt ul {
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 30px;
}

.ftr-abt li a {
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #03588c;
    transition: .2s linear;
    background-color: #f7cc04;
    border-radius: 25px;
    text-align: center;
    padding: 5px 0px;
    margin: 0 4px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ftr-abt li a:hover {
    background: rgba(255, 255, 255, .1);
}

.ftr-abt li {
    list-style: none;
    margin-right: 10px;
}





form#transportForm {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.form-group {
    flex: 1 1 calc(50% - 20px);
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border: 0px solid #ddd;
    font-size: 14px;
    border-bottom: 1px solid #000;
    background: transparent;
    padding-left: 0;
}


.form-group input::placeholder  {
color: #000;
}

.form-group textarea::placeholder  {
    color: #000;
    }





button.btn-close {
    position: absolute;
    right: 5px;
    padding: 10px;
    background-color: #d5d5d5;
    border-radius: 60px;
    opacity: 1;
    background-size: 14px;
    top: 5px;
    z-index: 9;
}

button.submit-button {
    background-color: #ff6600;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
}

.form-row.captcha input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
}

section.inr-sc-1 {
    padding: 50px 0;
    background: #ffffff;
}

.cntct-sc-bx {
    text-align: center;
    padding: 20px;
    background: #edececa6;
    height: 100%;
}

.cntct-sc-bx h4 {
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

.hd-sc-1-hd h2 {
    color: #000;
    font-size: 40px;
}

.cntct-sc-bx i {
    font-size: 25px;
    margin-bottom: 20px;
    background: #03588c;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.cntct-frm {
    margin-top: 50px;
    padding: 50px;
    background: #ffffff;
    border: 1px solid #ccc;
}

.cntct-frm .form-control {
    border: 0px solid #ccc;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.cntct-frm input.wpcf7-submit {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    background: #03588c;
    border: none;
    border-radius: 0;
    position: relative;
    justify-content: space-between;
    padding: 8px 15px;
    transition: all 0.5s ease-in-out;
}

.cntct-frm input.wpcf7-submit:hover {
    background: #0477bc;
}

section.inr-sc-2 {
    padding: 50px 0;
    background: #ffffff42;
}

.dvn-hlda-abt h3 {
    color: #000;
    margin-bottom: 30px;
}

.dvn-hlda-abt li {
    margin-bottom: 10px;
    color: #000;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}

.dvn-hlda-abt ul {
    padding-left: 30px;
}

.cntct-dtls {
    margin-top: 40px;
}

section.inr-sc-3 {
    padding: 50px 0;
    background: #e7e7e7;
}



.faq-abt .accordion {
    position: relative;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    padding: 12px 20px;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: 0;
}

.faq-abt .accordion::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background-color: #000000;
}

.faq-abt .accordion::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background-color: #000000;
    transition: height 0.2s ease-in;
}

.faq-abt .accordion.active::before {
    height: 0;
}

.faq-abt .accordion.active,
.faq-abt .accordion:hover {
    background-color: #ffffff;
    color: #fe8407;
}

.faq-abt .accordion.active+.panel {
    margin-top: 2px;
}

.faq-abt .panel+.accordion {
    margin-top: 1px;
}

.faq-abt .panel {
    padding: 0 18px;
    background-color: #ffffffee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: 0 0 1px 0 #444;
    border-radius: 0px;
    margin-bottom: 10px;
}

.faq-abt .panel p:first-child {
    padding-top: 20px;
}

.faq-abt .panel p:last-child {
    padding-bottom: 20px;
}

.faq-abt .panel p+p {
    margin-bottom: 15px;
}

.faq-abt .panel p {
    font-size: 15px;
    line-height: 26px;
}

.inr-sc-mr-dstntn .dstntn-cntnt-1 h2 {
    margin-bottom: 10px;
}

section.inr-sc-mr-dstntn {
    background: #fff;
    padding-bottom: 50px;
}
section.inr-sc-mr-dstntn  .dstntn-cntnt-1 p {
    font-size: 15px;
    line-height: 25px;
}
.dvn-hlda-dstntn {
    text-align: center;
    margin-bottom: 30px;
}

.dvn-hlda-dstntn h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.dstntn-lst {}

.dstntn-lst .pplr-bx-mn:nth-child(1),
.dstntn-lst .pplr-bx-mn:nth-child(2) {
    height: 250px;
}

.cars-sc-1 {
    padding: 80px 0;
}

.tr-day-lstg {
    --bs-gutter-x: 0rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tr-day-lstg-dtl h4 {
    font-size: 19px;
    color: #000;
}

.tr-day-lstg-dtl h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.tr-day-lstg-dtl {
    padding: 0 20px;
}

.tr-day-lstg-dtl a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    background-color: #ff6600;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.tr-day-lstg-dtl a:hover {
    background-color: #cd580a;
}

.gldn-1-hd-1 h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.gldn-1-hd-1 p {
    color: #000;
    line-height: 25px;
}

.gldn-1-hd-1 {
    margin-bottom: 20px;
}

.qk-rply .form-group {
    margin-bottom: 10px;
}
section.inr-sc-sngl-dstntn-sc-3 {
    padding-bottom: 50px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}
.qk-rply {
    position: sticky;
    top: 150px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #dadada;
    padding: 30px 30px;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
}

.qk-rply h4 {
    text-align: center;
    color: #272576;
    font-size: 20px;
    margin-bottom: 20px;
}

.qk-rply input[type="submit"] {
    display: block;
    text-align: center;
    padding: 8px 30px;
    color: #fff;
    background-color: #ff6600;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    width: auto;
    border: 0;
}
 .qk-rply input[type="submit"]:hover {
    display: block;
    text-align: center;
    padding: 8px 30px;
    color: #ffffff;
    background-color: #008f00;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    width: auto;
    border: 0;
}
 
.mr-dstntn {
    background-color: yellow;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.mr-dstntn h2 {
    font-size: 30px;
    margin: 0;
}

.mr-trs {
    padding: 0px;
    background: #ebebeb;
    text-align: center;
}

.mr-trs h5 {
    color: #000000;
    margin: 0;
    font-size: 20px;
    background: #efe025;
    padding: 15px 10px;
}



.mr-tr .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.mr-tr .owl-nav button span {
    font-size: 50px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 0px;
}

.mr-tr .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #1c9185;
    text-decoration: none;
}

.tr-day-lstg img {
    max-height: 130px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.faq-abt.tr-acrdn button.accordion {
    justify-content: space-between;
    padding: 15px;
    font-size: 18px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
}

.tr-acrdn .accordion::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background-color: #ffffff;
    transition: height 0.2s ease-in;
}

.tr-acrdn .accordion::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background-color: #ffffff;
}

.tr-cntnts h3 {
    font-size: 21px;
    color: #000;
    margin-bottom: 20px;
}

.tr-cntnts ul {
    padding-left: 10px;
    margin-bottom: 30px;
}

.tr-cntnts li {
    list-style: none;
    line-height: 34px;
    color: #424242;
    display: inline-flex;
}

.tr-cntnts li::before {
    content: "✔";
    margin-right: 10px;
    color: green;
    font-weight: bold;
}

.dvn-hlda-dstntn p {
    text-align: center;
}

p {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}

.trms-sc p {
    color: #000;
}
.day-dtl button.owl-next {
    right: -45px;
}
.day-dtl button.owl-prev {
    left: -45px;
}

.day-dtl button.accordion-button {
    padding-left: 0;
}

.day-dtl .accordion-body {
    padding-left: 0;
}





.trms-sc h4 {
    font-size: 23px;
    padding-top: 20px;
    color: #000;
    padding-bottom: 5px;
}

.trms-sc h5 {
    font-size: 18px;
    padding-top: 10px;
    color: #000;
    padding-bottom: 5px;
}

.header .menu>ul>li>a.active {
    color: #000000;
}
.wht-bx-sngl-1 {
    background: #fff;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
    padding: 50px 20px;
}

section.inr-sc-sngl-dstntn-sc-1 {
    margin: -70px auto 20px auto;
    z-index: 999;
    position: relative;
}
section.inr-sc-sngl-dstntn-sc-1 .container::after {
    content: '';
    background: #f7cc04;
    width: 235px;
    height: 6px;
    display: block;
    position: relative;
    bottom: 6px;
    margin: 0 auto;
}
.wht-bx-sngl-1 p {
   font-size: 15px;
  line-height: 27px;
  max-width: 95%;
  margin: 0 auto;
  padding: 6px 20px;
  
}
section.inr-sc-sngl-dstntn-sc-2 {
    padding: 40px 0;
}
.inr-sc-sngl-dstntn-sc-2 p {
    font-size: 17px;
    line-height: 30px;
    max-width: 89%;
    margin: 0 auto;
    text-align: center;
}

.dstntn-inr-1 ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.dstntn-inr-1 ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
 
.dstntn-inr-1 h4 {
    font-size: 17px;
    padding: 0px 0 10px 0;
    font-weight: 500;
    margin-bottom: 0;
}

.dstntn-inr-1 h3 {
    font-weight: 600;
    font-size: 19px;
    color: #1978c3;
    line-height: 27px;
}
.dstntn-inr-1-img img {
    border-radius: 5px;
}
.tab-1-cntnt{
    padding-top: 30px;
    padding-bottom: 30px;
}
ul#pills-tab {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    border-bottom: 1px solid #868686;
    width: 100%;
}
li.nav-item button  {
    float: left;
    margin: 0;
    cursor: pointer;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #868686;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}
li.nav-item button:hover  {
    color: #868686;
}
.day-nm h4 {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.day-nm h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.day-nm {
    width: 100%;
}


.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 13%);
}

.accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.day-dtl-lst-1 li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}

.day-dtl-lst-1 ul {
    padding: 0;
}

.day-dtl-lst-1 h6 {
    color: #03588c;
    margin-top: 10px;
    font-size: 14px;
}
.day-nm img {
    margin-right: 10px;
}

.day-dtl-lst-2 li {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}


.owl-carousel-center2  .owl-stage-outer {
    z-index: 9;
}

.owl-carousel-center2 .owl-nav {
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0;
}

.owl-carousel-center2 .owl-nav button {
    top: 40%;
}

.owl-carousel-center2  button.owl-prev {
    width: 22px;
    height: 22px;
    background: url(../img/slider-arrow.png) no-repeat 0 0 !important;
}

.owl-carousel-center2  button.owl-next {
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
    background: url(../img/slider-arrow.png) no-repeat 0 0 !important;
}

.owl-carousel-center2  button.owl-prev span {
    color: #ffffff00;
}

.owl-carousel-center2  button.owl-next span {
    color: #ffffff00;
}
.owl-carousel-center2 .accordion-button:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

section.inr-sc-sngl-dstntn-sc-3 .nav-pills .nav-link.active, section.inr-sc-sngl-dstntn-sc-3 .nav-pills .show>.nav-link {
    background-color: #fff !important;
    color: #000;
    border-bottom: 3px solid #ee1f24;
    display: block;
    border-radius: 0;
}



.blg1 h5 {
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    padding-left: 14px;
}

.blg1 h5 a {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}
.blg1 h5 a:hover {
    color: #e46a5e;
}
.blg-1 {
 
    border-radius: 10px;
}
.blg1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
    --bs-gutter-x: 0rem;
}
.blg-1 h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}
.blg-lft h3 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000;
}

.blg1 img {
    width: 85%;
}
.blg-bx h1 {
    color: #ff2500;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 30px;
}
.blg-bx h6 {

    color: #2b2b2b;
    opacity: .6;
    font-style: italic;
    font-size: 16px;
    display: block;
}



.oln-hdg {
    margin-top: 50px;
}

.ln-hdg .hdg-3 h2 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #858585;
    position: relative;
}

.ln-hdg .hdg-3 h2 span {
    background-color: white;
    position: relative;
    top: 20px;
    padding: 0 20px;
    font-size: 20px;
}


.inr-sc-mr-dstntn .dstntn-cntnt-2 {
    padding: 10px;
}
.inr-sc-mr-dstntn .dstntn-cntnt-2 h2 {
    font-size: 30px;
}
.inr-sc-mr-dstntn .dstntn-cntnt-1 h2 {
    font-size: 30px;
    line-height: 30px;
}

.spc-p p{
    margin-bottom: 10px;
}
section.inr-sc-mr-dstntn .ln-hdg .hdg-3 h2 {
    color: #03588c;
}
section.inr-bnr {
    position: relative;
}

.inner-bnr-txt {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 999;
}
 
.inr-bnr .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}
.inner-bnr-txt h2 {
    color: #fff;
    font-size: 38px;
}
.inner-bnr-txt h3 {
    color: #fff;
    font-size: 20px;
}

.inner-bnr-txt h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
}

.inner-bnr-txt h4 span {
    font-weight: 600;
    color: #f7cc04;
}
.inner-bnr-txt p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    line-height: 16px;
}
.bnr-rght {
    justify-content: end;
    text-align: right;
}
.inr-sc-sngl-dstntn-sc-3 .faq-abt {
    margin-top: 50px;
}
.inr-sc-sngl-dstntn-sc-3 .faq-abt .panel {
    border-bottom: 1px solid #ccc;
}

.inr-sc-sngl-dstntn-sc-3 .faq-abt .accordion {
    padding-left: 0;
}



 
#more {display: none;}
button#myBtn {
    background: transparent;
    border: 0;
    color: #ee1f24;
    width: auto;
    line-height: normal;
    padding: 0;
    height: fit-content;
}









@media (min-width:1200px){
    .inr-sc-mr-dstntn .destination-boxes {
        width: 20%;
    }
    .inr-sc-mr-dstntn figure.dstntn-cntnt-img img {
        height: 200px;
        object-fit: cover;
    }
}
.cntct-frm h4 {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 30px;
}

 
 
.tr-pkg-sc-1 h4 {
    font-size: 15px;
    padding: 0px 0 10px 0;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}

.tr-pkg-sc-1 h3 {
    font-weight: 600;
    font-size: 19px;
    color: #1978c3;
    line-height: 27px;
}
.tr-pkg-sc-1-img img {
    width: 100%;
    border-radius: 10px;
}

.tr-pkg-sc-1-img img {
    width: 100%;
    border-radius: 10px;
}

.tr-pkg-sc-1-a ul li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
}
.tr-pkg-sc-1-a ul {
    margin: 0;
    list-style: none;
}
.tab-1-cntnt{
    border-bottom: 1px solid #ccc;
}
.tr-pkg-sc-1-b h5 {
    font-size: 15px;
}

.tr-pkg-sc-1-b h6 {
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.tr-pkg-sc-1-b {
    text-align: right;
}
.tr-pkg-sc-1-b h6 span {
    color: #0092d5;
    font-size: 20px;
    font-weight: 600;
}
.tr-pkg-sc-1-b a {
    display: block;
    text-align: center;
    padding: 8px 30px;
    color: #fff;
    background-color: #ff6600;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    border: 0;
    width: fit-content;
    margin: auto;
    float: right;
}

.tr-pkg-sc-1-b a:hover {
    background-color: #bb530e;
}



/* Media Screens */

@media (max-width: 576px) {
    .toggle-button {
        display: block;
    }

    .container {
        max-width: 90%;
    }
    .logo img {
        height: 65px;
    }
}

@media (max-width: 767.9px) {
    .ln-hdg .hdg-3 h2 span {
        top: 17px;
        padding: 0 0px;
        font-size: 20px;
    }
    section.hm-pkgs-plns .hdg-3 p {
        margin-bottom: 10px;
    }
    .tr-pkg-sc-1 h3 {
        font-size: 15px;
        line-height: 22px;
        margin-top: 20px;
    }
    .tr-pkg-sc-1-a ul li {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 22px;
    }
    .tr-pkg-sc-1-b {
        text-align: left;
        margin-top: 10px;
    }
    .tr-pkg-sc-1-b h6 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .tr-pkg-sc-1-b h6 span {
        font-size: 14px;
    }
    .tr-pkg-sc-1-b a {
        display: block;
        text-align: center;
        padding: 6px 20px;
        color: #fff;
        background-color: #ff6600;
        text-decoration: none;
        border-radius: 50px;
        font-size: 13px;
        border: 0;
        width: fit-content;
        margin: auto;
        float: left;
    }
    .hdr-cntct {
        margin-bottom: 0px;
    }
    section.inr-sc-sngl-dstntn-sc-2 {
        padding: 10px 0;
    }
    .tr-pkg-sc-1-b h5 {
        font-size: 14px;
    }
    .tr-pkg-sc-1 h4 {
        font-size: 13px;
    }
    .cntct-frm h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cntct-frm {
        margin-top: 20px;
        padding: 20px;
    }
    .cntct-dtls {
        margin-top: 0px;
    }
    section.inr-sc-sngl-dstntn-sc-1 {
        margin: 20px auto 20px auto;
        z-index: 999;
        position: relative;
    }
    .inner-bnr-txt {
        top: 0%;
        width: 100%;
        height: 100%;
        display: grid;
        align-items: center;
    }
    .inner-bnr-txt h2 {
        font-size: 25px;
    }
    .inner-bnr-txt h4 {
        font-size: 17px;
        text-align: left;
    }
    .inner-bnr-txt p {
        font-size: 14px;
        text-align: left;
    }
    .wht-bx-sngl-1 p {
        padding: 15px;
        font-size: 15px;
        line-height: 25px;
        max-width: 95%;
    }
   
    .inr-sc-sngl-dstntn-sc-2 p {
        font-size: 15px;
        line-height: 23px;
        max-width: 100%;
    }
   
    li.nav-item button {
        line-height: 26px;
        font-size: 14px;
        padding: 0;
    }
    .day-dtl-lst-1 li {
        margin-right: 10px;
    }
    .day-dtl-lst-1 li img.img-fluid {
        width: 50px;
    }
    .day-nm h4 {
        font-size: 14px;
        display: flex ;
    }
    .day-nm img {
        margin-right: 10px;
        height: fit-content;
    }
    .day-nm h3 {
        font-size: 16px;
        margin: 0;
        margin-bottom: 10px;
    }
    .dstntn-inr-1 h3 {
        font-size: 17px;
        line-height: 27px;
        margin-top: 10px;
    }
    button.accordion-button {
        padding: 0;
    }
    .accordion-body {
        padding: 0;
        margin: 10px 0;
    }
    .sngl-lft {
        margin-bottom: 20px;
    }
    .day-nm {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }



    .tr-day-lstg-dtl {
        padding: 15px 15px;
    }
    .hdg-3 p {
        padding: 0 5px;
        font-size: 14px;
        line-height: 26px;
    }
    .pkg-bx-mn h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .blg-sc h5 {
        margin: 5px 0 0px;
    }
    .blg-sc h3 {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 0px;
    }
    .content-box {
        padding: 10px 10px 10px;
        width: 60%;
        bottom: 20px;
        left: 15px;
    }
    .pkg-bx-mn a {
        background-size: cover !important;
    }
    section.sc-blog {
        padding: 35px 0px;
    }
    .pkg-bx-mn h2 {
        font-size: 30px;
    }
    section.hm-pkgs-plns {
        padding: 30px 0px;
    }
    section.hm-pkgs {
        padding: 35px 0px;
    }
    .hdr-cntct ul {
        text-align: center;
    }
    .dstntn-lst .pplr-bx-mn:nth-child(1),
    .dstntn-lst .pplr-bx-mn:nth-child(2) {
        height: 150px;
    }

    .tr-day-lstg img {
        height: 150px;
    }

    .trms-sc h4 {
        font-size: 20px;
    }

    .trms-sc h5 {
        font-size: 17px;
        padding-top: 6px;
        padding-bottom: 5px;
    }

    .faq-abt .accordion {
        padding: 12px 30px 12px 15px;
        font-size: 14px;
    }

    .faq-abt .accordion::after {
        right: 8px;
        ;
    }

    .faq-abt .accordion::before {
        right: 15px;
    }

    .faq-abt .panel p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 0;
    }

    .dvn-hlda-abt li {
        line-height: 23px;
        font-size: 14px;
    }

    .dvn-hlda-abt h3 {
        margin-bottom: 30px;
        text-align: center;
    }

    .hd-sc-1-hd h2 {
        color: #000;
        font-size: 26px;
    }



    .cntct-sc-bx h4 {
        font-size: 13px;
        line-height: 24px;
    }

    .cntct-sc-bx i {
        font-size: 21px;
        margin-bottom: 20px;
        width: 50px;
        height: 50px;
    }

    .cntct-sc-bx {
        padding: 15px;
    }

    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }

    .trnsprt-bx img {
        height: auto;
    }

    .trnsprt-bx .btn-stl-2 a {
        padding: 5px 8px;
    }

    .hdr-2 h2 {
        font-size: 23px;
    }
    section.hm-pplr-dstntn {
        padding: 30px 0px 30px;
    }
    .hm-2a h2 {
        font-size: 23px;
        margin: 0 0 10px;
    }
    .hdg-3 h2 {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .blg-bx h1 {
        font-size: 18px;
        margin-bottom: 16px;
        margin-top: 20px;
    }
    .dstntn-inr-1-img img {
        width: 100%;
    }
    .day-dtl button.owl-prev {
        left: -28px;
    }
    .day-dtl button.owl-next {
        right: -35px;
    }
    .dstntn-inr-1 ul li {
        margin-right: 4px;
        font-size: 13px;
    }
    .day-dtl-lst-2 li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    .sngl-lft ul#pills-tab li.nav-item {
        width: 50%;
    }
    .dstntn-inr-1 h4 {
        font-size: 14px;
    }
    .tab-1-cntnt {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .inner-bnr-txt h3 {
        font-size: 16px;
    }
    .cars-sc-1 {
        padding: 30px 0;
    }
    .tr-pkg-sc-1-a ul {
        margin: 0;
        padding-left: 15px;
    }
    .blg-1 h4 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .blg1 h5 {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        padding-left: 0px;
    }
    section.inr-sc-1 {
        padding: 20px 0;
        background: #ffffff;
    }
    section.hm-1 .container {
        margin-top: 00px;
    }
    section.inr-sc-2 {
        padding: 0;
        background: #ffffff42;
    }
    section.hm-1 {
        padding: 50px 0;
    }
    .testi-bx p {
        line-height: 23px;
    }
    section.hm-5 h2 {
        font-size: 23px;
    }

    div#counter1 span {
        font-size: 21px;
    }

    .banner-txt h2 {
        font-size: 25px;
        line-height: 28px;
    }

    .cntr-sc h4 {
        font-size: 13px;
    }

    section.hm-6 .hdr-2 {
        margin-bottom: 0px;
    }

    section.hm-5 {
        padding: 40px 0;
    }

    .cntr-sc {
        margin-top: 20px;
    }

    section.hm-3 {
        padding: 30px 0;
    }

    .bnr-lngg {
        display: flex;
        justify-content: center;
    }

    select#locationDropdown {
        padding: 5px;
        border: 0;
        border-radius: 5px;
        font-size: 12px;
    }
    .bnr-frm {
        margin-top: 10px;
    }
    .bnr-frm button {
        height: 40px;
        margin-top: 10px;
        width: fit-content;
        padding: 6px 20px;
        font-size: 14px;
    }
    main.logo-section {
        padding: 10px 0px;
    }
    .carousel-inner img {
        height: 80vh;
        object-fit: cover;
    }
    .banner-txt p {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 300;
        color: rgba(255, 255, 255, .8);
        text-align: center;
        padding: 0 30px;
    }
    .header .item-right a {
        margin-left: 3px !important;
    }
    .header-item.item-center .hdr-cntct {
        display: none;
    }
    .header-item.item-right .hdr-cntct li {
        padding: 0px 3px;
        float: none;
        display: inline-block;
        vertical-align: top;
        transition: .2s linear;
    }
    .hm-2a p {
        line-height: 22px;
        font-size: 13px;
    }
    .banner-txt {
        text-align: center;
        margin-top: 0px;
    }
    .bnr-frm input {
        height: 40px;
        font-size: 12px;
    }
    .mr-dstntn h2 {
        font-size: 24px;
        margin: 0;
    }

    .gldn-1-hd-1 h3 {
        font-size: 25px;
    }

    button.owl-next {
        right: -11px;
        position: absolute;
    }

    .dvn-hlda-dstntn h3 {
        font-size: 25px;
    }

    section.hm-6 button.owl-next {
        right: -40px;
        position: absolute;
    }

    .tr-cntnts li {
        line-height: 28px;
    }

    .faq-abt.tr-acrdn button.accordion {
        font-size: 15px;
    }

    button.owl-prev {
        left: -30px;
        position: absolute;
    }

    .tr-cntnts li {
        display: inline-flex;
        font-size: 15px;
    }

    .hm-6 .owl-theme .owl-nav {
        width: 93%;
    }

    .hdt-btn {
        text-align: left;
        padding-left: 15px;
    }

    .hm-1-bx h3 {
        margin-top: 20px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .hm-1-bx p {
        font-size: 16px;
        line-height: 1.4;
    }

    section.hm-3 .hdr-2 {
        margin-bottom: 0px;
    }

    .pplr-bx h3 {
        padding: 9px 8px;
        font-size: 15px;
    }

    .discount-banner {
        padding: 4px 5px;
        font-size: 10px;
    }

    .pplr-bx-mn:nth-child(1),
    .pplr-bx-mn:nth-child(2) {
        height: 150px;
    }

    .pplr-bx-mn {
        height: 150px;
    }

    .hm-2a {
        padding: 20px 10px;
    }

    .hm-2b {
        padding: 20px 0;
    }

    .trvl-rcm {
        padding: 20px;
        margin-bottom: 10px;
        height: auto;
    }

    .hm-4a-mn {
        flex: 0 0 50%;
        margin-left: auto;
        margin-right: auto;
    }

    section.hm-6 {
        padding: 30px 0;
    }

    footer h4 {
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 20px;
    }

    footer {
        font-size: 16px;
        padding: 20px 0 20px;
    }

    .copyright {
        margin-top: 20px;
    }

    .ftr-1 li {
        line-height: 24px;
        font-size: 14px;
    }
    .pkg-bx-mn p {
        text-align: left;
    }
    .ovrs-pkg-sc {
        margin-top: 20px;
    }
    .ftr-abt p {
        padding-right: 0px;
        line-height: 22px;
        font-size: 13px;
    }
    section.hm-lgs ul li {
        padding: 0 6px;
    }
    section.hm-lgs ul li img  {
        width: 55px;
    }
    section.hm-lgs {
        padding: 20px 0px;
    }
    .ftr-abt ul {
        margin-top: 10px;
    }
    section.ylw-nd-hlp {
        padding: 30px 0px;
    }
    .hdg-2 p {
        font-size: 15px;
        line-height: 22px;
    }
    .testi-bx-cntnt {
        padding-left: 15px;
        margin-top: 10px;
    }
    .pkg-plns-image-content {
        padding: 10px 0 0;
    }
    .pkg-plns-image-content h3 {
        width: 70%;
        font-size: 13px;
        line-height: 16px;
    }
    .pkg-plns-image-content h4 {
        width: 30%;
    }
    .tstmnl-hd {
        margin-bottom: 10px;
    }
    .banner-txt h2 span {
        font-size: 28px;
    }
    .testi-bx {
        padding: 20px 5px;
        margin: 0px;
    }
    .ftr-1 a {
        line-height: 22px;
    }
    .copyright h6 {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
    .cntct-ftr {
        justify-content: center;
    }
    .banner-section .banner-txt button {
        padding: 10px 7px;
        flex: 0 1 80px;
        margin-left: 10px;
    }
    section.tstmnl {
        padding: 30px 0 20px;
    }
    .hm-1-bx h3 {
        font-size: 17px;
    }

    .hm-1-bx p {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }

    .ftr-abt li a {
        height: 30px;
        width: 30px;
        font-size: 20px;
    }
    .need-hlp-frm .form-control {
        margin: 0;
    }
    section.ylw-nd-hlp button {
        margin-top: 20px;
    }
    .hdg-2 h2 {
        font-size: 23px;
    }
 
}

@media (min-width: 768px) and (max-width: 991.9px) {
  
  
    section.inr-sc-sngl-dstntn-sc-1 {
        margin: -20px auto 20px auto;
    }
    .inner-bnr-txt {
        top: 30%;
    }
    .inner-bnr-txt h2 {
        font-size: 28px;
    }
    .inner-bnr-txt h4 {
        font-size: 18px;
    }
    .inner-bnr-txt h3 {
        font-size: 18px;
    }


    .header-item.item-center .hdr-cntct {
        display: none;
    }
    .banner-txt p {
        font-size: 16px;
        line-height: 30px;
        padding: 0 100px;
    }

    button.accordion-button {
        padding: 0;
    }
    li.nav-item button {
        padding: 3px;
        font-size: 14px;
    }
    .dstntn-inr-1 h3 {
        font-size: 17px;
        line-height: 27px;
    }
    .dstntn-inr-1 ul li {
        margin-right: 5px;
        font-size: 12px;
    }
    .dstntn-inr-1 h4 {
        font-size: 14px;
        padding: 0px 0 10px 0;
    }
    .accordion-body {
        padding: 10px 0px;
    }

    .day-nm h4 {
        font-size: 15px;
        display: flex;
    }
    .day-nm img {
        margin-right: 10px;
        height: fit-content;
    }

    .day-nm h3 {
        font-size: 15px;
    }






    .dstntn-lst .pplr-bx-mn:nth-child(1),
    .dstntn-lst .pplr-bx-mn:nth-child(2) {
        height: 170px;
    }

    .tr-day-lstg img {
        height: 130px;
    }

    .ftr-abt p {
        padding-right: 10px;
        line-height: 22px;
        font-size: 11px;
    }

    .hdt-btn {
        text-align: left;
        padding-left: 15px;
    }

    .qk-rply {
        padding: 16px;
    }

    button.owl-next {
        right: -30px;
        position: absolute;
    }

    button.owl-prev {
        left: -45px;
        position: absolute;
    }

    .ftr-abt li a {
        height: 30px;
        width: 30px;
    }

    .ftr-1 li {
        line-height: 23px;
        font-size: 11px;
    }
    .ftr-abt li {
        margin-right: 5px;
    }
    footer h4 {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .ftr-1 a {
        font-size: 11px;
        line-height: 22px;
    }
    .copyright h6 {
        font-size: 12px;
    }

    footer {
        font-size: 16px;
        padding: 50px 0 20px;
    }


    div#counter1 span {
        font-size: 23px;
    }

    .cntr-sc h4 {
        font-size: 12px;
    }

    .trnsprt-bx img {
        height: auto;
        width: auto;
    }

    .trnsprt-bx .btn-stl-2 a {
        padding: 3px 5px;
        font-size: 11px;
    }

    .trnsprt-bx {
        padding: 7px;
    }

    .hm-1-bx h3 {
        margin-top: 20px;
        font-size: 16px;
    }

    .hm-1-bx p {
        font-size: 13px;
        line-height: 1.6;
    }

    .hm-1-bx {
        padding: 10px;
    }

    .hm-1-bx img {
        width: 50px;
    }

    section.hm-1 {
        padding: 0px 0 50px;
    }

    .pplr-bx-mn {
        height: 170px;
    }

    .pplr-bx-mn:nth-child(1),
    .pplr-bx-mn:nth-child(2) {
        height: 200px;
    }

    .banner-txt h2 {
        font-size: 40px;
    }

    .banner-txt {
        margin-top: -100px;
    }
    .bnr-frm button {
        font-size: 13px;
    }
    .logo img {
        width: 200px;
    }
    .hm-2a h2 {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .hdg-3 p {
        font-size: 16px;
        margin: 0 0 20px;
        padding: 0 150px;
    }
    .dstntn-cntnt-2 {
        padding: 20px;
    }
    .pkg-bx-mn h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .pkg-bx-mn h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .content-box {
        padding: 20px;
        width: 70%;
    }
    .pkg-bx-mn a {
        height: 250px;
        background-size: cover !important;
    }
    .pkg-plns-image-content h4 {
        width: 30%;
        font-size: 10px;
        line-height: 15px;
    }
    .pkg-plns-image-content h3 {
        width: 70%;
        font-size: 12px;
        line-height: 16px;
    }
    .trvl-rcm p {
        line-height: 21px;
    }
    .pkg-plns-image-content h5 {
        font-size: 10px;
        line-height: 13px;
    }
    .trvl-rcm h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .blg-sc h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 0px;
    }
    section.hm-5 {
        padding: 60px 0;
    }
    .testi-bx-cntnt {
        padding-left: 20px;
    }
    .cntr-sc {
        margin-top: 30px;
    }
    .testi-bx {
        padding: 15px;
    }
    .testi-bx p {
        font-size: 13px;
        line-height: 20px;
    }
    .hdg-2 p {
        font-size: 15px;
        line-height: 25px;
    }
    section.hm-lgs ul li {
        padding: 0 5px;
    }
    section.hm-lgs ul li img.img-fluid {
        width: 50px;
    }





}

@media (min-width:992px){
    .header-item.item-right .hdr-cntct {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    .header .menu > ul > li {
        margin-left: 14px !important;
    }
    .wht-bx-sngl-1 p {
        padding: 30px;
        font-size: 16px;
        line-height: 26px;
        max-width: 90%;
    }
    .inr-sc-sngl-dstntn-sc-2 p {
        font-size: 15px;
        line-height: 27px;
        max-width: 90%;
    }
    .day-dtl-lst-2 li {
        font-size: 14px;
    }
    .dstntn-inr-1 h4 {
        font-size: 15px;
        padding: 0px 0 6px 0;
    }
    .dstntn-inr-1 ul li {
        margin-right: 6px;
        font-size: 12px;
    }


    .cntct-sc-bx h4 {
        font-size: 12px;
        line-height: 20px;
    }
    .pkg-bx-mn h3 {
        font-size: 30px;
        line-height: 34px;
    }
    .pkg-bx-mn h2 {
        font-size: 30px;
        line-height: 33px;
    }
    .pkg-plns-image-content h4 {
        font-size: 10px;
    }

    .pkg-plns-image-content h3 {
        font-size: 12px;
        line-height: 20px;
    }
    .testi-bx-cntnt {
        padding-left: 15px;
    }
    .testi-bx {
        padding: 20px;
    }
    .pkg-bx-mn a {
        background-size: cover !important;
    }
    .hdg-2 p {
        font-size: 16px;
    }
    .hdg-3 p {
        font-size: 17px;

        margin: 0 0 30px;
        padding: 0 100px;
    }
    .header .menu > ul > li > a {
        font-size: 14px !important;
    }
    section.hm-lgs ul li {
        padding: 0 10px;
    }
    .cntct-sc-bx {
        padding: 10px;
    }
    .banner-txt {
        text-align: center;
        margin-top: -80px;
    }
    .trnsprt-bx {
        padding: 12px;
    }

    .ftr-1 li {
        line-height: 28px;
        font-size: 14px;
    }

    .ftr-abt p {
        padding-right: 0px;
        line-height: 26px;
        font-size: 14px;
    }

    section.hm-5 {
        padding: 60px 0;
    }

    .trnsprt-bx img {
        height: auto;
    }

    .hm-1-bx {
        padding: 15px;
    }

    .hm-1-bx p {
        font-size: 15px;
        line-height: 1.5;
    }

    .hm-1-bx h3 {
        margin-top: 20px;
        font-size: 17px;
        margin-bottom: 20px;
    }

    button.owl-prev {
        left: -35px;
        position: absolute;
    }

    button.owl-next {
        right: -35px;
        position: absolute;
    }

    .cntr-sc {
        margin-top: 30px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {}

/* Close Media Screens */

.brc_out {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 10px 10px;
  background: #eaeaea;
}
.breadcrumbs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 1170px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.breadcrumbs a {
  text-decoration: none;
  color: #06C;
  margin: 0;
  color: #0591c9;
}