@font-face {
    font-family: 'segoe'; /*a name to be used later*/
    src: url('../fonts/Segoe-ui.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'segoe-bold'; /*a name to be used later*/
    src: url('../fonts/Segoe-ui-Bold.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'segoe-italic'; /*a name to be used later*/
    src: url('../fonts/Segoe-ui-Italic.ttf'); /*URL to font*/
}

body {
	font-family: 'segoe', sans-serif;
}

@media (max-width: 1199px) {
	.travelimgWrapper .col-xs-6 {
		flex: 0 0 33.3333%;
   		 max-width: 33.3333%;
	}
	
}

@media (max-width: 991px) {
	.container {
		max-width: 100% !important;
	}
	.travelimgWrapper {
		padding: 0 15px !important;
	}
}
@media (max-width: 576px) {
	/* .travelimgWrapper .col-xs-6 {
		flex: 0 0 50%;
   		 max-width: 50%;
	} */
	
}

/* @media (max-width: 425px) {
	.travelimgWrapper .col-xs-6 {
		flex: 0 0 100%;
   		 max-width: 100%;
	}
	
} */


.btn-main {
	cursor: pointer;
	background:#D92026;
	color: #fff;
	border:none;
	text-transform:uppercase;
	font-weight: 500;
    font-size: 14px;
    padding: 8px 16px;
	transition:0.3s;
	outline:none!important;
    border-radius:2px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.5);
}
.btn-main:hover, .btn-main:focus, .btn-main:active {
	background:#b90b11!important;
	transition:0.3s;
	color: #fff;
}


header{
	position:relative;
}
img.menuIconimg {
    max-width: 36px;
}
/* a.menuIcon {
    position: absolute;
    left: 0;
    top: 59px;
} */

/* img.callnow {
    display: none;
} */
.slideLogo {
    width: 100%;
    background-color: #f1eeec;
    text-align: center;
}
img.slide-logo {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}
/**********************/

.navBox {
				overflow: hidden;
				background: #b90b11;
			}

			.navBox a {
			  display: block;
			  padding:14px 10px 14px 20px;
			  color: #fff;
			  text-align: left;
			  text-decoration: none;
			}

			.navBox .active { background: #474747; }

			.navBox ul {
			  max-width: 990px;
			  margin: 0 auto;
			  overflow: hidden;
			  padding: 0;
			}

			.navBox ul li {
			  float: left;
			  list-style: none;
			}

			.navBox ul li .fa { padding-left: 4px; }

			.navBox .dropNav {
			  display: none;
			  width: 100%;
			  padding: 5px 0;
			  position: absolute;
			  left: 0;
			  right: 0;
			  top: inherit;
			  background: #474747;
			  z-index: 7;
			  overflow: hidden;
			}

			.navBox>ul>li.active { background-color: #474747; }
			 

			

			#pageslide { display: block !important; }

			
			


			.navBox ul li { float: none; }

			.navBox>ul>li {
				border-bottom: 1px solid #9e0a0a;
			}

			

			.navBox .dropNav {
			  position: static;
			  background: #0F80B8;
			}

			

			#pageslide {
			  display: none;
			  width: 290px;
			  position: fixed;
			  top: 0;
			  left: -290px;
			  height: 100%;
			  z-index: 999999;
			  overflow-y: auto;
			}

			.pageslideBg {
				display: none;
				position: fixed;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background: rgba(0, 0, 0, 0.67);
				z-index: 9998;
				background-image: url(/static/images/microsite/close-icon.png);
				
				background-repeat: no-repeat;
				background-position: 96% 20px;
				background-size: 22px;
			}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

/*********************/
.tioryt-sl {
	display: inline-block;
}
.share-icon {
	width: 30px;
	/* float: right; */
	padding: 8px 0;
	/* position: relative; */
	/* right: 20px; */
}

li.shareBtnFb > div > span {
	width: 147px !important;
	height: 20px !important;
	display: block;
}
li.shareBtnFb > div > span > iframe {
	width: 100px !important;
	height: 20px !important;
	left: 12px;
	top: 2px;
}
	
header .dropdown-menu {
    top: 38px !important;
    border-radius: 5px !important;
    min-width: 150px !important;
    right: 0 !important;
	left: auto !important;
	transform: none !important;
}
/*********************/


/* @media (max-width: 767px) {
img.callnow {
    display: block;
}
	a.menuIcon {
	    position: absolute;
	    left: 10px;
	    top: 35px;
	}
} */

/* @media (max-width: 520px) {
a.menuIcon {
    position: absolute;
    left: 10px;
    top: 32px;
}
img.menuIconimg {
    max-width: 30px;
}
img.share-icon {
    padding: 8px 0px;
}
} */