.owl-carousel{
    display:block !important;
}
section.partner {
    background-image: url(/img/banner-2.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 30px 0;
}
.OurPartner .item {
    border: 1px solid #dd7e00;
}

section.how-works {
    background: #f6f9fd;
    padding: 60px 0;
}

.main_step {
    display: block;
    width: 20%;
    max-width: 100%;
    text-align: center;
}
.display-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img_text_top img {
    width: 65px;
    height: 65px;
}

.img_text_btm h6 {
    font-size: 18px;
    margin: 7px 0px;
    color: #003546;
}

.img_text_btm p {
    font-size: 16px;
    color: #003546;
    margin-bottom: 10px;
}
.how_heading {
    text-align: center;
}

    .how_heading h1 {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0px 0 30px 0;
        color: #003546;
    }
img.icon_ip {
    width: 30px;
    height: auto;
    margin: -51px 0 0 -19px;
}
.display-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 40px;
}

    /* Connecting line */
    .display-flex::before {
        content: "";
        position: absolute;
        top: 75px; /* Adjust according to icon center */
        left: 10%;
        width: 80%;
        height: 3px;
        border-top: 2px dashed #dd7e00;
        z-index: 1;
    }

.main_step {
    position: relative;
    text-align: center;
    z-index: 2;
}

.grow {
    background-image: url(/img/banner-2.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 60px 0;
}

.what-we-offer {
    background: #003546;
    padding: 0 0;
}

section.what-we-offer h2 {
    color: #fff;
    font-size: 33px;
    margin: 20px 0;
    text-transform: capitalize;
    font-weight: 700;
}

    section.what-we-offer h2 span {
        font-weight: 400;
    }

section.what-we-offer ul li img {
    width: 20px;
    margin-right: 10px;
}

section.what-we-offer ul li {
    color: #fff;
    padding: 5px 0;
}

img.arrow {
    width: 300px;
    margin: 10px 0;
    opacity: .4;
}
a.knowMore {
    display: inline-block;
    color: #dd7e00;
    outline:none;
    padding: 6px 14px;
    border-radius: 6px;
    margin: 10px 0;
}
    a.knowMore:hover {
        background: #dd7e00;
        color:#fff;
    }

.rope_AI {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    /* background: #ccc; */
    width: 20%;
    border-right: 1px solid #ccc;
    margin: 5px;
}

    .rope_AI:last-child {
        border-right: none;
    }

.AI-img {
    width: 100px;
    height: auto;
    text-align: start;
    text-align: center;
}

    .AI-img img {
        width: 50px;
        height: auto;
    }

.text_AI {
    width: calc(100% - 110px);
}

    .text_AI h6 {
        font-size: 22px;
        color: #003546;
        margin: 0;
    }

    .text_AI p {
        font-size: 16px;
        color: #003546;
    }

.patern_grow {
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 4px #ccc;
    padding: 20px;
    border-radius: 60px;
    margin: -60px 0 50px 0;
}
.box_shadow {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    min-height: 230px;
}

    .box_shadow img {
        width: 50px;
        margin: 0 0 10px 0;
    }

    .box_shadow h6 {
        font-size: 16px;
        text-transform: capitalize;
        margin: 10px 0 7px 0;
    }

    .box_shadow p {
        font-size: 14px;
        line-height: 1.4;
    }

.searcFormBanner {
    background-image: url(/img/banners/flight-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
}
section.searcBanrBTM {
    background: #fff;
    padding: 60px 0;
}
img.img-fluid{
    width:100%;
    max-width:100%;
    height:auto;
}

.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff5a3d;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 18px 8px 30px;
    border-radius: 50px;
    transition: .3s;
    margin: 20px 0;
}

    .view-more-btn:hover {
        background: #f24a2d;
    }

.arrow-circle {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #7d7d7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    line-height: 1;
}


.about-section {
    padding: 80px 0;
}

.about-img img {
    width: 100%;
    border-radius: 15px;
}

.btn-orange {
    background: #ff5b37;
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px;
    text-decoration: none;
}

/* Destination */
.section-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .destination-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.destination-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: 8px 23px;
    border-radius: 30px;
    font-size: 16px;
    color: #003546;
    font-weight: 500;
}

/* Packages */
.package-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    margin-bottom:15px;
    margin-top:15px;
    }
h1.heading {
    font-size: 30px;
    margin: 30px 0 10px 10px;
}
    .package-card img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }

.package-content {
    padding: 15px;
}

.book-btn {
    border: 1px solid #7ac943;
    border-radius: 30px;
    padding: 8px 20px;
    text-decoration: none;
    color: #333;
}

/* Routes */
.routes {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.route-item {
    margin-bottom: 15px;
}

/* Features */
.features {
    padding: 80px 0;
}
section.searcForm {
    background: #003546;
    padding: 30px 0;
    color: #fff;
}
.feature-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}
section.Why-us {
    background: #fbfbfb;
    padding: 20px 0 50px 0;
}

.feature-box h5 {
    font-size: 19px;
    margin: 10px 0 4px 0;
}

/* FAQ */
.faq {
    background: #fbfbfb;
    padding:0px 0 0 0;
}
h3.heading {
    font-size: 30px;
    text-align: center;
    margin: 0px 0 30px 0;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 

/* Footer */
.footer {
    background: #2d336b;
    color: #fff;
    padding: 70px 0 20px;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

.social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
section.Popular {
    background: #fbfbfb;
    padding: 30px 0;
}
.view-more-btn:hover {
    background: #f24a2d;
}
.prodct {
    padding: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
}
.loctn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
    .loctn img {
        width: 100%;
        height: 100%;
    }
.text_flgt {
    display: block;
    width: calc(100% - 85px);
}
    .text_flgt h6 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    .text_flgt p {
        font-size: 15px;
        margin: 0;
    }
h1.headinged {
    font-size: 30px;
    margin: 19px 0 25px 0px;
    text-align: center;
}
.popular_trip {
    box-shadow: 2px 7px 6px 5px #ccc;
    padding: 20px;
    border-radius: 10px;
}
section.Trendy {
    background: #fff;
    padding: 0 0 50px 0;
}

h1.heading {
    font-size: 30px;
    margin: 20px 0 10px 10px;
}
.right_text {
    display: block;
    padding: 10px;
}

    .right_text h2 {
        font-size: 28px;
        margin: 10px 0;
    }

    .right_text p {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 20px;
    }




@media (max-width: 991px) {
    .display-flex::before{
        border-top:none;
    }
    .masthead.-type-5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .theme .patern_grow {
        background: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        box-shadow: none;
        padding: 0px;
        border-radius: 0px;
        margin: 18px 12px 0px 0;
    }

    .grow {
        padding: 20px 0;
    }

    .how_heading h1 {
        font-size: 24px;
        font-weight: 700;
        margin: 0px 0 20px 0;
    }

    .box_shadow {
        min-height: 190px;
        margin-bottom: 20px;
    }

    .main_step {
        display: block;
        width: 48%;
        max-width: 100%;
        text-align: center;
        box-shadow: 0 0 4px #ccc;
        margin: 10px 0;
        padding: 14px 0;
    }

    .img_text_top img {
        width: 45px;
        height: 45px;
    }

    .img_text_btm p {
        font-size: 13px;
        color: #003546;
        margin-bottom: 3px;
    }

    .display-flex {
        padding-top: 0px;
    }

    .rope_AI {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 46%;
        border-right: none;
        margin: 2%;
        border: 1px solid #ccc;
        padding: 20px;
        text-align: center;
    }

    .AI-img img {
        width: 35px;
        height: auto;
    }

    .rope_AI:last-child {
        border-right: 1px solid #ccc;
    }

    .AI-img {
        width: 100%;
        display: block;
    }

    .text_AI {
        width: 100%;
    }

    .how_heading h1 {
        font-size: 22px !important;
    }

    .main_step {
        width: 48%;
    }
}