/**
* Template Name: Ashoka Holidays
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,500;6..12,600;6..12,800&display=swap');

@font-face {
  font-family: 'berliana_lovelyregular';
  src: url('../fonts/berliana_lovely_freebies.woff2') format('woff2'),
       url('../fonts/berliana_lovely_freebies.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'itc_franklin_gothicBkCn';
	src: url('../fonts/franklingothic-bookcnd.woff2') format('woff2'),
			 url('../fonts/franklingothic-bookcnd.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	color: #444444;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito Sans', sans-serif;
}

.page-title {
	font-family: 'itc_franklin_gothicBkCn';
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #ef4036;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #ff6a40;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ef4036;
	border-top-color: #ffe9e3;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}

}

/* 6.1 Header
--------------------------------------------------------------*/

/* Preloader */
.preloader-wrapper {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999900;
	background: #fff;
}

.preloader-wrapper .preloader {
	margin: 20% auto 0;
	transform: translateZ(0);
}

.preloader:before, .preloader:after {
	content: '';
	position: absolute;
	top: 0;
}

.preloader:before, .preloader:after, .preloader {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation: animation 1.2s infinite ease-in-out;
}

.preloader {
	animation-delay: -0.16s;
}

.preloader:before {
	left: -3.5em;
	animation-delay: -0.32s;
}

.preloader:after {
	left: 3.5em;
}

@keyframes animation {
	0%, 80%, 100% {
		box-shadow: 0 2em 0 -1em #333;
	}

	40% {
		box-shadow: 0 2em 0 0 #333;
	}

}

.main-logo img {
	width: 100px;
}

.headertop {
	background-color: #e1ecf2;
	color: #314f8f;
	font-weight: 500;
	text-align: center;
	font-size: 0.9rem;
}

/* Nav Nav */

.navmenu {
	position: relative;
	width: 100%;
	z-index: 9900;
	line-height: normal;
}

.navmenu a {
	color: #777;
}

.navmenu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.navmenu li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	vertical-align: middle;
}

.navmenu li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #777;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;
	/* -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out; */
	font-size: 1rem;
}

.navmenu.light li a:hover {
	color: #384baa;
}

/* main level */
.navmenu > ul > li {
	display: inline-block;
}

.navmenu > ul > li > a {
	padding: 15px 10px;
	font-size: 1rem;
	font-weight:500;
}

.sub-menu {
	/** box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15) !important **/
}

/* first level dd */

.navmenu ul ul {
	top: auto;
	width: 280px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #ddd;
}

.navmenu li li {
	display: block;
}

/* second level dd */
.navmenu ul ul ul {
	top: 0;     /* dd animtion - change to auto to remove */
	left: 220px;
}

.navmenu > ul > li:hover > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.navmenu ul ul li {
	border-bottom: none;
}

.navmenu.light ul ul li:hover {
  color: #000;
}

.navmenu.light ul ul li:hover a { color: #000; }

/* .drop-left */
.navmenu > ul > li.drop-left > ul {
	right: 0;
}

.navmenu li.drop-left ul ul {
	left: auto;
	right: 220px;
}

/* light theme */
.navmenu.light {
	background: rgba(255, 255, 255, 1);
}

.navmenu.light a {
	color: #000;
}

.navmenu.light ul ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.light li a {
	color: #000;
}

/* dark theme */
.navmenu.dark {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark a {
	color: #FFF;
}

.navmenu.dark ul ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark li a {
	color: #FFF;
}

/* sticky nav */
.navmenu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.navmenu-noscroll-x {
	overflow-x: hidden;
}

/* general styling */
.navmenu li.has-sub > a:after {
	content: '';
	margin-left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFF;
	display: inline-block;
}

.navmenu li li.has-sub > a:after {
	margin-left: 10px;
	float: right;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	position: relative;
	top: 4px;
}

.navmenu li.drop-left li.has-sub > a:after {
	float: left;
	margin-right: 10px;
	border-left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
}

.navmenu.hide-arrows li.has-sub > a:after, .navmenu.hide-arrows li li.has-sub > a:after, .navmenu.hide-arrows li.drop-left li.has-sub > a:after {
	display: none;
}

.navmenu .menu-toggle, .navmenu .close-menu, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile {
	display: none;
	text-transform: uppercase;
	text-decoration: none;
}

.navmenu .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 9999;
	border: 0;
}

.navmenu.desktop li.has-sub a {
	font-weight:600;
	/** padding-right: 5px; **/
}

.navmenu.desktop.hide-arrows li.has-sub a {
	padding-right: 15px;
}

.navmenu.mobile > ul > li > a.dd-toggle {
	padding: 0;
}

.navmenu li.call-btn-mobile, .navmenu li.location-btn-mobile {
	display: none;
}

/* svg icons */
.navmenu svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
	color: #081a7d;
}

/* svg icons */
.navmenu a.dd-toggle .icon-plus {
	box-sizing: border-box;
	transition: transform 0.3s;
	width: 12px;
	height: 100%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.navmenu a.dd-toggle .icon-plus:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	transition: width 0.3s;
}

.navmenu a.dd-toggle .icon-plus:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
}

.navmenu li.open > a.dd-toggle .icon-plus {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navmenu.light a.dd-toggle .icon-plus:before {
	border-color: #000;
}

.navmenu.light a.dd-toggle .icon-plus:after {
	border-color: #000;
}

.navmenu.dark a.dd-toggle .icon-plus:before {
	border-color: #FFF;
}

.navmenu.dark a.dd-toggle .icon-plus:after {
	border-color: #FFF;
}

.navmenu .icon-close {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
}

.navmenu .icon-close:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.navmenu .icon-close:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
	transform: rotate(-45deg);
}

.navmenu.light .icon-close:before {
	border-color: #000;
}

.navmenu.light .icon-close:after {
	border-color: #000;
}

.navmenu.dark .icon-close:before {
	border-color: #FFF;
}

.navmenu.dark .icon-close:after {
	border-color: #FFF;
}

/* mobile nav */
.navmenu .menu-toggle, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile, .navmenu .close-menu {
	padding: 15px;
	box-sizing: border-box;
}

.navmenu .menu-toggle span.bars {
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.navmenu .menu-toggle span.bars span {
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 6px;
	background: #777;
	margin: 0 0 3px;
}

.navmenu .full {
	width: 100%;
}

.navmenu .half {
	width: 50%;
}

.navmenu .third {
	width: 33%;
	text-align: center;
}

.navmenu .location-btn-mobile.third {
	text-align: center;
}

.navmenu .location-btn-mobile.half {
	text-align: right;
}

.navmenu.light .third, .navmenu.light .half {
	border-left: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.left .third, .navmenu.light.left .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.right .third, .navmenu.light.right .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light .third:first-child, .navmenu.light .half:first-child {
	border-left: 0;
}

.navmenu.dark .third, .navmenu.dark .half {
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.left .third, .navmenu.dark.left .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.right .third, .navmenu.dark.right .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.light.left .menu-toggle, .navmenu.light.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark.left .menu-toggle, .navmenu.dark.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark .third:first-child, .navmenu.dark .half:first-child {
	border-left: 0;
}

.navmenu.light .menu-toggle span.bars span {
	background: #000;
}

.navmenu.dark .menu-toggle span.bars span {
	background: #FFF;
}

.navmenu.mobile {
	/* position: static; */
  position: relative;
  z-index: 999;
}

.navmenu.mobile.fixed {
	position: static;
}

.navmenu.mobile ul {
	position: relative;
	display: none;
}

.navmenu.mobile.active {
	padding-bottom: 0;
}

.navmenu.mobile.active > ul {
	display: block;
}

.navmenu.mobile ul {
	text-align: left;
}

.navmenu.mobile > ul > li {
	display: block;
}

.navmenu.mobile > ul > li > a {
	padding: 15px;
}

.navmenu.mobile ul {
	background: rgba(221, 221, 221, 1);
}

.navmenu.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

.navmenu.mobile ul ul ul {
	left: auto;
	top: auto;
}

.navmenu.mobile li.drop-left ul ul {
	right: auto;
}

.navmenu.mobile li a {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile > ul {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile.light li a {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile.light > ul {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile li a.dd-toggle {
	border: 0;
}

.navmenu.mobile.light li a.dd-toggle {
	border: 0;
}

.navmenu.mobile .menu-toggle, .navmenu.mobile .dd-toggle, .navmenu.mobile .close-menu, .navmenu.mobile .call-btn-mobile, .navmenu.mobile .location-btn-mobile {
	display: inline-block;
}

.navmenu.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.navmenu.mobile li.call-btn-mobile, .navmenu.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center;
}

.navmenu.mobile li.call-btn-mobile.full, .navmenu.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left;
}

.navmenu.mobile.light ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.mobile.dark ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.mobile.dark ul ul {
	background: rgba(255, 255, 255, .08);
}

.navmenu.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.navmenu.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.navmenu.mobile li.has-sub > a:after, .navmenu.mobile li li.has-sub > a:after, .navmenu.mobile li.drop-left li.has-sub > a:after {
	display: none;
}

/* left and right positions */
.navmenu.mobile.right > ul, .navmenu.mobile.left > ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.navmenu.mobile.right > ul {
	right: 0;
}

.navmenu.mobile.right .close-menu, .navmenu.mobile.left .close-menu {
	display: inline-block;
	text-align: right;
}

.navmenu.mobile.left > ul {
	left: 0;
}

.navmenu.mobile.right .location-btn-mobile.half, .navmenu.mobile.right .call-btn-mobile.half, .navmenu.mobile.right .close-menu.half {
	text-align: center;
}

.navmenu.mobile.right .location-btn-mobile.third, .navmenu.mobile.right .call-btn-mobile.third, .navmenu.mobile.right .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.half, .navmenu.mobile.left .call-btn-mobile.half, .navmenu.mobile.left .close-menu.half {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.third, .navmenu.mobile.left .call-btn-mobile.third, .navmenu.mobile.left .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .menu-toggle.half, .navmenu.mobile.left .menu-toggle.third, .navmenu.mobile.right .menu-toggle.half, .navmenu.mobile.right .menu-toggle.third {
	text-align: left;
}

.navmenu.mobile.left .close-menu.third span, .navmenu.mobile.right .close-menu.third span {
	display: none;
}

.navmenu.mobile.left .close-menu.third {
	font-size: 1rem;
	font-weight: 600;
}

/* left and right positions */

/* mega dd */
.navmenu.desktop li.mega ul ul {
	background: none;
}

.navmenu.desktop li.mega li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}

.navmenu.desktop li.mega li li {
	display: block;
	position: relative;
	left: 4px;
}

.navmenu.desktop li.mega ul ul {
	width: auto;
}

.navmenu.desktop > ul > li.mega {
	position: inherit;
}

.navmenu.desktop > ul > li > ul {
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
}

.navmenu > ul > li.single-dropdown ul li { margin-bottom:5px; }

.navmenu > ul > li.single-dropdown ul li a:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	}

.navmenu.desktop > ul > li.mega > ul {
	width: 100%;
	white-space:nowrap;
	margin:0 auto;
	padding:0px 0px 0px 50px;
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto;
}

.navmenu.desktop > ul > li.mega > ul > li {
	padding-bottom: 55px;
	padding-top:20px;
	width:18% !important;
	margin:0 auto;
	white-space:nowrap;
	display:inline-block;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(3) {
	width:13% !important;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(5) {
	padding-left:40px;
}

.navmenu.desktop li.mega li li a {
	padding: 5px 15px;
}

.navmenu.desktop li.mega li.has-sub a:after {
	display: none;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub:nth-child(5) ul {
    width: 150px;
}

.navmenu.desktop > ul > li.mega > ul > li > a {
	color: #17479e;
	font-weight:600;
	font-size:1.1rem;
	margin-bottom:15px;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	padding:0px 5px 0px 5px;
	display:inline-block;
	width:100%;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover a { color:#fff; }

.share-icon {
	    position: absolute;
    top: 0;
    right: 0;
    background-color: #f3f3f3;
    color: #1b2682;
    font-size: 0.9rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border-radius: 50px;
}

/* mega dd */

/* Fallback for slow javascript load */
@media only screen and (max-width:768px) {
	.navmenu {
		overflow: hidden;
		display: block;
	}

	.navmenu ul {
		position: relative;
		display: none;
	}

}

/* mobile nav */
@media only screen and (max-width:420px) {
	.navmenu.mobile .call-btn-mobile.third span, .navmenu.mobile .location-btn-mobile.third span {
		display: none;
	}

}

@media (min-width:991px) {
	.navmenu li.has-sub > a:after {
		display: none;
	}

}

.sub-menu-toggle {
	display: none;
}

.navmenu ul ul li:hover {
	background-color:#f1f1f1;
	border-radius:50px;
}
.navmenu.desktop ul ul li.has-sub a:hover {
	color:#000;
}

.navmenu ul ul li a { color:#000; }


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0;
	background-color: #fff;
}

#header.header-scrolled, #header.header-inner-pages {
	background: rgb(255, 255, 255);
	padding: 10px 0;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 60px;
}

#header .review-icon {
	text-align: right;
    margin: 5px 5px 0px 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

/*--------------------------------------------------------------
  # Banner Section
  --------------------------------------------------------------*/

.mainBanner .swiper-button-next, .swiper-button-prev {
	color: #2a269f;
}

.section-bg {
	background-color: #f0f4f8;
  }

  section {
	padding: 60px 0;
	overflow: hidden;
  }

  .section-title {
	padding-bottom: 40px;
  }

  .section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #5c8eb0;
	font-family: "Poppins", sans-serif;
  }

  .section-title h2::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #ff8664;
	margin: 4px 10px;
  }

  .section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #263d4d;
  }

  .section-heading { text-align: center;}
  .section-heading span {
	background-color: #e60449;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	font-size: 0.9rem;
	margin-bottom: 5px;
	display: inline-block; text-transform: uppercase; }

	.sectiontitle { color: #0f0f0f; text-transform: uppercase; font-size: 2rem; font-weight: 700; }

.main-banner .swiper img { text-align:center; margin:0 auto; }

.popular-destination {
	position: relative;
	background-color: #f8f9fa;
    position: relative;
    z-index: 1;
    overflow: inherit;
}

.popular-destination .trending-courses:before {
    content: '';
    background-image: url(../images/layer-shape.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 411px;
    height: 351px;
    z-index: -1;
  }

  .popular-destination .trending-courses:after {
    content: '';
    background-image: url(../images/layer-shape-right.png);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 411px;
    height: 421px;
    z-index: -1;
  }

  .img-icon {
	background-color: #fff;
	width: 100px;
	height: 100px;
  }

  .img-icon img {
	width: 70px;
  }

  .destination-cate p {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
  }

  .welcome-section h1 {
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
  }

  .welcome-content p {
	  font-size:1.1rem;
	  line-height:28px;
  }

	.tourplaces-slider {
		background-image: url(../images/tour-places-bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
  .trend-slider { margin-top:50px; position: relative; }
  .tourplaces-thumbnail { background-color:#fff; border-radius:5px; padding:10px; min-height:265px; margin-bottom:30px; }
  .tourplaces-thumbnail img { border-radius:5px;}
  .tourplaces-thumbnail .slider-content { padding:10px; min-height:130px; }
  .tourplaces-thumbnail .slider-content  h3 { font-size: 1.2rem; font-weight: 700; line-height: 23px; min-height:60px; }
  .tourplaces-thumbnail .client-tel { font-size: 1rem;}
  .tourplaces-thumbnail .clientphoto { width: 100px; height: 100px; text-align: center; margin: 0 auto; }
  .trending-courses .swiper-pagination-bullet { width:15px; height:15px; }
  .trending-courses .swiper-pagination-bullet-active { background:#e60449; }
  .trending-courses .swiper-pagination-bullets.swiper-pagination-horizontal { bottom:0; }
  .placesslider { padding-bottom: 30px;}
  .tourphoto { position:relative; }
  .tourphoto h4 {
	position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    background-color: #ef3f29;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase; }

.offer-content {
	font-size: 0.9rem;
	line-height: 18px;
}

.date-time { font-size: 0.9rem; }


.deal-offers {
	position: relative;
}

.offer-thumb {
	overflow: hidden;
}

.offer-thumb .offer-thumbcontent {
	position: absolute;
	bottom:20px;
	left: 15px;
	color: #fff;
	font-weight: 100;
	line-height: 35px;
	min-height: 73px;
}
.button-sec{
	text-align: center;
    botext-align: center;
    background-color: #243092;
    margin: 0 auto;
    position: relative;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 25px;
    display: inline-block;
}
.button-sec:hover { background-color: #000; color:#fff ;}
.offer-thumb a {
	color: #fff;
}

.offer-thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
	margin: 10px 0px;
}

.zoom-effect {
	transition: 0.5s all ease-in-out;
	position: relative;
	overflow: hidden;
}

.zoom-effect:hover {
	transform: scale(1.2);
}

.view-detailsbtn {
	border: #fff solid 1px;
	padding: 2px 10px;
	margin-top: 15px;
	display: inline-block;
	font-size: 1rem;
}

.offerDetails {
position: relative;
margin-bottom: -105%;
transition: all 0.5s;
}

.offer-thumb:hover .offerDetails {
	margin-bottom: 0%;
}

.accreditations {
	background-color: #fff;
}


.client-section {
	background-image: url(../images/client-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/*--------------------------------------------------------------
# Popular Categories
--------------------------------------------------------------*/

.categories-thumbnail { position:relative; }
.category-content { position:absolute; bottom:15px; left:15px; color:#fff; }
.category-content h4, .category-content p { margin:0; padding:0; }
.category-content h4 { font-size:1.2rem; font-weight:600; }
.popularcate-slider { position: relative; }
.popularcate-slider .swiper-button-next:after, .popularcate-slider .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 25px;
}
.popularcate-slider .swiper-button-prev:after, .popularcate-slider .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 25px;
}
.popularcate-slider .swiper-button-next, .popularcate-slider .swiper-rtl .swiper-button-prev {
  right: -40px;
  color: #000;
}
.popularcate-slider .swiper-button-prev, .popularcate-slider .swiper-rtl .swiper-button-next {
  left: -40px;
  color: #000;
}

/*--------------------------------------------------------------
# Graduate Programme
--------------------------------------------------------------*/

.post-graduate-cate { position: relative; padding: 100px 0px;}
.post-graduate-cate::before {
  content: '';
	background-image:url(../img/post-graduate-programme.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width:100%;
  height: 455px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.programme-col { background-color: #fff; border-top-left-radius: 10px; border-top-right-radius: 10px; overflow: hidden;}
.programme-content { padding: 25px;}
.programme-row { margin-top: 50px;}
.programme-content h4 { color: #000; font-size: 1.2rem; font-weight: 600; margin-bottom: 15px; }
.programme-content p { margin:0; padding: 0; font-size: 0.9rem;}
.programm-img { position: relative;}
.programm-img p { position: absolute;
  bottom: 0;
  left: 15px;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/

section {
	padding: 60px 0;
}

.section-bg {
	background-color: #f0f4f8;
}

.section-title {
	padding-bottom: 40px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #5c8eb0;
	font-family: 'Nunito Sans', sans-serif;
}

.section-title h2::after {
	height='20' ;
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #ff8664;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	color: #263d4d;
}

/*--------------------------------------------------------------
  # Sticky Bar
  --------------------------------------------------------------*/
.stickybar {
	background-color: #f4faff;
	color: #5982a4;
	padding: 10px !important;
	font-size: 1rem;
}

.stickybar span {
	background-color: #52b9e9;
	padding: 5px;
	border-radius: 5px;
	color: #ffff;
	margin: 0 5px;
}

.product-cate-menu {
	margin: 0;
	padding: 0;
}

.product-cate-menu {
	list-style: none;
	margin-bottom: 2px;
}

.product-cate-menu li {
	display: inline-block;
	list-style: none;
	margin: 0px 10px;
}

.product-cate-menu li select {
	border-radius: 50px;
}

.product-cate-menu li a {
	border: #b6b6b6 solid 1px;
	border-radius: 50px;
	font-size: 1rem;
	padding: 8px 20px;
}

.form-select.active {
	background-color: #0014a9;
	color: #fff;
	border: none;
}

.product-details h1 {
	color: #243092;
	font-weight: 400;
	font-size: 2.5rem;
	border-bottom: #e0cba0 solid 1px;
	display: inline-block;
	padding-bottom: 10px;
}

.product-stage {
	margin: 0 auto;
	padding: 0;
  text-align: center;
}

.product-stage li {
	  list-style: none;
    display: inline-block;
    white-space: nowrap;
}

.product-stage li a {
	color: #707070;
	font-weight: 500;
	border: #ccc solid 1px;
	border-radius: 50px;
	padding: 5px 20px;
	margin: 0px 10px;
	font-size: 1rem;
}

.product-stage li a:hover, .product-stage li a.active {
  box-shadow: 0 4px 9px -4px rgba(0,0,0,0.35);
  border: #13af9a solid 1px;
  color: #303c98;
}

.product-stage i a.active {
	color: #303c98;
	border: #13af9a solid 1px;
	box-shadow: 0 4px 9px -4px rgba(0,0,0,0.35);
}

.product-cate-menu li a:hover {
	color: #303c98;
}

.product-icon {
	color: #707070;
	text-align: left;
	line-height: 20px;
	font-size: 1rem;
	margin-bottom: 15px;
}

.product-icon img {
	border: #bf943a solid 2px;
	border-radius: 50px;
	padding: 5px;
	margin-right: 10px;
}

.tab-accordion .accordion-item .accordion-button {
	background-color: #fff !important;
	color: #243092 !important;
	border: #ededed solid 2px;
	border-radius: 50px;
	box-shadow: none;
	margin-bottom: 1rem;
  font-size: 1.1rem;
}

.accordion-flush .accordion-item {
	border: none;
}

.accordion-flush .accordion-item .accordion-body {
	text-align: left;
	font-size: 1rem;
	margin-bottom: 25px;
	padding: 0px 25px;
}

.accordion-flush .accordion-item .accordion-body ul {
	margin:0;
	padding:0;
	list-style:none;
}

.tab-accordion .accordion-button:after {
	background-image:url(../images/arro-icon-top.png);
	background-size: auto;
	top: 5px;
	position: relative;
}

.tab-accordion .accordion-button:not(.collapsed):after {
	background-image:url(../images/arro-icon-top.png);
	background-size: auto;
  transform: rotate(90deg);
	}
/* disclaimer css */
.btngroup {
	text-align: left;
}
.aptagrow_chocolate .btn-buynow {
    background-color: #f75928;
}
.aptagrow_chocolate .btn-buynow:hover {
     background-color: #243092;
}

.protinex_chocolate .btn-buynow {
    background-color: #e60a24;
}
.protinex_chocolate .btn-buynow:hover {
     background-color: #243092;
}

.contain_details {width: 50%;}
.contain_details p {font-size: 7px;margin: 0;}
.disclaimer_right { justify-content: flex-start; display: flex;}
.disclaimer_right p {  font-size: 7px;  border: 1px solid #db994c;  padding: 2px;text-align: center;  color: #333;  margin: 0;  line-height: 8px;}
.product_disclaimer { display: flex;gap:10px;}
.disclaimer_left p {
    line-height: 16px;
    font-weight: 100;
    font-size: 0.7rem;
    color: #7d7d7d;
}

.reason_info {
	display: table;
	margin: 0 auto;
	width: 58%;
}

.reason_info ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	vertical-align: top;
}

.reason_info ul li {
	list-style-type: none;
	margin: 0 auto;
	position: relative;
}

.reason_info ul li:nth-child(1)::before {
	position: absolute;
	content: '';
	bottom: 10px;
	left: -73px;
	width: 74px;
	height: 24px;
	background: url(https://redcubeclients.in.net/danonenew/wp-content/uploads/2023/09/left_top_icon.png);
	background-repeat: no-repeat;
}

.reason_info ul li p.high1 {
	position: absolute;
	left: -110px;
	top: 40px;
}

.reason_info ul li p {
	font-size: 14px;
	color: #b28f3c;
	font-weight: 500;
	line-height: 18px;
}

.reason_info ul li {
	list-style-type: none;
	margin: 0 auto;
	position: relative;
}

.reason_info ul li p.high2 {
	position: absolute;
	right: -120px;
	top: 40px;
	width: 60%;
}


.reason_info ul li:nth-child(2)::after {
	position: absolute;
	content: '';
	bottom: 10px;
	right: -74px;
	width: 76px;
	height: 22px;
	background: url(https://redcubeclients.in.net/danonenew/wp-content/uploads/2023/09/top_icon.png);
	background-repeat: no-repeat;
}

.reason_info ul li:nth-child(3)::before {
    position: absolute;
    content: '';
    top: 10px;
    left: -73px;
    width: 74px;
    height: 24px;
    background: url(https://redcubeclients.in.net/danonenew/wp-content/uploads/2023/09/left_bottom_icon.png);
    background-repeat: no-repeat;
}
.reason_info ul li p.high3 {
    position: absolute;
    left: -142px;
    top: 35px;
    text-align: right;
}

.reason_info ul li:nth-child(4)::after {
    position: absolute;
    content: '';
    bottom: 80px;
    right: -74px;
    width: 76px;
    height: 22px;
    background: url(https://redcubeclients.in.net/danonenew/wp-content/uploads/2023/09/right_bottom_icon.png);
    background-repeat: no-repeat;
}
.reason_info ul li p.high4 {
    position: absolute;
    right: -130px;
    top: 40px;
	width: 65%;
}

.reason_info.one_item ul li {
	list-style-type: none;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}


.reason_info.mama ul li p.high1 {
    top: 0;
}
.reason_info.mama ul li p.high2 {
    top: 0;
}

.reason_info.diabetes ul li p.high1 {
    top: 15px;
}
.reason_info.diabetes ul li p.high2 {
    top: 5px;
}

.reason_info.diabetes ul li p.high3 {
    top: 55px;
}

.reason_info.diabetes ul li:nth-child(3)::before {
    top: 25px;
}

.reason_info.diabetes ul li p.high4 {
    top: 50px;
    width: 65%;
}













.btn-buynow {
	background: #20d5d0;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 50px;
	padding: 10px 25px;
	font-weight: 600;
}

.btn-line {
	border: #243092 solid 1px;
	border-radius: 50px;
	padding: 10px 25px;
	font-size: 1.1rem;
	color: #11aced;
}

.btn-buynow:hover, .btn-line:hover {
	background-color: #243092;
	color: #fff;
}

.product-information {
	background-color: #f4faff;
}

.product-information ul.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-title {
	color: #243092;
	font-size: 1.6rem;
	font-weight: 600;
}

.faq-heading {
	border-radius: 10px;
	padding: 15px;
}

.faq-heading h3 {
	margin: 0;
	padding: 0;
}

.sp-easy-accordion > .sp-ea-single {
	background: #fff !important;
}

.sp-easy-accordion > .sp-ea-single {
	border: 1px solid #fff !important;
}

.sp-easy-accordion > .sp-ea-single {
	border-bottom: 1px solid #ccc !important;
}

.sp-easy-accordion .ea-body p {
	font-size: 1rem;
	color: #11aced;
}

.sp-easy-accordion .sp-ea-single {
	margin-bottom: 0 !important;
}

.contentlink a {
	color: #43b4ff;
	text-decoration: underline;
}

.product-information h2 {
	color: #303c98;
	font-size: 2rem;
	font-weight: 600;
}

.product-information .nav-tabs .nav-link, .product-information .accordion-flush .accordion-item {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.product-information .accordion-flush .accordion-item {
    margin-bottom:15px;
}

.product-information .accordion-button {
    color: #243092 !important;
    font-size: 1.1rem;
    text-transform: capitalize;
    padding: 5px 20px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-information .nav-tabs .nav-link img, .product-information .accordion-button img {
	margin-right: 10px;
}

.product-information .accordion-flush .accordion-button:not(.collapsed) {
    border: none;
    background-color: #243092;
    color: #fff !important; }

.product-information .nav-tabs .nav-link {
  color: #243092;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 5px 20px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-information .accordion-flush .accordion-item .accordion-body { padding:15px;}

.product-information .nav-tabs .nav-link:hover {
  background-color: #243092;
  color: #fff;
}

.product-information .nav-tabs .nav-item {
	margin: 0px 10px;
}

.product-information .nav-tabs .nav-link.active {
	border: none;
	background-color: #243092;
	color: #fff;
}

.product-banner {
	text-align: center;
}

.product-banner h3 {
	color: #1a25ab;
	font-weight: 500;
  font-family: 'berliana_lovelyregular';
  font-size: 2.3rem;
}

.product-banner h3 span {
	color: #c58d2e;
  font-size: 2.5rem;
}

.product-dropdown {
  position: relative;
  margin: 0 auto;
  text-align: center;
  border: none;
  padding:0;
}

.product-dropdown .btn-group { border-radius: 50px;}

.product-dropdown .btn-group.active .btn-primary {
  background-color: #0014a9;
  border-radius: 50px;
  color: #fff;
}

.product-dropdown .btn-group .btn-primary {
  background-color: #fff;
  border: #dfdfdf solid 1px;
  color: #707070;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 0.9rem;
  padding: 5px 25px;
}

.product-dropdown .btn-group .btn-primary.dropdown-toggle:after {
  display: none;
}

.product-dropdown .btn-group .btn-primary.dropdown-toggle .fa-angle-down {
  left: 5px;
  position: relative;
  color: #11aced;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
  color: #11aced !important;
}

button:not(:hover):not(:active):not(.has-background) {
  background: none !important;
}

.faq-sticky { position:fixed; right:0; bottom:50% }
.disclaimer { margin-top:30px; font-size:0.9rem; color:#7d7d7d; text-align:left; }
.disclaimer a { color:#268eb9; text-decoration:underline; margin-top:10px; }
.disclaimer h5 { font-size: 0.9rem; margin-bottom: 7px; font-weight: normal;}
.dis-contnet { line-height: 16px; font-weight: 100; font-size: 0.7rem; color:#7d7d7d; }

.ingredients-content { font-size:1rem; border:#d19c2c solid 1px; font-weight:600; text-align:left; }
.ingredients-content .blue-txt { color:#1e589d; }
.bluebg { background-color:#1e589d; color:#fff; margin-left:5px; }

.messanger-sticky {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin-bottom: 0 !important;
    z-index:99;
}

/*--------------------------------------------------------------
  # Aptamil Theme Color
  --------------------------------------------------------------*/

.aptamil-theme .product-information .nav-tabs .nav-link.active {
	border: none;
	background-color: #cba555;
	color: #fff;
}

.aptamil-theme .product-information .nav-tabs .nav-link.active img, .aptamil-theme .product-information .nav-tabs .nav-link:hover img {
	filter: brightness(0) invert(1);
}

.aptamil-theme .product-information .nav-tabs .nav-link:hover {
    background-color: #cba555;
    color: #fff;
}

.aptamil-theme .btn-buynow {
	    background: #00b5ec;
}

.aptamil-theme .product-stage li a.active, .aptamil-theme .product-stage li a:hover {
    border: #182a80 solid 1px;
}

/*--------------------------------------------------------------
  # Home Page
  --------------------------------------------------------------*/

#bannerbg {
	width:100%;
  height:100%;
  position: relative;
	padding:150px 0px;
}

#bannerbg:after, #bannerbg:before {
  content:' ';
  position: absolute;
  width:50%;
  height:100%;
  z-index: -1;
	top: 0;
}

#bannerbg:after {left: 0px; background: #fff;  }
#bannerbg:before {right: 0px; background: #081a7d;}

.custom-img { max-width: 900px;}

/*--------------------------------------------------------------
  # Danone At Glance
  --------------------------------------------------------------*/

.danone-at-glance {
	background-image: url(../images/danone-at-glance.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	font-size: 1.3rem;
}

.danone-at-glance p {
	line-height: 36px;
	font-size: 1.5rem;
}

.danone-at-glance h1 {
	color: #2b26a0;
	font-size: 3rem;
	font-weight: 600;
}

.d-icons-col { margin:0px 20px;}

.d-icons-col .d-icon {
	background-color: #1a25ab;
	padding: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	width: 100px;
	height:100px;
}

.d-icons-col .d-icon img {
	width:60px;
}

.d-icons-col:hover .d-icon {
	background-color: #111b91;
}

.d-icons-col p {
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 28px;
	color: #1a25ab;
}

.explore-btn {
	border-radius: 50px;
	font-size: 1.1rem;
	padding: 5px 15px;
	font-weight: 600;
}

.explore-btn.btn-outline {
	color:#2b26a0;
	border: #2b26a0 solid 1px;
}

.explore-btn.btn-outline:hover {
	background-color: #2b26a0;
	color: #fff;
}

.explore-btn.btn-solid {
	color:#fff;
	border: #11aced solid 1px;
	background-color: #11aced;
	padding: 5px 45px;
}

.blog {
	background-color: #e1eeff;
}

.post-section { background-color: #fff;}

.blog-content p.blog-para {
	min-height: 170px;
}

/*--------------------------------------------------------------
  # Protinex Poster
  --------------------------------------------------------------*/

.protiex-poster .pp-para {
	position: absolute;
	top: 0;
	left: 33px;
	font-size: 1.1rem;
	color: #fff;
	margin-top: 155px;
	max-width: 220px;
}

.protiex-poster .pp-para p {
	padding: 0;
	font-size: 1.5rem;
	line-height: 30px;
}

.protiex-poster .explore-btn.btn-outline, .products-details .explore-btn.btn-outline {
	color:#fff;
	border: #fff solid 1px;
}

.protiex-poster .explore-btn.btn-outline:hover {
	background-color: #fff;
	color: #7ca00b;
}

.products-details .explore-btn.btn-outline:hover {
	background-color: #fff;
	color: #02a1db;
}

.explore-btn.btn-solid:hover {
	border: #1a25ab solid 1px;
	background-color: #1a25ab;
}

.products-details .pp-para {
	position: absolute;
	top: 0;
	right: 33px;
	font-size: 1.1rem;
	color: #fff;
	margin-top: 155px;
	max-width: 220px;
}

.products-details .pp-para p {
	padding: 0;
	font-size: 1.5rem;
	line-height: 30px;
}

.products-details:before {
	content: '';
	background-color: #1a25ab;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 550px;
	top: 245px;
	z-index: 0;
}

.product-cate { color: #fff;}

.product-cate h3 { font-size: 2.5rem; font-weight: 600; color: #fff;}

/*--------------------------------------------------------------
  # Internal Pages
  --------------------------------------------------------------*/

.internal-header {
	background: #f1f1f1;
    box-shadow: inset 0 0 10px #e3e3e3;
	padding:20px 0px;
	}

.internal-header h1 {
	font-size: 1.8rem !important;
    padding-left: 20px;
    color: #243092;
    font-weight: 600 !important;
}

h3.text-center {
	Color:#243092;
}

.get-content h2 {
	color: #243092;
    font-size: 2rem;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.footer-bottom {
	background-image: url(../images/footerbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 0.9rem;
	padding: 50px 0px;
}

.footer-bottom .footer-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom ul li {
	list-style: none;
}

.footer-bottom ul li a {
	color: #fff;
	font-size: 0.9rem;
	line-height: 28px;
}

.footer-bottom ul li a:hover {
	color:#40c6ff;
}

.soclia-media ul li {
	display: inline-block;
	padding: 0px 10px;
}

.soclia-media ul {
	float: right;
}

.soclia-media ul li a {
	font-size: 1rem;
}

.joinbtn {
	color: #5982a4;
	font-size: 1.1rem;
	text-decoration: underline;
	margin-left: 15px;
	margin-right: 5px;
}


@media(max-width:767px){
	.reason_info.one_item ul li {
		display: flex;
		flex-direction: column;
		align-items: end;
		justify-content: end;
	}
	.reason_info {	display: table;	margin: 0 auto;	width: 100%;}
	.reason_info ul li:nth-child(1)::before, .reason_info ul li:nth-child(2)::after, .reason_info ul li:nth-child(3)::before, .reason_info ul li:nth-child(4)::after{display: none;}
	.reason_info ul li p.high1 {position: relative;left: 0;top: 0;}
	.reason_info ul li p.high1 {position: relative;left: 0;top: 5px;}
	.reason_info ul li p.high1 br {display: none;}
	.reason_info ul li p.high2 {position: relative;right: 0;top: 5px;width: 100%;}
	.reason_info ul li p.high2 br{display: none;}
	.reason_info ul li p.high3 {position: relative;left: 0;top: 0;text-align: left;}
	.reason_info ul li p.high3 br{display: none;}
	.reason_info ul li p.high4 {position: relative;right: 0;top: 0;width: 100%;}
	.reason_info ul li p.high4 br{display: none;}
	.reason_info ul li img {width: 100%;}
	.reason_info ul li p {line-height: 20px;}
	.product_disclaimer {display: block;}
	.disclaimer_right p {	text-align: left;}

}

.product-information .tab-content>.tab-pane { margin:0 auto;}

.btn-buy {     background: #20d5d0;
    color: #fff;
    width: 50%;
    text-align: center;
    padding: 5px; font-weight:700; }

.btn-faq {     background: #243092;
    color: #fff;
    width: 50%;
    text-align: center;
    padding: 5px; font-weight:700; }


.get-content {
	font-size: 1.1rem;
    line-height: 27px;
}

.benifits-section {
    clear: both;
    width: 100%;
    float: left;
    margin: 60px auto 0;
}

.profile-cols {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
}
.profile-cols {
    background: #fff;
}

.profile-cols {
    border: 1px solid #e5e5e5;
    padding: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1;
    border-right: 1;
    transition: all .3s;
}

.profile-title, .profile-cols h3, .profile-cols h2 {
    margin: 0 auto 10px;
    color: #243092;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
    font-size: 18px;
    line-height: 1.2;
}

.accreditationsslider img { width:100px; }
.accreditationsslider p.logo-title {
	    font-size: 1rem;
    line-height: 17px;
    font-weight: 800;
    margin-top: 25px;
    position: relative;
    top: 0;
}

.accreditationsslider .swiper-slide { position:relative; min-height: 190px; }

/*--------------------------------------------------------------
  # About Us page
  --------------------------------------------------------------*/
  .content-area { background-color: #f1f1f1; }

  .internal-content {
    font-size: 1rem;
	text-align: justify;
}
  
  .internal-content h2 {
    font-weight: 600;
    font-size: 1.6rem;
    color: #2c3e50;
}

.innerpage {
	color: #8b8b8b;
	font-size: 1rem;
	padding-top:20px;
}
.innerpage h2 {
	color: #2c3e50;
	font-weight: 600;
    font-size: 1.6rem;
}
.internal-content ul {
    list-style: none;
    padding-left: 25px;
}
.internal-content ul li {
	font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px;
}
.internal-content ul li strong {
	color: #706e6e;
}

.internal-content ul li a {
	color: #4c4c4c !important;
}

  
.internal-content ul li::before {
	content: "\2022";
	color: #8b8b8b;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
  }
  
 .zoom-effect {
    transition: 0.5s all ease-in-out;
    position: relative;
    overflow: hidden;
}

.zoom-effect:hover {
    transform: scale(1.1);
}

.internal-banner {
	position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internal-banner h1.entry-title {
	text-align: center;
    color: #fff;
}

.overlay:after {
	content:'';
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}


/*--------------------------------------------------------------
  # policies page
  --------------------------------------------------------------*/

  .internal-content ol li { margin-bottom: 10px;}


/*--------------------------------------------------------------
  # contact page
  --------------------------------------------------------------*/  
  .contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background-color: #fff;
	min-height: 90%;
}
.contact .info-box i {
    font-size: 35px;
    color: #243092;
    border-radius: 50%;
    padding: 8px;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contactform h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
}
.contactform textarea{
    height: 100px;
}
.contactform wpcf7-submit {
	background-color: #2c2b2b;
    font-size: 1rem;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
}

/*--------------------------------------------------------------
  # Festivals Page
  --------------------------------------------------------------*/  

.festivals-list { background-color:#fff; }

.internal-content h3 {
    font-weight: 600;
    font-size: 1.3rem;
    color: #444;
	text-align:start;
}

.destination-col ul#menu-destination {
    list-style: none;
    margin: 0;
    padding: 15px 0 25px 0;
}

.destination-col li.menu-item.menu-item-type-custom.menu-item-object-custom {
    display: inline-block;
    margin: 0px 10px;
    font-weight: 600;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.15)!important;
    border: #ccc solid 1px;
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 18px;
}
.destination-col { 
	padding:15px 30px 20px 30px !important;
}
.destination-col h2 {
	font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #243092;
}
.destination-col .overview {
	font-size: 16px;
    color: #545353;
    line-height: 30px;
}
.destination-col .text {
	line-height: 25px;
}

.wp-block-column-is-layout-flow {
	background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.destinations-cate .wp-container-core-columns-layout-2 .wp-block-column:last-child {
	background-color:inherit !important;
	padding:0 !important;
	box-shadow:inherit !important;
} 

.destinations-cate .wp-container-core-columns-layout-2 {
	padding-bottom:50px;
	margin:0;
}

.destinations-punchline {
	background-color:#fff;
	Color:#8b8b8b;
	font-size:1rem; 
}

.destinations-punchline &nbsp; {
	display:none;
}

.cate-title .internal-banner h1.entry-title {
	font-size:3rem !important; 
}

.cate-tourimage .tourphoto { position:relative; overflow:hidden; width:100%; max-height:150px; border-radius:5px; }
.cate-tourimage img {
	max-width: none;
    width: calc(100% + 60px);
    transition: opacity .35s,transform .45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
	height:170px !important;
}

.post-image-cate { position:relative; overflow:hidden; width:100%; max-height:450px; }
.post-image-cate img { 
    max-width: 100% !important;
    width: calc(100% + 60px);
    transition: opacity .35s,transform .45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
	height:auto;
	}
	
.custom_text_size {
    margin: 45px 0 0 0;
    background: #fff;
    padding: 25px;
    font-size: 15px;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius:5px;
}

.packages .entry-body { padding-bottom:35px; }

.Highlights {
	margin: 45px 0 0 0;
    background: #fff;
    padding: 25px;
    font-size: 15px;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius:5px;
}

.highlights_inner ul { margin:0 0 0 20px; padding:0; }

.highlights_inner ul li h2 {
	font-size:1.1rem;
	font-weight:600;
	line-height:30px;
}

.Highlights h3 {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}

.wpblog-menu-class ul.menu { margin:15px 0 0 0; padding:0; display:flex; }
.wpblog-menu-class ul.menu li {
	list-style:none; 
	background-color:#fff;
	padding:5px 15px;
	border-radius:50px;
	margin:0px 5px;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.wpblog-menu-class ul.menu li a { font-weight:600; }

.amarnath-yatra-page h4 { margin-bottom:20px; }
.wpb_wrapper p {
	margin-bottom: 15px;
}

.book-tour {
	float: right;
    background-color: #243092;
    padding: 5px 25px;
    color: #fff;
}
.book-tour:hover {
	background-color: #0b0;
    color: #fff;
}

.ti-widget.ti-trip {
    overflow: visible !important;
    background: #fff;
    padding: 35px 0;
}

@media(min-width:768px){
.navmenu ul ul ul {
	left:270px !important;
	top:0;
	padding:10px;
	border-radius:5px;
	border-top-left-radius:0px; 
}
.navmenu li { position:initial; }
.navmenu.desktop li.has-sub a .fa-angle-right {
    text-align: right;
    float: right;
}
}

.enquirenow-form textarea {
	height:50px;
}
