@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {padding: 0px;margin: 0px;}
body {font-family: 'Lato', sans-serif;color: #828282;font-size: 18px;line-height: 26px;}
h1, h2, h3, h4, h5, h6 { margin: 0;font-family: 'Lato', sans-serif;color: #3C4251;}
a, .btn, button {outline: 0;transition: all 300ms linear 0s;}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {transition: all 300ms linear 0s;}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {outline: 0;text-decoration: none;transition: all 300ms linear 0s;}
html, body {max-width: 100%;overflow-x: hidden;}
img {max-width: 100%;}

section {padding: 60px 0;}
.pad-0 {padding: 0px !important;}
.margintop-165 {margin-top: 165px;}
.btn-dft {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: transparent;
    /*#2f6fb2*/
}
.btn-dft i {
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    color: #232323;
    margin-right: 10px;
    font-family: 'FontAwesome';
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
main {margin-top: 80px;background: #EFF1F6;}

header {
    background: #fff;
}

header ul.navbar-nav li.nav-item a {color: #3C4251;font-size: 15px;}
.navbar-expand-lg .navbar-nav .nav-link {padding: 10px 22px;}
/* header ul.navbar-nav li.nav-item a:last-child {padding-right: 0px !important;} */
header .navbar-collapse.offcanvas-collapse {
    justify-content: flex-end;
}

header .main-header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: #ffffff;
    top: 0px;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    z-index: 9999;
}
header .main-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgb(21 47 95 / 20%);
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}

/* Home Banner */
.main-banner {
    padding: 0px;
    position: relative;
}

#home-banner .owl-nav {
    position: absolute;
    width: 80%;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
#home-banner .owl-nav button.owl-prev {
    text-align: left;
    position: absolute;
    left: 0;
    margin: 0;
}
#home-banner .owl-nav button.owl-next {
    text-align: left;
    position: absolute;
    right: 0;
    margin: 0;
}
#home-banner .owl-nav button.owl-prev span, #home-banner .owl-nav button.owl-next span {
    color: #fff;
    font-size: 60px;
    line-height: 3px;
}
#home-banner .owl-nav button.owl-prev:hover, #home-banner .owl-nav button.owl-next:hover {
    background: none;
}

.main-banner-content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 8%;
    z-index: 9;
}

.main-banner-content .col-lg-9 {
    background: #fff;
    padding: 20px 20px 10px;
}
.main-banner-content .banner-content-left .row, .main-banner-content .banner-content-right .row {
    margin: 0 10px;
    box-shadow: 0px 0px 16px 0px rgb(22 78 137 / 35%);
}
.main-banner-content .banner-content-right .row .row {margin: 0px;box-shadow: none;}
.main-banner-content .banner-content-left .col-lg-3 {
    background: #3C4251;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 122px;
}
.main-banner-content .banner-content-left .col-lg-3 h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.main-banner-content .banner-content-left .col-lg-3:before {
    content: '';
    border: 10px solid transparent;
    display: block;
    position: absolute;
    z-index: 2;
    border-left-color: #3c4251;
    left: auto;
    top: 45%;
    right: -20px;
}
#countdown ul {
    list-style: none;
    display: flex;
    padding: 10px 20px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}

#countdown ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #3C4251;
    text-transform: uppercase;
    font-weight: 600;
}

#countdown ul li span {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-banner .banner-content-right {
    min-height: 122px;
}
.banner-content-right form input {
    width: 100%;
    height: 36px;
    padding: 8px 10px;
    margin-bottom: 10px;
    line-height: 28px;
    border: 0.2px solid rgb(112 112 112 / 40%);
}
.banner-content-right form input:nth-child(3) {margin-bottom: 0px;}
.banner-content-right form button {
    background: #2f6fb2;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    height: 100%;
}
.banner-content-right form input::placeholder {
    font-size: 14px;
}
.main-banner-content .banner-content-right .col-lg-3 {
    background: #2f6fb2;
    display: flex;
    align-items: center;
    position: relative;
}
.main-banner-content .banner-content-right .col-lg-3:before {
    content: '';
    border: 10px solid transparent;
    display: block;
    position: absolute;
    z-index: 2;
    border-right-color: #2f6fb2;
    top: 45%;
    left: -20px;
}
.main-banner-content .banner-content-right .col-lg-3 input[type="submit"] {
    background: none;
    border: none;
    width: 100%;
    display: inline-block;
    padding: 0;
    color: #fff;
    margin: 0px;
    float: left;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}


.about-us h1 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin-bottom: 45px;
}
.about-us h1:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0px;
    width: 50%;
    height: 4px;
    background: #2f6fb2;
    border-radius: 4px;
}
.about-us h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-us hr {
    width: 100%;
    margin: 40px 0;
}
.about-us-trip p {
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    display: flex;
}

.about-us-trip img {
    padding: 15px 20px 15px 15px;
    position: relative;
}
.about-us-trip p strong {
    font-size: 18px;
    color: #3C4251;
    margin-left: 10px;
    line-height: 33px;
}

.tour-itinerary {
    padding-top: 0px;
    position: relative;
}
/* .tour-itinerary:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 90%;
    background: url(../images/tour-roadmap.png) no-repeat center;
    top: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background-size: contain;
} */
.tour-itinerary-road {position: relative;}
.tube {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 97.5%;
    z-index: 98;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    background-color: #878A94;
}
.tube .start {
    position: absolute;
    top: 1.5em;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.tube .end {
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.line {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #fff;
    border-width: 2px;
    border-spacing: 0.85em;
    z-index: 98;
    margin: 0 auto;
    height: 96%;
}
.scrollmagic-pin-spacer {top: 0px !important;}
#car {
    display: block;
    background: url(../images/Car-01.png) no-repeat 0 0;
    width: 39px;
    height: 75px;
    position: absolute;
    left: 50%;
    z-index: 99;
    margin-left: -18px;
}
.tour-itinerary .tour-itinerary-green {
    background: #2f6fb2;
    padding-top: 60px;
    padding-bottom: 70px;
}

.tour-itinerary .tour-itinerary-green h2 {
    font-size: 62px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}
.tour-itinerary .tour-itinerary-green h2 span {font-weight: 400}
.tour-itinerary .tour-itinerary-green p {
    color: #fff;
}

.tour-delight {
    background: #3C4251;
    height: 58px;
}
.tour-delight p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.tour-delight p span {
    font-weight: 500;
    padding-right: 5px;
}
.tour-details {
    background: #fff;
    height: 100%;
}
.tour-details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tour-details p {
    font-size: 16px;
    margin-bottom: 30px;
}
.tour-details ul {
    list-style: none;
    margin: 0px;
}
.tour-details ul li {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
}
.tour-details ul li::before {
    content: "";
    background-image: url(../images/watch-later.svg);
    background-size: cover;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 0.8rem;
    background-repeat: no-repeat;
}
.tour-delight p {
    position: relative;
    padding-left: 30px;
}
.tour-delight p::before {
    content: "";
    background-image: url(../images/feather-star.svg);
    background-size: cover;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 0.8rem;
    background-repeat: no-repeat;
}
#tour-itinerary-slider {
    position: relative;
}
#tour-itinerary-slider:before {
    content: '';
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: 0;
    background: #2f6fb2;
    z-index: 9;
}

#tour-itinerary-slider .owl-nav {
    position: absolute;
    margin: 0;
    top: 45%;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#tour-itinerary-slider .owl-nav button.owl-prev {
    text-align: left;
    position: absolute;
    left: 0;
    margin: 0;
}
#tour-itinerary-slider .owl-nav button.owl-next {
    text-align: left;
    position: absolute;
    right: 0;
    margin: 0;
}
#tour-itinerary-slider .owl-nav button.owl-prev span, #tour-itinerary-slider .owl-nav button.owl-next span {
    color: #fff;
    font-size: 45px;
    line-height: 3px;
}
#tour-itinerary-slider .owl-nav button.owl-prev:hover, #tour-itinerary-slider .owl-nav button.owl-next:hover {
    background: none;
}
.tour-itinerary-main {
    position: relative;
}
.tour-itinerary-main .tour-itinerary-date {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tour-itinerary-main .tour-itinerary-date:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px #00000029;
}
.tour-itinerary-main .tour-itinerary-date h4 {
    font-size: 16px;
    z-index: 9;
    color: #fff;
}
.tour-itinerary-date:after {
    content: '';
    background: #2f6fb2;
    width: 75%;
    height: 75%;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px #00000029;
}
.tour-itinerary-footer {
    background: #2f6fb2;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.tour-itinerary-footer a {
    background: #646464;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 50px;
    color: #fff !important;
    line-height: 20px;
    box-shadow: 0px 0px 8px 0px #00000029;
    border-radius: 15px;
    font-size: 17px;
    width: 28%;
    margin-right: 18px;
}
.tour-itinerary-footer a:nth-child(2) {
    margin-right: 0;
    background: #878a94;
}
.tour-itinerary-footer a img {
    width: 20px;
    margin-right: 12px;
}
.photo-gallery {
    padding-top: 20px;
}
.photo-gallery h2 {
    font-size: 72px;
    padding-bottom: 70px;
    position: relative;
    font-weight: 800;
}
.photo-gallery h2:before {
    content: '';
    position: absolute;
    bottom: 48px;
    left: 0px;
    right: 0px;
    width: 17%;
    height: 4px;
    background: #2f6fb2;
    border-radius: 4px;
    margin: 0 auto;
}
.photo-gallery h2 span {
    font-weight: 400;
    color: #878A94;
}
.photo-gallery #photo-gallery-slider img {
    box-shadow: 5px 5px 6px 0px #00000029;
    margin-bottom: 12px;
}
.photo-gallery #photo-gallery-slider .owl-nav {
    margin-top: 20px !important;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.photo-gallery #photo-gallery-slider .owl-nav button.owl-prev, .photo-gallery #photo-gallery-slider .owl-nav button.owl-next {
    text-align: left;
    background: #2f6fb2;
    padding: 12px !important;
    border-radius: 50%;
}
.photo-gallery #photo-gallery-slider .owl-nav button.owl-prev span {
    font-size: 0px;
    background: url(../images/ionic-ios-arrow-back.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: block;
    background-size: 60%;
}
.photo-gallery #photo-gallery-slider .owl-nav button.owl-next span {
    font-size: 0px;
    background: url(../images/ionic-ios-arrow-forward.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: block;
    background-size: 60%;
}
.photo-gallery #photo-gallery-slider .owl-nav button.owl-prev:hover, .photo-gallery #photo-gallery-slider .owl-nav button.owl-next:hover {
    background: #2f6fb2;
}
.video-gallery #video-gallery-slider .owl-nav {
    margin-top: 20px !important;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.video-gallery #video-gallery-slider .owl-nav button.owl-prev, .video-gallery #video-gallery-slider .owl-nav button.owl-next {
    text-align: left;
    background: #2f6fb2;
    padding: 12px !important;
    border-radius: 50%;
}
.video-gallery #video-gallery-slider .owl-nav button.owl-prev span {
    font-size: 0px;
    background: url(../images/ionic-ios-arrow-back.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: block;
    background-size: 60%;
}
.video-gallery #video-gallery-slider .owl-nav button.owl-next span {
    font-size: 0px;
    background: url(../images/ionic-ios-arrow-forward.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: block;
    background-size: 60%;
}
.video-gallery #video-gallery-slider .owl-nav button.owl-prev:hover, .video-gallery #video-gallery-slider .owl-nav button.owl-next:hover {
    background: #2f6fb2;
}
.video-gallery #video-gallery-slider .item iframe {
    box-shadow: 5px 5px 6px 0px #00000029;
    margin-bottom: 12px;
}

.testimonails {
    background: #fff;
}
.testimonails h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.testimonails #testimonails-slider .owl-nav {
    margin-top: 20px !important;
    width: 20%;
    margin: 0 0 0 auto;
    display: block;
}
.testimonails #testimonails-slider .owl-nav button.owl-prev, .testimonails #testimonails-slider .owl-nav button.owl-next {
    text-align: left;
    background: #2f6fb2;
    padding: 10px !important;
    border-radius: 50%;
}
.testimonails #testimonails-slider .owl-nav button.owl-prev span {
    font-size: 0px;
    background: url(../images/ionic-ios-arrow-back.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: block;
    background-size: 60%;
}
.testimonails #testimonails-slider .owl-nav button.owl-next span {
    font-size: 0px;
    background: url(../images/ionic-ios-arrow-forward.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: block;
    background-size: 60%;
}
.testimonails #testimonails-slider .owl-nav button.owl-prev:hover, .testimonails #testimonails-slider .owl-nav button.owl-next:hover {
    background: #2f6fb2;
}

/* Footer */
footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    padding: 80px 0 0;
    background-size: cover;
    min-height: 800px;
    position: relative;
}
footer h3 {
    font-size: 72px;
    padding-bottom: 40px;
    position: relative;
    color: #fff;
    font-weight: 800;
}
footer h3:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    width: 17%;
    height: 4px;
    background: #2f6fb2;
    border-radius: 4px;
    margin: 0 auto;
}
footer h3 span {
    font-weight: 400;
    color: #D8D8D9;
}
footer .text-center p {
    color: #fff;
}

footer form {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 150px;
}

footer form input {
    width: 100%;
    height: 45px;
    padding: 15px;
    font-size: 14px;
    color: #222;
    box-shadow: 0px 0px 6px 0px #00000029;
    border: none;
    margin-top: 20px;
}
footer form label.error {
    text-align: left;
    width: 100%;
    font-size: 12px;
    margin: -11px 0 0;
    background: none;
    color: red;
}
footer form textarea {
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 14px;
    color: #222;
    box-shadow: 0px 0px 6px 0px #00000029;
    border: none;
}

footer form input:nth-child(1) {
    margin-top: 0;
}

footer form input::placeholder {
    color: #000;
    font-size: 14px;
}

footer form textarea::placeholder {
    font-size: 14px;
    color: #000;
}

footer form button {
    background: #2f6fb2;
    color: #fff;
    width: auto;
    line-height: 17px;
    text-align: center;
    margin: 50px auto 0;
    border-radius: 12px;
    box-shadow: 4px 4px 6px 0px #00000029;
    padding: 12px 22px;
    position: relative;
    border: none;
    font-size: 15px;
}
footer form button img {
    margin-right: 10px;
}
footer .copyright {
    background: rgb(255 216 193 / 40%);
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .copyright p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

footer .copyright p a {
    color: #fff;
}

.modal-open .modal {
    z-index: 99999;
    top: 5%;
}
.modal-backdrop.show {z-index: 9999}
.modal-body .modal-pay {
    padding-bottom: 25px;
}
.modal-body h4 {
    font-weight: 600;
}

.thankyou-page {
    margin: 0;
}

.thankyou-page h1 {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 40px;
    position: relative;
}
.thankyou-page h1 span {font-weight: 400;color: #878A94;}
.thankyou-page h1:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    width: 17%;
    height: 4px;
    background: #2f6fb2;
    border-radius: 4px;
    margin: 0 auto;
}

.thankyou-page img {
    width: 10%;
    margin: 0 auto 25px;
}

.thankyou-page a {
    background: #2f6fb2;
    color: #fff;
    width: auto;
    line-height: 17px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 12px;
    box-shadow: 4px 4px 6px 0px #00000029;
    padding: 12px 22px;
    position: relative;
    border: none;
    font-size: 15px;
}

/* Media CSS */
@media (max-width: 768px) {
    .pmd-0 {padding: 0px;}
    nav.navbar {justify-content: end;}
    .offcanvas-collapse {position: fixed;top: 0px;bottom: 0;right: 100%;left: -300px;width: 300px;padding: 4rem 1rem;overflow-y: auto;visibility: hidden;background-color: #164e89;transition-timing-function: ease-in-out;transition-duration: 0.3s;transition-property: left, visibility;z-index: 999999;}
    .offcanvas-collapse {align-items: start;-moz-background-clip: padding;-webkit-background-clip: padding;background-clip: padding-box;border-right: 5px solid rgba(0, 0, 0, 0.2);}
    .offcanvas-collapse.open {left: 0;visibility: visible;}
    .navbar-toggler-icon {background-image: url(../images/navbar-bar.svg);}
    .navbar-toggler-icon.close {background-image: url(../images/navbar-close.svg);}
    .offcanvas-collapse button#navToggle {position: absolute;right: 20px;top: 20px;padding: 0 10px;}
    .offcanvas-collapse button#navToggle span.navbar-toggler-icon {width: 20px;opacity: 1;}
    header ul.navbar-nav li.nav-item a {color: #fff;}
    .main-banner-content {position: static;}
    .main-banner-content .banner-content-left .col-lg-3 {min-height: 70px;justify-content: center;}
    .main-banner-content .banner-content-left .col-lg-3:before {left: 0;top: auto;right: 0;bottom: -20px;margin: 0 auto;width: 15px;border-top-color: #3c4251;border-left-color: transparent;}
    .main-banner-content .col-lg-9 {background: #e7e7e7;}
    #countdown ul {padding: 10px 0px;}
    .main-banner-content .banner-content-left .row, .main-banner-content .banner-content-right .row {margin: 0 5px;}
    .main-banner-content .banner-content-right .col-lg-3 {justify-content: center;padding: 20px 0;}
    .banner-content-right form button {line-height: 25px;}
    .main-banner-content .banner-content-right .col-lg-3:before {border-right-color: transparent;border-bottom-color: #2f6fb2;top: -31%;left: 0;right: 0;width: 15px;margin: 0 auto;}
    .about-us h3 {margin-top: 30px;}
    .photo-gallery h2, footer h3 {font-size: 60px;}
    .testimonails #testimonails-slider .owl-nav {width: 30%;}
    .testimonails h3 {font-size: 34px;}
    footer form input:nth-child(3) {margin-bottom: 20px;}
    .tour-itinerary-road {padding-left: 70px;}
    .scrollmagic-pin-spacer {left: 68px !important;}
    .tour-itinerary-main .tour-itinerary-date {left: -60px;right: auto;}
    .tube {left: 40px;right: 0;margin: 0px;}
    .tour-itinerary-footer a {margin-top: 20px;}
    .tour-itinerary-footer {padding-top: 0px;}
    .line {height: 98%;}
    .tour-itinerary-main .tour-itinerary-date {top: 20%;}
    .tour-itinerary-main:nth-child(2) .tour-itinerary-date {top: 67%;}
    .tour-itinerary-main:nth-child(3) .tour-itinerary-date {top: 21.5%;}
    .tour-itinerary-main:nth-child(4) .tour-itinerary-date {top: 67%;}
    .tour-itinerary-main:nth-child(5) .tour-itinerary-date {top: 21%}
    .tour-itinerary-main:nth-child(6) .tour-itinerary-date {top: 63%;}
    .tour-itinerary-main .order-2 {-ms-flex-order: 2;order: 1;}
}
@media (max-width: 425px) {
    .main-banner-content {padding-top: 60px;}
    .main-banner .banner-content-right {margin-top: 15px;}
    .testimonails h3 {margin-top: 40px;}
    .testimonails #testimonails-slider .owl-nav {margin: 0 0 auto;}
    .tour-itinerary-road {padding-left: 60px;}
    .tube {left: 30px;height: 102%;}
    .scrollmagic-pin-spacer {left: 60px !important;}
    #tour-itinerary-slider .owl-nav {width: 75%;}
    .tour-itinerary-main .tour-itinerary-date {top: 10%;}
    .tour-itinerary-main:nth-child(2) .tour-itinerary-date {top: 77%;}
    .tour-itinerary-main:nth-child(3) .tour-itinerary-date {top: 11.5%;}
    .tour-itinerary-main:nth-child(4) .tour-itinerary-date {top: 77%;}
    .tour-itinerary-main:nth-child(5) .tour-itinerary-date {top: 10%;}
    .tour-itinerary-main:nth-child(6) .tour-itinerary-date {top: 75.5%;}
    .banner-content-right form .pr-1 {padding-right: 0px !important;}
    .banner-content-right form .pl-1 {padding-left: 0px !important;}
}
@media (max-width: 375px) {
    nav.navbar {padding: 0px;}
    .tour-details {padding-right: 15px !important;padding-left: 30px !important;}
    .tour-delight {padding-right: 0px !important;padding-left: 30px !important;}
    .testimonails #testimonails-slider .owl-nav {width: 40%;}
    .photo-gallery h2, footer h3 {font-size: 44px;}
    .about-us h1 {font-size: 48px;}
    .tour-itinerary .tour-itinerary-green h2 {font-size: 48px;}
    .about-us-trip p {flex-direction: column;align-items: flex-start;}
    .about-us-trip p strong {margin-left: 0px;}

    .tour-itinerary-main .tour-itinerary-date {top: 6%;}
    .tour-itinerary-main:nth-child(2) .tour-itinerary-date {top: 85%;}
    .tour-itinerary-main:nth-child(3) .tour-itinerary-date {top: 6%;}
    .tour-itinerary-main:nth-child(4) .tour-itinerary-date {top: 85%;}
    .tour-itinerary-main:nth-child(5) .tour-itinerary-date {top: 5.5%;}
    .tour-itinerary-main:nth-child(6) .tour-itinerary-date {top: 81%;}
}