body {
  margin: 0% !important;
  padding: 0% !important;
  overflow-x: hidden !important;
  font-family: Poppins !important;
}

.top-bor {
  width: 1600px;
  height: 15px;
  background-color: rgba(6, 29, 60, 1);
}

.main-head {
  height: 131px;
}

.head-email h4 {
  font-size: 17px;
  padding: 15px 0px 0px 10px;
  color: rgba(6, 29, 60, 1);
  text-align: justify;
}

.head-email p {
  font-size: 15px;
  padding: 0px 0px 0px 10px;
  color: rgba(55, 55, 55, 1);
  margin-top: -6px !important;
}

.head-email {
  display: flex;
}

.head-email a:hover {
  text-decoration: none;
}

/* ---- */
.head-phone h4 {
  font-size: 17px;
  padding: 15px 0px 0px 10px;
  color: rgba(6, 29, 60, 1);
  text-align: justify;
}

.head-phone p {
  font-size: 15px;
  padding: 0px 0px 0px 10px;
  color: rgba(55, 55, 55, 1);
  /* margin-top: -6px !important; */
}
.two-phone a{
  color:  rgba(55, 55, 55, 1) !important;
}
.head-phone {
  display: flex;
}
.landline-no{
  margin-top: -15px !important;
    margin-left: 8px ;
}
.landline-no a{
  color: black;
}
.head-phone a:hover {
  text-decoration: none;
}

/* --- */
.nav-sec {
  width: 987px;
  height: 64px;
  background-color: rgba(6, 29, 60, 1);
  border-radius: 20px 0px 0px 0px !important;
}

.nav-sec li {
  display: inline;
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  padding-right: 50px;
}

.nav-sec ul {
  padding: 16px 1px 20px 39px;
}

/* ========hamberger============ */
@media only screen and (max-width: 600px) {
  .navigat-hold {
    position: fixed !important;
    z-index: 1;
  }

  body {
    margin: 0% !important;
    padding: 0% !important;
    overflow-x: hidden !important;
  }
}

/* 
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  --color1: #FFF;
  --color2: #181818;
}

.nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  border-radius: 20px 0px 0px 0px;
  position: relative;
  background-color: rgba(6, 29, 60, 1);
  padding: 12px 20px;
}

.logo img {
  width: 40px;
}

.menu {
  display: flex;
}

.menu li {
  padding-left: 50px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);

}

.menu li a {
  display: inline-block;
  text-decoration: none;
  color: var(--color1);
  text-align: center;
  transition: 0.15s ease-in-out;
  position: relative;
  text-transform: uppercase;
}

/* .menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color1);
  transition: 0.15s ease-in-out;
} */

/* .menu li a:hover:after {
  width: 100%;
} */

.open-menu,
.close-menu {
  position: absolute;
  color: var(--color1);
  cursor: pointer;
  font-size: 1.5rem;
  display: none;
}

.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.close-menu {
  top: 20px;
  right: 20px;
  /* position: fixed; */
}

#check {
  display: none;
}

@media only screen and (max-width: 610px) {
  .menu li {
    padding-left: 0px;
    font-size: 15px;
  }

  .top-down {
    margin-top: 55px;
  }

  .menu {
    flex-direction: column;
    width: 55%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: var(--color2);
    transition: all 0.2s ease-in-out;
  }

  .menu li a {
    padding: 10px;
  }

  .open-menu,
  .close-menu {
    display: block;
  }

  #check:checked~.menu {
    right: 0;
  }

  .nav-bar {
    width: 100%;
    padding: 21px 57px 19px 0px;
    border-radius: 0px;
  }

  .navigation {
    margin-top: -140px;
    position: relative;
    left: 287px;
    width: 10%;
  }
}

/* --------------------footer section ------------ */
.footer {
  min-height: 275px !important;
  background-color: rgba(6, 29, 60, 1) !important;
}

.bor-foot {
  border-bottom: 1px solid rgba(255, 208, 0, 1);
}

.foot-cont {
  background-color: rgba(63, 130, 35, 1);
  border-radius: 0px 0px 90px 90px;
  text-align: center;
  color: white;
  height: 69px;
  padding: 18px 0px 0px 5px;
}

.footsec-2 h5 {
  font-size: 17px;
  text-align: center;
  color: rgba(255, 208, 0, 1);
}

.footsec-2 p {
  font-size: 18px;
  color: rgba(255, 255, 255, 1) !important;
  text-align: center;

}

.footsec-2 p a {
  font-size: 18px;
  color: rgba(255, 255, 255, 1) !important;

}

.footsec-2 p a:hover {
  text-decoration: none;
  color: white;
}

.foot-deve p {
  color: white;
  padding-top: 15px;
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .foot-deve p {
    padding-top: 0px !important;
  }

  .footer {
    /* margin-top: 674px; */
  }

  .foot-deve .text-foot {
    padding-top: 10px !important;
  }

  .foot-deve .dash-foot {
    margin-top: -40px;
    position: relative;
    left: 358px;
    width: 7%;
  }

}



/* -------actual content--------- */
#slid-div {
  margin: 0% !important;
  padding: 0% !important;
}

.abt-us {
  height: 525px;
  background-image: url('../images/bg_img.png') !important;
}

.wel {
  font-size: 30px;
  color: rgba(6, 29, 60, 1);

}

.bin {
  font-size: 30px;
  color: rgba(239, 103, 1, 1);
}

.abt-txt {
  font-size: 15px;
  font-weight: 600;
  color: rgba(43, 43, 43, 1);
  text-align: justify !important;

}
.card-text:last-child {
  margin-bottom: 0;
  text-align: justify;
}
.stor {
  font-size: 20px;
  color: rgba(239, 103, 1, 1);

}

.view {
  color: rgba(21, 81, 157, 1);
  font-size: 21px;
  font-weight: 600;
  float: right;
  border: none;
  background-color: white !important;

}





@media only screen and (max-width: 600px) {
  #slid-div {
    margin-top: 130px !important;
  }

  .abt-us {
    padding-left: 10px;
  }

  #carouselExampleIndicators {
    margin-top: 30px;
  }

  .abt-us {
    width: 100% !important;
  }

  .left img {
    display: none;
  }

  .right img {
    display: none;
  }

  .servi {
    margin-top: 565px;
  }
}

/* -----services---- */
.servi {
  background-image: url('../images/Group 43.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 20px;
}

.ser {
  text-align: center;
  padding: 10px;
  font-size: 33px;
  color: rgba(6, 29, 60, 1);
}

.journ {
  text-align: center;
  font-size: 30px;
  color: rgba(239, 103, 1, 1);
}

.txt-jou {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: rgba(61, 61, 61, 1);
}

.card-ser .card {
  border-radius: 5px;
  border-left: 2px solid rgba(41, 119, 218, 1) !important;
  padding: 10px 0px !important;
  box-shadow: 0px 0px 5px black;
  height: 215px;
}

.card-ser2 .card {
  border-radius: 5px;
  border-left: 2px solid rgba(41, 119, 218, 1) !important;
  padding: 10px 0px !important;
  box-shadow: 0px 0px 5px black;
  height: 215px;
  margin-left: -63px !important;
}

.blue-line {
  width: 20%;
  border-top: 1px solid black;
}

.serv-imgs {
  margin-top: 35px !important;
}

@media only screen and (max-width: 600px) {

  .servi {
    background-image: url('../images/Group 43.png');
    background-size: cover;
  }

  .serv-imgs {
    margin-top: 0px !important;
  }

  .card-ser2 .card {
    margin-left: 10px !important;
    height: auto;
    width: 95%;
  }

  .card-ser .card {

    height: auto;
    width: 95%;
    margin-left: 10px;
  }

  .look12 {
    /* margin-top: 600px; */
    padding: 30px;
  }
}



/* ---------------book now------------ */
.look h5 {
  color: rgba(6, 29, 60, 1);
  font-size: 33px;
  font-weight: 600;
  margin-top: 60px;
}

.look h6 {
  color: rgba(239, 103, 1, 1);
  font-size: 22px;
  font-weight: 600;
}

.look p {
  color: rgba(61, 61, 61, 1);
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.package {
  margin-top: 20px;
}

.package .card {
  border-radius: 10px;
}

.package .card-img-top {
  border-radius: 12px 12px 0px 0px;
}

.package .card-body {
  color: white;
  margin-top: 230px;
}

.package .card {
  background-image: url('../images/img.png');
  height: 391px;
  background-repeat: no-repeat;
  background-size: cover;
}

.package .card-body {
  /* background-image: url('../images/banner2-content-bg1\ 1.png'); */
  border-radius: 0px 0px 12px 12px;
  /* background-color: #63AB45; */
}

.package button {
  border-radius: 10px;
  border: none;
}

.package .book-btn {
  color: rgba(239, 103, 1, 1);
  font-size: 23px;
  font-weight: 600;
  padding: 5px 10px;
}

.viewdet {
  margin-top: 10px;
  background-color: #63AB45 !important;
  color: white;
}

.more-pakages {
  background-color: rgba(255, 208, 0, 1);
  border-radius: 3px !important;
  width: 89%;
  margin-top: 10px;
  padding: 7px;
  margin-bottom: 10px;
}

.trip-side .card {
  background-image: url('../images/img2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.trip-side-row .card {
  background-image: url('../images/Img_3.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.trip-side .card-title {
  color: white;
  font-size: 23px;
  margin-top: 130px;
}

.trip-side .card {
  border-radius: 15px;
  margin-top: 20px;
  height: 215px !important;
}

.trip-side .viewdet {
  background-color: #D06527 !important;
  color: white;
  border: none;
  margin-top: 0px;
  position: relative;
  top: -7px;
}

.trip-side .book-btn {
  color: rgba(239, 103, 1, 1);
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  float: right;
  margin-top: -27px;
}

.trip-side-row {
  margin-top: -23px !important;
}

.book-service {
  background-image: url('../images/Group 45.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .package button a:hover {
    text-decoration: none !important;
  }

  .trip-side .book-btn {
    padding: 0px;
    position: relative;
    left: 12px;
    top: 27px;
  }

  .trip-side .card-title {
    margin-top: 107px;
  }

  .package .card {
    width: 100% !important;
  }

  .package .more-pakages {
    width: 100% !important;
  }

  .trip-side .book-btn {
    font-size: 16px !important;
    padding: 4px 10px !important;
  }

  .package .book-btn {
    margin-left: 15px;
  }
}

/* -------------------- slick -----------------*/
.home-demo .item {
  /* background: #ff3f4d;  */
}

.home-demo h2 {
  color: #FFF;
  /* text-align: center; */
  /* padding: 5rem 0; */
  /* margin: 0; */
  /* font-style: italic; */
  /* font-weight: 300; */
}

/* my style starts here */
.ourvehiclehead {
  color: #061D3C;
  font-size: 33px;
  /* font-family: poppins; */
  width: 100%;
  text-align: center;
}

.test {
  background-image: url('/images/Rectangle164.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  /* background-color:rgb(200, 200, 213);   */
}

.carhead {
  color: #0f1a2a !important;
  font-size: 20px;
  font-family: poppins;
}

.seater {
  color: #2B2B2B;
  font-size: 17px;
}

.amaze {
  border-bottom: 2px solid #00337D;
}

.spiderimg1 {
  background-image: url("images/Group\ 42.png");
  background-repeat: no-repeat;
  float: left;
}

.test1 {
  /* width: 23%; */
  /* border: 1px solid; */
  background: #CDCDCD;
  border-radius: 20px;
}

.card-img-bottom {
  width: 100%;
}

.test2 {
  background-image: url('/images/Mask\ Group\ \(1\).png');
  background-repeat: no-repeat;
}

.cardimg {
  border: none;
  position: relative;
  right: 51px;
  width: 100%;
  z-index: 1;
}
.ing-bg img{
  transition: transform 0.5s ease;
}
.ing-bg:hover img {
  transform: scale(1.2) rotateX(12deg); /* Adjust zoom and rotation as needed */
}
.bgimg1 {
  position: relative;
  left: 10%;
  opacity: 0.2;
}
@media only screen and (max-width: 610px){
#check:checked~.menu {
    right: 259px;
    width: 50%;
}
}
.img2 {
  position: absolute;
  right: 0;
  top: -60px;
  opacity: 0.2;
  width: auto !important;
}

.textSection {
  padding: 1rem;
}

.cardParent {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.textSection h2 {
  font-size: 1.5rem;
}

.textSection h3 {
  font-size: 1rem;
}

.imgSection {
  display: flex;
  position: relative;
  justify-content: center;
}

/* Equal Heights for OwlCarousel 2 */
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  cursor: pointer;
}

.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.owl-carousel .thumbnail .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1;
}

.owl-carousel .owl-item img {
  width: 60% !important;
  float: right;
}

.container-fluidCustm {
  /* width: 75%; */
}

section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.img_Corner {
  width: 10%;
}

#owl-demo-2 .crs-name {
  color: #00337D;
  font-size: 20px;
  font-weight: 600;
}

#owl-demo-2 .crs-size {
  color: #2B2B2B;
  font-size: 17px;
}

.dotback {
  background-image: url('../images/Group 46 (1).png');
  background-repeat: no-repeat;
  background-size: cover;
}

.thumbnail .ing-bg {
  background-image: url('../images/Group 47.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 45px;
}

.thumbnail .card {
  width: 333px;
  height: 212px;
  border-radius: 2px 20px 2px 20px;
  background-color: #f5f5f5;
  margin: 5px;
  box-shadow: 0px 0px 7px black !important;
}

.owl-dots {
  display: none;
}

.owl-prev {
  background-color: #CDEDF5 !important;
  width: 2%;
  height: 25px;
}

.owl-next {
  background-color: #CDEDF5 !important;
  width: 2%;
  height: 25px;
}

@media only screen and (max-width: 600px) {
  .owl-prev {
    background-color: #CDEDF5 !important;
    width: 7%;
    height: 25px;
  }

  .owl-next {
    background-color: #CDEDF5 !important;
    width: 7%;
    height: 25px;
  }
}
/* -------------enquiry form---------- */
/* -------------enquiry form--------------- */
.enq-img{
  margin-left: 60px;
}
.enq-h{
  margin-top: 100px;
  color: #061D3C;
font-family: Poppins;
font-size: 33px;
font-weight: 600;
line-height: 50px;
letter-spacing: 0em;
text-align: left;
}
.enqu{
  background-color: #f3f3f3;
}


#enq-in{
  border-radius: 5px;
  width: 95%;
  height: 40px;
 border: none;
}
#enq-inp{
  border-radius: 5px;
  width: 95%;
  height: 40px;
  border: none;
}
#phone{
  margin-left: -145px;
  height: 40px;
  border-radius: 5px;
  width: 43%;
  border: none;
}
#phone1{
  width: 95% !important;
  border: none;
}
.label-in{
color: #606060;
font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
border: none;
}
.form-back{
  background-image: url('../images/bg\ 1.png');
  width: 100% !important;
}

.btn{

 margin-top:20px;
}
@media only screen and (max-width: 600px) {
.enq-img1{
  display: none !important;
}
.enq-img2{
  display: none !important;
}
.enqu{
  /* margin-top: 600px; */
  background-color: white !important;
  background-image: url('../images/img 2.png');
  width: 100% !important; 
}
.form-back{
  background-image: none !important;
  padding: 10px;
  
}
.form-back{
  opacity: 0.9;
    padding-left: 40px !important;
}
#enq-in{
  width: 90%;
}
#phone1{
  width: 90% !important;

}



.form-back form{
  background-image: none;

}

}


span input {
  display: inline-block;
  width: auto;
  margin-left: 5px; /* Adjust as needed */
}

/* -------------enquiry form--------------- */
/* -------------enquiry form--------------- */
.enq-img{
  margin-left: 60px;
}
.enq-h{
  margin-top: 100px;
  color: #061D3C;
font-family: Poppins;
font-size: 33px;
font-weight: 600;
line-height: 50px;
letter-spacing: 0em;
text-align: left;
}
.enqu{
  background-color: #f3f3f3;
}



#enq-inp{
  border-radius: 5px;
  width: 30%;
  height: 40px;
  border: none;
}
#phone{
  margin-left: -145px;
  height: 40px;
  border-radius: 5px;
  width: 43%;
  border: none;
}

.label-in{
color: #606060;
font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
border: none;
}
.form-back{
  background-image: url('../images/bg\ 1.png');
}

.btn{

 margin-top:20px;
}
.enq-img2 img{
  height: 477px !important;
}
@media only screen and (max-width: 600px) {
.enq-img1{
  display: none !important;
}
.enq-img2{
  display: none !important;
}
.enqu{
  /* margin-top: 600px; */
  background-color: white !important;
  background-image: url('../images/img 2.png');
}
.form-back{
  background-image: none !important;
  padding: 10px;
  
}
.form-back{
  opacity: 0.9;
    padding-left: 40px !important;
}
#enq-in{
  width: 90%;
}




.form-back form{
  background-image: none;

}

}


span input {
  display: inline-block;
  width: auto;
  margin-left: 5px; /* Adjust as needed */
}

/* -------------enquiry form--------------- */
/* -------------enquiry form---------- */
/* -----scroll to top----- */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #c6cacd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#scrollToTopBtn:hover {
background-color: #0056b3;
}

/* -----scroll to top----- */

/* ---------about page ------------- */
.welcm h3{
  font-size: 30px;
  color: rgba(6, 29, 60, 1);
  font-weight: 600;
}
.welcm h4{
  font-size: 30px;
  color: rgba(239, 103, 1, 1);
  font-weight: 600;
}
.onwer{
  margin-top: 135px !important;
}
.welcm h5{
  font-size: 22px;
  color: rgba(239, 103, 1, 1);
  font-weight: 600;
}
.welcm p{
  font-size: 15px;
  color:  rgba(43, 43, 43, 1);
  font-weight: 400;
  text-align: justify;
}
.text-center .card-text{
  text-align: center !important;
}
.tour-trav{
  background: url('../images/new_1.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.sets-up{
  background-color: rgba(238, 243, 241, 1);

}
.sets-up .card{
  height: 138px;
  border-left: 6px solid  rgba(41, 119, 218, 1);
  border-radius: 5px;
  padding: 0px;
  margin: 20px 0px;
}
.sets-up .card-title{
  color: rgba(239, 103, 1, 1);
  font-size: 18px;
}
.sets-up .card-text{
  color: rgba(43, 43, 43, 1);
  font-size: 15px;

}
.sets-up h4{
 color:rgba(6, 29, 60, 1);
 font-size: 33px;

}
@media only screen and (max-width: 600px){
  .onwer{
    margin-top: 0px !important;
  }
  .tour-trav{
    padding: 15px;
  }
  .sets-up{
    padding: 15px;
  }
  .sets-up .card{
    height: 210px;
  }
}

/* -----------service pages--------- */
.Itineraries .card-text{
  font-size:15px;
  font-weight: 400;
  color: rgba(43, 43, 43, 1);


}
.Itineraries .card{
  border: none;
}
.Itineraries .card-title{
  font-size: 23px;
  font-weight: 600;
  color:  rgba(239, 103, 1, 1);
  
}
.fluid-row{
padding: 0% !important;
}
.services-new h4{
  color: rgba(6, 29, 60, 1);
  font-weight: 600;
  font-size: 32px;

}
.join-jrn h4{
  margin-top: 10px;
  text-align: center;
  color: rgba(6, 29, 60, 1);
  font-size: 33px;
  font-weight: 600;
}
.join-jrn .card{
  border: none;
  border-bottom: 6px solid  rgba(41, 119, 218, 1);
  border-radius: 5px;
  box-shadow: 0px 0px 3px black;
}
.join-jrn .card-text{
  font-size: 15px;
  font-weight: 500;
  color: rgba(43, 43, 43, 1);

}
.services-new{
  background: url('../images/new_1.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
  /* -----contact us page----- */
.form-contact-back {
  background-color: aliceblue;
    padding: 10px 0px 24px 50px;
    margin: 30px 0px 30px 0px;
    border-radius: 30px 0px 30px 0px;
}
.enq-h1{
  margin-top: 0px;
}
.book-mob-top{
  margin-top: 35px !important;
}
@media only screen and (max-width: 600px) {
  .services-new h4{
    padding: 10px;
  }
  .res-img img{
    width: 100%;
    height: auto;
  }
  .tour-pack p {
    padding: 15px;
  }
  .form-contact-back{
    margin-top: 150px;
  }
  .book-mob-top{
    margin-top: 165px !important;
  }
}




  /* -----tour package page----- */
  .tour-pack {
    margin: 15px 0px;
  }
  .tour-pack h5{
    font-size: 33px;
    font-weight: 600;
    color: rgba(6, 29, 60, 1);
    text-align: center;
  }
  .tour-pack h6{
    font-size: 22px;
    font-weight: 600;
    color: rgba(239, 103, 1, 1);
    text-align: center;
  }
  .tour-pack p{
    font-size: 18px;
    font-weight: 400;
    color:  rgba(61, 61, 61, 1);
    text-align: justify;
  }

/* ---tejas new tab--- */
.package>h2,h4,p{
  text-align: center;
}
.package>h2{
  font-weight: 600;
  font-size: 30px;
  color: #061D3C;
}
.package>h4{
  font-weight: 500;
  font-size: 21px;
  color: #EF6701;
}
.package>p{
  font-weight: 400;
  font-size: 20px;
  color:#3D3D3D;
 width:87%;
 margin:auto;
}
.navigationbar{
  margin-top: 20px;
}
#mys-coorg-li{
  margin-top: 0px;
}
.ms-waya{
  position: relative;
  left: -105px;
}
.mys-kodai {
  position: relative;
  left: 96px;
  top: -5px;
}
.navigationbar>.navbar{
  /* border:1px solid; */
  width:85%;
  height:auto;
  margin: auto;
}
.navigationbar>.navbar>ul>li{
  border-radius: 5px;
  margin: auto;
  /* padding: 0px; */
  font-size: 14px;
  height: 42px;
  width: 24%;
  display: grid;
  text-align: center;
  align-items: center;
  background-color: #2872D1;
  /* padding-left: 44px; */
  margin-right: 10px;
}

.navigationbar>.navbar>ul>li>a{
  color:white;
/* padding: 0px ; */
height:100%;
  font-weight: 600;
  /* font-size: 20px; */
}
.navigationbar>.navbar>ul .active {
  background-color: #EF6701;
  border-radius: 5px;
}
.navigationbar>.navbar>ul{
  justify-content: center;
 
}

.navigationbar>.navbar>ul>li:nth-child(5){
  margin:initial;
  margin-top: 10px;
 
  
}
.navigationbar>.navbar>ul>li:nth-child(6){
  margin:initial;
  margin-top: 10px;
  margin-left: 20px;

  
}
.tab-content{
  width:85%;
  /* border:1px solid ; */
  height:auto;
  margin: auto;
  margin-top:20px;
  padding:6px;
}

.tab-content #toBangalore >.tab-detail .row p,
.tab-content #toChickmagalur >.tab-detail .row p,
.tab-content #toOoty>.tab-detail .row p,
.tab-content #toCoorg >.tab-detail .row p,
.tab-content #towaynad >.tab-detail .row p,
.tab-content #toKodaikanal>.tab-detail .row p{
  font-size: 14px;
  text-align: justify;
  font-weight: 500;
  line-height: 24px;
}

.tab-content >#toBangalore>.tab-detail>.places,
.tab-content >#toChickmagalur>.tab-detail>.places,
.tab-content >#toOoty .tab-detail>.places,
.tab-content >#toCoorg >.tab-detail>.places,
.tab-content >#towaynad>.tab-detail>.places,
.tab-content >#toKodaikanal .tab-detail>.places
{
  width:95%;
}

.tab-content >#toBangalore h3,
.tab-content >#toChickmagalur h3,
.tab-content > #toOoty h3,
.tab-content >#toCoorg h3,
.tab-content >#towaynad h3,
.tab-content >#toKodaikanal h3
{
  font-size: 25px;
  text-align: center;
}

.tab-content .tab-detail{
  background-image: url('../images/tour-bag.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* border: 1px solid; */
  border-radius: 5px;
  background-color: #EEF3F2;
  padding:10px;
border-bottom: 6px solid #2977DA;
}


.tab-content >#toBangalore>.tab-detail>.places h4,
.tab-content >#toChickmagalur>.tab-detail>.places h4,
.tab-content >#toOoty>.tab-detail>.places h4,
.tab-content >#toCoorg>.tab-detail>.places h4,
.tab-content >#towaynad >.tab-detail>.places h4,
.tab-content >#toKodaikanal>.tab-detail>.places h4
{
  color:#EF6701;
  text-align: left;
  font-size: 22px;
  font-weight: 600;

}
.tab-content .tab-pane h4{
  color:#EF6701;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
}
.tab-content >#toBangalore>.tab-detail>.places div,
.tab-content >#toChickmagalur>.tab-detail>.places div,
.tab-content >#toOoty>.tab-detail>.places div,
.tab-content >#toCoorg>.tab-detail>.places div,
.tab-content >#towaynad>.tab-detail>.places div,
.tab-content >#toKodaikanal>.tab-detail>.places div
{
  font-size: 14px;
 
  font-weight: 600;
color: #061D3C;

}

@media only screen and (max-width: 600px) {
  .package>p{
      font-weight: 500;
      font-size: 13px;
      color:#3D3D3D;
     width:100%;
     margin:auto;
  }
  .navigationbar>.navbar{
      /* border:1px solid; */
      width:100%;
      height:auto;
      margin: auto;
      padding:0px
      
  }
  .navigationbar>.navbar>ul>li{
      border-radius: 5px;
       margin-top: 10px;
      width:49%;
     
      height:35px;
      padding: 0px;
      
      display: grid;
      text-align: center;
      align-items: center;
      background-color: #2872D1;
    }
    .navigationbar>.navbar>ul>li>a{
       
        
        height:100%;
        font-weight: 600;
        font-size: 13px;
    }

    
    .navigationbar>.navbar>ul{
        justify-content: center;
        text-align: center;
    
    }
  .navigationbar>.navbar>ul>li:nth-child(5){
      margin:auto;
      margin-top: 10px; 
  }
  .navigationbar>.navbar>ul>li:nth-child(6){
      margin:auto;
      margin-top: 10px;
    
  }

  .tab-content{
      width:100%;
  }

  .tab-content  h3{
      font-size: 23px; 
     
  }

    

  .tab-content >#toBangalore>.tab-detail>.places h4,
.tab-content >#toChickmagalur>.tab-detail>.places h4,
.tab-content >#toOoty>.tab-detail>.places h4{
  margin-top: 10px;
      text-align: center;
      font-size: 15px;
      font-weight: 800;
  }

  .tab-content >#toBangalore>.tab-detail>.places div,
.tab-content >#toChickmagalur>.tab-detail>.places div,
.tab-content >#toOoty>.tab-detail>.places div{
 
      font-size: 15px;
     
      font-weight: 500;
    color: #061D3C;
  
  }
}
  /* -----tour package page----- */

  @media only screen and (max-width: 600px) {
    .modal-content {
      min-width: 95% !important;
  }
  
  
    #phone1 {
      width: 90% !important;
  }
    }
  
    @media only screen and (max-width: 600px){
      #check:checked~.menu {
        right: 0px !important;
        width: 56% !important;
    }
    .navigationbar>.navbar>ul>li{
      width: 85% !important;
      margin-left: 10px;
    }
    #mys-coorg-li{
      margin-left: 29px;
      margin-top: 10px;
    }
    .mys-kodai{
      position: relative;
      left: 0px !important;
      top: 0px !important;
    }
    .ms-waya{
      position: relative !important;
      left: 0px !important;
    }
  }

.viewdet a{
  color: white;
}
.viewdet a:hover{
  color: white;
  text-decoration: none;
}
.modal-content{
  width: 25% !important;
}
.book-btn a{
  color: orange;
}
.book-btn a:hover{
  color: orange;
  text-decoration: none;
}
.more-pakages1 a{
  color: rgba(6, 29, 60, 1)!important;
}
.more-pakages1 a:hover{
  color: rgba(6, 29, 60, 1)!important;
  text-decoration: none;
}
.pri{
  background-color: #e2d9d9;
  margin: 5px 0px;    
  font-weight: 600;
  color: #061D3C;
}
.priva-head{
  text-align: center;
  margin: 20px 0px 15px 0px;
}
.policy-content p{
  text-align: justify;
}
.policy-cont{
  border-top: 2.5px solid rgba(6, 29, 60, 1) !important;
  background-color: #f7f7f7;
  margin-top: -4px;
}
.policy-content h4{
  text-align: justify;
    color: #933838;
    font-weight: 600;
}
.policy-content h5{
  text-align: justify;
    color: rgba(6, 29, 60, 1);
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: x-large;
}
.dev a{
    color: white;
}
.dev a:hover{
    color: white;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .policy-content h4{
    text-align: left;
  }
  .policy-content h5 {
    text-align: left;
  }
  .pri{
    margin-top: 150px;
  }
}