body{
    background-color:#ccffff;
}
/*VIEW PORT SETTINGS*/
* {
  box-sizing: border-box;
}
[class*="col-"] {
  width:100%;
  float: left;
  padding: 15px;
  
}


.row::after {
  content: "";
  clear: both;
  display: table;
}
.container80{
    width:80%;
    margin:0 auto;
    
}
.container90{
    width:90%;
    margin:0 auto;
   
}
@media only screen and (min-width: 600px) {
  /* For Tablets: */
.col-s-1 {width: 6.25%;}
.col-s-2 {width: 12.5%;}
.col-s-3 {width: 18.75;}
.col-s-4 {width: 25%;}
.col-s-5 {width: 31.25%;}
.col-s-6 {width: 37.5%;}
.col-s-7 {width: 43.75%;}
.col-s-8 {width: 50%;}
.col-s-9 {width: 56.25%;}
.col-s-10 {width: 62.5%;}
.col-s-11 {width: 68.75%;}
.col-s-12 {width: 75%;}
.col-s-13 {width: 81.25%;}
.col-s-14 {width: 87.5%;}
.col-s-15 {width: 93.75%;}
.col-s-16 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
.col-1 {width: 6.25%;}
.col-2 {width: 12.5%;}
.col-3 {width: 18.75;}
.col-4 {width: 25%;}
.col-5 {width: 31.25%;}
.col-6 {width: 37.5%;}
.col-7 {width: 43.75%;}
.col-8 {width: 50%;}
.col-9 {width: 56.25%;}
.col-10 {width: 62.5%;}
.col-11 {width: 68.75%;}
.col-12 {width: 75%;}
.col-13 {width: 81.25%;}
.col-14 {width: 87.5%;}
.col-15 {width: 93.75%;}
.col-16 {width: 100%;} .col-md-30{width:30%;} .col-md-68{width:68%;}
}
.example {
  padding: 20px;
  color: white;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .example {background: red;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}
@media screen and (min-width: 600px) {
  div.example {
    display: none;
  }
}
/*top bar*/
.top-bar{
    background:blue;
}

.top-bar span{
    color:white;
    margin:1%;
    font-family:;
    font-size:1.5rem;
    font-weight:;
}

.display-bottomleft{bottom:0;top:100%;
    display:block; font-size:2rem; background-color:black;color:white;padding:16px; z-index:3;
}

/*navigation bar*/
.topnav {
  display:inline-block;
  width:100%;
  background-color: #333;
  position:fixed;
  top:0px;
  z-index:100;
  
  }

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.body-container{margin-top:3.5rem;}

.white-card{
    background:white; box-shadow:0px 0px 0.1875rem 0.0625rem gray;
}
.fright{float:right;} .fleft{float:left;}
.section{margin-top:1rem; position:relative;}

  .itin-img-caption{
      margin:10px 10px 10px 10px;
  }
  
  
.slider-wrapper{
width: 100%;
height: 400px;
max-height:400px;
display: flex;
align-items: center;
position: relative;
margin: auto;
overflow: hidden;
}

.slides{
width: 100%;
min-height:100%;
position: absolute;
transition: transform .4s ease-in-out;

}
.slides img{
  width:100vw;
  min-Height:100vh;
  border-radius: 10%;
  object-fit:contain;
}
.slider-btns{
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-btns span{
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  background: rgba(0,0,0, 0.8);
  border-radius: 10%;
  color: white;
  cursor: pointer;
}
.dots{
  position: absolute;
  width: 100%;
  top: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  z-index: 1;
}

.dots .dot{
  width: 1rem;
  height: 1rem;
  background-color: white;
  opacity: .2;
  border-radius: 50%;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}  .itin-img-caption{
      margin:10px 10px 10px 10px;
  }
  
  
.slider-wrapper{
width: 100%;
height: 400px;
max-height:400px;
display: flex;
align-items: center;
position: relative;
margin: auto;
overflow: hidden;
}
.slides{
width: 100%;
position: absolute;
transition: transform .4s ease-in-out;

}

.slides img{
    width:100%;
   height:100%;
  object-fit: cover;
  border-radius: 10%
}


.slider-btns{
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-btns span{
  padding: 0.5rem 0.7rem;margin: 0.5rem 0.7rem;
  font-size: 1rem;
  background: rgba(255,255,255, 1);
  border-radius: 60%;
  color: blue;
  cursor: pointer;
}
.dots{
  position: absolute;
  width: 100%;
  top: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  z-index: 1;
}

.dots .dot{
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  opacity: .2;
  border-radius: 50%;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}
.itin-img-caption{
   position: absolute;
   top: 80%;
   right:10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 2rem;
  background:black;
  color:white;
}
.pinkrect{background-image:url(/images/icon/pink-rectangle.png);background-repeat:no-repeat;background-size: cover; padding:0px 10px 0px 15px;}

.bottom-border-black{border-bottom:0.0625rem solid black;}
.day-no{
    font-size:1.25rem; font-weight:bold; background-color:lime;  min-width:5.5rem; border-radius:20px;
}
/*price-section*/
.price-section1{
    justify-content:center;
    background:blue;
    color:white;
    font-size:1rem;
    padding-top:1rem;
    padding-bottom:1rem;
    display:flex;
}
.price-section2{
    justify-content:center;
    background:white;
    color:blue;
    font-size:2rem;
    padding-top:1rem;
    padding-bottom:1rem;
    display:flex;
}
/*price-section above*/
/*day headline*/
.day-block{
    margin-bottom:1rem;
}
.day-no {
    width:5rem;
}
.day-headline{margin-left:10px;
    font-size:1.25rem;
    font-weight:bold;
    padding-left:1rem
    
}
.iti-section-header{
    font-size:1.25rem;
    padding-bottom:1.25rem; padding-top:1.25rem;
    margin-bottom:1.25rem;
    display:flex;
    justify-content: center;
    width:100%;
    background-color:blue;
    color:white;
}
table{width:100%;}
.inclusions{
    font-size:1.25rem;
}
.hm-pkg-banner{
    margin: 1%;
    height:auto;
    overflow:auto;
    padding-left:0.5rem;
}
.hm-pkg-banner a img{
    float:right;
    height:auto;
    width:100%;
    color:black;
    opacity:1;
    transition:0.52s; /* Animation */
}
.hm-pkg-banner a{
    text-decoration:none;
}
.hm-pkg-banner img:hover {opacity:0.5;}

.map-icon{
    background-image:url(/icon/map-icon.png);
    background-repeat:no-repeat;background-size: contain; padding:0px 1rem 0px 1rem;
    
}
.hm-pkg-banner:hover{box-shadow:0px 0px 0.1875rem 0.2rem blue;}
.hm-pkg-banner-destination{float:left;}
.hm-pkg-banner-duration{float:right;}
.clock-icon{
    background-image:url(/icon/clock-icon.png);
    background-repeat:no-repeat;background-size: contain; padding:0px 1rem 0px 1rem;
    
}
.padding-1rem{
    padding-top:1rem;
    margin-bottom:1rem;
}
.sketchthrough-price{text-decoration: line-through;}
.hm-pkg-banner-price{
    font-size:2rem;
    font-weight:bold;
    color:black;
}
.hm-pg-section-title{
    font-size:1.25rem;
    padding-bottom:1.25rem; padding-top:1.25rem;
    margin-bottom:1.25rem;
    display:flex;
    justify-content: center;
    width:100%;
    background-color:blue;
    color:white;
}
