
body {
	font-family: 'Barlow', sans-serif;
	color: #282828;
	font-size: 14px;
}
a {
	color: #CEA049;
	text-decoration: none;
	transition: all 0.4s;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #b38b3f;
}
.p-clr,
.title,
.p-h-clr:hover,
.p-h-clr:focus,
.p-h-clr:active {
	color: #282828;
}

.s-clr {
	color: #CEA049;
}
.red-clr {
	color: #FF0000 !important;
}
.red-bg {
	background-color: #FF0000;
}
.w-clr {
	color: #fff;
}
.p-bg-clr {
	background-color: #282828;
}
.s-bg-clr {
	background-color: #CEA049;
}
.gray-clr {
	color: #707070;
}
.sec-bg {
	background-color: #F1F0EE;
}
button,
button:hover,
button:focus,
button:focus-within,
button:active {
	outline: none;
}
.default-btn,
.default-btn-2 {
	padding: 7px 10px;
	border-radius: 2px;
	display: inline-block;
	transition: all 0.4s ease-in;
	outline: none;
}

.default-btn-2 {
	border: 1px solid #CEA049;
	color: #CEA049;
}
.default-btn,
.default-btn-2:hover,
.default-btn-2:focus,
.default-btn-2:focus-within,
.default-btn-2:active {
	background-color: #CEA049;
	color: #fff;
}

.default-btn:hover,
.default-btn:focus,
.default-btn:focus-within,
.default-btn:active {
	outline: none;
	background-color: #A67C32;
	color: #fff;
}

.fixed-body {
    overflow: hidden;
}
.position-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.bg-img {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.bg-img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.text-underline {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
ul,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
/*	line-height: 1.3;
	margin-bottom: 7px;*/
}
h1,h2,h3,h4,h5,h6 {
	margin: 15px 0 10px 0;
	font-family: 'Playfair Display', serif;
}
.s-font-family,
.play-font {
	font-family: 'Playfair Display', serif;
}
.font-800 {
	font-weight: 800; /* extra bold */
}
.font-700 {
	font-weight: 700; /* bold */
}
.font-600 {
	font-weight: 600; /* semi-bold */
}
.font-500 {
	font-weight: 500; /* medium */
}
.font-400 {
	font-weight: 400; /* regular */
}
.font-300 {
	font-weight: 300; /* light */
}

.f-30 {
	font-size: 30px;
}
.f-26 {
    font-size: 26px;
}
.f-24 {
    font-size: 24px;
}
.f-23 {
	font-size: 23px;
}
.f-22 {
	font-size: 22px;
}
.f-20 {
	font-size: 20px;
}
.f-19 {
	font-size: 19px;
}
.f-18 {
	font-size: 18px;
}
.f-17 {
	font-size: 17px;
}
.f-16 {
	font-size: 16px;
}
.f-15 {
	font-size: 15px;
}
.f-14 {
	font-size: 14px;
}
.f-13 {
	font-size: 13px;
}
.f-12 {
	font-size: 12px;
}
.f-11 {
	font-size: 11px;
}
.f-10 {
	font-size: 10px;
}

.border-r-3 {
	border-radius: 3px;
}
.active-sel {
	color: #282828 !important;
}
.site-select select {
	color: #282828;
    border: 0.5px solid #B6B6B6;
    height: 33px;
    background-color: #fff;
    font-size: 13px;
    border-radius: 2px;
    background-image: url(../img/icons/chevron-down-black.png);
    background-repeat: no-repeat;
    background-position: 97% center!important;
    -webkit-appearance: none;
    padding: 0 30px 0 10px;
    width: 100%;
}
select {
	outline: none;
} 
.form-control:focus {
	box-shadow: none;
}

.star-rating {
	background-image: url('../img/icons/gray-star-3.png');
	position: relative;
	background-repeat: repeat-x;
	width: 120px;
	display: inline-block;
	background-size: contain;
	height: 21px;
}
.star-rating .star-inner {
	position: absolute;
	background-image: url('../img/icons/golden-star-3.png');
	left: 0;
	background-repeat: repeat-x;
	background-size: contain;
	height: 100%;
	display: inline-block;
	width: 20%;
}
.star-rating.star-11 {
    height: 11px;
    width: 65px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
}
.entry-content h1 {
 	font-size: 26px;
 }
.entry-content h2 {
 	font-size: 20px;
 }
.entry-content h3 {
 	font-size: 18px;
 }
 .entry-content h4 {
 	font-size: 17px;
 }
 .entry-content p {
 }
.entry-content ul,
.entry-content ol {
	list-style: initial;
	padding-left: 30px;
}
.entry-content li {
	margin-bottom: 7px;
}
.entry-content a {
}

.entry-content .show-hide-text a:hover,
.entry-content .button-read:hover,
.entry-content a:hover {

 }
 /*Site Breadcrumbs*/
.page-breadcrumb {
	padding: 10px 0;
}
.page-breadcrumb .breadcrumb {
	background-color: transparent;
}
.page-breadcrumb .breadcrumb-item a {
	color: #282828;	
}
.page-breadcrumb .breadcrumb-item.active {
	color: #282828;
}
.page-breadcrumb .breadcrumb-item {

}
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}
/*End Site Breadcrumbs*/

/* Start Site Check box */
.site-checkbox span:before, .site-checkbox span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.site-checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.site-checkbox input {
  display: none;
}
.site-checkbox input:checked ~ span {
  background: #CEA049;
  border-color: #BABABA;
}
.site-checkbox input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
}
.site-checkbox input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
}
.site-checkbox input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.site-checkbox input:disabled ~ label {
  color: #dcdcdc;
}
.site-checkbox input:disabled ~ label:hover {
  cursor: default;
}
.site-checkbox label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.site-checkbox span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 0.5px solid #707070;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.site-checkbox span:before {
  transform: rotate(-55deg);
  top: .88rem;
  left: 0.37rem;
}
.site-checkbox span:after {
  transform: rotate(35deg);
  bottom: 0.25rem;
  left: 0.2rem;
}
/* End Site Check box */

/* Start Coockie Css*/
.cc-theme-edgeless.cc-window {
	font-size: 14px;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	border: 1px solid #CEA049;
}
.cc-banner.cc-theme-edgeless .cc-btn:hover, 
.cc-banner.cc-theme-edgeless .cc-btn:focus,
.cc-banner.cc-theme-edgeless .cc-btn:active,
.cc-banner.cc-theme-edgeless .cc-btn:visited {
	color: #CEA049;
}
/* End Coockie Css*/


/*Start Site Radio button css*/

.site-c-radio .radio-box [type="radio"]:checked,
.site-c-radio .radio-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.site-c-radio .radio-box [type="radio"]:checked + label,
.site-c-radio .radio-box [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    /*color: #fff;*/
    /*font-weight: 600;*/
    cursor: pointer;
}
.site-c-radio .radio-box [type="radio"]:checked + label:before,
.site-c-radio .radio-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.site-c-radio .radio-box [type="radio"]:checked + label:after,
.site-c-radio .radio-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #CEA049;
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.site-c-radio .radio-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.site-c-radio .radio-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*End Site Radio button css*/

 /*------owl css------*/
.owl-stg-pad {
	padding-left: 0;
}
.no-pad-stage .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*start Equal Height Owl*/
.equal-owl.owl-carousel .owl-stage {
	display: -webkit-box;
	display: flex;
}
.equal-owl.owl-carousel .owl-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	/*margin-top: 8px;
	margin-bottom: 8px;*/
}
.equal-owl.owl-carousel .owl-item .item {
	width: 100%;
}
.equal-owl.owl-carousel .owl-item .item-inner {
	height: 100%;
}
/*End Equal Height Owl*/
/*------owl css------*/
.show-more-text,
.show-less-btn {
	display: none;
}
.page-breadcrumb {
    padding: 10px 0;
}
.page-breadcrumb .breadcrumb {
    background-color: transparent;
}
.page-breadcrumb .breadcrumb-item a {
    color: #282828;
}
/*--------product amenities css--------*/
 .product-amenities {
	/*padding: 0 5px;*/
	margin: 5px 0;
}
.product-amenities span,
.product-amenities-2 .ame-span {
	padding: 1.5px 7px 3.5px 7px;
	margin: 3px 2.5px 3px 2.5px;
	display: inline-block;
	background-color: rgba(40, 40, 40, 0.64);
	color: #fff;
	font-size: 12px;
	border-radius: 1px;
}
.product-amenities > span {
	font-weight: 500;
}
.product-amenities .detail-tooltop,
.product-amenities-2 .detail-tooltop {
	width: 400px;
	position: absolute;
    left: -10%;
    right: 0;
    z-index: 2;
    display: none;
}
.gradient-common-class {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------product amenities css--------*/
/*=============Header Code================*/

.modified-container {
	max-width: 1300px;
	width: 100%;
}
.text-oneline {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*==========================
	Start Header Css
============================*/
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header {
	position: absolute;
	width: 100%;
	z-index: 1050;
}
.train-main-menu {

}

.train-main-menu .train-desktop-menu {
	text-align: center;
	margin: 0 auto;
}
.train-main-menu .menu-list {
	margin-right: 10px;
}
.train-main-menu .nav-link {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	padding-right: 15px !important;
}
.train-main-menu .nav-item:hover .nav-link {
	background-color: #fff;
	color: #282828;
	/*border-radius: 4px 4px 0 0;*/
}
.train-main-menu .dropdown-toggle::after {
	content: '';
	background-image: url(../img/header/chevron-down-white.png);
	border: 0;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	right: 3px; 
}
.train-main-menu .nav-item:hover .dropdown-toggle::after {
	background-image: url(../img/header/chevron-down-dark.png);
}

/*header right css*/
.train-header-right {

}
.train-header-right .contact-no {
	text-shadow: 0px 0px 10px #0000008C;
	padding-left: 30px;
}
.train-header-right .fa-phone {
	font-size: 11px;
	transform: rotate(90deg);
	padding: 5px;
	background-color: #CEA049;
	border-radius: 50%;
	color: #fff;
	/*margin-right: 5px;*/
	left: 0;
	top: 5px;
}
.train-header-right .contact-no .tel-number {

}
.train-header-right {

}
.info-div {

}
.train-header-right .contact-dates {
	line-height: 1.2;
	/*border-left: 1px solid #fff;*/
	padding-left: 10px;
	margin-left: 10px;
}
.train-header-right .contact-dates:before {
	content: " ";
	position: absolute;
	left: 0;
	border-left: 0.5px solid #fff;
	height: 22px;
	top: 4px;
}

/*==========================
	End Header Css
============================*/

/*====Start Footer======*/

.footer {

}
.train-footer-menu {
	background-color: #282828;
	color: #fff;
	padding: 45px 0; 
}
.footer a {
	color: #fff;
}
.train-bottom-footer {
	border-top: 1px solid #fff;
	/*padding-top: 40px;*/
	margin-top: 40px;
}
.train-footer-payment {
	background-color: #F8F8F8;
	padding: 25px 0;
}
.t-foo-pay-list {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 0px auto;
    max-width: 380px;
}
.t-foo-pay-list li {
	padding: 0 4px;
    text-align: center;
}

/*====End Footer======*/
/* Start Footer Top Links*/
.train-foo-top-link {
	padding: 50px 0;
}

.tfoot-top-div .foo-top-title {
	
}
.tfoot-top-div .foo-top-list {
	
}
.tfoot-top-div .foo-top-list li {
	margin-bottom: 7px;
	line-height: 1.3;
}
.tfoot-top-div .foo-top-list a {
	color: #282828;
}
.tfoot-top-div {
	
}
/* End Footer Top Links*/

/*Start Newsletter Css*/

.train-newsletter-input {
	max-width: 514px;
	width: 100%;
	/*float: left;*/
	/*padding-top: 40px;*/
}
.newsletter-bg-overlay {
	/*background-color: rgba(0,0,0,0.64);*/
	background: linear-gradient(to right, rgba(0,0,0,0.94), rgba(0,0,0,0.86), rgba(0,0,0,0.60));
    opacity: 64%;
}
.train-newsletter-input .input-email {
	height: 40px;
    width: calc(100% - 155px);
    background-color: #fff;
    border: 0.5px solid #686868;
    font-size: 13px;
	border-radius: 5px 0px 0px 5px;
    padding: 0 15px;
    transition: all 0.5s;
    outline: none;
    float: left;
    color: #282828;
}
.train-newsletter-input .input-submit {
	height: 40px;
    border: 0;
    border-radius: 0;
    background-color: #CEA049;
    font-weight: 700;
    color: #fff;
    width: 155px;
    outline: none;
    padding: 10px 15px;
}
.train-newsletter-input .input-submit:hover {
	background-color: #A67C32;
}



/*End Newsletter Css*/

/*==========================
Start Header-Footer Media Query
============================*/

/*Extra small devices (portrait phones, less than 576px)*/
 /*No media query for `xs` since this is the default in Bootstrap*/

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

	.t-foot-col {
		-ms-flex: 0 0 28%;
	    flex: 0 0 28%;
	    max-width: 28%;
	}
	.t-foot-col.col-last {
		-ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
	}
	.t-foot-col.social-last {
		-ms-flex: 0 0 6%;
	    flex: 0 0 6%;
	    max-width: 6%;
	}
	.footer-social li {
		width: 25px;
		margin: 0 auto 10px auto;
	}
	.h-abv-tab {
		display: none !important;
	}
	.train-foo-top-link {
		/*padding: 50px 0;*/
		background-image: url(../img/footer/footer-top-bg-img.png);
	}
	.tfoot-top-div {
		/*padding: 25px;*/
		box-shadow: 0px 0px 2px #0000002E;
		border-radius: 1px;
		background-color: #fff;
	}
	.train-newletter-sec {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.train-newsletter-input {
		/*padding-top: 40px;*/
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.train-newsletter-row {
		padding: 0 15px;
	}
	.train-newsletter-bg {
		padding: 48px;
		/*margin: 0 15px;*/
	}
	.tnewsl-title-div .title-border:after {
	    border-color: #fff;
	    left: 0;
	    transform: translateY(-0);
	}
}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.h-des-tab {
		display: none !important;
	}
}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.h-des {
		display: none !important;
	}
	.dest-large-col {
		-ms-flex: 0 0 45.333333%;
	    flex: 0 0 45.333333%;
	    max-width: 45.333333%;
	}
	.dest-small-col {
		-ms-flex: 0 0 27.333333%;
	    flex: 0 0 27.333333%;
	    max-width: 27.333333%;
	}
	.train-main-header .train-main-nav {
		padding: 38px 0 0 0;
	}
/*	.train-main-nav .train-main-menu {
		padding-top: 10px;
	}*/
	.train-main-nav .head-logo {
		padding-bottom: 0;
		padding-top: 0;
	}
	/*=====desktop submenu=====*/
	.train-desktop-menu .sub-menu {
		padding: 30px 15px;
		margin-top: -1px;
		/*box-shadow: 0px 25px 99px #00000085;*/
		box-shadow: 0px 15px 15px #00000085;
	}
	.train-desktop-menu .sub-menu.menu-1-col {
		width: 310px;
		left: -50%;
	}
	.train-desktop-menu .sub-menu.menu-2-col {
		width: 620px;
		left: -50%;
	}
	.train-desktop-menu .sub-menu.menu-3-col {
		width: 930px;
		left: -300px;
	}
	.train-desktop-menu .menu-list:first-child .sub-menu.menu-3-col {
		left: -50%;
	}
	.train-desktop-menu .sub-menu a {
		color: #282828;
	}
	.train-desktop-menu .sub-menu .dropdown-block {
		/*padding-left: 0;*/
	}
	.train-desktop-menu .sub-menu .sub-list li {
		margin-bottom: 5px;
	}
	.train-desktop-menu .sub-menu .sub-list li {

	}
	.train-desktop-menu .sub-menu .d-footer {
		color: #CEA049;
		margin-top: 10px;
		display: inline-block;
	}
	.train-desktop-menu .sub-menu .d-footer i {
		margin-left: 5px;
	}
	/*=====End desktop submenu=====*/
	.tfoot-top-div {
		padding: 25px;
	}
}


 /*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
	.h-tab {
		display: none !important;
	}
	.train-main-header .train-main-nav {
		padding: 0;
	}
	.train-main-header > .modified-container {
		padding: 0;
	}
	.train-main-nav .navbar-toggler {
		height: 66px;
		/*width: 79px;	*/
		width: 55px;	
		border-radius: 0;
	}
	.mobile-call {
		height: 66px;
		width: 35px;
		padding-right: 15px;	
		border-radius: 0;
		margin-right: 3px;	
	}
	.train-main-nav .menu-toggle-open {
		background-color: #fff;
	}

	.fa-phone-mobile {
		font-size: 11px;
		transform: rotate(90deg);
		padding: 5px;
		background-color: #CEA049;
		border-radius: 50%;
		color: #fff;
		margin-top: 22px;
	}
	
	.menu-header .navbar-toggler-icon {
		
	}
	.head-logo {
		max-width: 225px;
		padding: 10px 0;
		width: 100%;
		margin: 0;
	}
	
	.train-mobile-menu .menu-list {
		padding: 0;
		text-align: left;
	}
	.train-mobile-menu .menu-list:last-child .nav-link {
		border-bottom: 0;
	}
	
	.train-mobile-menu .menu-list .nav-link {
		color: #282828;
		font-weight: 600;
		text-transform: uppercase;
		border-bottom: 1px solid #00000029;
		padding: 10px 0;
	}
	.train-mobile-menu .menu-list .nav-link:after {
		content: none;
	}
	.train-mobile-menu .menu-list .nav-link:hover,
	.train-mobile-menu .menu-list .nav-link:active,
	.train-mobile-menu .menu-list .nav-link:focus {
	
	}
	.train-mobile-menu .menu-list .nav-link .arrow-right {
		float: right;
	}
	.train-mobile-menu .sub-menu .img-mobile {
		/*display: none;*/
	}
	
	.train-mobile-menu .sub-menu .dropdown-block .icon-title {
		font-weight: 600;
		padding-left: 0;
		margin-bottom: 15px;
	}
	.train-mobile-menu .sub-menu .dropdown-block .d-footer {
		margin-top: 0;
		font-weight: 600;
	}
	.train-mobile-menu .sub-menu .dropdown-block .sub-list a {
		color: #282828;
	}
	.train-mobile-menu .sub-menu .dropdown-block .sub-list a:hover {
	
	}
	.train-mobile-menu .sub-menu .submenu-layout {
		
	}
	.train-mobile-menu .sub-menu .dropdown-block {
		padding: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #00000029;
		margin-bottom: 15px;
	}
	.train-mobile-menu .sub-menu .dropdown-block:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	
	.train-mobile-menu .dropdown-menu {
		border: none;
	}
	.train-mobile-menu .sub-menu .dropdown-block .d-title {
		padding-bottom: 0;
		margin-bottom: 15px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.mob-nav-menu .sub-menu .sub-list li {
    	margin-bottom: 7px;
	}
	.train-mobile-menu .sub-menu .sub-list li:last-child {
		
	}
	.mobile-nav,
	.mob-sub-menu {
		background-color: #fff;
		top: 66px;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		overflow-x : hidden;
		padding: 20px 15px !important;
		padding-bottom: 150px !important;
	}
	.mobile-nav {
		width: 100%;
		position: fixed;
		left: 0;
		height: 100%;
		z-index: 2;
	}
	.mob-sub-menu {
		position: fixed;
		left: 0;
		z-index: 2;
	}
	.mob-sub-menu .modal-dialog {
		max-width: 100%;
		margin: 10px;
	}
	.mob-sub-menu .close {
		float: none;
		color: #282828;
	    font-size: 14px;
	    text-transform: uppercase !important;
	    border-bottom: none;
	    font-weight: 700;
	    text-transform: none;
	    opacity: 1;
	    padding: 17px 0;	
	}
	.mob-sub-menu .close .arrow-left {
		padding-right: 10px;
	}
	.close-submenu {
		border-bottom: 1px solid #00000029;	
		margin-bottom: 15px;
	}
}

 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	/*Start Common css*/
	.f-30 {
		font-size: 24px;
	}
	.h-tab-mob {
		display: none !important;
	}
	.votre-other.votre-error-div .votre-error {
		background-color: #F8F8F8;
		/*border: 0.5px solid #CEA049;*/
	}
	/*End Common css*/

}
 /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	.modified-container {
		/*padding-left: 25px;
		padding-right: 25px;*/
	}
	/*Start Common css*/
	.f-30 {
		font-size: 20px;
	}
	.entry-content iframe {
		width: 100%;
		height: auto;
	}
	.h-mob {
		display: none !important;
	}
	.train-foo-top-link {
		background-color: #F8F8F8;
		padding: 25px 0;
	}
	.tfoot-top-div {
		margin-bottom: 15px;
	}
	/*End Common css*/			
	.train-footer-menu .footer-col-inner {
		margin-bottom: 20px;
	}
	.train-bottom-footer {
		margin-top: 0;
	}
	.footer-social li {
		width: 25px;
		display: inline-block;
    	margin-right: 8px;
	}
}

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 365.98px) { 
	.head-logo {
		max-width: 150px;
	}
}

/*==========================
	Start Other Page Css
============================*/
.other-banner {
	height: 224px;
	position: relative;
}

.other-banner .banner-content {
	position: absolute;
    max-width: 1270px;
    width: 100%;
    left: 50%;
    bottom: 30px;
    transform: translate(-50% , 0px);
    z-index: 1029;
}
.other-banner .banner-content .banner-title-div {
	text-align: center;
	color: #fff;
}
.other-banner .banner-content .banner-subtitle {
	margin-bottom: 0;
}
.other-banner .banner-overlay {
	top: 0;
	left: 0;
}
.train-common-gradient {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==========================
Start Other Page Media query
============================*/

/*Extra small devices (portrait phones, less than 576px)*/
 /*No media query for `xs` since this is the default in Bootstrap*/

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

}

 /*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	
}


 /*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 


}

 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	

}
 /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
		/*Mobile Reacher form for all page*/
	.train-mob-reach-form {

	}
	.train-mob-reach-form .mob-reacher-title {
		margin-bottom: 23px;
	}
	.train-mob-reach-form .mob-reacher-input {
	    color: #282828;
	    border-radius: 4px;
	    display: inline-block;
	    background-color: #fff;
	    border: 0.5px solid #5C5C5C;
	    height: 45px;
	    font-size: 12px;
	    background-image: url(../img/icons/black-chevron-down.svg);
	    background-repeat: no-repeat;
	    background-position: 95% center!important;
	    background-size: 11px;
	    width: 100%;
	    padding: 12px 15px;
	}
	.train-mob-reach-form .mob-reacher-input.active,
	.train-mob-reach-form .mob-reacher-input.active span {
		font-weight: 700;
	}
	.train-mob-reach-form .train-reach-col {
		margin-bottom: 12px;
	}
	.train-mob-reach-form .train-reach-col:nth-child(3) {
		margin-bottom: 25px;
	}
	.train-mob-reach-form .tabopen-input {
		
	}
	.train-mob-reach-form .mob-btn-div > .default-btn {
		height: 52px;
		padding-top: 12px;
	}
	.train-mob-reach-form .mob-btn-div {
		
	}

	/*Start Mobile Reacher modal tab open*/
	
	.train-reach-modal {

	}
	.train-reach-modal .modal-dialog {
		margin: 0;
	    height: 100%;
	    max-width: 100%;
	}
	
	.train-reach-modal .modal-content {
		border-radius: 0;
	    border: 0;
	    height: 100%;
	}
	.train-reach-modal .modal-header {
	    border-bottom: 0.5px solid #6C6C6C;
	    display: block;
	    position: relative;
	    padding-left: 20px; 
	    padding-right: 20px; 
	}
	.train-reach-modal .modal-header .close {
	    font-size: 40px;
	    opacity: 1;
	    top: 9px;
	    right: 20px;
	    line-height: 0.8;
	}
	.train-reach-modal .desttab-open .modal-title {
	    line-height: 1.5;
	}
	.train-reach-modal .modal-body {
	    padding: 5px 20px;
	    padding-bottom: 50px;
	}
	.train-reach-modal .nav-tabs {
    	border-bottom: 0.5px solid #282828;
	}

	.train-reach-modal .reachtab-topen .nav-tabs .nav-item {
	    width: 33.33%;
	    text-align: center;
	}
	.train-reach-modal .reachtab-topen.teb-two-col .nav-tabs .nav-item {
	    width: 50%;
	}
	
	.train-reach-modal .nav-tabs .nav-item .nav-link {
	    padding: 20px 0;
	    font-size: 15px;
	    line-height: 1.2;
	    border-radius: 0;
	    border: 0;
	    color: #282828;
	    border-bottom: 5px solid transparent;
	}
	.train-reach-modal .nav-tabs .nav-link:focus, .train-reach-modal .nav-tabs .nav-link.active {
	    border-bottom: 5px solid #282828;
	    font-weight: 600;
	}
	.desttab-nav {

	}
/*	.desttab-nav .nav-item:last-child .nav-link {
		padding: 29px 0;
	}*/
	.desttab-nav {
		
	}

	.train-reach-modal .tab-content {
		padding-top: 17px;
	}
	.train-reach-modal .form-check {
	    padding: 0;
	}
	.train-reach-modal .form-check .form-check-label {
	    font-size: 15px;
	    width: 100%;
	    padding: 12px 0px;
	    border-bottom: 0.5px solid #6C6C6C;
	}
	.train-reach-modal .form-check input {
	    width: 17px;
	    height: 17px;
	    margin-top: 14px;
	}

	.date-depart-tab {
		padding-top: 30px !important;
	}

	.date-depart-tab .month-list li {
	    width: 33.33%;
	    padding: 6px;
	    float: left;
	    cursor: pointer;
	}
	.date-depart-tab .month-list {
		margin: 0 -6px;
	}
	.date-depart-tab .month-list li .tr-month-link {
	    padding: 13px 5px;
	    border: 0.5px solid #707070;
	    display: block;
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    margin-bottom: 0;
	}
	.date-depart-tab .month-list .tr-month-link.disabled {
	    pointer-events: none;
	    color: #AAAAAA;
	    background-color: #F8F8F8;
	}
	.date-depart-tab .month-list .tr-month-link.selected, 
	.date-depart-tab .r-option-col .r-logo-list.selected {
    	background-color: #CEA049;
	    color: #fff;
	    font-weight: 600;
	}
	.train-reach-modal {
		
	}
	.train-newsletter-bg {
		background-position: 63% 45%;
	}
	.train-newsletter-input .input-email {
		width: 100%;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	.train-newsletter-bg {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	/*End Mobile Reacher modal tab open*/
	.other-banner .banner-overlay {
	    background-color: rgba(0, 0 , 0, 0.7);
	}
}

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 365.98px) { 
	
}






