<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: 'Open Sans', sans-serif;
}
hr{
	opacity: 100;
}
hr.horizontal2 {
	border-top: 3px solid #FFFFFF;
	max-width: 10%;
}
hr.horizontal2-color {
	border-top: 3px solid #8bd0ba;
	max-width: 20%;
}
hr.horizontal2-black {
	border-top: 1px solid #000;
	width: 95%;
	margin: auto;
}
hr.horizontal2-white {
	border-top: 1px solid #fff;
	width: 95%;
	margin-top: 10px;
}
hr.vertical-white {
	border-left: 1px solid #fff;
	height: 95%;
	width: 1px;
	margin-top: 0px;
	margin-right: 15px;
}
.header_logo{
	width: 300px;
}
#share a{
	text-decoration: none !important;
	font-weight: 700;
	border-radius: 50px;
	color: inherit;
}
.job_share_logo{
	width: 150px;
}
.main-heading-white{
	font-weight: 700;
	color: #fff;
}
.main-heading-black{
	font-weight: 700;
	color: #3f3f3f;
}
.sm-content{
	font-size: 14px;
}
.rg-content{
	font-size: 18px;
}
.md-content{
	font-size: 22px;
}
.title-logo{
	width: 50px;
}
#support-banner{
	background-image: url('../images/BookAshift_cta.jpg');
	background-size: cover;
	background-position: center;
}
#Bookashift-banner{
	background-image: url('../images/BookAshift_app.jpg');
	background-size: cover;
	background-position: center;
}
#refer-banner{
	background-image: url('../images/Refer_Friend_cta.jpg');
	background-size: cover;
	background-position: right;
}
.btn-yellow{
	background-color: #FFDE17 !important;
	font-weight: 700;
	border-radius: 50px;
}
.btn-sky-blue{
	background-color: #8bd3c4 !important;
	font-weight: 700;
	border-radius: 50px;
	color: #fff !important;
}
.custom_share_btn{
	background-color:#FFDE17;width: fit-content;border-radius: 50px;
}
.btn-check:focus+.btn-warning, .btn-warning:focus{
	box-shadow: unset !important;
}
#footer a{
	text-decoration: none !important;
}
.ft-img{
	width: 50px;
	height: 50px;
}
.banner-img{
	background-size: cover;
	background-position: right;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:  #ffde17 !important;
}
#footer .sm-content{
		font-size: 12px !important;
	}
	.share_text{
			font-size: 14px !important;
		}
@media screen and (max-width: 700px) {
	.header_logo{
		width: 200px;
	}
	hr.horizontal2 {
		max-width: 20% !important;
	}
	hr.horizontal2-color{
		max-width: 20% !important;
	}
	.md-content{
		font-size: 12px;
	}
	.banner-img{
		box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 44%);
	}
	.share_icon{
			width: 8px !important;
		}
		.share_text{
			font-size: 8px !important;
		}
}</pre></body></html>