body{
	font-family: 'ProximaNovaFont';
}
/*-------Header sectiion start---*/
.log{
	padding: 20px;
}
.call img{
	padding-bottom: 12px;
}
.call p{
	display: inline-block;
	padding-left: 15px;
	font-size: 30px;
  margin-bottom: 0;

}
.call p a{color: #000;text-decoration: none;}
.tel{
	/*padding-top: 8px;*/
  text-align: right;
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
}

/*-------Header section ends---*/

/*-------video sectiion start---*/
.kash-vid{
  height: 545px;
  overflow: hidden;
}
.kash-vid img{
    width: 100%;
    height: 100%;
}
.vid{
	width: 100%;

}
.overlay{
	position: absolute;
	top: 300px;
	left: 95px;
}
.overlay h1{
	font-size: 60px;
	font-weight: 700;
	border-left: 8px solid #f29112;
	padding-left: 30px;
	line-height: 70px;
  color: #000;
}
.overlay h1 span{
  font-size: 90px;
  color: #f29112;
}
/*-------video sectiion end---*/

/*-------why sectiion start---*/
.why{
	padding: 60px 0;
	background-color: #f7f7f7;
}
.con{
	padding-top: 40px 0;
}

.con h3{
	font-size: 45px;
	font-weight: 600;
	border-left: 8px solid #f29112;
	padding-left: 20px;
	margin-bottom: 50px;
}
.cone{
	text-align: center;
    margin-bottom: 15px;
}
.cone p{
	font-size: 17px;
	padding-top: 10px;
}
.box{
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 40px;
}
.dream{
	text-align: center;
}
.dream h2{
	font-size: 50px;
	font-weight: 600;
}
.dream p{
	font-size: 20px;
}
.input{

}
input[type="text"], input[type="email"] {
  width: 100%;
  border: none;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 12px;
  box-sizing: border-box;
  transition: 0.3s;
  background-color: #f2f2f2;
}
.ip-outr{
	position: relative;
}
.ip-outr img{
	position:absolute;
	top: 20px;
    right: 40px;
    width: 25px;
}
.ip-outr1{
	position: relative;
}
.ip-outr1 img{
	position:absolute;
	top: 20px;
    right: 40px;
    width: 25px;
}
.ip-outr2{
	position: relative;
}
.ip-outr2 img{
	position:absolute;
	top: 20px;
    right: 40px;
    width: 25px;
}
.ip-outr3{
	position: relative;
}
.ip-outr3 img{
	position:absolute;
	top: 20px;
    right: 40px;
    width: 25px;
}
.ip-outr4{
	position: relative;
}
.ip-outr4 img{
	position:absolute;
	top: 20px;
    right: 40px;
    width: 25px;
}
.btn1{
	padding: 15px;
	background-color:#f29112;
	border: none;
	width: 90%;
	color: black;
	 border-radius: 4px;
	 font-weight: 600;
	 margin-top: 8px ;
}
label.error{
    color: red;
}


/*-------why sectiion ends---*/

/*-------about sectiion starts---*/
.con1{
	padding-top: 40px;
}
.con1 h3{
	font-size: 45px;
	font-weight: 600;
	border-left: 8px solid #f29112;
	padding-left: 20px;
	margin-bottom: 30px;
}
.con1 p{
	font-size: 14px;
	color: #444444;
}

.pakages {
    margin-top: 50px;
}
.pakages .p-inner{
	position: relative;
	transition: all 0.8s ease;
    transform: scale(1);
}
.pakages .p-inner img{
    width: 100%;
}
.pakages .tag {
    position: absolute;
    width: 108px;
    top: 10px;
    background: #f29112;
    left: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    /*-webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.pakages .pkg-hdg{
  min-height: 104px;
}
.pakages h2{
	font-size: 20px;
	font-weight: 600;
	padding-top: 15px;
	margin: 0px;
}
.pakages h4{
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
	color: #545454;
	margin-bottom: 15px;
}
.pakages h6{
    margin-bottom: 15px;
    min-height: 38px;
}
.pakages h4 span, .pakages-large h4 span{
  font-size: 20px; 
  font-weight: 600; 
  color: #f29112 ;
  margin-left: 5px;
}
.bstprice-tag{
  padding: 10px 15px;
  text-align: right;
}
.bstprice-tag img{
  max-width: 100%;
}
.itnry {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
}
.itnry li.active {
    color: #a3a3a3;
}
.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 12px!important;
    color: #eb5b01;
}
.itnry li.active img {
    opacity: 0.3;
}
.inclusions {
    margin-top: 20px;
}
.inclusions h5 {
    font-size: 20px;
    font-weight: 600;
}
.pkg-incusion {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.collapse {
    display: none!important;
}
.pkg-incusion1 {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion1 li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
 .inclusions .read-collpse {
    position: absolute;
    right: 878px;
    margin-top: -10px;
}
.inclusions a {
    color: #358378!important;
}
.inclusions .read-collpse span {
    display: block;
}
 .inclusions .read-collpse[aria-expanded="false"] i {
    display: none;
}
/*.inclusions1 .read-collpse {
    position: absolute;
    right: 878px;
    margin-top: -10px;
}
.inclusions1 a {
    color: #358378!important;
}
.inclusions1 .read-collpse span {
    display: block;
}
 .inclusions1 .read-collpse[aria-expanded="false"] i {
    display: none;
}*/
.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
   /* padding-bottom: 40px;
    padding-top: 10px;*/
    margin-top: 20px;
    float: left;
    width: 100%;
}
.price-tag .price {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
    color:#f29112;
}
.btn-detail {
    display: inline-block;
    float: right;
    margin-top: 0px;
}
.btn-detail .btn {
    background: #ffc107;
    border-radius: 50px;
    font-size: 16px;
    padding: 6px 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}
.price p{
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
}
.vid2{
	padding-top: 80px;
	padding-bottom: 10px;
	width: 100%;
  /*max-height: 550px;*/
  overflow: hidden;
}
.vid2 img{
    width: 100%;
}
.moretext {
  display: none;
}
/*-------about sectiion endss---*/

/*------best offer sectiion starts---*/
.bst-sllng{
	background-image: url(../images/bg-banner11.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 50px;
	margin-top: 50px;
}

.off-sq{
	width: 100%;
	border-radius: 8px;
	padding: 30px 0;
    text-align: center;
}
.off-sq h5 a{
	font-size: 70px;
    font-weight: 600;
    color: #fff;
    line-height: 85px;
}
.off-sq h5 a span{
    color: #eb5b01;
}
.off-sq p{
	font-size: 18px;
	font-weight:600;
	/*color: #eb5b01;*/
}
/*------banner sectiion ends---*/

/*------pack-lg section starts---*/

.pakages-large{
	 margin-top: 50px;
}
.pakages-large .p-inner-lrg{
	position: relative;
	transition: all 0.8s ease;
    transform: scale(1);
}
.pakages-large .tag{
    position: absolute;
    width: 108px;
    top: 20px;
    background: #ffd200;
    left: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    /*-webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pakages-large h2{
	font-size: 24px;
	font-weight: 600;
	padding-top: 15px;
	margin: 0px;
}
.pakages-large h4{
	font-size: 24px;
	font-weight: 600;
	padding-top: 10px;
	color: #545454;
	margin-bottom: 30px;
}
.p-inner-lrg img{
  max-width: 100%;
  width: 100%;
}
.itnry-lg{
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
}
.itnry-lg li.active {
    color: #a3a3a3;
}
.itnry-lg li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 12px!important;
    /*color: #eb5b01;*/
}
.itnry-lg li.active img {
    opacity: 0.3;
}
.inclusions-lg {
    margin-top: 20px;
}
.inclusions-lg h5 {
    font-size: 24px;
    font-weight: 600;
}
.pkg-incusion-lg {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion-lg li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    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-lg{
	font-size: 18px;
}
.pkg-incusion-lg li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 10px;
}
 .inclusions-lg .read-collpse-lg{
    position: absolute;
    right: 690px;
    margin-top: -10px;
}
.inclusions a {
    color: #358378!important;
}
.inclusions-lg .read-collpse-lg span {
    display: block;
}
 .inclusions-lg .read-collpse-lg[aria-expanded="false"] i {
    display: none;
}
.price-tag-lg {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.price-tag-lg .price {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
    color:#358378 ;
}

.inclusions-lg .read-collpse-lg1{
    position: absolute;
    right: 110px;
    margin-top: -10px;
}
.inclusions a {
    color: #358378!important;
}
.inclusions-lg .read-collpse-lg1 span {
    display: block;
}
 .inclusions-lg .read-collpse-lg1[aria-expanded="false"] i {
    display: none;
}

/*------best offer section ends---*/

/*------faq section starts---*/
/*.faqq{
	background-color: #f7f7f7;
	margin-top: 50px;
}*/
.ans{
	background-color: #f7f7f7;
	margin-top: 50px;
}
  .txt1{
  	text-align: center;
  	padding-top: 40px;
  }
  .txt1 h5{
  	font-size: 45px;
  	font-weight: 400;
  	padding-bottom: 20px;
  }
  .faq {
  padding: 20px;
  width: 90%;
  max-width:1320px;
  margin: auto;
  position: relative;
  height: auto;
}
.ans.innr-faq{
    background: #fff;
    padding-bottom: 50px;
}
.ans.innr-faq .txt1{
    padding-top: 20px;
}


.faq-container {
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.faq-label {
  cursor: pointer;
  width: 100%;
  padding: 10px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  /*background: #5BA3BA;*/
 /* border-radius: 5px;*/

}

.faq-label-text {
  color: black;
  font-size: 20px;

}

.faq-label-icon {
  padding: 2px 3px;
  /*background: #43BEE6;*/
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.material-icons {
  color: white;
  transition: 0.3s ease;
}

.faq-answer {
  transition: 0.3s ease;
  margin-top: 15px;
  height: 0;
  border-radius: 6px;
  color: rgba(98, 98, 98, 1);
  overflow: hidden;
  font-size: 18px;
}

.faq-answer-content {
  padding: 10px 0 10px 15px;
  

}

.active {
/*  background: #FFFFFF;
  border: 1px solid #C7C4C4;*/
  height: auto;
  margin-bottom: 25px;

}
.rotate{
  transform: rotate(180deg)
}
.global-label{
  width:100%;
  height:35px;
  border-bottom: solid 2px #C4C1C1;
  margin-bottom: 35px;
}
.global-label-text{
  font-size:18px;
  color:#196B85;
}

/*------faq section ends---/*

/*------footer starts---*/
#footer {
   background-image: url(../images/footer1.jpg);
   background-repeat: no-repeat;
   padding: 50px 15px 20px;
   background-size: cover;

}
.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;
    border-right: 1px solid #fff;
}
.ftr-link li:last-child{
  border: none;
}
.ftr-link li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
}
.ftr-h4 {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
figure {
    margin: 0 0 1rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.ftr-h4 {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.approved {
    margin-top: 22px;
}
.sprt{
	padding-left: 40px;
}
.ftr-h5 {
    color: #fff;
   /* font-family: 'proxima_nova_rgbold';*/
    font-size: 24px;
    margin-top: 32px;
    text-transform: uppercase;
}
.ftr-cnt {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.ftr-cnt li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style-type: none;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.ftr-cnt li img{
  margin-right: 15px;
}
.ftr-cnt li a{
  color: #fff;
  text-decoration: none;
}
.linee{
	padding-bottom: 40px;
	border-bottom: 2px solid white;
}
.copy{
	text-align: center;
}
.copy p{
	font-size: 16px;
    color: white;
    padding-top: 20px;
    margin: 0px;
}
.inclusions button, .inclusions-lg button{
  border: none;
  background: none;
  color: #f29112;
  font-weight: 400;
  font-size: 18px;
  float: right;
  text-decoration: underline;
}
.batch-lg{
  padding-top: 15px;
}
.batch-lg img{
  max-width: 100%;
}

/*------footer ends---/*

/*==================================*/
/*============Inner Page============*/
/*==================================*/
.innr-bnnr{
  margin: 10px 0 50px;
}
.innr-bnnr .container{
  position: relative;
}
.innr-bnnr .tour-img {
    border: solid 1px #dbdbdb;
    padding: 0;
}
.innr-bnnr .tour-img img{
  width: 100%;
}
.innr-bnnr .pkg-dtlar {
    position: absolute;
    top: 40%;
    left: 50px;
}
.innr-bnnr .pkg-dtlar h2{
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}
.innr-bnnr .pkg-dtlar h2 span{
  font-size: 60px;
}
.innr-bnnr .pkg-dtlar .pkg-price{
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.innr-bnnr .pkg-dtlar h3{
  font-size: 26px;
  color: #000;
}
.innr-bnnr .pkg-dtlar p{
  font-size: 26px;
  margin: 0;
  color: #022c63;
}
.innr-txt h1{
  text-align: center;
  font-size: 40px;
  position: relative;
  margin-bottom: 40px;
}
.innr-txt h1:after{
      position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background: #329a8c;
    content: "";
    width: 16%;
    margin: 0 auto;
}

.day-detail{
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}
.innr-txt .day-detail:last-child{
  border: none;
}
table{
  margin-top: 15px;
}
.day-detail h4, .day-detail h5{
  color: #329a8c;
  font-size: 18px;
  font-weight: bold;
}
.day-detail h5{
  margin-bottom: 15px;
}
.day-detail ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.day-detail ul li{
  display: inline-block;
  width: 100%;
  background: url('../images/tick.png') no-repeat;
  margin-bottom: 10px;
  padding-left: 35px;
  background-position: 0 5px;
}
.hd-trmc{
    margin: 70px 0;
}
.hd-trmc h3{
    color: #f29112;
}
.hd-trmc h5{
    font-weight: 600;
}
h2.dham-hdg{
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
.hd-trmc h3.dham-hdg{
    margin-bottom: 30px;
}
.do-dham ul{
    min-height: 215px;
}
.hd-trmc .pakages-large{
    margin-top: 30px;
}
.bst-sllng.vid2{
    background-image: url(../images/middle-page-bnnr.jpg);
    min-height: 550px;
    position: relative;
}
/*.bst-sllng.vid2 .off-sq{
    padding: 110px 0;
}*/
.bst-sllng.vid2 .bnr{
    position: absolute;
    right: 5%;
}
.bst-sllng.vid2 .off-sq h5 a{
    font-size: 50px;
    line-height: 70px;
}
.dham-img{
    margin-bottom: 40px;
}
.dham-img img{
    max-width: 100%;
}
.modal-content{
    background-color: rgba(255, 255, 255, .0);
    border: none;
}
.modal-header {
    position: absolute;
    right: 12px;
    z-index: 99;
    border: none !important;
    top: 0px;
}
.modal-header button {
    background: none;
    border: none;
    font-size: 30px;
    color: #f29112;
    outline: none;
    opacity: 1;
}

/*=====================================*/
/*=============Mobile View=============*/
/*=====================================*/
.mb-blk, .btn-mobile{
  display: none;
  position: relative;
  text-align: center;
}
.mb-blk h1{
  position: absolute;
    top: 30%;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgb(255 255 255 / 80%);
}
.fx-mobile {
    display: none;
}



@media (min-width: 768px) and (max-width: 1024px){
    .price-tag .price {
        width: 100%;
        text-align: center;
    }
    .pakages .pkg-hdg .row .col-md-8 {
          width: 77%;
          padding-right: 5px;
    }
    .pakages .pkg-hdg .row .col-md-4 {
          width: 23%;
          padding-left: 0;
    }
    .pakages h4,.pakages h2 {
          font-size: 16px;
    } 
    .pakages h2 {
        min-height: 73px;
    }
    .pakages h6 {
        min-height: 57px;
    }
    .btn-detail {
        width: 100%;
        margin-top: 5px;
    }
    .itnry li{
        width: 32%;
    }
    .bst-sllng.vid2 {
        background-image: url(../images/middle-page-bnnr-mobile.jpg);
        min-height: initial;
        position: relative;
        background-position: 35% 50%;
    }
    .bst-sllng.vid2 .bnr {
        position: relative;
        right: 0;
    }
    .off-sq {
        width: 100%;
        border-radius: 8px;
        padding: 30px 0;
        text-align: center;
    }
    /*.copy p {
      padding-bottom: 50px;
    }*/
    .call p{
        font-size: 24px;
    }
    .kash-vid{
        height: auto;
    }
    .kash-vid img{
        width: 100%;
    }
    .overlay h1{
        font-size: 45px;
    }
    .overlay h1 span{
        font-size: 65px;
    }
    .overlay{
        top: 25%;
        left: 5%;
    }
}
@media (min-width: 800px) and (max-width: 900px){
    .overlay {
        top: 40% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
  .log {
    padding: 0px;
    display: inline-block;
    width: 100%;
  }
  header .col-md-9, header .col-md-3{
    width: 50%;
    max-width: 50%;
    float: left;
  }
  .overlay{
        top: 12%;
        left: 5%;
    }

}
@media (min-width: 541px) and (max-width: 767px){
  .cone {
    text-align: center;
    width: 33%;
    float: left;
  }
  .con{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
  }
  .cone p {
    font-size: 15px;
    padding-top: 10px;
  }
  .innr-bnnr .pkg-dtlar{
    top: 30px;
    left: 0;
  }
  .innr-bnnr .pkg-dtlar h2{
    font-size: 45px;
    padding-left: 15px;
  }

}
@media (max-width: 767px){
    .ans.innr-faq .txt1 {
        padding-top: 0;
    }
    .bst-sllng.vid2{
        background-image: url(../images/middle-page-bnnr-mobile.jpg);
        min-height: initial;
        position: relative;
        background-position: 35% 50%;
    }
    .bst-sllng.vid2 .bnr{
        position: relative;
        right: 0;
    }
    .fx-mobile {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    .fx-mobile .col-3 {
        text-align: center;
        background: #000;
        padding: 10px;
    }
    .fx-mobile .col-3 img {
        max-width: 25px;
    }
    .fx-mobile .col-9 {
        background: #f99a1e;
    }
    .fx-mobile .col-9 button, .fx-mobile .col-9 a {
        width: 100%;
        background: none;
        border: none;
        padding: 10px 0;
        outline: none !important;
        box-shadow: none !important;
        font-size: 1.25rem;
    }
    .cone {
        text-align: center;
        width: 33% !important;
        float: left;
    }
    .faq{
        min-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .bst-sllng{
        padding: 50px 15px;
    }
    .off-sq h5 a{
        font-size: 40px;
        line-height: 55px;
    }
    .off-sq h5 a br{
        display: none;
    }
  .order-last {
    order: -1!important;
  }
  .order-first {
    order: 1!important;
  }
  .kash-vid.dkvw, .btn-dsktp{
    display: none;
  }
  .mob-bnnr.mb-blk, .btn-mobile{
    display: block;
  }
  .log {
    padding: 10px;
  }
  header .col-md-9, header .col-md-3{
    width: 50%;
    max-width: 50%;
    float: left;
  }
  header .col-md-9 img{
    max-width: 100%;
  }
  .call p {
    display: inline-block;
    padding-left: 5px;
    font-size: 15px;
    margin-top: 0;
    position: relative;
    /*top: -8px;*/
    margin-bottom: 0;
  }
  .call img {
    max-width: 15px;
  }
  .call img {
    max-width: 15px;
    margin-top: 5px;
  }
  .mob-bnnr img{
    width: 100%;
  }
  .tel {
    padding-top: 5px;
  }
  .why {
    padding: 0px 0 50px;
    background-color: #ffffff;
  }
  .why .frm{
    margin-top: -70px;
    position: relative;
    z-index: 99;
    margin-bottom: 50px;
  }
  .con h3{
    margin-top: 0;
  }
  .pkg-hdg{
    position: relative;
  }
  .bstprice-tag {
    position: relative;
    top: 0;
    padding-top: 0;
    right: 0;
    text-align: left;
    padding-bottom: 22px;
}
  .bstprice-tag img {
    max-width: 20%;
  }
  .pakages h4{
    margin-top: 0;
  }
  .inclusions h5{
    margin-bottom: 20px;
  }
  .pakages {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .pakages .p-inner img{
    width: 100%;
  }
  .ftr-link li{
    margin: 0 0 10px;
  }
  .ftr-link li a{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block;
  }
  .dream h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 0;
  }
  .dream p {
    font-size: 18px;
    margin-top: 10px;
  }
  .ip-outr img, .ip-outr1 img, .ip-outr2 img, .ip-outr3 img {
    top: 18px;
    right: 40px;
    width: 20px;
  }
  .box{
    padding: 30px 20px;
  }
  .copy p {
    padding-bottom: 50px;
  }
}

@media (max-width: 540px){
  .cone p{
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
  }
  .cone p br{
    display: none;
  }
  .sprt {
    padding-left: 0;
  }
  .price-tag .price {
    width: 100%;
    text-align: center;
    }
    .btn-detail {
        width: 100%;
        margin-top: 5px;
    }
    .innr-bnnr .pkg-dtlar{
        top: 20px;
        left: 0;
      }
      .innr-bnnr .pkg-dtlar h2{
        font-size: 45px;
        padding-left: 15px;
      }
      .innr-bnnr .pkg-dtlar h2 span {
            font-size: 35px;
        }
        .txt1 h5{
            font-size: 36px;
        }
}

@media (max-width: 340px){
    .mb-blk h1{
        font-size: 26px;
    }
}