@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@500&display=swap');

/* -----------------------------font -family -------------------- */
@font-face {
	font-family: SouthAustralia;
	src: url('../fonts/SouthAustralia.ttf') format("opentype")
}

@font-face {
	font-family: Montserrat-Bold;
	src: url('../fonts/Montserrat-Bold_0.ttf') format("opentype")
}

@font-face {
	font-family: Montserrat-SemiBold_0;
	src: url('../fonts/Montserrat-SemiBold_0.ttf') format("opentype")
}

@font-face {
	font-family: Montserrat-Regular_0;
	src: url('../fonts/Montserrat-Regular_0.ttf') format("opentype")
}

@font-face {
	font-family: Montserrat-Light_0;
	src: url('../fonts/Montserrat-Light_0.ttf') format("opentype")
}

@font-face {
	font-family: Montserrat-Medium_0;
	src: url('../fonts/Montserrat-Medium_0.ttf') format("opentype")
}

@font-face {
	font-family: Montserrat-ExtraLight_0;
	src: url('../fonts/Montserrat-ExtraLight_0.ttf') format("opentype")
}

@font-face {
	font-family: Montserrat-Thin_0;
	src: url('../fonts/Montserrat-Thin_0.ttf') format("opentype")
}

@font-face {
	font-family: Amigos-7BL14;
	src: url('../fonts/SouthAustralia.ttf') format("opentype")
}

@font-face {
	font-family: Rafaela;
	src: url('../fonts/Rafaela-Signature-Regular.otf') format("opentype")
}

@font-face {
	font-family: Kelson-bold;
	src: url('../fonts/Kelson-Sans-Bold.otf') format("opentype")
}

@font-face {
	font-family: Kelson-light;
	src: url('../fonts/Kelson-Sans-Light.otf') format("opentype")
}

@font-face {
	font-family: Kelson-regular;
	src: url('../fonts/Kelson-Sans-Regular.otf') format("opentype")
}

@font-face {
	font-family: Rafaela-regular_0;
	src: url('../fonts/Rafaela-Signature-Regular_0.otf') format("opentype")
}

.navbar_section .form-control::placeholder {
	color: #fff !important;
	opacity: 1;
	/* Firefox */
}

.navbar_section .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}

.navbar_section .form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff !important;
}

.contact_section .content_form .form-control::placeholder {
	color: #2c2c2c !important;
	opacity: 1;
	font-weight: 500;
	/* Firefox */
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 25px;
	font-family: Montserrat-Regular_0;
}

section {
	overflow: inherit;
}

.blog_section {
	/* margin: 50px 0px; */
	padding: 50px 0px;
}

.blog_section .blog_box {
	margin-bottom: 20px;
}

.blog_section .blog_box .img_content .img_size {
	width: 100%;
	height: 192px;
	background-color: #afafaf;
	display: flex;
	align-items: center;
}

.blog_section .blog_box .img_content .content {
	padding: 30px;
	font-family: Montserrat;
	font-size: 16px;
}

.blog_section .blog_box .img_content .content h4 {
	margin-top: 0px;
	margin-top: 22px;
	font-size: 18px;
	line-height: 24px;
	font-family: Montserrat;
}

.blog_section .blog_box .img_content .content h4 a {
	color: #000;
	font-size: 18px;
}

.blog_section .content .date_tit a {
	color: rgba(17, 17, 17, 0.5);
	text-decoration: none;
	transition: 2s;
}

a {
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: none !important;
}

.blog_section .blog_box .img_content .content .phara {
	color: rgba(17, 17, 17, 0.5);
	line-height: 24px;
	font-size: 16px;
	margin-top: 22px;
	font-family: Montserrat;
}

.blog_section .blog_box .img_content .content .more_btn {
	border: 1.4px solid rgb(208, 152, 17);
	padding: 10px 30px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
	color: rgb(208, 152, 17);
	font-family: Montserrat;
	font-weight: 600;
}

.blog_section .blog_box .img_content .content .more_btn:hover {
	background-color: rgb(208, 152, 17) !important;
	color: #fff;
}

.blog_section .rect_post {
	box-shadow: 0px 1px 5px #999;
	border: 1px solid #ccc;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.banner-img-div img {
	width: 100%;
	height: 100%;
}

.blog_section .blog_box .img_content .img_size img {
	width: 100%;
	height: auto;
	object-fit: contain;
	background-repeat: no-repeat;
}

.blog_section .blog_box .img_content {
	border: 1px solid #ccc;
}

.blog_section .rect_post h3 {
	color: #0135c0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: Montserrat;
}

.blog_section .rect_post p a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-family: Montserrat;
}

.blog_section .page_moving {
	margin-top: 30px;
}

.blog_section .page_moving ul li a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	transition: 1s;
}

.blog_section .page_moving ul li a.next {
	color: #d09811;
}

.blog_section .rect_post p {
	font-size: 14px;
	margin-bottom: 5px;
}

.blog_section .page_moving ul li .active {
	color: #fff;
	background-color: #d09811;
}


.banner-txt-div {
	position: absolute;
	top: 35%;
	left: 29%;
}

h1.experience-txt {
	color: #fff;
	font-size: 85px;
	font-family: Montserrat-ExtraLight;
	margin: 0;
}

h2.comfort-txt {
	font-size: 55px;
	color: #fff;
	font-family: 'Montserrat-ExtraLight';
	margin: 0;
	line-height: .5;
}

.view {
	margin-top: 45px;
	text-align: center;
}

.view a.view-room {
	padding: 10px 20px;
	color: white !important;
	background: #e4601b;
	font-family: 'Montserrat-Bold';
	cursor: pointer;
}

h1.convenient-txt {
	text-align: center;
	font-size: 88px;
	font-family: Montserrat-Thin;
	line-height: .8;
	color: #2e2e2e;
}

h2.comfort-txt1 {
	text-align: center;
	font-family: Montserrat-Light;
	margin-top: 45px;
	color: #2e2e2e;
	font-size: 30px;
	margin-bottom: 0;
}

p.comfort-para {
	text-align: center;
	font-family: Montserrat-Regular;
	color: #000000;
	padding-top: 18px;
	margin: 0;
	font-size: 15px;
}

.more-div {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 60px;
}

.blog_section .reverse-column .row #cars {
	margin-bottom: 30px;
	border-radius: 30px;
	padding: 9px 16px;
	width: 100%;
	border: 1px solid #ced4da;
	font-family: Montserrat;
}

.blog_section .reverse-column .row #cars:focus-visible {
	outline: transparent;
}

.blog_section .reverse-column .row .input-group {
	margin-bottom: 30px;
	width: 100%;

}

.blog_section .reverse-column .row .input-group input {
	border-radius: 30px;
	padding: 0px 16px;
	font-family: Montserrat;
}

.blog_section .reverse-column .row .custom-select:focus,
.blog_section .reverse-column .row .input-group input:focus {
	box-shadow: none;
	border: 1px solid #ced4da;
}

.pagination-lg {
	align-items: center;
	justify-content: center;
}

/*media query*/


@media screen and (max-width: 992px) {
	.mid-header-txt {
		display: none;
	}

	.comfort-hotel-div {
		padding: 50px 0px;
	}

	span.foot {
		display: none;
	}

	.comfort-suites-logo-div {
		right: 43%;
		margin: 0;
	}

	.logo-div {
		display: none;
	}

	.mid-header {
		display: none;
	}

	.top-header {
		display: none;
	}

	.logo-div1 {
		display: block;
		/* padding-top: 30px; */
		/* position: absolute; */
		top: 20px;
		left: 45%;
		width: 80px;
		z-index: 999;
		height: 70px;
		background: #001564;
		border-radius: 0px 0px 77px 77px;
	}

	.logo-div1 img {
		width: 100%;
	}

	.right-arrow {
		display: none !important;
	}

	.left-arrow {
		display: none !important;
	}

	.banner-txt-div {
		top: 40%;
		left: 25%;
	}

	.view {
		margin-top: 30px;
	}

	h1.convenient-txt {
		font-size: 40px;
	}

	.multiple-items {
		width: 100%;
	}

	.king-bed {
		text-align: center;
		width: 100%;
	}

	.view-all-div {
		width: 100%;
	}

	.multiple-items1 {
		width: 100%;
		margin: 0;
	}

	.suites-img-div {
		width: 80%;
		margin: auto;
	}

	.suites-img-div img {
		width: 100%;
		object-fit: cover;
	}

	ul.check-in {
		flex-wrap: wrap;
	}

	li.check-out {
		padding: 5px;
	}

	ul.cheddars-txt {
		width: 100%;
	}
}

@media screen and (max-width: 820px) {
	.banner-txt-div {
		display: none;
	}
}


@media screen and (max-width: 768px) {
	.mid-header-txt {
		display: none;
	}

	.free-access-div {
		display: block;
	}

	ul.foot-terms {
		flex-wrap: wrap;
	}

	.banner-img-div img {
		object-fit: fill;
	}

	.fixed-top {
		padding: 0px 30px !important;
		padding-top: 40px !important;
	}

	.banner-img-div {
		height: 400px !important;
	}

	section#directory {
		width: 100%;
	}

	section#convenient {
		padding-top: 60px;
	}

	.logo-div1 {
		display: block;
		/* padding-top: 30px; */
		/* position: absolute; */
		top: 20px;
		left: 45%;
		width: 80px;
		z-index: 999;
		height: 70px;
		background: #001564;
		border-radius: 0px 0px 77px 77px;
	}

	.logo-div1 img {
		width: 100%;
	}

	.multiple-items1 {
		width: 100%;
	}

	.top-header {
		display: none;
	}

	.mid-header {
		display: none;
	}

	li.overview {
		padding-left: 5px !important;
	}

	.suites-img-div {
		width: 100%;
		margin: auto;
	}

	span.foot {
		display: none;
	}

	.gallery-img-div {
		width: 100%;
	}

	.comfort-suites-logo-div {
		right: 40%;
	}

	.bHwPFH {
		flex-wrap: wrap;
	}

	.reCdr {
		margin: 0;
	}

	.jfbyCW:not(:first-child) {
		margin: 0 !important;
		margin-top: 10px !important;
	}

	.logo-div {
		left: 38%;
	}

	.banner-txt-div {
		/* top: 125px; */
		/* left: 178px; */
		display: none;
	}

	h1.experience-txt {
		font-size: 31px;
	}

	h2.comfort-txt {
		font-size: 20px;
	}

	.view {
		margin-top: 22px;
	}

	.view {
		margin-top: 22px;
	}

	h1.convenient-txt {
		font-size: 32px;
		line-height: 1;
	}

	h2.comfort-txt1 {
		font-size: 23px;
	}

	h2.rooms-suites-txt {
		font-size: 25px;
	}

	a.suites-item1 {
		font-size: 20px;
	}

	.multiple-items {
		margin: 0;
		width: 100%;
	}

	h2.amenities-txt {
		font-size: 30px;
	}

	.hote-amenities {
		width: 100%;
		flex-wrap: wrap;
	}

	a.link-nav {
		font-size: 20px;
	}

	p.comfort-hotel-para {
		margin-top: 20px;
		font-size: 16px;
	}

	.comfort-hotel-div {
		background-size: 100% 100%;
	}

	h2.experience-txt {
		font-size: 20px;
	}

	ul.tick-div {
		display: block;
	}

	.check-availability-div {
		margin-top: 25px;
	}

	a.ability-txt {
		font-size: 15px;
	}

	span.left-angle-arrow {
		left: 37%;
	}

	span.right-angle-arrow {
		right: 37%;
	}

	section#gallery {
		padding-top: 30px;
	}

	h2.gallery-txt {
		font-size: 30px;
	}

	h2.hotel-information-txt {
		font-size: 25px;
	}

	ul.check-in {
		flex-wrap: wrap;
	}

	li.check-out {
		padding: 5px;
	}

	h4.dining-txt {
		font-size: 20px;
	}

	ul.cheddars-txt {
		width: 100%;
		margin-bottom: 40px;
	}

	.social-media {
		/* display: block; */
		flex-wrap: wrap;
	}

	h2.reviews-txt {
		font-size: 25px;
	}

	p.real-guest-review-para {
		width: 100%;
		text-align: center;
	}

	.comfort-review-div {
		background-size: 100% 100%;
	}

	ul.foot-overview {
		flex-wrap: wrap;
	}

	ul.foot-terms {
		flex-wrap: wrap;
		margin-top: 25px;
	}

	.king-bed {
		width: 100%;
		text-align: center;
	}

	span.left-angle-arrow1 {
		/* width: 30px; */
		/* height: 30px; */
		/* top: -35px; */
		/* right: 35px; */
		display: none;
	}

	span.right-angle-arrow1 {
		display: none;
	}

	span.left-arrow {
		display: none !important;
	}

	span.right-arrow {
		display: none !important;
	}

	.view-all-div {
		width: 100%;
	}

	.multiple-items1 {
		width: 100%;
	}
}

@media screen and (max-width: 414px) {
	.comfort-suites-logo-div {
		right: 34%;
	}

	nav#navbar_top {
		padding: 0px 14px;
	}

	.fixed-top {
		padding-top: 56px !important;
	}
}