@charset "utf-8";
/* CSS Document for Asian Flyer tours (AFT) */

a {
    text-decoration: none;
	color:#757575;
	}
a:hover {
	color:#fcb041;
	}

.center {
    text-align: center;
 }
/*Pre Loader css Start*/
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

/*Pre Loader css End*/

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	padding-top:0px;
	padding-bottom:0px;
	}
a:hover { 
	text-decoration: none;	
	}
p {
	font-family: Poppins,sans-serif;
	font-size:14px;
	color: #444;;
	text-align:left;
	line-height: normal;
	}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    color: #757575;
    text-align: left;
	margin-left: -12px;
	margin-right: 12px;
	}
	
ol {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: ubuntu;
    font-size: 15px;
    color: #757575;
    text-align: left;
	}
	
ul  > a {
    color: #757575;
	}
	
h1  {
	color:#581c52;
	font-family: 'Lato', sans-serif;
	font-size:25px;
	/* margin-top:35px; */
    font-weight: bold;
	padding-top:22px;
	padding-bottom:22px;
}

h2  {
    margin-top: 10px;
    color: #581c52;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-top: 0px;
    padding: 20px 0px 20px 0px;
    font-size: 22px;
}    	
h3 {
    color: #4d4d4d;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-top: 0px;
    padding: 20px 0px 20px 0px;
    font-size:18px;
}
.cls {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
	color: #545454;
    border-bottom: none;
}

.BGStrip {
	background-image:url(../images/strip-32.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    color: #00266b;
    font-family:"Playfair Display", serif;
    font-size: 35px;
    margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 0px;
    font-weight: 900;
    text-align: left;
    line-height: 1.1em;
}
.h2-hm-title {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
	margin-top:0;
	padding-top: 0;
	font-style: normal;
	font-family: Poppins,sans-serif;
}
.hrbdg a {
    padding: 8px 10px;
    border: 1px solid #fe5246;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    margin: 7px 0;
    display: block;
    text-align: center;
	font-family: Montserrat,sans-serif;
	font-weight:600 !important;
	background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
}
.hrbdg .hbadge {
    background-color: #ff4d55;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 4px;
    border-radius: 2px;
}
.h3-hm-txt {
    font-family: Ubuntu;
    text-align: left;
    font-style: italic;
    color: #00266b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}
.MultiCarousel { 
	float: left; 
	overflow: hidden; 
	padding: 15px 15px 15px 0px; 
	width: 100%; 
	position:relative;
}
.MultiCarousel .MultiCarousel-inner { 
	transition: 1s ease all; 
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item { 
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
	text-align: center; 
	padding:0px; 
    margin-right: 15px;
	color:#666;
	
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
	position:absolute; 
	/*border-radius:50%;*/
	top:calc(50% - 20px);
}
.MultiCarousel .leftLst { 
	left:0;
 }
.MultiCarousel .rightLst { 
	right:0;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
	pointer-events: none; 
	background:#ccc;
}
.llstimgcont{
	position: relative;
    height: 0px;
    overflow: hidden;
	height:auto;
	padding-bottom:0 !important;
}

.listbox{
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-box-align: baseline;
	align-items: baseline;
	padding-top: 0 !important;
	margin-top:0 !important
}
.listlft{
    max-width: 100%;
    flex: 1 1 auto;
    margin-right: auto;
    -webkit-flex: 1 1 auto;
}
.listrgt {
    max-width: 100%;
    min-width: 65px;
    flex: 0 1 auto;
    margin-left: auto;
    -webkit-flex: 0 1 auto;
}
.hm-head{
	color: rgb(62, 62, 62);
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
	text-align:left;
}
.hm-text{
    color: rgb(178, 178, 178);
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
	text-align:left;
}
.hm-dinr {
    color: rgb(62, 62, 62);
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    margin: 0px;
}
.hm-dtime {
    font-size: 10px;
    color: rgb(32, 163, 151);
    margin: 0px;
	text-align:left !important;
	
}

.hm-dealbox{
	position: relative;
	padding:0 !important;
    overflow: hidden;
	display:none;
}
.video-hm-wrap {
    width: 100%;
    height: auto;
	background-color: #091628;
	margin: 50px 0 0 0;
	position: relative;
	display: block;
   /* background-color: #6bbae2;*/
}
.video-hm-section {
    width: 100%;
    height: auto;
    max-width: 1900px;
    margin: auto;
}
.vid-project-bg {
    padding-right: 0;
}
.total-vid-num-box {
    width: 100%;
    min-height: 260px;
    float: left;
    border-radius: 5px;
	border-color: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
    border: solid 4px ;
    margin-bottom: 7px;
    padding: 23px;
    padding-top: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    font-family: ubuntu;
    margin: 15px 0;
    margin-top: 40px;
}
.total-vid-num-box strong {
    color: #ff9f00;
    font-size: 80px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    float: left;
    line-height: 63px;
    margin-bottom: 8px;
}
.vid-cont-box {
    width: 100%;
    height: auto;
    float: left;
    min-height: 220px;
	background: rgba(54, 19, 84, 0.6);
    z-index: 12;
    /*background-image: url(../images/banner1.gif);
	
	background: rgba(54, 19, 84, 0.6);
	*/
    padding: 40px 0 30px 0;
    background-size: 100%;
}
.vid-cont-box-list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.vid-cont-box-list::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.youtube_play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    padding-top: 40%;
}
.vid-cont-box-list .vid-cont-box-list-text {
    position: relative;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'ubuntu';
    font-size: 15px;
    letter-spacing: 1px;
    bottom: 0;
    z-index: 9;
	text-align: center;
}
.vid-cont-box-list {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.vid-cont-box-list:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s
}
@-webkit-keyframes shine {
100% {
left:125%
}
}
@keyframes shine {
100% {
left:125%
}
}
.serv_list box {
    float: left;
    list-style-type: none;
    text-align: center;
}
.serv_list {
    min-height: auto;
    float: left;
    position: relative;
    margin-bottom: 10px;
	margin-top: 10px;
    text-align: center;
	width: 100%;
	
}
.serv_list .item{
    float: left;
    list-style-type: none;
    width: 18%;
    text-align: center;
	margin-right: 20px;
}
.serv_list .title {
    font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
}
.serv_list p {
    font-size: 13px;
	text-align: center;
}
.box_icon {
    margin-bottom: 15px;
    height: 65px;
}
.box_icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.popular-pkg-wrap{
	padding: 0;
    margin:0;
    list-style: none;
}
.popular-pkg-list{
    width: 24%;
	margin-right: 10px;
    margin-top: 20px;
	display: inline-block;
}
.popular-pkg-list:last-child{
	margin-right: 0!important;
}
.popular-pkg-list a{
	position: relative;
    display: block;
    overflow: hidden;
	
}
.popular-pkgTitle {
    position: relative;
    left: 0;
    bottom: 0;
	font-family: Poppins,sans-serif;
    font-size: 2rem;
	font-style:normal;
    line-height: 24px;
    color: #242424;
    font-weight: 800;
    padding: 8px 8px 8px 0;
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
}
.pkg-box-1 .ovrly {
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}
.pkg-box-1 .text-box-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.5);
	transform: translate(-50%, -50%) scale(1.5);
	width: 80%;
	height: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #fff;
	padding: 1rem;
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.pkg-list-box:hover {
	text-decoration: none
}
.pkg-list-box:hover .text-box-1 {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.pkg-list-box:hover .ovrly {
	opacity: 1
}
.pkg-list-box .pkg-box-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pkg-list-box .pkg-box-1 img{
	 -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.pkg-list-box .pkg-box-1:hover img{
	 -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.inner-banner {
    width: 100%;
	position: relative;
	display: block;
    margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px;
    background-color: rgb(255, 255, 255);
}
.inner-banner-wrapper{
    background-position: top center;
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
}
.inner-banner-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(98.39% 98.39% at 50% 0%, rgba(26, 23, 23, 0) 51.04%, rgb(26, 23, 23) 100%);
    top: 0;
    left: 0;
}
.inner-banner-wrapper-content {
    text-align: center;
    width: 850px;
    position: absolute;
    left: 50%;
    top: 130px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background: rgba(26, 23, 23, 0.6);
    z-index: 12;
	padding-top: 10px;
}
.inner-banner-wrapper-content-1 {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 0;

}
.inner-banner-wrapper-content-1 .inner {
    padding: 10px 5%;
    font-size: 21px;
    line-height: normal;
	    display: flex;
}
.inner-banner-wrapper-content-1 .inner .tour_title {
    width: 50%;
    text-align: left;
}

.inner-banner-wrapper-content-1 .inner .item-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    min-width: 150px;
}
.inner-banner-wrapper-content-1 .inner .item-1 h1{
	color: #fff !important;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 35px;
	font-style: normal;
	font-family: 'Lato', sans-serif !important;
	border-left: 5px solid #FF9F00;
	padding: 0 0 0 20px

}
.inner-banner-wrapper-content-1 .inner .item-1{
	font-size: 14px;
	text-transform: uppercase;
}
.inner-banner-wrapper-content-1 .inner .item-1 h3{
	color: #fff !important;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-style: normal;
}
.inner-banner-wrapper-content-1 .item-1 .book_now {
    width: 200px;
}
.inner-banner-wrapper-content-1 .item-1 .book_btn {
    background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
    padding: 10px 40px;
    border-radius: 30px;
    line-height: normal;
    font-size: 15px;
    cursor: pointer;
}
.banner-country-name{
	color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.banner-country-dash{
	width: 52px;
    height: 3px;
    background-color: #ff9f00;
    display: table;
    margin: auto;
    margin-top: 10px;
}
.banner-cont-head{
    font-family: Poppins,sans-serif;
    font-size: 60px;
    line-height: 76px;
	padding: 0;
	margin: 0;
    color: #fff;
    font-weight: 700;
	font-style: normal;
}
.innr-page-bg {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
	padding: 20px 0 0 0;
}
.innr-page-bg-1{
	position: relative;
    overflow: hidden;
	padding: 20px 0 0 0;
	background: #fff;
}
.inner-page-cont-box {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;	
}
.inner-page-cont-box h1 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 0px;
	font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-style: normal;
}
.inner-page-cont-box h1 span {
    color: #ed3237;
    padding-right: 7px;
    display: contents;
}
.inner-page-cont-box:before {
    bottom: 110px;
    width: 40px;
    content: '';
    height: 2px;
    position: absolute;
    background: #cb1f1e;
}
.inner-page-cont-box p {
    color: rgb(119, 119, 119);
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.25px;
	font-family: Poppins,sans-serif;
}
#inner-page-packages-content{
	margin: 10px 0;
	
}
#india-tour-pkg-wrap{
    display: flex;
    background: #fff;
    flex-wrap: wrap;
}
.india-tour-pkg-col-1 {
    flex-basis: 50%;
}
.pkg-col-overlay {
    position: relative;
	background: url(../images/photo-1489993360877-883980cc7333.jpg) center no-repeat;
    background-size: cover;
}
.pkg-col-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.5);*/
	background: linear-gradient(to right, rgba(91,82,70,1) 0%,rgba(91,82,70,1) 1%,rgba(91,82,70,0.66) 60%,rgba(93,87,77,0.65) 55%,rgba(125,185,232,0) 70%);
    background: linear-gradient(to right, #4a3e30d6, rgba(63, 53, 41, 0.7411764705882353), rgba(62, 52, 40, 0.05));
}
.inner-banner-text-wrap, .inner-banner-text-wrap-abt-cnt{
	position: absolute;
	top: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	background: linear-gradient(to right, rgba(91,82,70,1) 0%,rgba(91,82,70,1) 1%,rgba(91,82,70,0.66) 50%,rgba(93,87,77,0.65) 55%,rgba(125,185,232,0) 90%);
	left: 0;
	padding-left: 50px;
	height: 100%;
	width: 90%;
}

.inner-banner-text {
    width: 100%;
}
.inner-banner-text-wrap-abt-cnt .inner-banner-text h1 {
	color: #fff;
}
.inner-banner-text-wrap-abt-cnt .inner-banner-text h1::after {
	background: url(../images/divider-1.png) no-repeat;
}
.inner-banner-text h1 {
    color: #c79e61;
    position: relative;
    width: 60%;
	font: 44px/60px"Playfair Display", serif;
	margin-top: 0;
	font-weight: 800;
}
.inner-banner-text h1::after {
    background: url(../images/divider.png) no-repeat;
    width: 300px;
    height: 17px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    content: '';
}
.inner-banner-text p {
    width: 50%;
    color: #fff;
    font: 20px/28px"Playfair Display", serif;
}
.inner-div-right{
	position:relative;
	z-index: 100;
}
.inner-div-left{
	z-index: 1;
	position: relative;
}
/*.inner-div-left::after {
    content: " ";
    position: absolute;
    display: block;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #FFf;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(-9deg,0);
}*/
#panel-right .pkg-itinerary .itinerary-list .title:before {
    background: linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.65),transparent 100%,transparent);
}
.pkg-col-overlay:before {
    content: '';
}
.pkg-col-box {
    padding: 10px 60px;
    height: 451px;
	
}
.pkg-col-box-content{
	position: relative;
}
.pkg-col-box-content h2{
	font-size: 28px;
	text-shadow: 0 2px 8px rgba(0,0,0,.32);
    color: #fff;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	padding: 10px 0 10px 0;
	font-family: Poppins,sans-serif;
}
.pkg-col-box-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
	color: #fff;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Poppins,sans-serif;	
}
.pkg-col-box-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pkg-col-box-content ul li {
    margin-bottom: 10px;
    display: flex;
}
.pkg-col-box-content ul li i {
    width: 20px;
    height: 20px;
    background: linear-gradient(#fb7d1d,#cb1f1e);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 15px;
}
.pkg-col-box-content ul li a{
	color: #fff;
}
.pkg-col-rgt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pkg-col-rgt .rgt-box{
    flex-basis: 33.33%;
	overflow: hidden;
    position: relative;
}
.pkg-col-rgt .rgt-box .pkg-list {
    display: block;
    margin-left: 1px;
    margin-bottom: 1px;
}
.pkg-col-rgt .rgt-box .pkg-list-img{
	position: relative;
	height: 225px;
	background-size: cover!important;
	transition: 0.4s ease;
}
.pkg-col-rgt .rgt-box .pkg-list-img:hover {
    -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.pkg-col-rgt .rgt-box .pkg-list-img-box{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(180deg,transparent,transparent,rgba(0,0,0,.5),rgba(0,0,0,.8));
}
.pkg-col-rgt .rgt-box .pkg-list-img-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.pkg-col-rgt .rgt-box .pkg-list-img-box-title p{
	font-family: Poppins,sans-serif;
	color: #fff;
    font-size: 14px;
    letter-spacing: .05rem;
    margin-bottom: 2px;
    text-shadow: 0 2px 8px rgba(0,0,0,.32);
	text-align: left;
}
.pkg-col-rgt .rgt-box .pkg-list-img-box-title a{
    color: #fff;
    font-size: 13px;
	font-family: Poppins,sans-serif;
}
.pkg-col-rgt .rgt-box .pkg-list-img-box-title a p{
	margin-bottom: 10px;
}
.pkg-col-rgt .rgt-box .pkg-list-img-box-title a span{
    background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
    padding: 5px;
    border-radius: 5px;
    line-height: normal;
    font-size: 13px;
    cursor: pointer;
}
.packages-content-wrap {
    background: rgb(255, 255, 255);
    border-radius: 8px;
}
.packages-content-box {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    overflow: visible;
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 24px;
    border-radius: 0.5em;
	background: #fff;
    box-shadow: 3px 3px 16px -4px rgba(0,0,0,.3);
	padding: 15px;
}
.pkg-left-box {
    position: relative;
    width: 25%;
	float: left;
}
.pkg-middle-box {
    position: relative;
    width: 50%;
    padding: 0px 24px 16px;
	float: left;
	
}
.packages-content-box h2 {
    font-size: 26px;
    line-height: 32px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #00266b;
	font-style: normal;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}
.packages-content-box h2 a{
	color: #00266b;
}
.pkg-middle-box-desti{
    display: block;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.desti-coverd-wrap {
    flex: 1 1 100%;
	position: relative;
	display: block;
	width: 100%;
    margin-bottom: 1em;
}
.desti-coverd-wrap-1 p{
    font-size: 13px;
	line-height: 22px;
} 
.desti-coverd-wrap ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}
.desti-coverd-wrap ul::before {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 6px;
}
.desti-coverd-wrap ul li::after {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding: 0px 3px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}
.desti-coverd-wrap ul li {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.3px;
    margin-right: 0px;
    color: rgb(44, 47, 66);
    font-weight: 600;
}
.desti-coverd-wrap ul .fa{
	color: #FF9F00;
	
}
.package_list_theme {
    margin: 10px 0 0 0;
	padding: 0;
}
.package_list_theme>li {
    display: inline-block;
    margin: 0 8px 5px 0;
    padding: 0 15px;
    border-radius: 50px;
    background: #e0e0e0;
    color: #8f8f8f;
    font-size: 12px;
	line-height: 20px;
}
.pkg-right-box  {
    background-color: rgb(250, 250, 250);
    color: rgb(136, 136, 136);
    width: 100%;
}
.pkg-right-box h3{
	margin-bottom: 0;
}
.pkg-list-inner ul {
    margin: 0px 0px 20px;
    padding-left: 0px;
    list-style: none;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgb(136, 136, 136);
}
.pkg-list-inner ul li {
    margin: 0px 0px 8px 8px;
	font-size: 13px;
	font-style: italic;
}
.pkg-ico-incl{
	color: rgb(0, 178, 119);
	font-size: 17px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.pkg-ico-excl{
	color: rgb(239, 67, 93);
	font-size: 17px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.price-details-wrap p {
    margin-bottom: 1em;
    color: rgb(153, 153, 153);
}
.price-details-wrap p span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.price-details-wrap p b span {
    font-size: 28px;
    line-height: 35px;
}
.price-details-wrap p b span {
    color: rgb(44, 47, 66);
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.02em;
}
.price-details-wrap p span.price-hint {
    font-size: 12px;
    line-height: 15px;
    display: inline;
}
.text-box-1 .text {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    position: relative;
    line-height: 1.4;
    -ms-flex-item-align: center;
    align-self: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-family: Poppins,sans-serif;
}
#package-details-wrap{
	
}
#package-details-wrap .tab-items {
    border: none;
    background: none;
    margin: 0;
}
#panel-right{
	float: right;
    width: 75%;
    padding-left: 45px;
    padding-right: 25px;
    margin: 0;
}
#panel-left{
	float: left;
    width: 25%;
    padding: 0 15px 0 0;
}
#panel-right .pkg-itinerary h2{
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 24px;
	font-style: normal;
	font-weight: 800;
}
.yt-grad {
    background-image: linear-gradient(90deg,#b7243a,#43264e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#panel-right .pkg-itinerary .itinerary-list {
    border: 0;
    margin: 0 0 0 20px;
    position: relative;
    padding: 0 0 20px 60px;
    border-left: 2px dashed rgba(0,0,0,0.1);
}
#panel-right .pkg-itinerary .itinerary-list:last-child {
    border-left: 0;
}

.itnDay {
    width: 55px;
    height: 55px;
    float: left;
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to right, #fb7d1d 0%, #cb1f1e 100%);
    padding:12px;
    border-radius: 50%;
	
}
.itnDay span {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 18px;
    letter-spacing:1px;
    font-weight: normal;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.itinerary-list:hover .itnDay{
	color:#fff;
	background:#3498db;
}
.itnDay p {
    display: inline-block;
    font-size: 46px;
    color: #ccc;
    line-height: 46px;
    font-weight: lighter;
    position: absolute;
	font-weight: 800;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	font-family: 'Lato', sans-serif;
}
.pkHdn-title {
    float: left;
    margin-right: 15px;
	padding: 4px 0 4px 4px;
	font-weight: bold;
	display: none;
}
#panel-right .pkg-itinerary .itinerary-content {
    overflow: hidden;
}
#panel-right .pkg-itinerary .itinerary-list .title {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
	padding: 4px 0 4px 4px;
    background: #f2f2f2;
	font-family: Poppins,sans-serif;
}
.pkg-sticky-bar-wrap{
	position: relative;
    z-index: 3;
    transform: translate3d(0px, 0px, 0px);
}
.pkg-sticky-bar {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.25px;
    padding: 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px;
    background-color: rgb(255, 255, 255);
}
.exclusion-list, .inclusion-list {
    margin: 0;
    padding: 0;
}
.incl-list li, .excl-list li{
	display: inline-block;
	 width: 49%;
    padding-right: 10px;
    vertical-align: top;
}
.exclusion-list li, .inclusion-list li {
/*    display: block;
*/    list-style: none;
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
}

.inclusion-list li:before {
    background: #4caf50 !important;
}
.exclusion-list li:before, .inclusion-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
	background: #fc5145;
    top: 6px;
}
.contact-banner-wrapper{
	background-position: bottom center;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
	background-image: url(../images/fort_kochi_256.jpg)
}
.contact-inner {
    width: 85%;
	margin: 0 auto;
}
.contcat-bg-padding {
    padding: 45px 0;
	
}
.contact-box{
    width: 33%;
	position: relative;
    display: inline-block;
	padding-left: 10px;
    padding-right: 10px;
}
.contact-box .boxs {
    width: 100%;
    float: left;
    padding: 35px 20px;
    transition: all 0.5s ease-in-out;
    min-height: 240px;
    border: 1px solid #e9e9e9;
	background: #fefefe;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.f-box {
    color: #FF9F00;
}
.contact-box .icon {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.contact-box .icon i {
    display: inline-block;
    font-size: 32px;
    transition: all 0.5s ease-in-out;
	padding: 5px;
    border-radius: 10%;
}
.contact-box .title {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.contact-box .title h6 {
    width: 100%;
    float: left;
    font-size: 26px;
	font-weight: 800;
    text-align: center;
	background-image: linear-gradient(90deg,#b7243a,#43264e);
    -webkit-background-clip: text;
}
.contact-box .boxs .content p{
    text-align: center;
}
.contact-box .boxs:hover{transition: all 0.5s ease-in-out; color:#fff;}

.contact-box .boxs:hover i, .contact-box .boxs:hover p{transition: all 0.5s ease-in-out; color:#fff;}

.contact-bg:hover {
   box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
   transition: all .2s ease-in-out;
   background: #43264e;
	cursor: pointer;
}
.contact-bg-full-width {
    width: 100%;
    float: left;
    padding-top: 35px;
    margin-top: 25px;
    position: relative;
	background-color: rgba(26, 33, 116, 1);
    color: #fff;
}
.contact-bg-panel {
    width: 50%;
}
.contact-bg-panel .form {
    width: 100%;
    float: left;
    padding: 0px 30px 30px;
    position: relative;
    padding-left: 10px;
}
.contact-bg-panel .form-cont {
    margin: 0;
    padding: 0;
}
.contact-bg-panel .form-cont ul {
    width: 100%;
    float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact-bg-panel .form-cont li {
    width: 100%;
    float: left;
    margin: 5px 0;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.contact-bg-panel .form-cont li:last-child {
    border: 0;
}
.contact-bg-panel .form-cont ul li label {
    width: 35px;
    float: left;
    text-align: center;
}
.contact-bg-panel .form-cont ul li label i {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
}
.contact-bg-panel .form-cont .form-control-wrap{
	position: relative;

}
.contact-bg-panel .form-cont ul li input {
    width: 88%;
    float: left;
    color: #fff;
    padding: 10px 15px;
    background: transparent;
    font-size: 14px;
    border: 0;
    padding-left: 0;
}
.contact-bg-panel .form-cont ul li textarea {
    width: 88%;
    float: left;
    padding: 10px 15px;
    padding-left: 0;
    resize: none;
    color: #fff;
    font-size: 14px;
	background: transparent;
	border: none;
}
.contact-bg-panel .form-cont ul li input[type="submit"] {
    max-width: 100px;
    width: 100%;
    float: right;
    background: #000;
    padding: 10px 20px;
    font-size: 14px;
    color: #ffff;
    border: none;
}
.contact-bg-panel .form h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}
.contact-bg-panel .map {
    width: 50.7%;
    float: left;
    background: black;
    height: 360px;
    position: absolute;
    right: 0;
}
.contact-bg-panel .map iframe {
    width: 100%;
}
.carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
	font-size: 36px;
}
.carousel-control.right .fa{
	right: 60% !important;
}
.why-book-us-wrap {
    background: #f3f5f6 url(../images/footer-bg.png) repeat;
    padding: 70px 0;
    text-align: center;
}
.front-page-section{
	box-sizing: border-box;
	background-image: url(../images/map-bg.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.why-book-us-wrap p {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    display: block;
}
.why-book-us-wrap p span {
    color: #ce6918;
    font-style: italic;
}
.why-book-us-wrap ul {
    text-align: center;
}
.why-book-us-wrap ul li {
    padding: 40px 0 30px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-right: 50px;
    display: inline-block;
}
.why-book-us-wrap ul li:first-child i {
    background: #0c95fd;
}
.why-book-us-wrap ul li i {
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #0e2a5e;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    margin-right: 10px;
}
.why-book-us-wrap ul li:last-child i {
    background: #f7ac3a;
}
.why-book-us-wrap h3{
	font-style: normal;
	color: #00266b;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 900;
	padding: 0;
    line-height: 1.1em;
	
}
.why-book-us-wrap .p-hlt {
    color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	padding-top: 0;
	font-style: normal;
	font-family: Poppins,sans-serif;
    display: block;
}
.why-book-us-wrap p {
    color: #666;
    font-size: 16px;
    padding-bottom: 3px;
	text-align: center;
}
.about-us .abt-image {
    background: url(../images/abt-img.jpg) center center no-repeat;
    background-size: cover;
    min-height: 400px;
	margin-bottom: 20px;
}
.about-us .abt-image-1 {
    background: url(../images/mis.jpg) center center no-repeat;
    background-size: cover;
    min-height: 400px;
	margin-bottom: 20px;
}
.about-us .abt-image-2 {
    background: url(../images/misc.jpg) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
.about-us h3 {
    font-weight: 800;
    font-size: 24px;
}
.about-us h4 {
    font-weight: 800;
    font-size: 20px;
	background-image: linear-gradient(90deg,#b7243a,#43264e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-us p{
	line-height: 28px;
}
.about-us p span{
	color: #f03c02;
    font-style: italic;
	font-weight: 800;
}
.about-us i {
    font-size: 48px;
    float: left;
    color: #f03c02;
	padding-right: 15px;
}
.serv-box{
	margin-top: 20px;
}
.Serv-img-image{
	float: left;
	padding-top: 5%;
}
.Serv-img-image>img {
    height: 170px;
    width: 170px;
	border-radius: 50%;
}
.serv-box-rgt {
    width: 70%;
    float: left;
    margin-left: 5%;
    padding-top: 5%;
}
.services-list-box {
    background: #fff;
    box-shadow: 3px 3px 16px -4px rgba(0,0,0,.3);
    padding: 1% 2% 1% 0%;
    margin-left: 2%;	
}
.services-list-box{
	padding-left: 15px;
	margin-top: 30px;
}
.services-list-box h3{
	padding-bottom: 0;
	font-family: Playfair Display;
	font-style: normal;
}
.services-list-box .services_content{
	
}
.services-list-box .services_content ul {
    list-style: none;
	padding-left: 20px;
}
.services-list-box .services_content ul li{
     padding-top: 15px;
	display: flex;
}
.services-list-box .services_content ul li:last-child{
	padding-bottom: 20px;
}
.service_text {
    margin-left: 10px;
    font-size: 16px;
    padding-top: 15px;
	padding-left: 10PX;
	background-image: linear-gradient(90deg,#b7243a,#43264e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services-list-box .services_content ul li img{
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    color: #fd5056;
    vertical-align: middle;
	padding: 5px;
	border-radius: 10%;
}
.hm-id-img{
	padding-left: 0;
}
.why-us-wrap{
	margin-top: 30px;
	margin-bottom: 25px;
}
.why-us-wrap .traveltour-body {
    border-color: #e1e1e1;
}
.why-us-wrap .why-us-box {
    font-size: 13px;
    position: relative;
    background-size: cover;
    background-position: center;
	color: #c9e2ff;
    background-image: url(../images/123.jpg);
	
}
.w-box-123{
	background-color: rgba(0,0,0,0.3);
	position: relative;
	display: block;
	padding: 40px 30px 10px;
}
.why-us-wrap .why-us-box ul {
	padding-left: 28px;
	
}
.why-us-wrap .why-us-box ul li{
	color: #fff;
	margin-bottom: 10px;
}
.why-us-wrap .why-us-box p{
	color: #fff;
	margin-bottom: 20px;
}
.why-us-wrap .why-us-box h3{
	color: #fff;
	margin: 0;
	padding: 0 0 20px 0;
}
.why-us-text-box{
	overflow: hidden;
}
.pkg-inner-page-Lbox {
    position: relative;
    width: 100%;
    float: left;
}
.pkg-inner-page-Lbox h2{
	font-weight: 900;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-style: normal;
}
.content-list {
    display: flex;
    margin-bottom: 7px;
}
.content-list h6{
	font-weight: 700;
    line-height: 24px;
	font-size: 16px;
	padding: 0;
	margin-top: 0;
	font-family: Playfair Display;
}
.content-list i{
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
}
.content-list i {
    font-size: 24px;
    margin-right: 8px;
    color: #fb7d1d;
    vertical-align: middle;
}
.pkg-inner-page-Rbox {
    position: relative;
    width: 49%;
    float: right;
}
.hm-id-img-1{
}
.travel-theme-wrap{
    width: 100%;
    text-align: center;
    padding: 0;
	position: relative;
	margin: 40px 0 0 0;
	background:#f3f5f6 url(../images/footer-bg.png) repeat;;
}
.travel-theme-cont{
	position: relative;
}
.travel-theme-cont h2 {
    padding-bottom: 15px;
	color: #00266b;
    font-family: "Playfair Display", serif;
    font-size: 35px;
    margin-top: 0px;
    font-weight: 700;
    text-align: center;
	font-style: normal;
    line-height: 1.1em;
	/*letter-spacing:.2em;*/
}
.travel-theme-cont-box {
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.travel-theme-cont-box:before, .travel-theme-cont-box:after {
    content: "";
    display: table;
}
.travel-theme-cont-box figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 320px;
    max-width: 900px;
    max-height: 330px;
    width: 33.33%;
    background: #000;
    text-align: center;
    cursor: pointer;
	text-decoration: none;
}
.travel-theme-cont-box figure.img-zoom img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity .55s,-webkit-transform .55s;
    transition: opacity .55s,transform .55s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.travel-theme-cont-box figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
}
.travel-theme-cont-box figure.img-zoom figcaption {
    padding: 3em;
    text-align: center;
    height: 100%;
	width: 100%;
}
.travel-theme-cont-box figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.travel-theme-cont-box figure.img-zoom figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .55s,-webkit-transform .55s;
    transition: opacity .55s,transform .55s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}
.travel-theme-cont-box figure h3 {
    color: #fff;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    line-height: 8em;
	font-style: normal;
	transition: all .5s ease-out 0s;
    position: relative;
	text-transform: capitalize;
    z-index: 50;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.travel-theme-cont-box figure:hover h3 {
    line-height: 2em;
	text-decoration: none;
}
.travel-theme-cont-box figure p {
    opacity: 0;
	font-size: 15px;
    line-height: 20px;
	font-family: Poppins,sans-serif;
    -webkit-transition: opacity .55s,-webkit-transform .55s;
    transition: opacity .55s,transform .55s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    color: #d2d2d2;
    font-weight: 300;
    text-transform: none;
    position: relative;
    z-index: 50;
	text-align: center;
}
.travel-theme-cont-box figure:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.travel-theme-cont-box figure.img-zoom figcaption:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background: 0 0;
	transition: all .5s ease-out 0s;
}
.travel-theme-cont-box figure.img-zoom:hover img {
	opacity: .7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0)
}
.travel-theme-cont-box figure.img-zoom:hover figcaption:before, .travel-theme-cont-box figure.img-zoom:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.left-box-new-panel{
	background-color: #f8f8f8;
	margin-bottom: 20px;
	padding: 15px;
    position: relative;
}
.right-box-new-panel-title {
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 16px;
    position: relative;
}
.right-box-new-panel ul {
    padding: 0px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
}
.right-box-new-panel ul li {
	line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    list-style: outside none none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.right-box-new-panel ul li a {
    color: #797986;
}
.right-box-new-panel ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.right-box-new-panel{
	background-color: #f8f8f8;
	margin-bottom: 20px;
    position: relative;
	overflow: hidden;
}
.header-content {
    padding: 0;
    height: 50vh;
	position: relative;
	overflow: hidden;
	display: block;
}
.header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
	text-align: center;
}
.header-content-inner h1{
	font-size: 40px;
    text-transform: capitalize;
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
	font-family: Poppins,sans-serif;
	text-shadow: 5px 5px 8px #456;
}

.header-content-inner h1::before {
    margin-right: 10px;
}
.header-content-inner h1::before, .header-content-inner h1::after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,.5);
}
.ui.breadcrumb {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255,0.1);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255,0.3);
}
.ui.breadcrumb .section {
    display: inline-block;
    margin: 0em;
    padding: 0em;
}
.ui.breadcrumb .divider {
    display: inline-block;
    opacity: 0.7;
    margin: 0em 0.21428571rem 0em;
    font-size: 0.92857143em;
    color: #fff;
    vertical-align: baseline;
}
.ui.breadcrumb .active.section {
    font-weight: bold;
    color: #fff;
}
.ui.breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
}
.sm-day-head {
    font-size: 25px;
    margin-bottom: 10px;
	color: #00266b;
	font-weight: 700;
}
.itin-head{
	color: #00266b;
}
.left-box-new-panel p{
	margin-bottom: 15px;
}
.inc-quick-links{
	margin-bottom: 20px;
	list-style: none;
	padding-left: 15px;
}
.left-box-new-panel h2{
	font-size: 30px;
    line-height: 39px;
 	text-transform: capitalize;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 0;
	color: #00266b;
}
.inc-quick-links li {
    margin-bottom: 5px;
	line-height: 30px;
}
.inc-quick-links li i, .right-box-new-panel ul li i{
    color: #fb7d1d;
	margin-right: 5px;
}
.popular-destination {
    background: #e4e4e4;
    padding-bottom: 33px;
}

.popular-destination .title-section {
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
	margin-top: 30px;
}
.popular-destination h3 {
    font-style: normal;
    color: #00266b;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 900;
    padding: 0;
    line-height: 1.1em;
}
.popular-destination div.popdesti {
    background-position: center;
    background-size: 100%;
}
.destcath {
    display: block;
    background-color: #0000007a;
}
.popdesti {
    color: white;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 5px;
    margin-left: 21px;
    width: 23% !important;
    font-size: 25px;
    border-radius: 4px;
	font-family: Montserrat,sans-serif;
}
.title-section hr {
    float: none !important;
    border-top: 1px solid #4c4c4d !important;
	width: 10% !important;
}
.footer-main {
    padding: 50px 0px 0px;
	background: #091628;
    /*background-color: #091628;*/
	border-top: 5px solid rgba(0,0,0,.2);
}
.footer-copyright {
    padding: 0px;
    background-color: #161719;
}
.copyright-text-ftr {
    text-align: left;
     opacity: 0.7;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: Montserrat,sans-serif;
	font-size: 12px;
}
.pfooter-line{
	border-top: 1px solid rgb(50,71,91);
	padding: 15px 0 0;
	margin-top: 10px;
}
.copyright-text-ftr > a {
    color: #FFF;
    text-decoration: none;
}
.footer_logo_area {
    width: 22%;
}
.footer_logo {
	float: left;
	margin-bottom: 10px;
}
.ftr-social_icon{
/*margin-bottom: 50px;*/
}
.ftr-social_icon p{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
    border-left: 2px solid #FF9F00;
	padding-left: 5px;
    line-height: 12px;
    letter-spacing: 1px;
	display: inline-block;
	color: #fff;
	font-family: Montserrat,sans-serif;
}
.list-inline {
    padding-left: 0;
    margin-left: 5px;
    list-style: none;
	display: inline-block;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.ftr-social_icon ul li a i {
    font-size: 22px;
    transition: 1s;
    color: #f1821b;
}
.ftr_links{
	padding: 0;
}
.ftr_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ftr_links ul li {
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
}
.ftr_links ul li a {
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
    transition: 0.5s;
	font-family: Montserrat,sans-serif;
}
.ftr_links ul li a:hover{
  opacity: 1;
}
.ftr_links ul li a i {
    padding-left: 5px;
    transition: all ease-in-out 0.3s;
}
.ftr_links ul li a:hover i{
  padding-left: 10px;
}
.ftr_links ul li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.ftr_contact_wrap{
    float: left;
}
.payment-box{
	float:right;
}
.badge-holder{
	margin-left: 100px;
	position: relative;
}
.badge-aft{
	padding: 9px 8px;
	display: inline-block;
	min-width: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #BFBFBF;
	line-height: 0;
	margin-right: 5px;
	color: #676767;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #FFF;
	border-radius: 10px;
}
button.payment {
    border-radius: 3px;
    padding: 7px !important;
    font-size: 14px;
    margin-top: 15px;
	font-weight: 600;
	font-family: Montserrat,sans-serif;
}
.ftr_contact_wrap .contact_box {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.ftr_contact_wrap li {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.ftr_contact_wrap li a{
	color: #f1821b;
}
.ftr_contact_wrap .contact_box .fa{
	color: #f1821b;
}
.contact_box .text {
    width: 90%;
    float: right;
    font-size: 12px;
	line-height: 22px;
    opacity: 0.7;
    color: #fff;
	font-family: Montserrat,sans-serif;
}
.footer-main h3 {
    font-size: 18px;
	color: #fff;
	padding-top: 0;
    font-weight: 600;
	font-style:normal;
	font-family: Montserrat,sans-serif;
	border-left: 2px solid #FF9F00;
    padding-left: 10px;
	padding-bottom:0;
	margin-bottom: 15px;
}
.travel-themes-asia{

}
.travel-themes-asia-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.aft-tours-destination-item-image{
	overflow:hidden;
 	z-index:10
}
.aft-tours-destination-item-image img{
	display: block;
	transition: transform .25s cubic-bezier(.18,.43,.58,1) 50ms;
	transform: translateZ(0) scale(1);
}
.travel-themes-asia-wrap:hover .aft-tours-destination-item-image img {
 -webkit-transform:translateZ(0) scale(1.03);
 -moz-transform:translateZ(0) scale(1.03);
 transform:translateZ(0) scale(1.03)
}
.travel-themes-asia-wrap .aft-tours-destination-item-content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.travel-themes-asia-wrap .aft-tours-destination-item-content-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: left;
}
.travel-themes-asia-wrap .aft-tours-destination-item-content-inner .aft-tours-destination-item-text {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    padding: 0 26px;
}
.travel-themes-asia-wrap .aft-tours-destination-item-content-inner .aft-tours-destination-item-text .aft-tours-destination-custom-label {
    font-weight: 700;
	line-height: 24px;
	font-size: 20px;
	font-style: italic;
	padding: 0;
	color: #fed700;
	margin-top: 0;
	font-family: Playfair Display;
}
.travel-themes-asia-wrap .aft-tours-destination-item-content-inner .aft-tours-destination-item-title {
	font-family: "Playfair Display", serif;
	font-weight: 900;
	font-size: 40px;
	line-height: 34px;
	text-align: left;
	padding: 0;
	font-style: normal;
	margin: 0 0 28px;
	color: #fff;
}
.aft-tours-destination-item-image img {
    max-width: 100%;
    height: auto;
}
.vc_row .vc_row-flex{
	background-color: #1c1c1c;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 80px 0 20px 0;
}
.vc_row .vc_row-flex > .vc_column_container{
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 50%;
}
.vc_column_container .vc_column-inner{
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	flex-grow: 1;
	display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	flex-direction: column;
z-index: 1;
}
.vc_column_container .vc_column-inner-wrap {
    padding: 130px 10% !important;
	min-height: 400px;
}
.vc_column_container .vc_column-inner-head {
	line-height: 1em;
	font-weight: 400;
	font-size: 30px;
	color: #fed700;
	font-style: italic;
	font-family: Playfair Display, cursive;
}
.aft-misc_wrapper h2{
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	font-family: Playfair Display, cursive;
	padding: 0;
	font-style: normal;
	margin: 0;
}
.aft-misc_wrapper p {
	line-height: 27px;
	margin: 10px 0;
	text-align: center;
}
.vc_custom_img {
    background-image: url( ../images/kerala-123.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	width: 100%;
	box-sizing: border-box;
	display: flex;
}
.aft_row_flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    height: 100%;
}

.aft-inner-img-trans{
	/*background-position: -100px 0 !important;*/
    transition: all 175ms cubic-bezier(.18,.43,.58,1);
	width: 100%;
	padding-top: 0px !important;
    background-image: url(../images/medical-tourism-in-india.jpg) !important;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bread-crumb-bg {
    position: relative;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #000;;
    text-align: left;
}
.bread-crumb-bg .bread-crumb > a.b_back {
    background: #fff;
    color: #333;
}
.bread-crumb-bg .bread-crumb, .bread-crumb-bg .bread-crumb > a {
    color: #fff;
}
.bread-crumb-bg .bread-crumb > a {
    color: #fff;
}
.bread-crumb-bg .bread-crumb > a.b_back::after {
    border-right-color: #fff;
}
.bread-crumb > span {
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
	color: #fff;
}
.bread-crumb > a.b_back {
    background: #333;
    color: #fff;
    padding: 1px 5px;
    position: relative;
    top: 1px;
}
.terms-bx ul li {
    font-size: 13px;
    line-height: 28px;
	color: #444;
}
/*.vc_column_container:hover .aft-inner-img-trans {
 background-position:-120px 0!important
}*/
/*-------------Reponsive Start------------*/
@media (max-width: 1370px) and (min-width: 1200px){
.ftr_contact_wrap h3 {
    font-size: 18px;
}
}
@media only screen and (max-width: 800px) {
	.BGStrip{
    margin-top: 10px;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    line-height: 1.3em;
	background-image: none;
	font-family: "Playfair Display", serif;
    font-size: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);		
}
	.popular-pkg-list {
    width: 100%;
    margin-right: 10px;
    margin-top: 20px;
    display: inline-block;
}
	.hm-id-img{
	padding-left: 0;
	padding-right: 0;
}
	.travel-theme-cont h2{
	margin: 0 50px;
	font-size: 30px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	}
	#div-up-header p, #div-up-header a{
	font-size: 11px !important;
	}
	.inner-page-cont-box h1, .pkg-inner-page-Lbox h2{
		line-height: normal;
		font-size: 26px;
	}
	.pkg-col-box-content h2{
		font-weight: 800;
	}
	.pkg-col-box {
    padding: 10px 20px;
	}
	.inner-banner-wrapper {
    height: 280px;
    margin-top: -1px;
}
	.inner-banner-wrapper-content{
		width: 100%;
		padding: 10px 10px;
		top: 100px;
	}
	.banner-cont-head {
		font-size: 30px;
		line-height: 36px;
		padding-top: 10px;
	}
	.inner-banner-wrapper-content-1 .inner{
		display: block;
	}
	.inner-banner-wrapper-content-1 .inner .item-1{
		width: 100%
	}
	.inner-banner-wrapper-content-1 .inner .item-1 h1{
		font-size: 30px;
	}
	.inner-banner-wrapper-content-1 .inner .item-1 h3{
		font-size: 16px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	.inner-banner-wrapper-content-1 .item-1 .book_btn{
		max-width: 150px;
		font-size: 13px;
	}
	.itinerary-content p{
		font-size: 12px;
	}
	#panel-right .pkg-itinerary .itinerary-list{
		padding-left: 45px;
	}
}

@media (min-width: 992px){
.packages-content-box:hover {
    transition: all 0.3s ease-in 0s;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 6px 12px;
}
	.pkg-right-box  {
    width: 25%;
		display: inline-block;
		padding-left: 15px;
}
}
	
@media (max-width: 767px) {
	.packages-content-box {
    border: 1px solid rgb(229, 229, 229);
    display: flex;
    flex-wrap: wrap;
    min-height: 295px;
}
	.grid figure img{
		width: 100%;
	}
	.pkg-left-box {
    width: 100%;
}
	.pkg-right-box  {
    position: relative;
    padding: 16px 24px;
	
}
	.price-details-wrap p b span {
    font-size: 28px;
    line-height: 35px;
}
	.ftr_contact_wrap {
    width:100%;
    float: none;
}
	.ftr_links {
    padding: 0 0px 20px 0px;
}
	.ftr_links ul li {
    width: 100%;
    display:block;
    margin-bottom: 8px;
	/*padding-left: 15px;*/
}
	.ftr_links li:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 15px;
	margin-top:8px;
    /*background: #4caf50 !important;*/
}
#div-up-header .contact-info {
    display: block;
    padding-left: 0px;
    text-align: center;
}
	.hrbdg{
		display: none;
	}
	.hm-id-img-1{
		display: block;
		padding: 0px;
		
	}
	.popular-pkg-list img{
		width: 100%
	}
	.popular-pkg-list{
	width: 100%;
	}
	.travel-theme-cont-box figure{
		min-width: inherit;
		width: 100%
	}
	.india-tour-pkg-col-1 {
    flex-basis: 100%;
}
	.pkg-col-rgt .rgt-box {
    flex-basis: 100%;
    overflow: hidden;
    position: relative;
}
	.why-book-us-wrap ul{
    padding-left: 15px;
	text-align: left;
	}
	.why-book-us-wrap ul li {
    padding: 10px 0 10px;
	}
	.pkg-middle-box {
    position: relative;
    width: 100%;
	padding: 0;
	}
	.contact-banner-wrapper{
		height: 280px;
	}
	.services-list-box{
		float: left;
	}
	#panel-left {
    float: right;
    width: 100%;
    padding: 0 15px 0 0;
}
	#panel-right {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
	.tabs label span {
    display: block !important;
}
	.tabs{
		margin: 10px auto !important;
	}
	.tabs label{
		font-size: 16px !important;
	}
	.incl-list li, .excl-list li{
		width: 100%;
		display: block;
		font-size: 12px;
	}
	.contact-box, .contact-inner, .contact-bg-panel, .contact-bg-panel .map{
		width: 100%
	}
	.contact-bg-panel .map{
		position: relative;
	}
	.inner-banner-text-wrap {
	position: relative;
    display: block;
	padding-left: 0px;
	width: 100%
	}
	.inner-banner-text {
    width: 100%;
	padding-top: 40px;
}
	.inner-banner-text h1{
		font-size: 24px;
		line-height: 28px;
		width: 80%;
	}
	.inner-banner-text p {
    width: 100%;
	font: 16px/24px"Playfair Display", serif;
	}
	.inner-banner-text-wrap-abt-cnt{
		padding-left: 0;
	}
	.inner-banner-text-wrap-abt-cnt .inner-banner-text h1 {
	color: #fff;
	width: 80%;
}
	.Serv-img-image{
		text-align: center;
		float: none;
	}
	.serv-box-rgt{
		width:90%;
		text-align: center;
	}
}