.container {
	max-width:912px;
	padding: 0;
}
.grecaptcha-badge{
	visibility: hidden;
}
body{
	text-align: center;
	font-family: 'Open Sans';
	color: #000;
}
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
    background-color: #be865c;
    color: white;
    outline: none;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #be865c;
    outline: 0;
    box-shadow: none;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn{
	font-size: 9.75pt;
}
.btn+.btn{
	margin-left: 10px;
}
.btn.btn-brown{
	background-color: #be865c;
	color: #FFF;
}
.btn.btn-white{
	background-color: #FFF;
	color: #be865c;
	border-color: #000;
}
.color-brown{
	color: #be865c !important;
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.position-lb{
	position: absolute;
	left: -2px;
	bottom: -3px;
}
.position-rb{
	position: absolute;
	right: -2px;
	bottom: -3px;
}
/************************ HEADER STYLE START *********************/
.header{
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	background-position: center 30%;
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 300px;
}
.logo-wraper{
	margin-bottom: 60px;
}
.logo{
	width: 219px;
}
.header h1{
	font-size: 31pt;
	font-weight: bold;
}
.header p{
	font-size: 10.5pt;
	margin-bottom: 30px;
	padding: 0 10px;
}
.header .btn.btn-brown, .service .btn.btn-brown, .schedule .btn.btn-brown{
	width: 224px;
}
/********************* APPOINTMENT STYLE START *************************/
.appointment{
	background-color: #f5f5f5;
	position: relative;
	padding: 30px 0 20px;
}
.appointment>.container{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.appoint-middle{
    position: absolute;
    z-index: 3;
	text-align: center;
    max-width: 430px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 20px;
    margin: auto;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
}
.appoint-middle>h2{
	font-size: 24px;
	font-weight: bold;
}
.appoint-middle>p{
	font-size: 10.5pt;
}
.appoint-middle>div{
	padding: 0 10px;
}
.appoint-middle label{
	display: block;
	text-align: left;
	font-size: 10.5pt;
	padding-left: 3px;
	margin-bottom: 5px;
}
.appoint-middle .form-control{
	font-family: 'Montserrat';
	font-size: 9.75pt;
	font-weight: 400;
}
#form-result{
	position: absolute;
    font-size: 10.5pt;
    top: -17px;
    color: red;
    margin-bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .5s;
}
#form-result.show{
	opacity: 1;
}
#form-signup>div{
	position: relative;
	padding-bottom: 20px;
}
#form-signup label.error{
	position: absolute;
	bottom: 0;
	left: 0;
	color: red;
	font-size: 8pt;
	margin-bottom: 0;
}
.appoint-middle>div>p{
	font-family: 'Montserrat';
	font-size: 9.75pt;
	color: #c4c4c4;
	border: dashed 1px #c4c4c4;
	border-radius: 5px;
	padding: 5px;
}
.appoint-left{
	text-align: right;
}
.appoint-right{
	text-align: left;
}
.appoint-right, .appoint-left{
	width: 210px;
}
.appoint-left>.appoint-card>div{
	padding-right: 10px;
	height: 56px;
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.appoint-right>.appoint-card>div{
	padding-left: 10px;
	height: 57px;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.appoint-card>h3{
	font-size: 13.5pt;
	font-weight: bold;
	margin-bottom: 0;
}
.appoint-card>p{
	font-size: 10.5pt;
	white-space: nowrap;
}
/************************* SERVICE STYLE START ****************************/
.service{
	padding: 200px 0 70px;
	background-image: url('../img/ic_razor.png');
	background-repeat: no-repeat no-repeat;
	background-position: 10% bottom;
}
.service h2, .schedule h2, .contact h2{
	font-size: 18pt;
	font-weight: bold;
}
.service>div>p, .schedule>div>p, .contact>div>p{
	font-size: 10.5pt;
	padding: 0 5px;
	margin-bottom: 40px;
}
.service-imgs{
	font-size: 18pt;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 70px;
}
.service-imgs>span{
	position: relative;
	margin: 0 15px;
	display: inline-block;
}
.service-imgs img{
	border-radius: 10px;
}
.service-imgs>span>span{
	line-height: 1;
}
/*************************** OPENING HOUR STYLE START ****************************/
.schedule{
	background-color: #f5f5f5;
	padding: 50px 0;
}
.times, .contact-details{
	display: flex;
	padding: 0 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.time-block{
	border: dashed 1px #be865c;
	border-radius: 10px;
	padding: 8px 13px;
	margin: 0px 13px 20px;
	width: 112px;
}
.time-block>p{
	margin-bottom: 0;
	font-size: 10.5pt;
	text-align: left;
}
/****************************** CONTACT STYLE START ****************************/
.contact{
	padding: 60px 0 10px;
	background-image: url('../img/ic_scissors.png');
	background-repeat: no-repeat no-repeat;
	background-position: 80% top;
}
.contact-item>p{
	user-select: none;
	font-size: 10.5pt;
	margin-bottom: 0
}
.contact-item>p>a{
	text-decoration: none;
	color: #000;
}
.contact-number{
	border: dashed 1px #be865c;
	border-radius: 10px;
	padding: 5px 13px;
	margin: 0 10px;
	width: 270px;
}
#tel-number, #contact-address{
	cursor: pointer;
}
/****************************** FOOTER STYLE START *****************************/
.footer{
	padding: 10px 0 100px;
}
.footer span{
	cursor: pointer;
	color: #000;
	margin: 0 20px;
	font-size: 10.5pt;
}
.footer p:last-child{
	font-size: 10.5pt;
	font-weight: 600;
	margin: 10px 0;
}
/****************************** MODAL STYLE START ****************************/
.modal{
	text-align: left;
	font-size: 10.5pt;
}
.modal-header {
    background: #be865c;
    color: #fff;
}
.modal-body, .modal-footer {
    background: #fff;
}
.scroll-cont {
    height: 150px;
    overflow-y: auto;
    -webkit-box-shadow: inset 0 -2px 2px 0 rgb(0 0 0 / 5%), inset 0 5px 5px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 -2px 2px 0 rgba(0,0,0,.05),inset 0 5px 5px 0 rgba(0,0,0,.05);
    box-shadow: inset 0 -2px 2px 0 rgb(0 0 0 / 5%), inset 0 5px 5px 0 rgb(0 0 0 / 5%);
    padding: 10px;
}
.scroll-cont::-webkit-scrollbar {
    width: 5px;
}

.scroll-cont::-webkit-scrollbar-track {
    background-color: #ccc;
}

.scroll-cont::-webkit-scrollbar-thumb {
    background-color: #777777;
}
.modal h2{
	font-size: 18pt;
}
.modal h3{
	font-size: 14pt;
}
.modal p{
	font-size: 10.5pt;
}
.btn-secondary{
	background-color: #FFF;
	color: #6c757d;
}

@media(max-width: 1050px){
	.appoint-card>p{
		white-space: inherit;
	}
}
@media(max-width: 950px){
	::-webkit-calendar-picker-indicator {
	    filter: invert(1);
	}
	.container{
		max-width: 100%;
		padding: 0 15px;
	}
	.appointment>.container{
		display: block;
	}
	.appoint-middle{
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(0);
		margin-top: -200px;
		margin-bottom: 30px;
	}
	.appoint-right, .appoint-left{
		width: 100%;
		text-align: center;
	}
	.appoint-left>.appoint-card>div, .appoint-right>.appoint-card>div{
		display: block;
	}
	.service{
		padding-top: 60px;
	}
	.contact-details{
		flex-direction: column;
	}
	.contact-item+.contact-item{
		margin-top: 20px;
	}
	.contact-item>p{
		margin: 0 auto;
	}
}
@media(max-width: 700px){
	.header h1{
		font-size: 26pt;
	}
	.service-imgs>span{
		display: block;
		max-width: 180px;
		margin: 0 auto;
	}
	.service-imgs>span+span{
		margin-top: 20px;
	}
}
@media(max-width: 550px){
	.header h1{
		font-size: 20pt;
	}
	.btn{
		display: block;
		margin: 0 auto;
	}
	.btn+.btn{
		margin-left: auto;
		margin-top: 20px;
	}
	.contact-details{
		padding: 0 15px;
	}
	.footer span{
		display: block;
	}
}
@media(max-width: 400px){
	.times{
		padding: 0 15px;
	}
}