@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: Montserrat-SemiBoldItalic;
	src: url(../fonts/Montserrat-SemiBoldItalic.ttf);
}
body {
	font-family: Montserrat-Regular;
}
header {
	z-index: 1;
}
.header-email i, 
.header-email span, 
.header-call i, 
.header-call span {
	color: #fff !important;
}
.header-call {
	background: linear-gradient(45deg, #e22b3b, #ff2d2d);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: right;
}

/*Fonts*/

.fnt-bld {
	font-family: Montserrat-Bold;
}
.fnt-smi-bld {
	font-family: Montserrat-SemiBold;
}
.fnt-smi-bld-itlc {
	font-family: Montserrat-SemiBoldItalic;
}

/*Fonts*/

.banner-sec {
	top: 0;
}
.banner-img {
	background: url(../img/banner.jpg) no-repeat center center / cover;
	height: 100vh;
}
.banner-lft-rgt-sec {
	margin-top: -50px;
}
.banner-lft-rgt-sec h1 {
    font-size: 2rem !important;
    text-align:center;
}
.banner-lft-rgt-sec h5 {
    text-align:center;
}
.qry-form {
	background-color: rgba(255, 206, 48, 0.8);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    z-index: 1;
    box-shadow: 0px 0px 3px 0px #d5263c;
    -webkit-box-shadow: 0px 0px 5px 0px #db0e3e;
    -moz-box-shadow: 0px 0px 5px 0px #db0e3e;
}
.corner-effect-1 {
	position: absolute;
	left: -35px;
	top: -35px;
}
.corner-effect-2 {
	position: absolute;
	right: -55px;
	bottom: -55px;
}
.qry-form-header hr {
	border-top: 1px solid #f5da83;
	border-bottom: 1px solid #cea52e;
	margin-top: 0.75rem;
}
.qry-form .form-control {
	font-size: 0.75rem;
	border: none;
	height: 40px;
}
.qry-form .input-group-prepend select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 40px !important;
}
.qry-form .form-control.datepicker {
	padding: 0.375rem 0.75rem !important;
}
.qry-form .input-group.two-inputs input:first-child {
	width: 30%;
	border-right: 2px solid #ccc;
}
.qry-form .btn-primary, 
.btn-primary {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	background: linear-gradient(120deg, #e22b3b, #ff2d2d);
	border: 0;
	padding: 0.475rem 0.75rem !important;
	/*transition: all .2s;*/
}
.btn-primary:hover {
	transform: scale(1.1);
}
.btn-common {
	min-width: 260px;
}
.hover-effect {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.hover-effect:hover {
	transform: scale(1.1);
}
.cal-icon {
	background-image: url(../img/cal-icon.png);
	background-repeat: no-repeat;
	background-position: top 11px right 10px;
}
.banner-sec .strip {
	/*background-color: rgba(219, 14, 62, 0.9);*/
	background: rgba(255, 206, 48, 0.8);
	bottom: 0;
}
.featured-items-list {

}
.featured-items-list li {
	list-style: none;
	width: 14%;
}
.featured-items-list li .rounded-circle {
	width: 90px;
	height: 90px;
}
.featured-items-list .rounded-circle img {
	width: 65%;
}
.featured-items-title {
	font-size: 0.775rem;
	text-align: center;
}
.common-heading {
	border-bottom: 2px solid #e32b3b;
	display: inline-block;
}
.list-style-box {
	max-width: 690px;
	margin: 0 auto;
}
.list-style-box li {
	font-size: .90rem;
	float: left;
	min-width: 33.3%;
	box-sizing: border-box;
	height: 180px;
}
.list-style-box li img {
	height: 54px;
}
.list-style-box.red-ylo li:nth-child(odd) {
	background-color: #e32b3b;
}
.list-style-box.red-ylo li:nth-child(even) {
	background-color: #e39c2b;
}
.list-style-box.blk-gry li:nth-child(odd) {
	background-color: #3f3f3f;
}
.list-style-box.blk-gry li:nth-child(even) {
	background-color: #e7e7e7;
}
.list-style-box.blk-gry li:nth-child(even) span {
	color: #3f3f3f !important;
}

.list-style-box.icon-list li {
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.review-slider {
	width: 690px;
	margin: 0 auto;
}
.review-slider .carousel-item img {
	max-width: 150px;
}
.review-slider .carousel-item .description {
	background-color: #3f3f3f;
	font-family: Montserrat-SemiBoldItalic;
}
.review-slider .carousel-indicators {
	bottom: -45px;
}
.review-slider .carousel-indicators li {
	background-color: #c0c0c0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.review-slider .carousel-indicators li.active {
	background-color: #3f3f3f;
}
.cstm-accordion .card-header {
	background-color: #e7e7e7;
}
.cstm-accordion h6 {
	color: #3f3f3f !important;
}
.cstm-accordion.coll-expnd-icon h6:after {
	content: "\f067";
	display: inline-block;
	position: absolute;
	right: 17px;
	top: 12px;
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transition: all 0.5s ease;
}
.cstm-accordion.coll-expnd-icon .card-header[aria-expanded='true'] h6:after {
	content: "\f068";
	transition: all 0.5s ease;
}
.shadow {
	box-shadow: 0px 0px 8px 0px #b1b1b1;
}
.no-underline:hover {
	text-decoration: none;
}
.link-hover-effect:hover {
	opacity: 0.8;
}
.bg-corner-effect {
	background: url(../img/bg-corner-right.png) no-repeat right ;
}
section:nth-child(odd) {
	background-color: #fff;
}
section:nth-child(even) {
	background-color: #f9f9f9;
}
.input-error {
 	border-color: red im !important;
 	box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255,0,0,.6) !important;
 	-webkit-box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255,0,0,.6) !important;
 	-moz-box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255,0,0,.6) !important;
}
.scroll-top-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 32px;
    color: #999;
    cursor: pointer;
}

@media screen and (max-width: 820px) {
	.banner-lft-rgt-sec {
		margin-top: 0;
	}
	.banner-img {
		height: 700px;
	}
	.banner-sec .strip {
		position: unset !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.featured-items-list .rounded-circle img {
		width: 55%;
	}
}
@media screen and (max-width: 768px) {
	/*.header-email span, 
	.header-call span {
		display: none;
	}*/
	.header-email i, 
	.header-call i {
		font-size: 1rem;
		margin: 0px !important;
	}
	.header-mdl .navbar {
		padding: 0;
	}
	.header-mdl .navbar a {
		margin: 0;
	}
	.header-rht {
		padding: 0 !important;
		background: unset;
	}
	.banner-lft-rgt-sec {
		margin-top: 120px;
	}
	.banner-lft-rgt-sec h1 {
	    font-size: 1.3rem !important;
	}
	.banner-lft-rgt-sec h5 {
	    font-size: 1rem;
	    margin-top: 1rem !important;
        margin-bottom: 1rem;
	}
	.banner-img {
		height: 764px;
	}
	.list-style-box li {
		width: 100%;
	}
	.txt-center-mbl {
		text-align: center;
	}
	.banner-sec .strip {
		position: relative !important;
	}
	.featured-items-list {
		flex-flow: column;
	}
	.featured-items-list li {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
	}
	.featured-items-list li:last-child {
	    border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
	}
	.review-slider {
		width: 100%;
	}
	.qry-form {
		margin-bottom: 20px;
		background-color: rgba(255, 206, 48, 0.9);
	}
	.overflow-hidden-mbl {
		overflow: hidden;
	}
	.mt-20-mbl {
		margin-top: 20px;
	}
	.jc-center-mbl {
		justify-content: center;
	}
	.header-box {
	    flex-flow: column;
	}
	.header-lft {
	    display: none !important;
	}
	.list-style-box.icon-list li {
	    height: auto;
	}
	.list-style-box.icon-list li span:first-child {
	    display: flex;
	    align-items: center;
	}
	.list-style-box.icon-list li span span {
	    text-align: left;
	}
}
@media screen and (max-width: 460px) {
	.banner-lft-rgt-sec {
		margin-top: 140px;
	}
	.banner-img {
		height: 764px;
	}
}
@media screen and (max-width: 393px) {
	.banner-lft-rgt-sec {
		margin-top: 117px;
	}
	.banner-img {
		height: 764px;
	}
}
@media screen and (max-width: 360px) {
	.banner-lft-rgt-sec {
		margin-top: 126px;
	}
	.banner-img {
		height: 824px;
	}
}