.zt-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }

.zt-container-min {
  max-width: 730px;
  width: 100%;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto; }

.zt-overlay-background-primary {
  background: #f4b843;
  background: rgba(244, 184, 67, 0.85); }
.days-counter {
	position: absolute;
	right: 15px;
	bottom: -10px;
	width: 65px;
	height: 65px;
	background-color: #363836c2;
	border: 2px solid #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	border-radius: 100%;
	line-height: 1;
	padding: 9px 0px 0px 0px;
}
.days-counter span {
	font-size: 19px;
	margin: 0px 0px 5px 0px;
	display: inline-block;
}

#banner .free-quotes{
   background-color:white;
	margin-top:5px;
	margin-bottom:5px;
	border-radius: 0px;
   
	
}
#banner .free-quotes .get-free{
background-color:#15486a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 26px;
    position: relative;
	border-radius:0px;
	
}

#banner .free-quotes .get-free:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #15486a;
    bottom: -12px;
    left: 46%;
}

#banner .free-quotes .get-free-qoute{
    padding: 0px;
	background-color:#FFFFFF;
}
#banner .free-quotes .get-free-qoute .form-control{
    border-radius: 0;
}

.btn-enq{
    background: #1E73BE;
    border: none;
  color: #FFFFFF;
  text-align: center;
    font-size: 18px;
    padding:6px 21px;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
	transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-enq span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-enq span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-enq:hover span {
  padding-right: 25px;
}

.btn-enq:hover span:after {
  opacity: 1;
  right: 0;
}


.banner-2 {
   background: #FF512F;
background: linear-gradient(to right, #387cab, #266491);
    width: 100%;
    padding: 10px 0;
    margin-top: 0px;
}

.banner-2 ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

.banner-2 ul li {
    padding: 0 22px 0 0;
    margin: 0 22px 0 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.banner-2 ul li:last-child {
    border-right: none;
}

.banner-2 .abt-cmpny{
    color: #fff;
    text-align: center;
}

.banner-2 .abt-cmpny h6{
    font-size: 17px;
}

#top-packages{
    padding: 50px 0;
}

.h1-global{font-size:30px;position:relative;color:#1f3a53; font-family:inherit!important;}
.h1-global:after{position:absolute;left:0;right:0;bottom:-3px;height:1px;background:#eb5b01;content:"";width:16%;margin:0 auto;}
.packages {
    margin-top: 0px;
}
.packages figure{
    position: relative;  
    -webkit-transition: all 0.8s ease; /* Safari and Chrome */
    -moz-transition: all 0.8s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 0.8s ease; /* Opera */
    transition: all 0.8s ease;
    transform:scale(1);
}
.packages figure:hover{
  -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1.06);
}

.overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+18,000000+100&0+70,0.89+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 18%, rgba(0,0,0,0) 65%, rgba(0,0,0,2.89) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,2.89) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,0 2.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */
}
.packages .all-free {
    position: absolute;
    bottom: 83px;
    left: -1px;
    padding: 8px 0 8px 0;
    font-weight: bold;
}
.packages .special-honymoon {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 8px 0 0 0;
    color: #fff;
    right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: normal;
}
.packages .tag {
    position: absolute;
    width: 108px;
    top: 23px;
	color:#fff;
    background: #d0343b;
    left: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

.packages .budget {
    position: absolute;
    top: -8px;
    right: -7px;
}

.packages h2{
    font-size: 21px;
    font-family: 'proxima_novaregular';
    font-weight: 400;
}
.packages h2 span{
    color: #1E73BE;
}
.packages h3{
    font-size: 17px; 
    margin-bottom: 10px;
}
.packages h3 span{
    color: #1E73BE;
}
.itnry{
    padding: 2px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
 }
.itnry li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 18%;
    text-align: center;
    font-size: 14px;
    color: #1E73BE;
}
.itnry li.active{
    color: #a3a3a3;
}
.itnry li.active figure {
    opacity: 0.3;
}
.itnry li figure{
    padding: 0px;
    margin: 0px;
}
.itnry li p{
    padding: 0px;
    margin: 0px;
}
.inclusions{
    margin-top: 20px;
}
.inclusions h5{
    font-size: 20px;
    font-weight: 600;
}
.inclusions a{
    color: #1E73BE;
}
.pkg-incusion{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion li{
    padding: 0 0 0 15px;
    margin: 0 0 3px 0;
	font-size:14px;
	color:#000000;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.pkg-incusion li i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #1E73BE;
}
.inclusions .read-collpse {
    position: absolute;
    right: 15px;
    margin-top: -2px;
}
.inclusions .read-collpse span {
    display: block;
}
.inclusions .read-collpse[aria-expanded="false"] i{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] span{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] i{
  display: block;
}

.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.price-tag .price{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
}
.price-tag .price small {
    display: block;
    text-decoration: line-through;
    color: #333;
}

.price-tag .price small i {
    text-decoration: line-through;
}

.btn-detail {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.btn-detail .btn{
    background: #1E73BE;
    border: none;
  color: #FFFFFF;
  text-align: center;
    font-size: 18px;
    padding:6px 21px;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
	transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-detail .btn span{
cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;	
	
}
.head-cnt{text-align:right;}
.covidsafty{ padding:16px; margin-top:15px;}
.covidsafty p{ font-size:18px;}
.covidsafty ul{ list-style:disc!important;}
.covidsafty ul li{ list-style:disc!important; color:#235885;}

.bdr-none {border-right: none !important;}
#footer{padding:20px 0 0;}
.mobile-footer .pb-4{padding-bottom:0;}
#footer{background-image:linear-gradient( 109.6deg, rgb(29 88 88) 11.2%, rgb(45 18 78) 92.5% );padding:35px;}
.ftr-link{padding:0px;margin:0 0 40px 0;list-style-type:none;text-align:center;}
.ftr-link li{padding:0 12px;margin:0px;list-style-type:none;display:inline-block;color:#fff;border-right:solid 1px #fff;font-size:18px;line-height:15px;text-transform:uppercase;}
.ftr-link li:last-child{border-right:none;}
.ftr-h4{color:#fff;font-size:18px;margin-bottom:20px;text-transform:uppercase;font-weight: 600;}
.ftr-h5{color:#fff;font-size:16px;margin-top:20px;text-transform:uppercase;}
.approved{margin-top:40px;}
.ftr-cnt{padding:0px;margin:0px;list-style-type:none;}
.ftr-cnt li{padding:0 0 0 40px;margin:0 0 10px 0;list-style-type:none;font-size:21px;color:#fff;position:relative;}
.ftr-cnt li a{color:#fff;}
.ftr-cnt li i{position:absolute;left:0;}
#copywrite{background:#353535;padding:12px 0; }
#copywrite p{margin:0;padding:0px;color:#fff!important;}
.img-fluid {max-width: 100%; height: auto;}
figure {margin: 0 0 1rem!important;}

.btn-detail .btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-detail:hover span {
  padding-right: 25px;
}

.btn-detail:hover span:after {
  opacity: 1;
  right: 0;
}

#confused{
     background-image: url(../images/color-of-india.html);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 50px 0;
	background-size: cover;
}
.white-color{
    color: #fff!important;
}
.requirement{background:#eb5b01;border-radius:50px;font-size:18px;padding:9px 40px;color:#fff;text-transform:uppercase;}
.requirement:hover{background:#d65200;color:#fff!important;}
#book-online{padding-top:10px; padding-bottom:1px;}
.why-book {
    border-right: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
    height: 70%;
    padding: 0 20px;
}
.logo img
 {
    margin: 0 auto;
 } 
#thank-you {
    padding: 20px 0;
}      
}