header {
  padding: 0px;
}

@media (min-width: 992px) {
  header {
    padding: 0px;
  }
}

section {
  padding:0px;
}

.display-1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2; text-align: center; 
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
	text-align: center; 
}


.container-p {
  position: relative;
  width:100%;
	margin-bottom:4px;
}

.container-p .image {
  display: block;
  width: 100%;
  height: auto;
}

.container-p .overlay {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: #008CBA;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.container-p .overlay {
  height: 100%;
	background: #000;
    background-color: rgba(0,0,0,0.5);
}
	
	.container-p:hover .overlay {
  height: 100%;
	
  
		background: #000;
    background-color: rgba(0,0,0,0.85);
}

	
	
.container-p .text {
  
  color: white;
  font-size: 15px;
  position: absolute;
  overflow: hidden;
  top: 18%;
  left: 10%;
  transform: translate(-5%, -13%);
  -ms-transform:translate(-5%, -13%);
}
.container-p .text .h3  { font-size: 21px;}
.container-p .text .h4 { font-size: 19px; text-align:right}
.container-p .text .p  { font-size: 16px; font-style: italic;}
.pack .col-lg-4 {
    padding-right: 2px;
    padding-left: 2px;
}

	.pad9pcs{padding-left:9%; padding-right:9%;
	}


.img-raj{background:url(../img/amer-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;}


.img-mumbai{background:url(../img/mumbai-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.img-ranth{background:url(../img/tiger-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.img-oberoi{background:url(../img/oberoi-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.img-varanasi{background:url(../img/varanasi-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
}

.img-heritage{background:url(../img/heritage-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.img-desert{background:url(../img/desert.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.img-taj{background:url(../img/taj-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.img-golden{background:url(../img/golden-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.img-kerala{background:url(../img/kerala-big.jpg);
   /* Set a specific height */
    min-height: 780px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.discrip{ font-size:18px; font-weight: bold; color: #666666;}
.overline{text-decoration:line-through; text-decoration-color:#000000;  color: #1dc500; font-weight: bold; font-size: 18px;}
.offer{ font-size: 24px; font-weight: normal;}
.offer-price{ font-size: 24px; font-weight:bold; color:#CB0003;}
.day{font-weight: bold; text-transform: uppercase;}
.text15{font-size:15px;}
.text16{font-size:16px;}
.text17{font-size:17px;}
.text18{font-size:16px; text-transform: uppercase;}
.text19{font-size:19px;}
.text20{font-size:20px;}
.text21{font-size:21px;}
.text22{font-size:22px;}
.text23{font-size:23px;}
.text24{font-size:24px;}
.text25{font-size:25px;}
.text26{font-size:26px;}
.txbold{font-weight: bold;}
.rate-box{border:solid #d0d0d0 1px; overflow: hidden; padding:20px 0 10px 25px; width: auto}

.callchat {
    position: fixed;
    right: 0px;
    top: 1%;
    padding: 8px 10px;
    background-color: #cc0013;
    color: #FFFFFF!important;
    font-size: 17px!important;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.callchat {
    z-index: 9999;
}

@media (max-width:767px){
	.display-4 {
		font-size: 1.5rem !important;}
	
	.col-lg-12.mx-auto.text-justify img{ width: 100% !important}
	.btn-group-lg>.btn, .btn-lg {font-size: 1.1rem !important;}
	.display-1 { font-size: 1.5rem !important;}
	.h2, h2 {font-size: 1.6rem;}
	a.fq.btn.btn-link{font-size: 19px !important; line-height: 130%}
}