body {
	margin:0px;
	padding:0px;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	color:#000;
	font-weight:400;
}
.mainwrapper {
    font-family: 'Poppins', sans-serif;
	margin: 0px 0px;
	padding: 0px 0px;
}
.right-mob-left {
	text-align: right;
}
.right-mob-center {
	text-align: right;
}
.left-mob-center {
	text-align: left;
}
.left-mob-right {
	text-align: left;
}
.center-mob-left {
	text-align:center;	
}
.center-mob-right {
	text-align:center;	
}
.right-mobtab-left {
	text-align: right;
}
.nopaddingarea {
	padding:0px 15px;	
}
.nopadding {
	padding:0px;	
}
.nopaddingarea1 {
	padding:0px 14px;	
}
.nopadding1 {
	padding:1px;	
}
.padding5pxarea {
	padding:0px 10px;	
}
.padding5px {
	padding:0px 5px;	
}
.topmargin5 {
	margin-top:5px;	
}
.topmargin10 {
	margin-top:10px;	
}
.topmargin15 {
	margin-top:15px;	
}
.topmargin20 {
	margin-top:20px;	
}
.topmargin30 {
	margin-top:30px;	
}
.topmargin40 {
	margin-top:40px;	
}
.topmargin50 {
	margin-top:50px;	
}
.topmargin60 {
	margin-top:60px;	
}
.rowmargindesk20 {
	margin-top: 20px;
}


/****************************************************************************************************
Topband Css Start here
****************************************************************************************************/

.topband {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1520px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    z-index: 99999 !important;
    transition: 0.3s all ease;
    padding: 15px;
}
.topband.active {
	 background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    margin: 0px auto 0 auto;
    border-radius: 0px 0px 15px 15px;
    top: 0px;
}
.logo {
	margin-top: 0px;	
}
.logo img {
	height: 70px;
}
.loginbtnarea {
    text-align: right;
    margin-top: 15px;
}
.loginbtnarea ul {
    margin: 0px 0px;
    padding: 0px 0px;
}
.loginbtnarea ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
}
.menu {
	margin-top: 15px;
    float: right;
}


/****************************************************************************************************
Toggle css start here
****************************************************************************************************/

.slider {
	display: none;
}
.slider2 {
	display: none;
}
.collapseSlider {
	display: none;
}
.sliderExpanded .collapseSlider {
	display: inline-block;
	clear: both;
}
.sliderExpanded .expandSlider {
	display: none;
}
.slideropen {
	display: block;
}
.slideropen2 {
	display: none;
}

/****************************************************************************************************
Footer css start here
****************************************************************************************************/

.footer {
    background: linear-gradient(180deg,rgba(37, 59, 119, 1) 0%, rgba(30, 45, 87, 1) 100%);
    margin: 0px;  
}
.ftrtxt{
    font-size: 38px;
    color: #C4A360;
    font-weight: 400;
}
.footercontareatop {
    padding: 30px 0px;
}
.footertaglinetext {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}
.footercontarea {
    
    border-bottom: solid 1px #4361AF;
    padding: 30px 0px;
}
.footercontarea h6 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}
.footertext {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}
.footertext ul {
    margin: 0px;
    padding: 0px;
}
.footertext ul li {
    list-style-type: none;
    margin: 0px 0px 8px 0px;
}
.footertext a {
    color: #fff;
    text-decoration: none;
}
.footertext a:hover {
    color: #f2f2f2;
    text-decoration: none;
}
.footertext i {
    font-size: 16px;
}
.socialiconarea {
    margin-top: 15px;
}
.socialiconarea a {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #281c6f;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.socialiconarea a:hover {
    background: #f2f2f2;
    color: #281c6f;
    text-decoration: none;
}
.socialiconarea i {
    font-size: 25px;
    line-height: 40px;
}
.copyrightarea {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0px 30px 0px;
}

/****************************************************************************************************
Inner page css start here
****************************************************************************************************/

.maincontarea {
    margin-top: 90px;
}
.innermaincontarea {
    margin-top: 0px;
}
.mainheading {
    padding: 0px;
}
.mainheading h2 {
    font-size: 36px;
    color: #252525;
    line-height: 42px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: "Roboto Slab", serif;

}
.mainheading h3 {
    font-size: 30px;
    color: #252525;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 18px;
}
.mainheading h4 {
    font-size: 24px;
    color: #252525;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.mainheading h5 {
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}
.mainheading h6 {
    font-size: 16px;
    color: #252525;
    line-height: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
.colorwhite{
    color: #fff !important;
}
.infolinks {
    color: #1e2e55;
    font-size: 13px;
    line-height: 16px;
}
.infolinks i {
    font-size: 11px;
}
.infolinks a {
    color: #1e2e55;
    text-decoration: none;
}
.infolinks a:hover {
    color: #1e1e1e;
    text-decoration: none;
}
.ratingstar {
    margin: 0px;
}
.ratingstar i {
    color: #ffc107;
    font-size: 16px;
    padding: 0px 1px;
}
.ratingstargray {
    color: #bababa !important;
}
.packageboxpricearea {
    padding: 20px 12px 12px 12px;
}
.pricefromtext {
    font-size: 13px;
    color: #7e7e7e;
    line-height: 16px;
    font-weight: 400;
}
.price {
    font-size: 22px;
    color: #1e2e55;
    line-height: 22px;
    font-weight: 600;
}
.pricesmall {
    font-size: 17px;
    color: #1e2e55;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.pricetext {
    font-size: 14px;
    color: #1e2e55;
    line-height: 16px;
    font-weight: 600;
}
.breadcrumbg {
    background: #f3ede2;
    padding: 20px 0px;
}
.innercontarea {
    padding: 30px 0px;
}
.listbox {
    background-color: #f3ede3;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.08);
    box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}
.listboxcontarea {
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    padding: 8px 30px 8px 8px;
}
.listboxcontarea h3 {
    font-size: 22px;
    color: #2b2729;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}
.listboxcontarea h3 a {
    color: #2b2729;
    text-decoration: none;
}
.listboxcontarea h3 a:hover {
    color: #1e2e55;
    text-decoration: none;
}
.listboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 180px;
    border-radius: 5px;
}
.listboximg img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.featuredlabel {
	position: absolute;
    background: #eb1b24;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    z-index: 11;
    font-weight: 400;
	text-align:center;
    margin-top: 10px;
	right: 10px;
}
.featuredlabel:after {
	position: absolute;
	bottom: -10px;
	right: 0px;
	content: '';
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid #b9060e;
	border-left: 5px solid transparent;
	transform: rotate(180deg);
}
.num_nts {
    font-size: 12px;
    color: #7a7b7d;
    line-height: 16px;
}
.num_nts span {
    font-size: 14px;
    color: #1e2e55;
}
.dottedline {
    border-top: dotted 1px #afafaf;
    margin: 15px 0px;
}
.dottedline1 {
    border-top: dotted 1px #afafaf;
    margin: 20px 0px;
}
.inclusionicons {
    margin: 0px;
}
.inclusionicons ul {
    margin: 0px 0px;
    padding: 0px 0px;
}
.inclusionicons ul li {
    list-style-type: none;
    margin: 10px 5px 0px 10px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    font-size: 11px;
    color: #7a7b7d;
    line-height: 13px;
    text-align: center;
    position: relative;
}
.inclusionicons ul li:first-child {
    margin: 0px 10px 0px 0px;
}
.inclusionicons ul li::after {
    content: "\002B";
    font-size: 18px;
    color: #717171;
    position: absolute;
    display: block;
    right: -17px;
    top: 5px;
}
.inclusionicons ul li:last-child::after {
    content: none;
}
.inclusionicons ul li svg {
    height: 20px;
    fill: #1e2e55;
}
.listboxpricearea {
    padding-top: 30px;
}
.moreinfolinkarea {
    margin-top: 20px;
}
.listboxmoreinfoarea {
    border-top: solid 1px #1e2e55;
    background: #fff;
    padding: 15px 15px;
    border-radius: 0px 0px 8px 8px;
}
.textblack14 {
    font-size: 14px;
    color: #282828;
    line-height: 20px;
}
.textblack14light {
    font-size: 14px;
    color: #282828;
    line-height: 20px;
    font-weight: 300;
}
.peoplesharebox {
    background: #e9f3ea;
    border: solid 1px #c7e9ca;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 5px;
    min-height: 100px;
}
.peopleshareicon {
    margin: 0px;
    font-size: 14px;
    color: #9a9a9a;
}
.peopleshareicon svg {
    height: 17px;
    fill: #1e2e55;
}
.peoplesharetext {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    margin: 5px 0px;
}
.packagehighgalarea {
    padding: 40px 0px;
}
.packagehighgalarea h2 {
    font-size: 30px;
    color: #1e1e1e;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.packagehighgalarea h3 {
    font-size: 24px;
    color: #1e1e1e;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}
.packagedetpricebox {
       background: #e9f3ea;
    border: solid 1px #c7e9ca;
    padding: 15px 15px;
    border-radius: 6px;
    margin: 20px 0px;
}
.packageoverviewbox {
        background: #e9f3ea;
    border: solid 1px #c7e9ca;
    padding: 15px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    min-height: 150px;
}
.packageoverviewbox h6 {
    font-size: 16px;
    color: #1e2e55;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.packageoverviewbox svg {
    fill: #41a352;
    width: 60px;
}
.infotxt {
	color:#000;
	font-size:14px;
	line-height:22px;
}
.infotxt a {
	color:#000;
	text-decoration: none;
}
.infotxt a:hover {
	color:#1e2e55;
	text-decoration: none;
}
.infotxt ul {
	margin: 0px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
}
.infotxt ul li {
	list-style-type: disc;
	margin: 0px 0px;
	padding: 5px 0px;
	line-height: 18px;
	color: #000;
	text-align: left;
}
.itinerarycontarea {
    margin-bottom: 30px;
    border-bottom: dotted 1px #afafaf;
    padding-bottom: 30px;
}
.day_location {
    background: #f7fdff;
    border: solid 1px #dbeff6;
    padding: 10px 10px;
    border-radius: 6px;
    color: #7e7e7e;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.day_location span {
    color: #1e2e55;
    font-size: 25px;
    font-weight: 600;
}
.packagehotelarea {
    margin-bottom: 20px;
}
.packagehoteldatelabel {
	position: relative;
    background: #1e1e1e;
    display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    z-index: 11;
    font-weight: 500;
	text-align:center;
    border-radius: 3px;
    margin-bottom: 10px;
}
.packagehoteldatelabel:before {
	position: absolute;
	bottom: -7px;
	left: 7px;
	content: '';
	width: 0; 
    height: 0; 
    border-left: 7px solid #1e1e1e;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(0deg);
}
.packagehotelbox {
    background: #e9f3ea;
    border: solid 1px #c7e9ca;
    padding: 10px 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.packagehotelboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 60px;
    border-radius: 5px;
}
.packagehotelboximg img {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.packagehotelboxname {
    width: 100%;
    height: 60px;
    display: table;
    padding-left: 10px;
}
.packagehotelboxname h5 {
    font-size: 16px;
    color: #1e1e1e;
    line-height: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}
.packagehotelboxname h5 a {
    color: #1e1e1e;
    text-decoration: none;
}
.packagehotelboxname h5 a:hover {
    color: #1e2e55;
    text-decoration: none;
}
.packagehotelboxname h5 span {
    font-size: 13px;
    color: #6d6d6d;
    font-weight: 400;
}
.packagehotelcitynights {
    margin: 0px;
    text-align: right;
}
.packagehotelcitynights ul {
    margin: 0px 0px;
    padding: 0px 0px;
}
.packagehotelcitynights ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px;
    padding: 20px 15px 0px 15px;
    border-left: solid 1px #dceff6;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    min-height: 60px;
}
.packagehotelcitynights ul li:last-child {
    padding: 20px 0px 0px 15px;
}
.packagehotelcitynights ul li span {
    color: #1e2e55;
}
.packagehotelcitynights ul li svg {
    fill: #1e1e1e;
    height: 18px;
    vertical-align: middle;
    margin-right: 2px;
}
.testimonialsarea {
    margin-bottom: 30px;
    border-bottom: dotted 1px #afafaf;
    padding-bottom: 30px;
}
.testimonialsarea h4 {
    font-size: 17px;
    color: #1e1e1e;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.testimonialsvideobg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 250px;
    border-radius: 0px;
}
.testimonialsvideobg img {
    width: 100%;
    height: 250px;
    border-radius: 0px;
    object-fit: cover;
    object-position: 50% 50%;
}
.bottombannerarea {
    background: #f0f5f7;
    padding: 50px 0px 20px 0px;
}
.bottombannerbox {
    margin-bottom: 30px;
}
.bottombannerboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 280px;
    border-radius: 5px;
    position: relative;
}
.bottombannerboximg img {
    width: 100%;
    height: 280px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.bottombannerboxcont {
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 280px;
    display: table;
    padding: 20px 20px;   
    background: rgba(0,159,227,0);
    background: -moz-linear-gradient(top, rgba(0,159,227,0) 25%, rgba(0,160,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(0,159,227,0)), color-stop(100%, rgba(0,160,227,1)));
    background: -webkit-linear-gradient(top, rgba(0,159,227,0) 25%, rgba(0,160,227,1) 100%);
    background: -o-linear-gradient(top, rgba(0,159,227,0) 25%, rgba(0,160,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,159,227,0) 25%, rgba(0,160,227,1) 100%);
    background: linear-gradient(to bottom, rgba(0,159,227,0) 25%, rgba(0,160,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00a0e3', GradientType=0 );
}
.bottombannerboxcont h3 {
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: bottom;
}
.faqcontarea {
    background: #fff;
    padding: 50px 0px;
}
.progressband {
    background: #fff;
    padding: 20px 0px;
    border-bottom: dotted 1px #afafaf;
}
.progressband ul {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    white-space: nowrap;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.progressband ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 5px;
}
.steps {
    background: #fff;
    border: solid 1px #00a1e2;
    border-radius: 6px;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 20px;
    font-weight: 500;
    padding: 7px 15px 7px 7px;
}
.steps a {
    color: #004965;
    text-decoration: none;
}
.stepsacive {
    background: #00a1e2;
    border: solid 1px #00a1e2;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    padding: 7px 15px 7px 7px;
}
.stepscount {
    background-color: #1e1e1e;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding-top: 7px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}
.bookingformbox {
    background: #fff;
    border-radius: 8px;
    padding: 15px 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.bookingformbox h4 {
    font-size: 20px;
    color: #00a0e3;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #afafaf;
    padding-bottom: 15px;
}
.cartsummarybox {
    background: #f0f5f7;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 8px 8px;
}
.cartsummaryheading {
    padding: 7px 10px 15px 10px;
}
.cartsummaryheading h3 {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0px;
}
.cartsummarycont {
    margin: 0px;
}
.cartsummarycont ul {
    margin: 0px 0px;
    padding: 0px 0px;
}
.cartsummarycont li {
    list-style: none;
    margin: 0px 0px;
    padding: 10px 10px;
    background: #fff;
    border-bottom: solid 1px #dbeff6;
    font-size: 13px;
    color: #7a7b7d;
    line-height: 16px;
}
.cartsummarycont li span {
    font-size: 14px;
    color: #00a0e3;
}
.cartsummarycont li:first-child {
    border-radius: 6px 6px 0px 0px;
}
.cartsummarygrandtotalsec {
    background: #1e1e1e;
    padding: 15px 10px;
    border-radius: 0px 0px 6px 6px;
}
.price_txtwhite {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.pricewhite {
    font-size: 21px;
    color: #fff;
    line-height: 21px;
    font-weight: 600;
    vertical-align: middle;
}
.bookingdetailstext {
    font-size: 12px;
    color: #7a7b7d;
    line-height: 16px;
    margin-bottom: 10px;
}
.bookingdetailstext span {
    font-size: 14px;
    color: #000;
}
.textred14 {
    font-size: 14px;
    color: #d30000;
    line-height: 20px;
    font-weight: 400;
}
.textgray13 {
    font-size: 13px;
    color: #7a7b7d;
    line-height: 18px;
}
.textblack13 {
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
.textblack13bold {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    font-weight: 600;
}
.paymentsuccesstext {
    font-size: 25px;
    color: #16100a;
    line-height: 30px;
    font-weight: 400;
}
.thankyoutext {
    font-size: 40px;
    color: #00a0e3;
    line-height: 40px;
    font-weight: 600;
}
.loginareabg {
    background: url(../img/loginbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0px;
    min-height: 650px;
}
.loginareabg h2 {
    font-family: "Roboto Slab", serif;
    font-size: 65px;
    color: #fff;
    line-height: 65px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.loginareabg h3 {
    font-family: "Roboto Slab", serif;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}
.loginareabg h6 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 30px;
}
.logintextwhite {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}
.logintextwhite a {
    color: #00a0e3;
    text-decoration: none;
}
.logintextwhite a:hover {
    color: #fff;
    text-decoration: none;
}
.textwhite16bold {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
}
.gallerybox {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.galleryboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 200px;
}
.galleryboximg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}
.hotelboxinner {
	border-radius: 12px;
    margin-bottom: 40px;
}
.hotelboxinnerimg {
	position: relative;
	border-radius: 12px;
    background: url(../img/noimage.png) no-repeat center center #000;
    width: 100%;
    height: 345px;
    overflow: hidden;
}
.hotelboxinnerimg img {
	width: 100%;
	height: 345px;
	border-radius: 12px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
	object-position: 50% 50%;
}
.hotelboxinnerimg img:hover {
    transform: scale(1.1);
}
.hotelboxinnershade {
    background: rgba(0,0,0,0.03);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.03)), color-stop(32%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 100%;
	padding: 40px 25px 25px 25px;
	position: absolute;
	bottom: 0;
	border-radius: 0px 0px 12px 12px;
	z-index: 9;
}
.hotelboxinnershade h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.hotelboxinnershade h3 a {
	color: #ffffff;
	text-decoration: none;
}
.hoteldistancetextinner {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
}
.hotelcityboxinner {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 15px 0px;
    width: 150px;
    height: 60px;
    display: table;
    text-align: center;
    margin: 0px auto -30px auto;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.hotelcityboxinner h4 {
    font-size: 16px;
    color: #c4a265;
    line-height: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}
.hotelcityboxinner h4 svg {
    margin-right: 7px;
    height: 32px;
    fill: #c4a265;
    vertical-align: middle;
}
.contactcontbox {
    background-color: #fff;
    padding: 30px 30px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-left: -100px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 30px 0px rgb(181 181 182 / 60%);
    -moz-box-shadow: 10px 10px 30px 0px rgb(181 181 182 / 60%);
    box-shadow: 10px 10px 30px 0px rgb(181 181 182 / 60%);
}
.textblack16 {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
.textblack16 a {
    color: #000;
    text-decoration: none;
}
.textblack16 a:hover {
    color: #c4a265;
    text-decoration: none;
}
.socialiconarea1 {
    margin-top: 15px;
}
.socialiconarea1 a {
    color: #c4a265;
    text-decoration: none;
}
.socialiconarea1 a:hover {
    color: #1e1e1e;
    text-decoration: none;
}
.socialiconarea1 i {
    font-size: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.aboutusinnerarea {
    padding: 50px 0px 30px 0px;
}
.aboutusboxinner {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border-radius: 25px;
    min-height: 550px;
}
.aboutusboxinner h3 {
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    color: #c4a265;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}
.aboutusboxinnerimg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.aboutusboxinnerimg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 15px;
}
.whyusareainner {
    background: url(../img/whyusbg.png) repeat center center #c4a265;
    padding: 50px 0px;
    color: #fff;
    font-size: 14px;
}
.whyusareainner h2 {
	font-family: "Roboto Slab", serif;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
.whyusboxinner {
    margin-top: 30px;
    text-align: center;
}
.whyusboxinner h4 {
    font-size: 19px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.whyusiconcircleinner {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: table;
    text-align: center;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(68, 54, 21, 0.45);
    -moz-box-shadow: 0px 0px 25px 0px rgba(68, 54, 21,0.45);
    box-shadow: 0px 0px 25px 0px rgba(68, 54, 21,0.45);
}
.whyusiconinner {
    display: table-cell;
    vertical-align: middle;
}
.whyusiconinner svg {
    height: 55px;
    fill: #c4a265;
}
.myaccountmenu {
    display: inline-block;
	background: #fff;
    border-radius: 10px;
    transition: .4s;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    width: 100%;
    margin-bottom: 30px;
}
.myaccountmenu li {
	width: 100%;
	color: #000;
	list-style: none;
    margin-bottom: 1px;
}
.myaccountmenu li svg {
	width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    fill: #c4a265;
}
.myaccountmenu li a {
	width: 100%;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
}
.myaccountmenu li a:hover {
	text-decoration: none;
	background-color: #f0f5f7;
    border-radius: 5px;
}
.myaccountmenuactive {
	text-decoration: none;
	background-color: #f0f5f7 !important;
    border-radius: 5px;
}
.mytripbox {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    transition: .4s;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.mytripbox:hover {
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
}
.mytripbox h6 {
    font-size: 16px;
    color: #c4a265;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.mytripbox h6 a {
    color: #c4a265;
    text-decoration: none;
}
.mytripbox h6 a:hover {
    color: #1e1e1e;
    text-decoration: none;
}
.refundbox {
	background-color:#d9d9d9;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#676d73;	
	text-align:center;
	display: inline-block;
}
.cancelbox {
	background-color:#529bc8;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#fff;	
	text-align:center;
	display: inline-block;
}
.canceledbox {
	background-color: #E8050C;
	border-radius: 3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.confirmedbox {
	background-color: #4CA316;
	border-radius: 3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.notpaidbox{
	background-color:#a20300;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#fff;	
	text-align:center;
	display: inline-block;	
}
.holdingbox{
	background-color:#f36519;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#fff;	
	text-align:center;
	display: inline-block;		
}
.finalizedbox{
	background-color:#576c11;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#fff;	
	text-align:center;
	display: inline-block;		
}
.pendingbox{
	background-color:#d14e54;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#fff;	
	text-align:center;
	display: inline-block;
}
.rejectedbox{
	background-color:#ff0000;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#fff;	
	text-align:center;
	display: inline-block;	
}
.expiredbox{
	background-color:#380001;
	border-radius:3px;
	padding:2px 5px;
    font-weight: 500;
	font-size:13px;
	color:#fff;	
	text-align:center;
	display: inline-block;	
}
.moreoptionbg {
	font-size: 14px;
	color: #1e1e1e;
	background-color: #f7fdff;
	padding:7px;
	margin-top: 30px;
    border: solid 1px #dbeff6;
    border-radius: 5px;
	text-align:center;
}
.moreoptionbg a {
	color: #1e1e1e;
	text-decoration:none;
}
.moreoptionbg a:hover {
	color: #c4a265;
	text-decoration:none;
}
.mytripdetailsbox {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .4s;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.mytripdetailsbox h4 {
    font-size: 24px;
    color: #c4a265;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}
.mytripdetailsbox h6 {
    font-size: 16px;
    color: #c4a265;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
.printbutton {
	font-size: 13px;
	color: #2C9BE1;
}
.printbutton {
	font-size: 13px;
	color: #1e1e1e;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #D0D0D0;
	padding: 7px 9px;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(209,209,209,1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(209,209,209,1);
	box-shadow: 0px 1px 2px 0px rgba(209,209,209,1);
	margin: 0 2px;
	width: auto;
	display: inline-block;
	margin-bottom: 5px;
}
.printbutton a {
	text-decoration: none;
	padding-left: 3px;
    color: #1e1e1e;
}
.mytripbox2 {
	background-color: #f7fdff;
    border: solid 1px #dbeff6;
	padding:9px 10px;
	margin-bottom:5px;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    border-radius: 5px;
}
.mytripbox2 a {
    color: #000;
    text-decoration: none;
}
.mytripbox2 a:hover {
    color: #c4a265;
    text-decoration: none;
}
.mytripbox2selected {
	background-color: #00a0e3;
	padding:10px 10px;
	margin-bottom:5px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    border-radius: 5px;
}
.includeditinerary {
	margin: 20px 0px 2px 0px;
	padding:0px;
}
.includeditinerary ul {
	margin:0px;
	padding:0px;
}
.includeditinerary ul li {
	font-weight:300;
	font-size:14px;
	color:#000;
	display:inline-block;
	margin-right:10px;
}
.includeditinerary ul li span {
	border-radius:2px;
	border:solid 1px #b4b7b3;
	padding:0px 1px;
	font-size:14px;
	color:#40a54e;
}
.extramenuarea {
	background: #40a54e;
	padding: 10px 0px;
	text-align: right;
}
.extramenuarea ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
.extramenuarea ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0px 0px;
	padding: 0px 10px;
	border-right: solid 1px rgba(255,255,255,0.3);
}
.extramenuarea ul li:last-child {
	padding: 0px 0px 0px 10px;
	border-right: solid 0px rgba(255,255,255,0.3);
}
.extramenuarea ul li a {
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	text-decoration: none;
}
.innerhead{
    background-color: #c4a265;
    padding: 82px 0px;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 1550px) {
  
.topband {
    width: 100%;
    max-width: 1240px;
}

}

@media screen and (max-width : 1080px) {

.listboxcontarea h3 {
    font-size: 20px;
    line-height: 20px;
} 
.packageoverviewbox {
    min-height: 165px;
}   
.topband {
    top: 0px;
    border-radius: 0px 0px 15px 15px;
} 
.maincontarea {
    margin-top: 60px;
} 
  .innerhead{
    background-color: #c4a265;
    padding: 60px 0px;
}  
}

@media screen and (max-width : 992px) {

.rowmargintabmob30 {
	margin-top:30px;
}
.rowmargintabmob20 {
	margin-top: 20px;
}
.rowmargintabmob10 {
	margin-top:10px;
}
.rowmargindesktab20 {
	margin-top: 0px;
} 
.topband {
    width: 100%;
    max-width: 992px;
}
.loginbtnarea {
    margin-top: 0px;
    margin-right: 40px;
} 
.menu {
	margin-top: 15px;
    position: relative;
    z-index: 9;
}    
.enquirynewsbox {
    padding: 15px 15px;
    min-height: auto;
}    
.footercallemail ul li span {
    font-size: 16px;
}  
.packageoverviewbox {
    min-height: 150px;
}   
.gallerybox {
    padding: 7px;
}    
.galleryboximg {
    height: 120px;
}
.galleryboximg img {
    height: 120px;
}    
.maincontarea {
    margin-top: 0px;
} 
   
    
}

@media screen and (max-width : 767px) {

.rowmargin40 {
	margin-top:40px;
}	
.rowmargin30 {
	margin-top:30px;
}
.rowmargin20 {
	margin-top:20px;
}
.rowmargin10 {
	margin-top:10px;
}
.rowmargin5 {
	margin-top:5px;
}
.rowmargindesk20 {
	margin-top: 0px;
}    
.right-mob-left {
	text-align:left;
}
.right-mob-center {
	text-align:center;
}
.left-mob-center {
	text-align:center;
}
.left-mob-right {
	text-align:right;
}
.center-mob-left {
	text-align:left;
}
.center-mob-right {
	text-align:right;
}
.logo img {
	height: 50px;
}     
.loginbtnarea {
    margin-top: 4px;
}
.menu {
	margin-top: 9px;
}    
.maincontarea {
    margin-top: 70px;
}
.footercallemail ul li {
    padding: 10px 0px 0px 0px;
    display: block;
    text-align: center;
}
.footercallemail ul li:first-child {
    padding: 0px 0px 10px 0px;
    border-right: solid 0px rgba(255,255,255,0.3);
    border-bottom: solid 1px rgba(255,255,255,0.3);
}    
.listboxcontarea {
    border-radius: 8px 8px 0px 0px;
    padding: 10px 10px 15px 10px;
}  
.listboxpricearea {
    padding: 15px 10px;
}    
.moreinfolinkarea {
    margin-top: 10px;
}
.packageoverviewbox {
    min-height: auto;
}    
.packagehotelcitynights {
    margin-top: 15px;
    text-align: left;
}
.packagehotelcitynights ul li {
    padding: 10px 15px 10px 15px;
    border-left: solid 1px #dceff6;
    min-height: auto;
}
.packagehotelcitynights ul li:last-child {
    padding: 10px 0px 10px 15px;
}  
.contactcontbox {
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    border-radius: 10px;
}  
    
    .topband {
        left: 0px;
        right: 0px;
        width: auto;
        transform: none;
        padding: 10px;
    }
    
}

@media screen and (max-width : 480px) {
       
.mainheading h2 {
    font-size: 28px;
    line-height: 28px;
}
    .maincontarea {
        margin-top: 0px;
    }
    .ftrtxt {
    font-size: 20px;
    color: #C4A360;
    font-weight: 600;
}

.packagehighgalarea h2 {
    font-size: 26px;
    line-height: 26px;
}
.loginareabg h2 {
    font-size: 50px;
    line-height: 50px;
}    
.loginareabg h3 {
    font-size: 35px;
    line-height: 35px;
}  
.myaccountmenu {
    padding: 5px 5px;
}    
.myaccountmenu li a {
    font-size: 13px;
}    
     .innerhead{
    background-color: #c4a265;
    padding: 40px 0px;
} 
}

@media screen and (max-width : 375px) {

    

}

@media screen and (max-width : 320px) {

    
    
}
