*{margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}

a{text-decoration: none;
}

li{list-style: none;
}



.header{width: 100%;
height: 30px;
background-color: #125d99;
display: flex;
align-items: center;
padding: 0px 100px;
}

.header .header-content{color: #fff;
font-size: 10px;
width: 65%;
}

.header .header-content span{padding: 0px 20px;
}

.header .header-content span i{padding: 0px 5px 0px 0px;
}

.header .header-content-right{
	width: 35%;
  display: flex;
}


.header .header-content-right .icon-bar {
    padding: 8px 30px 0px 0px;
}

.header .header-content-right button{border:1px solid #125d99;
background-color: #fff;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
color: #125d99;
padding: 8px 15px;
outline: none;
border-radius: 30px;
}


.spinner {
  width: 140px;
  height: 35px;
  position: absolute;
  top: 2px;
  right: 100px;
  z-index: 99999;
}

.spinner a{text-decoration: none;
}

.double-bounce1 {
  width: 100%;
  height: 70%;
  color: #fff !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #FF9800 !important;
  position: absolute;
  top: 2px;
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}


@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}






.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.brand a img{width:160px; height:80px;
}

nav .active{background-color:#125d99;
color: #fff;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
  list-style: none;
}
nav ul li a {
  display: block;
  padding: 0px 15px 0px 15px;
  line-height: 50px;
  background: #ffffff;
  color: #1a487f;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
 
}
nav ul li a:hover {
  background:#125d99;
  color: #ffffff;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

ul.nav-list {
    position: absolute;
    right: 100px;
    top: 25px;
}


.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
}
#nav-toggle {
  position: absolute;
  left: 10px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 25px;
  background: #463f3f;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
  z-index: 99999;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}


.navbar {
  padding: 0px 100px;
  margin: 0 auto;
  height: 100px;
  background: #ffffff;
   box-shadow: 0px 15px 10px -15px #111;
}

.brand {
  position: absolute;
  padding-left: 0px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}





/*****************Quiry Button*********************************/

.modal-content{border:2px solid #125d99;
  border-radius: 5px;
  width: 70%;
  margin-top: 100px;
}

.modal-body input{margin: 15px 0px;
  font-size: 12px;
  outline: none;
}

.modal-body textarea{margin: 15px 0px;
  font-size: 12px;
  height: 100px;
  outline: none;
}

.modal-body select{font-size: 12px;
  outline: none;
}



.modal-body select option{text-transform: capitalize;
  outline: none;
}

.modal-header{border:none;
margin: 0px;
padding: 0px;
}

.modal-body h5{margin-top: -20px;
}
button.close {
outline: none;
position: relative;
right: 10px;
top: 5px;
}

.Get-quote-button{text-align: center;
}

.Get-quote-button button{outline: none;
}

.form-btn-submits{border:1px solid #3e8513;
padding: 5px 20px !important;
color: #3e8513;
margin-top: 20px;
font-weight: 600;
border-radius: 5px;
box-shadow: 0px 0px 10px #e8dddd;
}


.enquiry-form-btn input{outline: none;
border: 1px solid #3e8513;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #e8dddd;
    text-transform: uppercase;
}


/*****************end****************/



.ex{margin: 0;
padding: 0;
}


.location-seletor{width: 100%;
position: absolute;
bottom: 0%;
}

.location-seletor-tab {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.location-seletor-tab {
	text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.location-seletor-tab-alls{width: 20%;
}

.location-seletor-tab-alls select{width: 95%;
	padding: 15px;
	border-radius: 5px;
	font-size: 12px;
}

.location-seletor-tab .travels-button input{padding: 10px 25px;
	background-color: #b45534;
	color: #fff;
	border-radius: 5px;
	border:1px solid #b45534;
}

.carousel-caption h1 {
    font-size: 100px;
    font-weight: 700;
}






.load{animation: slide 2s;
}

.slider{background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
height: 85vh;
animation: slide 30s infinite;
}

.content{color: #fff;
width: 100%;
height: 100%;
padding-top: 50px;
}



@keyframes slide{
  0%{
    background-image: url(../img/slide1.jpg);
  }

  20%{
    background-image: url(../img/slide1.jpg);
  }

  20.01%{
    background-image: url(../img/slide2.jpg);
  }

  40%{
    background-image: url(../img/slide2.jpg);
  }

  40.01%{
    background-image: url(../img/slide3.jpg);
  }

  60%{
    background-image: url(../img/slide3.jpg);
  }

  60.01%{
    background-image: url(../img/slide4.jpg);
  }

  80%{
    background-image: url(../img/slide4.jpg);
  }

  80.01%{
    background-image: url(../img/slide5.jpg);
  }

  100%{
    background-image: url(../img/slide5.jpg);
  }
}









.Adventure-tour-text h2{color: #b45534;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-weight: 700;
}


.Adventure-tour-text a{float: right;
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
    padding-bottom: 3px;
    color: #b45534;
    border-bottom: 3px solid #b45534;
}

.Adventure-tour{padding: 100px;
}


.Adventure-tour-img{width: 100%;
height: 450px;
}
.thumbnail {
   position: relative;
   width: 100%;
   height: 100%;
   margin-bottom: 10px;
   overflow: hidden
}



.Adventure-tour-img .thumbnail img {
    max-width: 100%;
    height: 100%;
    transition: all 1s ease;
}

.thumbnail div{
   position: absolute;
   background: rgba(1,1,1,0.4);
   color: #fff;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: all 0.3s ease;
   text-align: center;
   font-size: 30px;
   z-index: 2
   
}

.thumbnail:hover > img {
   transform: scale(1.1);
}

.thumbnail:hover > div {
   opacity: 1;
}


.Adventure-tour-img-side-img img{width: 100%;
height: 212px !important;
}

.ad-ex{margin: 0px 0px 25px 0px;
}

.guide-box{width: 100%;
	padding: 0px 0px 100px 0px;
}

.guide-box-text{text-align: center;
}

.guide-box-text h2{font-size: 18px;
font-weight: 700;
}

.guide-box-text p{text-align: justify;
padding:5px 0px;
font-size: 14px;
}


.Vacation .parallax {
  background-image: url("../img/holiday-vacation.jpg");
  min-height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}


.Vacation-box .owl-nav {
    position: absolute;
    top: 43%;
    width:100%;
}


.Vacation button.owl-prev span {
    font-size: 50px !important;
    position: absolute;
    left: -50px;
    border:1px solid #fff;
    height: 40px;
    width: 40px;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
}

.Vacation button.owl-next span {
    position: absolute;
    right:-50px;
    font-size: 50px;
    border:1px solid #fff;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 32px;
    border-radius: 50%;
}




.Vacation .item{background-color: #fff;
border-radius: 2px;
box-shadow: 0px 0px 10px #000; 
margin: 0px 20px;
}


.vacation-price-box{width: 100%;
display: flex;
padding-top: 20px;
}

.vacation-price-box-first{width: 50%;
}

.vacation-price-box-second{width: 50%;
text-align: right;
}

.heading22 {
    padding: 20px 20px 10px 20px;
}

.vacation-price-box .heading22 h5 {
    font-size: 14px;
    font-weight: 600;
    color: #ff7550;
}

.vacation-price-box .heading22 p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.Vacation {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
}
.vacation-price-box-first p {
    font-size: 14px;
}
.heading22 h5 {
    font-weight: 700;
    font-size: 18px;
  }

.vacation-price-box i{color: #b45534;
}

.vacation-price-box p span {
    font-size: 10px !important;
}

.vacation-price-box h3{font-size: 22px;
	font-weight: 600;
	color: #b45534;
	margin-top: 10px;
}

.Vacation-box h2{color: #b45534;
margin: 0px 0px 20px 20px;
font-weight: 600;
}

.Vacation-box h2 a {
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
    padding-bottom: 3px;
    color: #b45534;
    border-bottom: 3px solid #b45534;
}

.Vacation-box {
    padding-top: 80px;
}


.popular-tours{width: 100%;
height: auto;
display: flex;
align-items: center;
padding: 100px 0px 50px 0px;
}

.Adventure-tour-text h2 {
    color: #b45534;
}


.popular-tours-img img{width: 100%;
}

.popular-tours-content h2{
	color: #b45534;
font-weight: 600;
}

.popular-tours-content p{text-align: justify;
    padding: 2px 0px;
    font-size: 14px;
}

.popular-tours-content span{ font-weight: 600;
margin: 0px 30px 30px 0px;
line-height: 40px;
 }

 .popular-tours-content span i{color: #b45534;
 }

#booking-btn{width: 100%;
  padding-left: 70px;
}
 
 .btn-12{
  border:none;
  box-shadow: none;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
  outline: none;
  color: #fff;
}

 .btn-12 span {
  background: rgb(16, 161, 231, 0.8);
background: linear-gradient(90deg, rgba(16, 161, 231, 0.8) 0%, rgba16, 161, 231, 0.8) 100%, rgba(16, 161, 231, 0.8) 100%);
  display: block;
  position: absolute;
  width: auto;
  height: 40px;
  padding: 0px 20px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: normal;
  outline: none;
}

  .btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
 .btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
 .btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


.top-location{width: 100%;
	background-color: #fff;
	padding: 100px 0px;
}

.top-location button.owl-prev span {
    font-size: 50px !important;
    position: absolute;
    left: -50px;
    border:1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 32px;
    color: #000;
    border-radius: 50%;
}

.top-location button.owl-next span {
    position: absolute;
    right: -50px;
    font-size: 50px;
    border:1px solid #000;
    height: 40px;
    width: 40px;
    color: #000;
    line-height: 32px;
    border-radius: 50%;
}

.top-location-img{width: 100%;
height: 500px;
}




.top-location .top-location-img-first img{width: 100%;
height: 500px;
box-shadow: 0px 0px 5px #000;
border-radius: 5px;
}


.top-location .top-location-img-second img{
width: 100%;
height: 230px;
margin-bottom: 38px;
border-radius: 5px;
}


.top-location .top-location-img-third img{margin-top: 40px;
width: 100%;
height: 230px;
border-radius: 5px;
}

.top-location .top-location-img-fourth img{width: 100%;
height: 500px;
box-shadow: 0px 0px 5px #000;
border-radius: 5px;
}

.top-location .item{margin: 20px;
}





.top-location .item h5{color: #fff;
position: absolute;
bottom: 30px;
margin: 0px 0px 0px 20px;
font-weight: 700;
opacity: 1;
font-size: 18px;
}

.top-location .item p{
	color: #fff;
position: absolute;
bottom: 0;
font-size: 14px;
margin: 0px 0px 10px 20px;
}

.top-location-img-second h5{margin-top: -10px;
}

.top-location .top-location-img-second h5 {
  position: absolute;
  top: 220px;
}

.top-location-img-second p {
    position: relative;
    top: 190px;
}

.top{margin:0;
padding: 0;
}


.next-trip{width: 100%;
height: 100vh;
}

.next-trip-bg {
  background-image: url("../img/nest-travels-bg.jpg");
  height: 100%; 
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.next-trip-content{text-align: center;
padding-top: 250px;
color: #fff;
background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.next-trip-content h2{font-size: 50px;
	font-weight: 700;
}

.next-trip-btn{text-align: center !important;
}

.next-trip-content .heading22 h5{font-weight: 500;
font-size: 22px;
color: #ff7550;
}

.next-trip-content .heading22 h6{font-weight: 700;
font-size: 16px;
margin-bottom: 20px;
}

.our-team button.owl-prev span {
    font-size: 50px !important;
    position: absolute;
    left: -50px;
    top: 50%;
    border:1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 32px;
    color: #000;
    border-radius: 50%;
}

.our-team button.owl-next span {
    position: absolute;
    top: 50%;
    right: -50px;
    font-size: 50px;
    border:1px solid #000;
    height: 40px;
    width: 40px;
    color: #000;
    line-height: 32px;
    border-radius: 50%;
}

.our-team-box .item{margin: 0px 20px;
}

.our-team{padding: 100px 0px 50px 0px;
}

.our-partner{width: 100%;
height: 50vh;
}

.our-partner-bg {
  background-image: url("../img/our-partner.jpg");
  height: 100%; 
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-partner-content{text-align: center;
padding-top: 120px;
color: #fff;
background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.our-partner-img {margin-top: 50px;
}
.our-partner-img img{margin: 0px 30px;
}

.our-partner-content h2{font-weight: 700;
}




#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#125d99;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#b45534;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}








.footer{background-color: #125d99;
color: #fff;
padding: 50px 0px;
}

.footer-content h4{font-size: 18px;
font-weight: 600;
padding-bottom: 10px;
}

.footer-content p{font-size: 13px;
  text-align: justify;
}

.footer-content h6{font-size: 14px;
	font-weight: 700;
}

.footer-content ul li{font-size: 12px;
  line-height: 24px;
}

.footer-content span{font-size: 12px;
}

.icon-bar{padding: 20px 0px 0px 0px;
}
.icon-bar a {
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  margin: 0px 2px 0px 0px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.icon-bar a i{font-size: 16px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
  padding: 8px 12px 6px 12px;
}

.twitter {
  background: #55ACEE;
  color: white;
  padding: 8px 8px 6px 8px;
}



.youtube {
  background: #bb0000;
  color: white;
  padding: 8px 10px 6px 8px;
}

.footer-content ul{margin-left: 0px;
}
.footer-content ul li a{color: #fff;
font-size: 12px;
}

.footer-content ul li i{color: #fff;
}



.footer-content span{font-size: 13px;
}


.mini-footer {font-size: 12px;
width: 100%;
padding: 20px 0px 0px 0px;
}

.mini-footer-right p{text-align: right;
}


.ticket-booking-box{
top: 30%;
width: 100%
}

.ticket-booking-box-data{width: 100%;
height: auto;
display: flex;
align-items: center;
padding: 0px 100px;
}

.ticket-booking-box-form{width: 50%;
}
.ticket-booking-box-text{width: 50%;
}

.ticket-booking-box-form .tablink {
  background-color: #fff;
  color: #000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 0px;
  font-size: 14px;
  width: 20%;
  font-weight: 500;
}


.ticket-booking-box-text h1 {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
}


.ticket-booking-box-form .tabcontent {
  color: white;
  display: none;
  padding: 0px 20px 20px 20px;
  height: 100%;
}


.ticket-booking-box-form .tabcontent{background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
width: 100%;
}


.ticket-booking-box-form #tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px!important;
    padding: 5px 10px!important;
    border: none!important;
    color: #0f66a3;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}


/*********************************Domestic Tour*****************************************************/

.domestic-tour{background-image: url("../img/domestic-tour-bg.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}

.domestic-tour-bg{width: 100%;
height: 100%;
background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 120px;
  display: flex;
  align-items: center;
}

.domestic-tour-bg h1{color: #fff;
font-size: 30px;
font-weight: 600;
}



.domestic-tour-box{width: 100%;
padding: 50px 0px;
	}

.domestic-tour-box-data{width: 100%;
background-color: #ebebeb;
box-shadow: 0 0 20px #F4F4F9;
margin-bottom: 50px;
border-top: 10px solid #0965a5;
}

.domestic-tour-box-plan .thumbnail {
   position: relative;
   width: 100%;
   height: 100%;
   margin-bottom: 10px;
   overflow: hidden
}

 .thumbnail > img {
    width: 100%;
    height: 200px;
    transition: all 0.3s ease
}

.domestic-tour-box-plan .thumbnail div {
   position: absolute;
   background: rgba(1,1,1,0.8);
   color: #fff;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: all 0.3s ease;
   line-height: 300px;
   text-align: center;
   font-size: 30px;
   z-index: 2
   
}
.domestic-tour-box-plan .thumbnail:hover > img {
   transform: scale(1.3)
}

.domestic-tour-box-plan .thumbnail:hover > div {
   opacity: 1
}

.thumbnail div a{font-size: 14px;
	border:1px solid #fff;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	background-color: #0965a5;
}

.domestic-tour-text h6{font-size: 12px;
font-weight: 600;
text-align: center;
}

.popular-tours-btn{padding: 0px 0px 50px 0px;
}

.international-tour-bg{background-image: url("../img/international-tour-bg.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}

.contact-us-bg{background-image: url("../img/contact-us-bg.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}

.contact-us-box{width: 100%;
	padding: 50px 0px;
}


.contact-us-map{border:4px solid #0f66a3;
	border-radius: 5px;
}

.contact-us-map iframe{width: 100%;
height: 300px;
}

.contact-us-form-text {
    text-align: center;
    padding: 0px 0px 50px 0px;
}

.contact-us-form-text p{font-size: 12px;
font-weight: 600;
}

.contact-us-form-fill .modal-body form h5{margin-bottom: 30px;
}

.enquiry-form-btn input{background-color: #0f66a3;
border:2px solid #0f66a3;
}

.contact-us-address h5{margin-bottom: 30px;
}

.contact-us-address p{font-size: 12px;
}

.visa-bg{background-image: url("../img/visa-apply.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}


.visa-apply{padding: 100px 0px;
}

.visa-apply-img img{width: 100%;
	height: 360px;
	border-radius: 5px;
}


.visa-apply-form {
    margin-top: -32px;
}


.select-page-img img{width: 100%;
}

.select-page-img h6{margin: 10px 0px 0px 20px;
font-size: 14px;
font-weight: 600;
}

.select-page-img span{font-size: 12px;
}

.select-page{padding: 50px 0px;
}
.select-page-img{ box-shadow: 0px 0px 4px #0f66a3;
  border-radius: 5px;
padding: 0px;
}

.select-page-img img{border-radius: 5px;
}
.select-page-form {margin-top: 30px;
  box-shadow: 0px 0px 4px #0f66a3;
  border-radius: 5px;
  padding: 20px 0px 20px 0px;
  border-bottom: 10px solid #0f66a3;
  border-top: 10px solid #0f66a3;
}

#hotel-book-btn{margin: 30px 0px 0px 0px;
}

.select-page-details {
    box-shadow: 0px 0px 4px #72525d;
    padding: 10px 20px;
    border-radius: 5px;
}

.select-page-img {padding: 0px 0px 30px 0px;
  text-align: center;
}
.select-page-img span{padding-left: 10px;
}

.select-page-form h5{margin: 0px;
    padding: 0px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.select-page-details span{font-size: 12px;
}

.select-page-details h1{font-size: 14px;
font-weight: 600;
margin-top: 20px;
color: #72545d;
}

.select-page-details ul li{font-size: 12px;
line-height: 24px;
}

.select-page-details p{font-size: 12px;
}

input#arrival-date {
    width: 39%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 10px;
}

input#departure-date {
    width: 39%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 10px;
}


.flight-book-form h6 {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-bg{background-image: url("../img/gallery-bg.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}




.gallery-image{padding: 70px 0px;
}

.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding:20px;
}

.column img {
  margin: 20px !important;
  vertical-align: middle;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #000;
  transition: 1s;
}

.column img:hover{
  transform: scale(1.1);
}

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


.about-us{background-image: url("../img/about-us.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}

.about-us-box{padding: 50px 0px;
	background-color: #f1f1f1;
}

.about-us-box-text-data h5{font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.about-us-box-text-data p{font-size: 12px;
	line-height: 22px;
}

.about-us-box-img img{width: 100%;
}



.about-us-vehicles{padding: 50px 0px 100px 0px;
}

.tab {
  float: left;
  border: 1px solid #0f66a3;
  background-color: #f1f1f1;
  width: 30%;
  height: 420px;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid #0f66a3;
}


.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #0f66a3;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #0f66a3;
  width: 70%;
  border-left: none;
  height: 421px;
}

.tabcontent img{width: 100%;
	height: 100%;
}

.about-us-vehicles-text h2{font-size: 18px;
text-transform: uppercase;
font-weight: 600;
}

.about-us-vehicles-text {padding-bottom: 20px;
}

.about-us-vehicles-text p{font-size: 12px;
}

.about-us-vehicles-text span{font-size: 12px;
}

.domestic-tour-bg h1{text-transform: uppercase;
}

.flight-booking{background-image: url("../img/flight-bookng-bg.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}


.flight-booking-tab span{font-size: 10px;
  }


.domestic-flight-booking{padding: 50px 0px;
}

.tile
{
  width:100%;
  box-shadow: 0px 0px 5px #0f66a3;
  border-bottom: 10px solid #0f66a3;
  border-top: 10px solid #0f66a3;
  border-radius: 5px;
  padding: 20px 0px;
}

.tile h6{font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 0px 20px;
}

#tile-1 .tab-pane
{
  padding: 0px;
}
#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
  margin:20px 15px 0px 15px !important;
  border:1px solid #ccc;
  border-radius: 4px;
}

#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 10px 10px!important;
  border:none!important;
  color:#0f66a3;
   font-size: 14px;
  font-weight: 600;
  text-align: left;
}

#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#0f66a3;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
}

#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color: #fff!important;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background-color: #0f66a3 !important;
}

.flight-book-form form input{width: 45%;
margin: 0px 20px;
font-size: 12px;
}

.flight-booking-tab{width: 100%;
display: flex;
}

.flight-booking-tab label{width: 50%;
  margin: 30px 0px 10px 20px;
font-size: 12px;
font-weight: 600;
}


.enquiry-form-btn{width: 170px;
}

.flight-booking-tab input.booking-right {
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    border-radius: 4px;
    border:1px solid #ccc;
}

.flight-booking-tab input#birthday {
    margin: 0px 0px 0px 20px important;
    padding: 5px 0px 5px 10px;
    border-radius: 4px;
    width: 45%;
    border:1px solid #ccc;
}

input{outline: none;
}

.collapsible > .summary
{
  cursor: default;
  opacity: 0.999;
  font-family: sans-serif;
  font-size: 12px;
  padding: 5px 0px 5px 5px;
  color: #000;
  height: 30px;
}

.collapsible > .summary > *
{

}



.collapsible > .summary::before
{
  box-sizing: border-box;
  margin: 0.5em;
  display: inline-block;
  content: '⏶';
  text-align: center;
  vertical-align: center;
  height: 1.1em;
  width: 1em;
  font-family: courier;
  text-decoration: none;
  position: absolute; right: 50px;
  margin-top: -5px;
  font-size: 20px;
}

.collapsible:not([open]) > .summary::before
{
  content: 'View ';
}
.collapsible:not([open]) > .summary::before
{
  content: '⏷';
}

.collapsible > *:not(.summary)
{
  transition: all 0.25s ease-in-out;
  opacity: 0.999;
  max-height: 100%;
  font-size: 12px;
}
.collapsible:not([open]) > *:not(.summary)
{
  opacity: 0;
  max-height: 0;
  z-index: -100; 
}

.travels-seat span {cursor:pointer; 
font-size: 12px;
font-weight: 500;
}

.number{
      margin:100px;
    }
.travels-seat .minus, .plus{
      width:20px;
      background:#f2f2f2;
      border-radius:4px;
      border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-top: 10px;
    }
.travels-seat input{
      height:34px;
      width: 50px;
      text-align: center;
      font-size: 26px;
      border:1px solid #ddd;
      border-radius:4px;
      display: inline-block;
      vertical-align: middle;
}

.travels-seat  .number input {
width: 16%;
height: 50%;
font-size: 14px;
border:1px solid #ccc;
margin:10px 0px 0px 0px;
}

.travels-seat .number{width: 33%;
}

.travels-seat {display: flex;
  width: 100%;
}

.travels-seat .number {
    text-align: center;
    margin: 10px 0px;
}

.number-radio-btn{width: 100%;
}

.collapsible .number-radio-btn input{
  text-align: left;
  margin: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.flight-booking-tab .collapsible{width: 100%;
  margin: 30px 20px 0px 20px;
  border:1px solid #ccc;
  border-radius: 5px;
}

input.form-checkbox {
    margin: 20px 0px !important;
    padding: 0px;
}

.number-radio-btn input{width: 5% !important;
}

input.form-checkbox {
    width: 5% !important;
}

span.checkbox-text {
    margin-top: 30px !important;
}

input.form-checkbox {
    margin: 30px 0px 30px 15px!important;
}

i.fa.fa-long-arrow-right {
    margin: 7px 0px 0px 0px;
}

.flight-right-left{padding: 0px;
margin: 0px;
line-height: 0px;
}

div#departure-date-first input {
    height: 32px;
    width: 41% !important;
    margin-right: 42px;
}


.form-control-right{text-align: right;
}



.domestic-flight-booking-text-data p{font-size: 12px;
text-align: justify;
}

.domestic-flight-booking-text-data table{font-size: 11px;
  border:1px solid #ccc;
}

.domestic-flight-booking-text-data table td:first-child{width: 30%;
}

.domestic-flight-booking-text-data table td{border:1px solid #ccc;
padding: 5px;
color: #000 !important;
}

.domestic-flight-booking-text-data table td a{color: #000;
}

.domestic-flight-booking-text-data table tr:first-child{font-weight: 700;
  font-size: 12px;
}

.domestic-flight-booking-text-data {box-shadow: 0px 0px 5px #72525d;
padding: 20px;
margin-bottom: 30px;
border-radius: 5px;
}

.domestic-flight-booking-text-data ul{font-size: 12px;
}

.domestic-flight-booking-text-data ul li a{color: #000;
}

.international-hotel{background-image: url("../img/international-hotel-bg.jpg");
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
background-attachment: fixed;
background-repeat: no-repeat;
}










.testimonial {
  background-color: #f1f1f1;
  padding-top: 100px;
}


#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    margin: 0px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #125d99;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e);
    border: 1px solid #125d99;
    border-radius: 50%;
    background-color: #125d99;
}



.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
    border: 1px solid #125d99;
    border-radius: 50%;
    background-color: #125d99;
}


.testimonial-heading h1{font-size: 30px;
  font-weight: 600;
  color: #b45534;
}


.carousel-item h3{margin-top: 20px;
font-style: 22px;
font-weight: 600;
}

.carousel-item span{color: orange;
}

.web-check-bg{width: 100%;
  height: 300px;
}
.web-check-bg img{width: 100%;
}

.web-check-bg{background-color:#faf4f4;
}

.web-check-bg p {
    margin-top: -35px;
    margin-left: 190px;
    font-size: 14px;
    font-weight: 600;
    color: #585a5b;
}

.web-check-in a{text-decoration: none !important;
}

.web-check-in-headline h2{
  font-size: 16px;
    margin-left: 30px;
    font-weight: 600;
}

.web-check-in-headline p{
    margin-left: 30px;
    color: #999;
    font-size: 13px;

}


.web-check-in{background-color: #f1f1f1;
  padding: 100px;
}

.web-check-in-button {
    border: 1px solid #fff;
    width: 100%;
    height: 65px;
    background-color: #fff;
    margin: 20px 30px;
    border-radius: 5px;
    padding: 0px 0px 0px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.indigo{padding: 20px 0px 0px 20px;
}

.web-check-in-button:hover {
    transition: all .5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.1) perspective(1px);
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    -webkit-font-smoothing: subpixel-antialiased;
}

.web-check-in-button{color: #333;
    font-size: 16px;
    font-weight: 600;
  }

.web-check-in-button img{width: 25px;
height: auto;
margin-right: 5px !important;
}

.express{padding: 20px 0px 0px 20px;
}

.express img{width: 50px;
height: auto;
margin-right: 5px !important;
}


.ticket-booking-box-form .tile {
    width: 100%;
    box-shadow: none;
    border-bottom:none;
    border-top: none;
    border-radius: 5px;
    padding: 0px 0px;
}


.ticket-booking-box-form input.form-checkbox {
    margin: 30px 0px 0px 15px!important;
}



.ticket-booking-box-form #tile-1 .nav-tabs li a{color: #fff !important;
}

/********************START MEDIA QUIRY*************************/


@media screen and (max-width:1024px){

  .header {
    width: 100%;
    height: 30px;
    background-color: #125d99;
    display: flex;
    align-items: center;
    padding: 0px 50px;
}

.navbar {
    padding: 0px 50px;
    margin: 0 auto;
    height: 100px;
    background: #ffffff;
    box-shadow: 0px 15px 10px -15px #111;
}

.header .header-content-right {
    width: 10%;
    text-align: right;
    margin-right: 0px;
}

ul.nav-list {
    position: absolute;
    right: 40px !important;
    top: 25px;
}
nav ul li a {
    display: block;
    padding: 0px 10px 0px 10px;
    line-height: 50px;
    background: #ffffff;
    color: #125d99;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 12px;
}

.ticket-booking-box-data {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0px 50px;
}

.carousel-inner img {
    width: 100%;
    height: 120vh;
}

.ticket-booking-box-text h1 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
}
.ticket-booking-box-form .tablink {
    background-color:#b45534;
    color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    font-size: 14px;
    width: 20%;
    font-weight: 500;
}


.testimonial4_slide img {
    width: 30%;
    height: 30vh;
}

.testimonial {
    background-color: #f1f1f1;
    padding-top: 50px;
}
.top-location {
    width: 100%;
    background-color: #fff;
    padding: 50px 0px;
}

.Vacation {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.Vacation-box {
    padding: 50px 0px;
}

.top-location {
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
}



}



@media screen and (max-width:768px){

.header {
    display: none;
}

.navbar {
    padding: 0px 10px;
    margin: 0 auto;
    height: 70px;
    background: #ffffff;
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 99999
}

nav ul li ul li {
    min-width: 768px;
}


ul.nav-list {
    width: 100%;
    position: absolute;
    right: 0px !important;
    top: 0px;
}

.brand a img {
    width: 65px;
}

.ticket-booking-box-data {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.ticket-booking-box {
    position: absolute;
    top: 20%;
    width: 100%;
}

.ticket-booking-box div#departure-date-first input {
    height: 30px;
    width: 50% !important;
    margin-right: 0px;
}

.ticket-booking-box div#departure-date-first {
    width: 90% !important;
}

.carousel-inner img {
    width: 100%;
    height: 100vh;
}
.ticket-booking-box-text h1 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
}


.ticket-booking-box-form .tablink {
    background-color: #fff;
    color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    font-size: 12px;
    width: 20%;
    font-weight: 500;
    border-right: 1px solid #f1f1f1;
}


.testimonial4_slide img {
    width: 30%;
    height: 30vh;
}
.testimonial {
    background-color: #f1f1f1;
    padding-top: 50px;
}

.testimonial .carousel {
    padding-bottom: 0px;
}

.testimonial4_slide p {
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    margin: 0px 0 20px 0;
}

.Vacation {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.Vacation-box {
    padding: 50px 0px;
}
.popular-tours {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 50px 0px 50px 0px;
}

.top-location .item h5 {
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0px 0px 0px 20px;
    font-weight: 700;
    opacity: 1;
    font-size: 14px;
}
.top-location {
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
}

.footer-content p {
    font-size: 13px;
    text-align: left;
}

.ticket-booking-box .ticket-booking-box-form .tabcontent {
    color: white;
    display: none;
    padding: 0;
    height: 100%;
}

.ticket-booking-box #tile-1 .nav-tabs li {
    margin: 20px 5px 0px 5px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ticket-booking-box .ticket-booking-box-form #tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px!important;
    padding: 5px 10px!important;
    border: none!important;
    color: #0f66a3;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
}
.ticket-booking-box .extra-text-form span {
    margin: 0px;
    padding: 0px;
    display: none;
}

.ticket-booking-box .flight-book-form form input {
    width: 50%;
    margin: 0px 10px;
    font-size: 12px;
}

.ticket-booking-box .flight-booking-tab label {
    width: 50%;
    margin: 20px 0px 5px 10px;
    font-size: 12px;
    font-weight: 600;
}



}






@media screen and (max-width:480px){
    .header {
    display: none;
}


nav {
    width: 100%;
    padding: 0px;
}
.brand a img {
    width: 65px;
}

ul.nav-list {
    position: absolute;
    right: 100px;
    top: 0px;
    z-index: 9999;
    width: 100%;
}
nav ul li a {
    padding: 10px 0px 10px 20px;
    line-height: 25px;
    font-size: 14px;
}

.navbar {
    padding: 0px 0px;
    margin: 0 auto;
    height: 70px;
    background: #ffffff;
    box-shadow: 0px 15px 10px -15px #111;
}

.ticket-booking-box-text {
    display: none;
}
.Adventure-tour {
    padding: 30px 0px;
}

.Adventure-tour-text h2 {
    color: #000;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

.Adventure-tour-img {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.Adventure-tour-img-side-img img {
    width: 100%;
}



.Vacation {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.Vacation-box {
    padding-top: 30px;
}
.Vacation-box h2 {
    color: #b45534;
    margin: 0px 0px 20px 20px;
    font-weight: 600;
    font-size: 22px;
}

.owl-item.active {
    width: 340px;
}

.our-partner-content {
    text-align: center;
    padding-top: 50px;
    color: #fff;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.our-partner-img {
    margin-top: 0px;
}

.our-partner-img img {
    margin: 15px 10px;
}

.our-partner {
    width: 100%;
    height: 70vh;
}

.next-trip-content h2 {
    font-size: 28px;
    font-weight: 700;
}

.next-trip-content {
    text-align: center;
    padding-top: 40px;
    color: #fff;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.next-trip {
    width: 100%;
    height: 40vh;
}
.footer { 
    background-color:#125d99;
    color: #fff;
    padding: 0px 0px;
}

.footer p{font-size: 12px;
}
.footer-content h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-top: 40px;
}

.footer-content p {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 22px;
}
    
    .domestic-tour-bg {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.about-us-vehicles-tab .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 10px;
    border-bottom: 1px solid #72545d;
    font-weight: 800;
}
.about-us-vehicles {
    padding: 30px 0px;
}
 .about-us-vehicles-tab .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #72545d;
    width: 70%;
    border-left: none;
    height: 247px;
}
.about-us-vehicles-tab .tab {
    float: left;
    border: 1px solid #125d99;
    background-color: #f1f1f1;
    width: 30%;
    height: 247px;
}
.mini-footer {
    font-size: 12px;
    width: 100%;
    padding: 5px 0px 8px 0px;
    text-align: center;
}
.mini-footer-right p {
    text-align: center;
}
.contact-us-map iframe {
    width: 100%;
    height: 150px;
}
.contact-us-form-text {
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.contact-us-form-text h2 {
    font-size: 22px;
    font-weight: 700;
}
.contact-us-form-text p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.contact-us-address h5 {
    margin-bottom: 10px;
}
.contact-us-address p {
    font-size: 12px;
    margin: 0;
    padding: 5px;
}
.contact-us-address {
    margin-bottom: 30px;
}

.visa-apply {
    padding: 30px 0px;
}

.contact-us-form-text h2 {
    font-size: 20px;
    font-weight: 700;
}

.visa-apply-form {
    margin-top: 10px;
}
.domestic-tour-bg h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

#tile-1 .nav-tabs li {
    margin: 20px 0px 0px 0px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#tile-1 .tab-pane {
    padding: 0px 5px;
}
.flight-book-form form input {
    width: 45%;
    font-size: 10px;
    font-weight: 700;
}
.flight-booking-tab label {
    width: 50%;
    font-size: 12px;
    font-weight: 600;
}
.extra-text-form {
    display: none;
}

.flight-booking-tab .collapsible {
    width: 100%;
    margin: 30px 20px 0px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.travels-seat span {
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
}
.tile {
    width: 100%;
    box-shadow: 0px 0px 5px #72525d;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.domestic-flight-booking-text-data span {
    font-size: 12px;
    font-weight: 600;
}

.domestic-flight-booking-text-data p {
    font-size: 12px;
    text-align: justify;
    margin-top: 5px;
}

.domestic-flight-booking-text-data h6 {
    margin: 0;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
}
.carousel-caption h1 {
    font-size: 50px;
    font-weight: 700;
}
.carousel-caption {
    position: absolute;
    top: 20%;
}

.carousel-caption p {
    font-size: 14px;
    font-weight: 700;
}

.top-location {
    width: 100%;
    background-color: #fff;
    padding: 50px 0px;
}


.footer-content ul li {
    font-size: 12px;
    line-height: 22px;
}
.footer-content.foot-last {
    padding: 0px;
    margin: -25px 0px 0px 0px;
}

.mini-footer p {
    margin: 0px !important;
    padding: 2px;
    font-size: 10px;
}
div#myModal {
    width: 42% !important;
}
#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px!important;
    padding: 10px 10px!important;
    border: none!important;
    color: #125d99;
    font-size: 9px;
    font-weight: 900;
    text-align: left;
}

#tile-1 .nav-tabs .active {
    background-color: transparent!important;
    border: none!important;
    color: #fff!important;
    font-size: 9px;
    font-weight: 900;
    text-align: left;
    background-color: #125d99 !important;
}

.flight-booking-tab input.booking-right {
    padding: 0px 0px 0px 10px;
    font-size: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.domestic-flight-booking-text-data {
    box-shadow: 0px 0px 5px #125d99;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.gallery-image .full .content img {
    top: 0% !important;
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    width: 90%;
    height: 80%;
    margin: auto;
}

.select-page-details {
    box-shadow: 0px 0px 4px #125d99;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 30px 0px 0px 0px;
}
.flight-booking-tab input#birthday {
    margin: 0px 0px 0px 20px important;
    padding: 5px 0px 5px 10px;
    border-radius: 4px;
    width: 33%;
    border: 1px solid #ccc;
}

div#departure-date-first {
    width: 85% !important;
}

.ticket-booking-box-data {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    padding: 0px 15px;
}
.ticket-booking-box-text {
    width: 100%;
}

.ticket-booking-box-text h1 {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.ticket-booking-box-form {
    width: 100%;
}

.ticket-booking-box-form .tablink {
    background-color: #fff;
    color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    font-size: 12px;
    width: 20%;
    font-weight: 500;
    border-right: 1px solid #f1f1f1;
}


.ticket-booking-box {
    position: absolute;
    top: 15%;
    width: 100%;
}

.ticket-booking-box .ticket-booking-box-form .tabcontent {
    color: white;
    display: none;
    padding: 0px;
    height: 100%;
}
.ticket-booking-box .flight-booking-tab label {
    width: 50%;
    margin: 20px 0px 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.ticket-booking-box .tile {
    width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    padding: 0px 0px 20px 0px;
    margin-bottom: 0px;
}


.ticket-booking-box .ticket-booking-box-form #tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px!important;
    padding: 5px 10px!important;
    border: none!important;
    color: #72525d;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
}

.ticket-booking-box .flight-book-form form input {
    width: 50%;
    margin: 0px 5px;
    font-size: 10px;
}

.ticket-booking-box .flight-booking-tab input#birthday {
    margin: 0px 0px 0px 20px important;
    padding: 5px 0px 5px 10px;
    border-radius: 4px;
    width: 50%;
    border: 1px solid #ccc;
}

.ticket-booking-box span.checkbox-text {
    margin-top: 20px !important;
}

.ticket-booking-box .ticket-booking-box-form input.form-checkbox {
    margin: 20px 5px 0px 15px!important;
}

.ticket-booking-box #hotel-book-btn {
    margin: 20px 0px 0px 0px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.testimonial .testimonial4_slide img {
    width: 100%;
    height: 30vh;
}

.testimonial {
    background-color: #f1f1f1;
    padding-top: 50px;
}
.testimonial-heading h1 {
    font-size: 24px;
    font-weight: 600;
    color: #b45534;
}

.testimonial4_slide p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    margin: 0px 0 0px 0;
}

.popular-tours {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 50px 0px 50px 0px;
}

#nav-toggle {
    position: absolute;
    left: 25px;
    top: 30px;
    cursor: pointer;
    padding: 0px;
}

nav ul li ul li {
    min-width: 360px;
}
#booking-btn {
    width: 100%;
    padding-left: 115px;
}

.gallery-image {
    padding: 50px 10px;
}
.top-location button.owl-prev span{
    left:0px;
    height: 30px;
    width: 30px;
    line-height: 22px;
    z-index:999999;
}
.top-location button.owl-next span {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    line-height: 22px;
    z-index:999999;
}

.Vacation button.owl-prev span{
    left:0px;
    height: 30px;
    width: 30px;
    line-height: 22px;
    z-index:999999;
}


.Vacation button.owl-next span{
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    line-height: 22px
    z-index:999999;
}

.top-location .item{margin: 0px;
}

.Vacation .item{
    margin:0px;
}




}


/********************END MEDIA QUIRY*************************/

