
/* Desktop Layout */

@media only screen and (min-width:991.98px) and (max-width:1199.98px) {
.header-info {
	float: right;
}
.header-info ul li {
	padding: 25px 10px 0 10px
}
.header-info ul li a {
	font-size: 12px;
}
.top-info-right ul li:last-child img {
	width: 290px;
	margin-top: -42px;
}
.top-info-right ul {
	padding: 28px 0 0 0;
}
}

@media only screen and (max-width:1199.98px) {
.custom-nav ul li {
	padding: 0 5px;
}
}

/* Desktop or Tablet Layout */
@media only screen and (max-width:991.98px) {
header .logo {
	text-align: center;
}
.header-info ul li {
	padding: 22px 10px;
}
.banner {
	margin-top: -52px;
}
.top-info-right ul {
	padding: 15px 0;
}
.top-info-right ul li:last-child img {
	margin: -90px 0 0 20px;
}
.service .service-item {
	margin: 15px 0;
}
.service .service-item {
	border: 1px dashed #ccc;
	padding: 20px;
}
.service .last {
	border: 1px dashed #ccc;
}
.hl-action ul li {
	font-size: 15px;
}
.testimonial {
	margin-top: 60px;
}
.poweredby {
	text-align: center;
	padding-top: 0;
}
.contain-details .col-lg-4 {
	margin-top: 40px;
}
}

/* Tablet Layout */
@media only screen and (max-width:767.98px) {
.section {
	padding: 50px 0;
}
.header-info {
	padding: 0 0 10px 0;
}
.header-info ul li {
	padding: 10px 10px;
	display: block;
	text-align: center;
}
.slide-text>h2 span {
	font-size: 26px;
	padding: 0px 10px;
}
.top-info-right ul li:last-child img {
	width: 240px;
}
.highlights-content {
	background: #060A0D;
	outline: 2px solid #FFC001;
	outline-offset: -20px;
	height: auto;
	padding: 60px;
}
.hl-list ul {
	width: 100%;
}
.hl-action ul li {
	display: block;
	padding: 10px 0;
}
.hl-action ul li:nth-of-type(2):before, .hl-action ul li:nth-of-type(2):after {
	display: none;
}
.hl-action ul li:nth-of-type(2) span {
	border: 0;
	padding: 0;
	color: #999;
}
.hl-action ul li:nth-of-type(1) a {
	font-size: 22px;
	color: #FFC001
}
.hl-action {
	margin-top: 45px;
}
.contact {
	margin-top: 50px;
}
.copyright {
	text-align: center;
	padding-bottom: 0;
}
.highlights {
	margin-top: 40px;
}
.rates-title h4 {
	margin-bottom: 10px;
}
.contact-page .form {
	margin-top: 30px;
}
.contact-page .contact {
	margin-top: 0;
}
}

/* Large Mobile Layout */
@media only screen and (max-width:576px) {
.top-info-right ul li:last-child {
	display: none;
}
.gallery-item {
	height: auto;
}
.photo-gallery h2.title {
	position: static;
	left: 0;
	margin-top: 0;
	z-index: 9999;
	text-transform: uppercase;
	font-size: 23px;
	text-align: left;
	background: #F4B303;
	padding: 15px 0px;
}
.photo-gallery .col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
photo-gallery h2.title a {
	background: none;
	color: #F4B303;
	padding: 0;
}
}

/* Small Mobile Layout */
@media only screen and (max-width:420px) {
.logo img {
	width: 100%;
}
}

/* Small Mobile Layout */
@media only screen and (max-width:380px) {
}
