.logo-wrapper img {
	height: 65px;
}

.logo-wrapper {
	padding: 10px 0;
	margin: 0;
}

.top-menu-bar {
	top: 70px;
}

@media (max-width: 480px) {
	.logo-wrapper img {
		height: 60px;
	}

	.top-menu-bar {
		top: 53px;
	}
}

@media (max-width: 375px) {
	.top-menu-bar {
		top: 19px;
	}
}

@media (max-width: 992px) {
	.all-sec-padding {
		padding: 40px 0;
	}
}

/* book form starts */

.book-form form textarea,
.book-select,
.book-form form input {
	display: block;
	width: 100%;
	padding: 7px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	outline: none;
	border-radius: 3px;
	background: #fff;
}

/* .book-form form label {
	font-size: 12px;
	font-weight: 600;
	display: block;
} */

.book-form {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.book-form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(141, 201, 193, 0.6);
}

.book-form form button {
	color: #fff;
	background: #16ace0;
	padding: 10px 25px;
	font-size: 16px;
	outline: none;
	border: none;
	margin: 0 auto;
	max-width: 200px;
	text-align: center;
	display: block;
	margin: 0 auto;
	transition: 300ms ease all;
	margin-top: 20px;
	border-radius: 5px;
}

.input-group-append button {
	margin-top: 0 !important;
}

.book-form form button:hover {
	background: #ed2725;
}

.book-form form {
	padding: 40px 20px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	position: relative;
}

.book-form-title {
	display: block;
	margin: 30px;
	text-align: center;
}

.book-form-title h3 {
	font-size: 20px;
}

.book-form-title h3 span {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	background: #16ace0;
	font-size: 20px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.book-select::before {
	display: none;
}

.book-select .select-selected {
	padding: 5px;
	display: block;
	width: 100%;
}

.book-form form textarea {
	height: 200px;
}

/* custom select */

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #424242;
	width: 100%;
	height: 35px;
}

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	padding: 7px 15px;
	-moz-transition: all 0.2s ease-in;
	font-size: 14px;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #424242 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}

.select-styled:hover {
	background-color: #f1f1f1;
}

.select-styled:active,
.select-styled.active {
	background-color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #424242 transparent;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.select-options li {
	margin: 0;
	padding: 7px;
	text-indent: 15px;
	font-size: 14px;
	border-bottom: 1px solid #ffffff;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	color: #ffffff;
	background: #3c67b1;
}

.select-options li:hover {
	color: #424242;
	background: #fff;
}

.select-options li[rel="hide"] {
	display: none;
}

.custom-select {
	padding: 0 !important;
}

.title-wrapper {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}

.title-wrapper h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}

.all-sec-padding {
	padding: 80px 0;
}
