/*Small devices (portrait phones, less than 600px)*/
@media only screen and (max-width:600px) {
.dtr-pt-100, .dtr-py-100{padding-top:60px;}
.dtr-pb-100, .dtr-py-100{padding-bottom:60px;}
.navbar {border-radius: 0;left: 0;position: relative;right: 0;top:0px;width: 100%;}
.navbar.scrolled {padding: 5px 10px;}
ul.navbar-nav li {margin-bottom: 0;padding: 10px 10px 0;text-align: center;}
h1.hero-title { font-size: 54px; margin: 0; margin-top: 220px; }
section#oneJourney h2.heading span {font-size: 48px;}
p.travle-simple {margin-top: 25px !important;}
footer#footer h2.heading {font-size: 22px;margin-top: 30px;margin-bottom: 0;}
p.contact-details.mt-5 {margin-top: 20px !important;}
p.contact-details {font-size: 16px;}
ul.quick-links.mt-5 {margin-top: 25px !important;}
ul.quick-links.one {margin-top: 0;}
.footer-watermark {font-size: 16.5vw;}
.social-icons ul {margin-top: 30px;}
.social-icons ul li {padding: 10px 20px 10px 0;}
}

/*Medium devices (tablets, 768px and up)*/
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
  
    
}

/*Medium devices (ipad pro)*/
@media only screen and (max-device-width:1366px) and (min-device-width:1024px) and (orientation:portrait) {

}

/*Small laptops (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*Small laptops (1200px and 1290px)*/
@media only screen and (min-width:1200px) and (max-width:1290px) {
  
}

@media (min-width: 1400px) {
  
}
@media (min-width: 1500px) {

}

/*XX-Large devices (larger desktops, 1600px and up)*/
@media (min-width: 1600px) {

}
@media (min-width: 1800px) {
}
@media (min-width: 2000px) {
}