

@font-face {
	font-family: 'Int Circular PTT';
	src: url('../font/IntCircularPTT-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

/*@media all and (min-width: 1080px) and (max-width:1920px) {*/
/*    .hero-search {*/
/*        background-size: cover ;*/
/*    }*/
/*}*/

@font-face {
	font-family: 'Int Circular PTT';
	src: url('../font/IntCircularPTT-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Int Circular PTT';
	src: url('../font/IntCircularPTT-Bold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Int Circular PTT';
	src: url('../font/IntCircularPTT-Medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Int Circular PTT Book';
	src: url('../font/IntCircularPTT-Book.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Int Circular PTT';
	src: url('../font/IntCircularPTT-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

html,
body {
	font-family: 'Int Circular PTT';
	overflow-x: hidden;
	margin: 0px;
}

button {
	padding: 0px;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
button,
textarea,
input {
	text-decoration: none !important;
	outline: none !important;
}

.inbox_msg {
	opacity: 1 !important;
	position: static !important;
	margin-top: 15px !important;
}

.navbar-header {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 15px;
}

.navbar-brand {
	font-size: 14px;
	line-height: 1;
	width: 250px;
	color: #fff !important;
	padding: 0;
}

.tag-line {
	white-space: nowrap;
	color: white;
	font-size: 16px;
	position: relative;
	top: 20px;
	left: 15px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.animated {
	opacity: 0;
}

.visible {
	opacity: 1!important;
}

select option:hover,
select option:focus,
select option:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -webkit-linear-gradient(#000000, #000000);
	background: -o-linear-gradient(#000000, #000000);
	background: linear-gradient(#000000, #000000);
	background-color: #000000 !important;
	/* for IE */
	color: #ffed00 !important;
}

select option:checked {
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
	background: -webkit-linear-gradient(#d6d6d6, #d6d6d6);
	background: -o-linear-gradient(#d6d6d6, #d6d6d6);
	background: linear-gradient(#d6d6d6, #d6d6d6);
	background-color: #d6d6d6 !important;
	/* for IE */
	color: #000000 !important;
}


/* Navbar Css */

.icon-bar-1 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: -3px;
	margin-right: 10px;
}

.navbar {
	background-color: transparent;
	border: none;
	margin-bottom: 0px;
}

.navbar {
	background: #294860;
	border-radius: 0;
}

.nav-white {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 48px;
	padding: 14px 10px;
}

.navbar-toggle {
	padding: 10px 5px;
	margin: 10px 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background: #ff8808;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background: #ff8808;
}

.nav-btn {
	margin-left: 40px;
	padding: 16px 0px;
}

.nav-btn>li {
	margin-right: 18px;
}

.nav-btn>li>a {
	line-height: 0px !important;
	border-radius: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 15px !important;
	text-align: center;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.nav-btn .btn-sign {
	background: #365369;
	border: 2px solid transparent;
}

.nav-btn .btn-sign:hover {
	background: #ff8808;
}

.nav-btn .btn-login {
	background: #365369;
	border: 2px solid transparent;
}

.nav-btn li:nth-child(2) .btn-login:hover {
	background: #365369;
	border: 2px solid #ff8808;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background: #ff8808;
}

.dropdown-menu {
	background: #294860;
	-webkit-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
	padding: 0px;
	margin: 0px;
	border: none;
}

#drop1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 460px;
	height: auto;
}

#drop1 ul:nth-child(1) {}

#drop1 ul:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#drop::-webkit-scrollbar-track {
	border-radius: 8px;
	background: transparent;
	-webkit-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
}

#drop::-webkit-scrollbar {
	width: 8px;
	background: transparent;
	-webkit-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
}

#drop::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
	background-color: #294860;
	-webkit-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
}

.dropdown-menu li {
	padding: 10px 0px;
}

.dropdown-menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 15px;
}

.dropdown-menu li:hover {
	background: rgba(255, 255, 255, 0.55);
	-webkit-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
}

.dropdown-menu li:hover a {
	color: #294860;
	-webkit-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
}

@media (max-width: 990px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-header {
		display: block;
		padding-right: 0;
	}
	.navbar-brand {
		width: 230px;
		margin-top: 6px;
		margin-left: 20px;
	}
}

@media (max-width: 768px) {
	.hero-main-container-inner-index {
		height: 550px;
		background-size: 200% 100% !important;
	}
	.tag-line {
		left: 50px;
	}
}

@media (min-width: 990px) {
	.navbar .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.navbar-left {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-justify-content: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#navbar {
		width: 100%;
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}


/*hero bg image*/

.hero-main-container {
	position: relative;
}

.hero-inner-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../images/pro-bg.png') center center no-repeat;
	background-size: cover;
}

.hero-inner-container:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}

.form-main-container {
	padding: 100px 0px 45px;
}

.form-main-container-login {
	padding: 180px 0px 100px;
}

.form-inner {
	width: 730px;
	margin: auto;
	position: relative;
}

.text-inner span {
	text-transform: uppercase;
}


/*home radio tick*/

input[type="radio"] {
	display: none;
}

input[type="radio"]+label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
	font-size: 23px;
	color: #294860;
}

input[type="radio"]+label::before {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 49px;
	width: 49px;
	margin: 0 15px 0px 0;
	border: 2px solid #34b850;
	border-radius: 50px;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: #fff;
}

input[type="radio"]:checked+label::before {
	background-color: #fff;
	content: "\f00c";
	color: #ff8808;
	font-size: 23px;
	font-family: "FontAwesome";
}

.yesnoradio,
.search-radio {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.yesnoradio input[type="radio"],
.search-radio input[type="radio"] {
	display: none;
}

.yesnoradio input[type="radio"]+label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
	font-size: 18px;
	color: #294860;
}

.search-radio input[type="radio"]+label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.yesnoradio .yes-radio input[type="radio"]+label::before {
	content: "Yes";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 50px;
	width: 200px;
	margin: 0 15px 0px 0;
	border-radius: 50px;
	border: 0px;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: #f6f6f6;
	color: #a4a4a4;
	font-family: inherit;
}

.yesnoradio .yes-radio input[type="radio"]:checked+label::before {
	content: "Yes";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 50px;
	width: 200px;
	margin: 0 15px 0px 0;
	border-radius: 50px;
	border: 0px;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: #27ca59;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
}

.yesnoradio .no-radio input[type="radio"]+label::before {
	content: "No";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 50px;
	width: 200px;
	margin: 0 15px 0px 0;
	border-radius: 50px;
	border: 0px;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	color: #a4a4a4;
	background-color: #f6f6f6;
	font-family: inherit;
}

.yesnoradio .no-radio input[type="radio"]:checked+label::before {
	content: "No";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 50px;
	width: 200px;
	margin: 0 15px 0px 0;
	border-radius: 50px;
	border: 0px;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: #27ca59;
	;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
}

.search-radio input[type="radio"]+.find-care::before {
	content: "Find a caregiver";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 40px;
	width: 200px;
	border-radius: 50px 0 0 50px;
	border: 3px solid #294860;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: transparent;
	color: #294860;
	font-family: inherit;
	margin: 0 0 20px 0;
	font-size: 20px;
}

.search-radio input[type="radio"]:checked+.find-care::before {
	background: #294860;
	color: #fff;
}

.search-radio input[type="radio"]+.find-job::before {
	content: "Find a care job";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 40px;
	width: 200px;
	border-radius: 0 50px 50px 0;
	border: 3px solid #294860;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: transparent;
	color: #294860;
	font-family: inherit;
	margin: 0 0 20px 0;
	font-size: 20px;
}

.search-radio input[type="radio"]:checked+.find-job::before {
	background: #294860;
	color: #fff;
}


/*------------login page css-----------------*/

.login-home {
	position: relative;
	width: 100%;
	height: 800px;
}

.login-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background: rgba(0, 0, 0, 0.1);
}

.login-inner {
	background-image: url(../images/home-bg.png);
	width: 100%;
	height: 805px;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.reg-form form {
	padding: 25px 45px;
}

.reg-main-form-from {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reg-main-form-form-input {
	position: relative;
	padding-top: 15px;
	margin-top: 18px;
}

.reg-main-form-form-input input {
	width: 100%;
	position: relative;
	z-index: 2;
	border: none;
	padding: 20px 25px;
	font-size: 20px;
	font-weight: 600;
	background: rgba(41, 72, 96, 0.45);
	border-radius: 45px;
	color: #fff;
}

.reg-main-form-form-input input::-webkit-input-placeholder {
	color: #fff;
}

.reg-main-form-form-input input:-ms-input-placeholder {
	color: #fff;
}

.reg-main-form-form-input input::-ms-input-placeholder {
	color: #fff;
}

.reg-main-form-form-input input::placeholder {
	color: #fff;
}

.reg-main-form-form-input input::-moz-placeholder {
	color: white;
	opacity: 1;
}

.reg-main-form-form-input textarea {
	width: 100%;
	position: relative;
	z-index: 2;
	border: none;
	padding: 20px 25px;
	font-size: 20px;
	font-weight: 600;
	background: rgba(41, 72, 96, 0.45);
	border-radius: 35px;
	color: #fff;
}

.reg-main-form-form-input textarea::-webkit-input-placeholder {
	color: #fff;
}

.reg-main-form-form-input textarea:-ms-input-placeholder {
	color: #fff;
}

.reg-main-form-form-input textarea::-ms-input-placeholder {
	color: #fff;
}

.reg-main-form-form-input textarea::placeholder {
	color: #fff;
}

.reg-main-form-form-input textarea::-moz-placeholder {
	color: white;
	opacity: 1;
}

.reg-main-form-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reg-main-form-input-left {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.reg-main-form-input-full .reg-main-form-form-input {
	margin-top: 0;
}

.reg-main-form-from .button-reg,
.button-reg-fb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reg-main-form-from button,
.reg-main-form-from a {
	padding: 18px 10px;
	width: 100%;
	margin: 45px 0px 30px 0px;
	border-radius: 50px;
	border: none;
	font-weight: 600;
	/*max-width: 300px;*/
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.reg-main-form-from .button-reg button,
.reg-main-form-from .button-reg a {
	background: #ff8808;
}

.reg-main-form-from .button-reg a:hover {
	-webkit-box-shadow: 0px 14px 27px 0px rgba(255, 136, 8, 0.3);
	box-shadow: 0px 14px 27px 0px rgba(255, 136, 8, 0.3);
}

.reg-main-form-from .button-reg-fb a:hover {
	-webkit-box-shadow: 0px 14px 27px 0px rgba( 68, 103, 177, 0.3);
	box-shadow: 0px 14px 27px 0px rgba( 68, 103, 177, 0.3);
}

.reg-main-form-from .button-reg-fb button,
.reg-main-form-from .button-reg-fb a {
	background: #4467b1;
}

.reg-main-form-from a:hover {
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.btn-w {
	max-width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px;
	border-bottom: 1px solid #b0b0b0;
}

.login-content .l-pwd {
	color: #515151;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	background: none!important;
	margin: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login-content .l-pwd:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.reg-form {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 10px;
}

.bottom-text span {
	font-size: 18px;
	font-weight: 600;
	color: #515151;
}

.form-check {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.country-main-container {
	padding: 65px 0px;
	background: #f8f8f8;
}

.country-main-container h1 {
	font-size: 45px;
	color: #294860;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 20px;
}

.country-main-container span {
	font-size: 30px;
	color: #294860;
	font-weight: 600;
}

.quote-main-container {
	padding: 70px 0px;
}

.quote_body {
	z-index: 1;
	position: relative;
	margin: 0;
}

.quote_body::before,
.quote_body::after {
	z-index: -1;
	position: absolute;
	color: #f6fafe;
	font-size: 180px;
	font-style: normal;
	font-weight: 700;
	font-family: Georgia, serif;
}

.quote_body::before {
	content: url(../images/comma-left.png);
	bottom: -25px;
	left: 10px;
	line-height: 1;
}

.quote_body::after {
	content: url(../images/comma-right.png);
	top: -6px;
	right: 10px;
	line-height: 0;
}

.quote_body {
	position: relative;
	margin: 0;
}

.quote_body span {
	text-align: center;
	font-size: 35px;
	color: #354b5e;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 40px;
}


/*footer start*/

.footer-main-container {
	background: #294860;
	padding-bottom: 30px;
}

.footer-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0px;
}

.footer-area .footer-area-left,
.footer-area .footer-area-right {
	width: 50%;
}

.footer-area .foot-title {
	font-size: 27px;
	color: #fff;
	font-weight: 600;
}

.alphabet {
	margin-top: 20px;
}

.alphabet a {
	font-size: 20px;
	color: #acb8c1;
	font-weight: 600;
}

.alphabet button {
	background: transparent;
	outline: 0;
	border: 0;
	font-size: 20px;
	color: #acb8c1;
	font-weight: 600;
}

.alphabet a:before,
.alphabet button:before {
	content: "";
	display: inline-block;
	width: 2px;
	background-color: #acb8c1;
	height: 15px;
	margin: 0px 8px;
}

.alphabet a:nth-child(1):before,
.alphabet .alpha-n:before,
.alphabet button:nth-child(1):before {
	content: "";
	display: none;
}

.alpha-tag a,
.alpha-tag-p a,
.alpha-tag button,
.alpha-tag-p button {
	font-size: 19px;
	color: #7397b3;
	font-weight: bold;
	line-height: 35px;
}

.alpha-tag-p a:hover,
.alpha-tag a:hover,
.alpha-tag-p button:hover,
.alpha-tag input:hover {
	color: #acb8c1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.alphabet a:hover,
.alphabet button:hover {
	color: #7397b3;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.alpha-tag a:before,
.alpha-tag button:before {
	content: "";
	display: inline-block;
	width: 2px;
	background-color: #7397b3;
	height: 15px;
	margin: 0px 6px;
}

.alpha-tag a:nth-child(1):before,
.alpha-tag button:nth-child(1):before {
	content: "";
	display: none;
}

.social-link a,
.foot-payment a {
	padding: 0px 13px;
}

.foot-payment a {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
}

.foot-r-u {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	padding: 0px 0px 8px;
}

.foot-r-d {
	font-size: 19px;
	font-weight: 500;
	color: #fff;
}

.alpha-a-s-l span {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
}

.foot-b {
	padding-bottom: 0px;
}

.foot-b ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.foot-payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-b-b {
	border-bottom: 1px solid #546d80;
}

.alpha-a-s-l {
	width: 21%;
}

.alpha-a-s-r {
	width: 79%;
	margin: 0px;
}

.alpha-a-s-l .bootstrap-select>.dropdown-toggle.bs-placeholder,
.alpha-a-s-l .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.alpha-a-s-l .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.alpha-a-s-l .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #adb3c8;
	font-size: 16px;
}

.alpha-a-s-l .btn-group .dropdown-toggle:active,
.alpha-a-s-l .btn-group.open .dropdown-toggle {
	outline: 0;
	border: none;
	background: #315570;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.alpha-a-s-l.bootstrap-select .dropdown-menu {
	margin: 0px !important;
	background: #7397b3;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.alpha-a-s-l .bootstrap-select .btn-default {
	color: #adb3c8;
	background-color: #315570;
	border-color: none !important;
	border: none;
	padding: 0px 20px;
	width: 237px;
	height: 55px;
	border-radius: 27.5px;
}

.alpha-a-s-l .bootstrap-select .btn-default:focus,
.alpha-a-s-l .bootstrap-select .btn-default:hover {
	color: #adb3c8 !important;
	background-color: #315570 !important;
	border: none;
	outline: none !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: transparent;
}

.alpha-a-s-l .bootstrap-select .dropdown-menu li {
	display: block;
	position: relative;
	border-left: 3px solid transparent;
	margin-right: 0;
	padding: 0 2rem;
	-webkit-transition: all 0.6s ease-in-out 0s, visibility 0s linear 0.6s, z-index 0s linear 0.01s;
	-o-transition: all 0.6s ease-in-out 0s, visibility 0s linear 0.6s, z-index 0s linear 0.01s;
	transition: all 0.6s ease-in-out 0s, visibility 0s linear 0.6s, z-index 0s linear 0.01s;
	background: #7397b3;
	min-height: 20px;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.alpha-a-s-l .bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
	font-size: 14px !important;
}

.alpha-a-s-l .bootstrap-select .dropdown-menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	padding: 1rem 0;
	position: relative;
}

.alpha-a-s-l .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	margin-left: 35px;
	font-size: 21px;
	color: #fff;
	font-weight: 600;
}

.alpha-a-s-l .bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -4px;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-bottom: 5px dashed;
	border-top: 0px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	color: #fff;
}

.alpha-a-s-l .dropdown-menu {
	background-color: #7397b3;
	padding: 0px;
}


/* ===== Index css ===== */

.hero-main-container-index {
	position: relative;
	width: 100%;
	height: 600px;
}

.home-bg-overlay-index {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: rgba(0, 0, 0, 0.1);
}

.hero-main-container-inner-index {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url("../images/mother.jpg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: url("../images/mother.jpg"), -webkit-linear-gradient(#fff, #fff);
	background-image: url("../images/mother.jpg"), -o-linear-gradient(#fff, #fff);
	background-image: url("../images/mother.jpg"), linear-gradient(#fff, #fff);
}

.hero-main-container-inner-index .form-inner {
	margin: auto;
	position: absolute;
	top: 22%;
	left: 0;
	bottom: 0;
	right: 0;
	width: 780px;
	z-index: 1;
}

.mul-option {
	width: 50px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0) !important;
	padding-left: 7px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.hero-inner {
	background: rgba(255, 255, 255, 0.55);
	border-radius: 10px;
	padding: 35px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-l {
	float: left;
}

.hero-small-head {
	font-size: 29px;
	color: #000;
	font-weight: 600;
	text-align: center;
	padding-bottom: 15px;
}

.hero-head {
	font-size: 36px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.hero-head-orange {
	font-size: 36px;
	color: #ffa13c;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.hero-toggle {
	width: 100%;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.list-hero div {
	float: left;
}

.hero-toggle ul {
	margin: 25px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-select .bootstrap-select .btn-default {
	color: #fff;
	background-color: rgba;
	border-color: none !important;
	border: none;
	padding: 0px 20px;
	width: 210px;
	height: 49px;
	background: rgba(41, 72, 96, 0.3);
	border-radius: 24.5px;
	font-size: 19px;
}

.hero-select .btn-default.active.focus,
.hero-select .btn-default.active:focus,
.hero-select .btn-default.active:hover,
.hero-select .btn-default:active.focus,
.hero-select .btn-default:active:focus,
.hero-select .btn-default:active:hover,
.hero-select .open>.dropdown-toggle.btn-default.focus,
.hero-select .open>.dropdown-toggle.btn-default:focus,
.hero-select .open>.dropdown-toggle.btn-default:hover {
	color: #fff;
	background: rgba(41, 72, 96, 0.3);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder,
.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	background: rgba(41, 72, 96, 0.3);
}

.hero-select .bootstrap-select .btn-default:focus,
.hero-select .bootstrap-select .btn-default:hover {
	border: none;
	outline: none !important;
}

.hero-select .bootstrap-select.btn-group .dropdown-menu li a,
.dropdown-menu>li>a:focus,
.hero-select .dropdown-menu>li>a:hover {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
}

.hero-select .dropdown-menu {
	padding: 0px;
	background-color: #7397b3;
	position: absolute;
	z-index: 9999!important;
}

.hero-btn button {}

.hero-btn .btn-search {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 19px;
	background: #ff8808;
	border: 2px solid transparent;
	padding: 10px 15px;
	border-radius: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	width: 130px;
	height: 49px;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-btn .btn-search:hover {
	background: #365369;
}

.hero-select .bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	vertical-align: middle;
}

.hero-select .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 0px;
}

.hero-select .dropdown-menu>li>a {
	display: block;
	text-align: left;
	padding: 7px 25px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	margin: 0px!important;
}

.hero-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 210px !important;
}

.menu-name {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 2px;
}

.menu-name .fa-caret-down {
	color: #fff;
}

.hero-toggle .tab-content {
	padding: 0px !important;
}

.hero-input input {
	border: none;
	padding: 0px 20px;
	width: 200px;
	height: 49px;
	background: rgba(41, 72, 96, 0.3);
	border-radius: 24.5px;
	font-size: 19px;
	color: #fff !important;
	font-weight: 500;
}

.hero-input {
	margin: 0 10px;
}

.hero-input input::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.hero-input input:-ms-input-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.hero-input input::-ms-input-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.hero-input input::placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.hero-input input::-moz-placeholder {
	color: white;
	font-size: 18px;
	font-weight: 500;
	opacity: 1;
}

.hero-toggle .nav-pills>li {
	float: left;
	text-align: center;
}

.hero-toggle .nav-pills>li+li {
	margin-left: 0px;
}

.hero-toggle .nav>li>a {
	font-size: 20px;
	font-weight: 600;
	padding: 8px 15px;
}

.hero-toggle .nav>li>a:focus,
.hero-toggle .nav>li>a:hover {
	background-color: transparent;
}

.hero-toggle .nav-pills>li:nth-child(1).active>a,
.hero-toggle .nav-pills>li:nth-child(1).active>a:focus,
.hero-toggle .nav-pills>li:nth-child(1).active>a:hover {
	color: #fff;
	background-color: #294860;
	border-radius: 25px 0px 0px 25px;
}

.hero-toggle .nav-pills>li:nth-child(2).active>a,
.hero-toggle .nav-pills>li:nth-child(2).active>a:focus,
.hero-toggle .nav-pills>li:nth-child(2).active>a:hover {
	color: #fff;
	background-color: #294860;
	border-radius: 0px 25px 25px 0px;
}

.hero-toggle .nav-pills>li:nth-child(1)>a {
	color: #294860;
	border: 2px solid #294860;
	border-radius: 25px 0px 0px 25px;
}

.hero-toggle .nav-pills>li:nth-child(2)>a {
	color: #294860;
	border: 2px solid #294860;
	border-radius: 0px 25px 25px 0px;
}

.fw-special-title {
	color: #242424;
	font-size: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin: 0 0 60px 0;
}

.fw-heading {
	margin: 70px 0px 30px;
}

.fw-special-title:after {
	content: '';
	display: block;
	height: 5px;
	width: 70px;
	background: #fd8708;
	margin: 10px auto 0 auto;
	-webkit-animation: title-border .5s ease-in;
	animation: title-border .5s ease-in;
}

.work-inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.work-inner ul li {
	text-align: center;
	padding: 0px 20px;
	position: relative;
}

.work-inner ul li:nth-child(1):before {
	content: url('../images/line1.png');
	position: absolute;
	top: 23%;
	left: 66%;
}

.work-inner ul li:nth-child(2):before {
	content: url('../images/line2.png');
	position: absolute;
	top: 0;
	left: 66%;
}

.work-inner ul li:nth-child(3):before {
	content: '';
	position: absolute;
	width: 100%;
	border: none;
	top: 95px;
}

.work-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.work-image {
	width: 219px;
	height: 219px;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-bottom: 25px;
	position: relative;
}

.work-img {
	width: 51px;
	height: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fd8708;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 7px;
	color: #fff;
	font-size: 29px;
	font-weight: 600;
}

.work-head {
	font-size: 24px;
	color: #2d2d2d;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

.work-details {
	font-size: 20px;
	color: #585858;
	font-weight: 600;
	margin-bottom: 20px;
}

.form-wapper {
	width: 100%;
	max-width: 420px;
	height: 60px;
	background: #f6f6f6;
	padding: 5px 10px;
	border-radius: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px auto;
}

.form-wapper .form-text {
	float: left;
	border: 0;
	color: #242424;
	font-size: 18px;
	letter-spacing: 1px;
	background: none;
	margin: auto 0px;
	display: inline-block;
	margin-left: 10px;
	text-transform: capitalize;
	font-weight: 600;
	cursor: default;
}

.form-text::-webkit-input-placeholder {
	color: #242424;
	font-size: 17px;
}

.form-text:-ms-input-placeholder {
	color: #242424;
	font-size: 17px;
}

.form-text::-ms-input-placeholder {
	color: #242424;
	font-size: 17px;
}

.form-text::placeholder {
	color: #242424;
	font-size: 17px;
}

.form-text::-moz-placeholder {
	color: #242424;
	font-size: 17px;
	opacity: 1;
}

.form-wapper .form-btn {
	padding: 5px 30px;
	border: 2px solid #fd8708;
	border-radius: 34px;
	background: #fd8708;
	color: #fff;
	font-size: 21px;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	position: absolute;
	left: 50%;
	margin-left: 70px;
}

.form-wapper .form-btn:hover {
	padding: 5px 30px;
	border: 2px solid #fd8708;
	border-radius: 34px;
	background: transparent;
	color: #fd8708;
}

.offer-inner .offer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.offer-list li {
	width: 24%;
	height: 390px;
	border-radius: 5px;
	background: #294860;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.woo:hover {
	-webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.14);
}

.offer-text {
	padding: 20px;
	text-align: center;
	background: #294860;
	border-radius: 5px 5px 0 0;
}

.offer-text span {
	color: #fff;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}

.btn-start {
	padding: 12px 8px;
	width: 200px;
	margin: 45px 0px 30px 0px;
	border-radius: 25.5px;
	border: none;
	background: #294860;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border: 2px solid #294860;
	-webkit-transition: 0.6s all ease-out;
	-o-transition: 0.6s all ease-out;
	transition: 0.6s all ease-out;
}

figure.effect-julia .img {
	position: relative;
	min-width: 100%;
	min-height: 325px;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	-o-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: block;
	margin: 0 0 0.25em;
	text-transform: none;
	font-weight: 500;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}

figure.effect-julia .btn-start {
	display: inline-block;
	-webkit-transform: translate3d(0%, 30%, 0);
	transform: translate3d(0%, 60%, 0);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

figure.effect-julia .btn-start:hover {
	-webkit-box-shadow: 0 0 20px rgba(41, 72, 96, .5);
	box-shadow: 0 0 20px rgba(41, 72, 96, .5);
	border: 2px solid #294860;
	background: transparent;
}

figure.effect-julia .btn-start:hover {
	color: #294860 !important;
}

.fig-text p:first-child {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.fig-text p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.fig-text p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	-o-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.wwo:hover p:first-child {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.wwo:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	-o-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.wwo:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.wwo:hover .img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	overflow: hidden;
}

.wwo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.wwo:hover .btn-start {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure .fig-text {
	margin-bottom: 20px;
}

figure .fig-text p {
	font-size: 21px;
	color: #294860;
	font-weight: 600;
	margin-bottom: 15px;
}


/* Common style */

figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #fff;
	cursor: pointer;
	border-radius: 0 0 5px 5px;
}

figure .img {
	position: relative;
	display: block;
	/*block*/
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: capitalize;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.country-main-container-text {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url('../images/con-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.country-inner-text {
	padding: 100px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.country-inner-text h1 {
	max-width: 900px;
	color: #fff;
	font-size: 29px;
	line-height: 40px;
	font-family: 'Roboto Slab', serif;
	margin-top: 0px;
}

.country-inner-text span {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 30px 0px 0px;
}

.testimonials {
	position: relative;
}

#customers-testimonials .item,
#customers-testimonials-one .item {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.px-15 {
	padding: 0 15px 0 15px;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 5px!important;
	height: 5px!important;
	margin: 5px 3px!important;
	opacity: 1;
	border-radius: 20px;
	background: #a9a9a9;
}

.owl-theme .owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	width: 14px!important;
	height: 7px!important;
	background: #fd8708!important;
	margin: 4px 3px!important;
}

.owl-carousel .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls {
	text-align: center;
	padding: 0px 0px 10px;
	margin-top: 0px;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 20px;
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}

.owl-carousel .owl-prev {
	left: -70px;
}

.owl-carousel .owl-next {
	right: -70px;
}

.item-text {
	background: #fff;
	padding: 0 20px;
	height: 135px;
	width: 330px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.item-text span {
	font-size: 20px;
	color: #2f2f2f;
	font-family: 'Roboto Slab', serif;
	text-align: center;
	font-weight: 500;
}

.item-img {
	margin-top: -50px;
	margin-bottom: 20px;
}

.item-bottom-text {
	text-align: center;
	padding: 0px 20px;
}

.item-bottom-text span {
	font-size: 20px;
	color: #6e6e6e;
	font-weight: 600;
	line-height: 35px;
}


/* =====     Search for care giver CSS  ============= */

.hero-search {
	background-image: url(../images/care-giver-bg.png);
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.care-giver-inner {
	background: rgba(255, 255, 255, 0.55);
	border-radius: 10px 10px 0px 0px;
	padding: 20px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.care-giver-inner h1 {
	font-weight: 600;
	margin: 0px;
}

.s-care-inner {
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 815px;
}

.care-inner-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.color-blue {
	color: #294860;
}

.care-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.care-inner-left {
	width: 442px;
	border-right: 1px solid #eaeaea;
}

.care-inner-right {
	width: calc (100% - 442px);
}

.c-padding-right {
	padding: 35px 35px 35px 0px;
}

.c-padding-left {
	padding: 35px 0px 35px 35px;
}

.f-22 {
	font-size: 22px;
	font-weight: 600;
}

.form-group-el {
	background: rgba(41, 72, 96, 0.45);
	padding: 15px 20px;
	width: 100%;
	height: 68px;
	margin: 22px 0px;
	font-size: 20px;
	border-radius: 34px;
	color: #242424;
	border: none;
	font-weight: 600;
}

.form-group-el.buss {
	background: rgba(41, 72, 96, 0.45);
	padding: 17px 135px;
	width: 100%;
	height: 68px;
	margin: 22px 0px;
	font-size: 20px;
	border-radius: 34px;
	color: #242424;
	border: none;
	font-weight: 600;
}

select.form-group-el {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 19px 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
	margin: 0;
	color: #fff;
}

select.form-group-el.buss {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 28px 42px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
	margin: 0;
	color: #fff;
	width: 100%;
	display: block;
}

select.form-group-el:focus {
	border: 0;
	outline: none;
}

select.form-group-el option {
	background: #7397b3;
	margin: 10px 0 !important;
	font-size: 16px !important;
}

select.form-group-el.decorated option:hover {
	-webkit-box-shadow: rgba(255, 255, 255, 0.55) inset;
	box-shadow: rgba(255, 255, 255, 0.55) inset;
}

.form-control:focus,
#searchCountry:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

select option {
	background: #f6f6f6;
	color: #242424;
	border: none !important;
	border-radius: 35px;
}

.form-group-el::-webkit-input-placeholder {
	color: #242424;
}

.form-group-el:-ms-input-placeholder {
	color: #242424;
}

.form-group-el::-ms-input-placeholder {
	color: #242424;
}

.form-group-el::placeholder {
	color: #242424;
}

.accordion {
	width: 100%;
	margin: 50px 0px;
	background: #FFF;
	border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	width: 284px;
	height: 55px;
	border: none;
	color: #fff;
	background-color: #27ca59;
	padding: 15px;
	border: none;
	font-size: 19px;
	font-weight: 600;
	border-radius: 27.5px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 35px auto;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#image {
	-webkit-transition: transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	margin-left: 20px;
}

.flip {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion li i {
	position: absolute;
	top: 20px;
	left: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 30px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #fff;
}

.accordion li.open i {
	color: #fff;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submenu {
	display: none;
	background: transparent;
	font-size: 14px;
}

.s-p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.s-p-right .regioN {
	width: 148px;
	height: 68px;
	border: none;
	background: #;
	padding: 0px 25px;
	border-radius: 34px;
	background: #f6f6f6;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.s-p-right .regioN {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: 16px 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
}

.c-b-l {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	align-items: flex-start;
}

.c-l {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-r {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0px 30px;
}

.c-q-l-s {
	padding: 10px 3px;
	cursor: pointer;
}

.c-dp img {
	cursor: pointer;
}

.c-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-v-h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-b-10 {
	padding-bottom: 10px;
}

.m-0 {
	margin: 0px;
}

.f-25 {
	font-size: 25px;
}

.f-18 {
	font-size: 18px;
}

.f-17 {
	font-size: 17px!important;
}

.f-16 {
	font-size: 16px;
}

.p-l-20 {
	padding-left: 20px;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.color-000 {
	color: #000;
}

.m-l-0 {
	margin-left: 0px!important;
}

.m-0-auto {
	margin: 0px auto!important;
}

.m-60 {
	margin: 60px 0px;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-600 {
	font-weight: 600;
}

.f-700 {
	font-weight: 700;
}

.f-14 {
	font-size: 14px;
}

.f-500 {
	font-weight: 500;
}

.f-20 {
	font-size: 20px;
}

.f-700 {
	font-weight: 700;
}

.p-35 {
	padding: 35px 0px;
}

.b-bottom {
	border-bottom: 2px solid #fff;
}

.color-242424 {
	color: #242424;
}

.color-292929 {
	color: #292929;
}

.p-30,
.pro-b {
	padding: 30px 0px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-30 {
	padding-bottom: 30px!important;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-20 {
	padding: 20px 0px;
}

.p-t-20 {
	padding-top: 20px!important;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-50 {
	padding-top: 50px;
}

.f-i {
	font-style: italic;
}

.p-10 {
	padding-bottom: 10px;
}

.p-15 {
	padding: 15px 0px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-45 {
	padding: 45px 0px 30px;
}

.line-height-35 {
	line-height: 35px;
}

.line-height-25 {
	line-height: 25px;
}

.tbl-search>tbody>tr>td,
.tbl-search>tbody>tr>th,
.tbl-search>tfoot>tr>td,
.tbl-search>tfoot>tr>th,
.tbl-search>thead>tr>td,
.tbl-search>thead>tr>th {
	line-height: 1.42857143;
	font-size: 18px;
	font-weight: 600;
	color: #4e4e4e;
	border-top: 1px solid transparent;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	line-height: 1.42857143;
	font-size: 18px;
	font-weight: 600;
	color: #4e4e4e;
	border-top: 1px solid transparent;
}

.toggle {
	float: left;
	width: 20px;
	height: 20px;
	padding: 4px;
	text-align: center;
	background: transparent;
	border-radius: 100%;
	margin: auto 10px;
	border: 2px solid #d2d2d2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

.toggle:after {
	content: '';
	position: relative;
	width: 80%;
	height: 80%;
	float: right;
	margin: 2px 2px 0px 0px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.toggle:checked:after {
	background: #ff8808;
}

.btn-1 {
	cursor: pointer;
	display: block;
	width: 284px;
	height: 55px;
	border: none;
	color: #fff;
	background-color: #27ca59;
	padding: 15px 30px;
	border: none;
	font-size: 19px;
	font-weight: 600;
	border-radius: 27.5px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 25px auto;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

.btn-1:hover,
.btn-1:focus {
	-webkit-box-shadow: 0 0 11px 4px rgba(39, 202, 89, .5);
	box-shadow: 0 0 11px 4px rgba(39, 202, 89, .5);
	color: #fff;
}

.c-r-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 40px;
}

.c-r-btn li {
	cursor: pointer;
	width: 198px;
	height: 46px;
	font-size: 21px;
	color: #9f9e9e;
	background: #f6f6f6;
	border-radius: 30px;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.c-r-btn li>a {
	color: #9f9e9e;
}

.c-r-btn .active {
	background: #ff8808;
	color: #fff;
}

.c-box {
	width: 675px;
	/*height: 371px;*/
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 50px;
}

.c-box-g {
	background: #ffd86f;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffd86f 0%, #ffd49c 100%, #0c0f1e 100%, #7db9e8 100%, #2989d8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd86f), color-stop(100%, #ffd49c), color-stop(100%, #0c0f1e), color-stop(100%, #7db9e8), to(#2989d8));
	background: -o-linear-gradient(top, #ffd86f 0%, #ffd49c 100%, #0c0f1e 100%, #7db9e8 100%, #2989d8 100%);
	background: linear-gradient(to bottom, #ffd86f 0%, #ffd49c 100%, #0c0f1e 100%, #7db9e8 100%, #2989d8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mar-80 {
	margin-top: 0px;
}

.ribbon {
	background: #27ca59;
	height: 34px;
	width: 98px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: #fff;
	font-size: 20px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 35px;
}

.c-view-m-l {
	margin-right: 30px;
}

.ribbon:before {
	content: '';
	border: 8px solid transparent;
	border-right-color: #27ca59;
	border-left-width: 12px;
	position: absolute;
	top: 9px;
	left: -16px;
}

.ribbon:after {
	content: '';
	border: 17px solid #27ca59;
	border-right-color: transparent;
	border-left-width: 0px;
	position: absolute;
	top: 0;
	right: -17px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	opacity: 0;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
	position: relative;
	padding-left: 5px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 2;
	color: #294860;
	font-style: normal;
}

#tbl-avalibality td,
#tbl-avalibality th {
	height: 50px;
	width: 50px;
	margin-right: 6px;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

#tbl-avalibality td:nth-child(1) {
	height: 50px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
	content: '';
	width: 2em;
	height: 2em;
	border: 2px solid #34b850;
	background: #fff;
	border-radius: 50%;
	font-size: 15px;
	margin-right: 10px;
}

.tbl-search [type="checkbox"]:not(:checked)+label:before,
.tbl-search [type="checkbox"]:checked+label:before {
	content: '';
	width: 1em;
	height: 1em;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 50%;
	margin: 0;
	display: block;
}

#tbl-avalibality tbody {
	overflow-x: auto;
}

.color-232323 {
	color: #232323;
}

.color-727272 {
	color: #727272 !important;
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
	content: "\f00c";
	color: #ff8808;
	font-size: 17px;
	font-family: "FontAwesome";
	position: absolute;
	left: 11px;
	top: -2px;
}

.tbl-search [type="checkbox"]:not(:checked)+label:after,
.tbl-search [type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 7px;
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #FF8809;
	border-radius: 50px;
}

.advs-inner [type="checkbox"]:not(:checked)+label:before,
.advs-inner [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	width: 1.30em;
	height: 1.30em;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 30px;
	font-size: 15px;
}

.advs-inner [type="checkbox"]:not(:checked)+label:after,
.advs-inner [type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 4px;
	display: inline-block;
	width: 11px;
	height: 12px;
	background-color: #FF8809;
	border-radius: 50px;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

[type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


/* accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {}

.checkbox-lab {
	padding-left: 40px!important;
}


/*range slider*/

.slider-handle {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	background: #ff8808;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(75, 75, 74, 0.19);
	box-shadow: 0px 0px 20px 0px rgba(75, 75, 74, 0.19);
	border: 0px solid transparent;
	cursor: pointer;
}

.slider-tick-label {
	color: #7a7a7a !important;
	font-size: 16px;
	font-weight: 600;
}

.slider-tick {
	display: none;
}

.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.slider.slider-horizontal {
	width: 100%;
	height: 40px;
}

.slider.slider-horizontal .slider-track {
	height: 10px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
	margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 0 10px 10px 10px;
	width: 0;
	height: 0;
	border-bottom-color: #0480be;
	margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
	white-space: nowrap;
	margin-top: 35px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	padding-top: 4px;
	display: inline-block;
	text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
	left: initial;
	right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
	margin-left: initial;
	margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
	left: initial;
	right: 0;
}

.slider.slider-vertical {
	height: 210px;
	width: 20px;
}

.slider.slider-vertical .slider-track {
	width: 10px;
	height: 100%;
	left: 25%;
	top: 0;
}

.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
	width: 100%;
	left: 0;
	right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
	margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
	border-width: 10px 0 10px 10px;
	width: 1px;
	height: 1px;
	border-left-color: #0480be;
	border-right-color: #0480be;
	margin-left: 0;
	margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
	white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
	padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
	left: initial;
	right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
	left: initial;
	right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
	border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
	padding-left: initial;
	padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
	background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
	background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
	background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
	cursor: not-allowed;
}

.slider input {
	display: none;
}

.slider .tooltip.top {
	margin-top: -36px;
}

.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none;
}

.slider .hide {
	display: none;
}

.slider-track {
	position: absolute;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.slider-selection {
	position: absolute;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
}

.slider-track-low,
.slider-track-high {
	position: absolute;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
}

.slider-handle.round {
	border-radius: 50%;
}

.slider-handle.triangle {
	background: transparent none;
}

.slider-handle.custom {
	background: transparent none;
}

.slider-handle.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: '\2605';
	color: #726204;
}

.slider-tick {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-filter: none;
	filter: none;
	opacity: 0.8;
	border: 0px solid transparent;
}

.slider-tick.round {
	border-radius: 50%;
}

.slider-tick.triangle {
	background: transparent none;
}

.slider-tick.custom {
	background: transparent none;
}

.slider-tick.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: '\2605';
	color: #726204;
}

.slider-tick.in-selection {
	background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
	background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
	background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
	opacity: 1;
}

.slider-selection {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffae46), to(#ffc529));
	background-image: -webkit-linear-gradient(left, #ffae46, #ffc529);
	background-image: -o-linear-gradient(left, #ffae46, #ffc529);
	background-image: linear-gradient(to right, #ffae46, #ffc529);
}

.c-view {
	width: 105px;
	height: 46px;
	color: #fff;
	border-radius: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ff8808;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.c-view a {
	padding: 10px 30px;
}

.c-view:hover {
	-webkit-box-shadow: 0 0 11px 4px rgba(255, 136, 8, .3);
	box-shadow: 0 0 11px 4px rgba(255, 136, 8, .3);
}

.c-view a:hover,
.c-view a:focus {
	color: #fff;
}

.c-heart {
	margin-left: 20px;
	font-size: 40px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.c-heart .cls-heart {
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.c-heart svg.active .cls-heart {
	fill: #e64c3c;
	stroke-width: 4px;
	stroke: #e64c3c;
}

.c-dp img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #ff8808;
}

.c-dp img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-dp-o img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}

.button__icon--right {
	margin-left: 8px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #dadada;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border-radius: 10px;
}

.pagination__control {
	display: block;
	text-decoration: none;
	color: #212121;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.pagination__control-icon {
	display: block;
	fill: currentColor;
}

.pagination__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px 15px;
}

.pagination__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 10px;
	text-align: center;
	color: #ababab !important;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: 0.5s linear, height 0.25s;
	-o-transition: 0.5s linear, height 0.25s;
	transition: 0.5s linear, height 0.25s;
}

.pagination__link:hover,
.pagination__link:focus,
.active .pagination__link {
	color: #ff8808 !important;
}

.pagination__item--active .pagination__link {
	cursor: default;
	pointer-events: none;
}

.pagination__slide-line {
	position: absolute;
	bottom: 0;
	height: 4px;
	background-color: #f4511e;
	-webkit-transition: 0.5s linear, height 0.25s;
	-o-transition: 0.5s linear, height 0.25s;
	transition: 0.5s linear, height 0.25s;
}

.care-inner-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.care-inner-left-one {
	width: 442px;
	border-right: 1px solid #eaeaea;
}

.care-inner-right-one {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.c-r-btn-one {
	position: absolute;
	right: 0;
}

.no-found {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 10%;
	margin-bottom: 10%;
}

.p-t-60 {
	padding: 60px 0px 0px;
}

.f-28 {
	font-size: 28px;
}

.color-blue {
	color: #294860;
}

.f-19 {
	font-size: 19px;
}

.color-777 {
	color: #777;
}

.color-white {
	color: #fff;
}

.a-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.a-inner-r {
	background: #ff8808;
	width: 243px;
	height: 55px;
	border-radius: 20px 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 20px;
}

.a-h-box {
	background: #294860;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 20px;
}

.a-n-details {
	padding-left: 20px;
}

.a-e-img {
	padding-right: 15px;
}

.hero-carer-main {
	position: relative;
	width: 100%;
	height: auto;
}


/*
.hero-carer-overlay{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1250px;
    background: rgba(0, 0, 0, 0.1);
}
.hero-carer-inner-container{
    background-image: url(../images/home-bg.png);
    width: 100%;
      height: 1250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}*/

#carer-form {
	width: 720px;
}

.form-check1 input[type="radio"],
.form-check2 input[type="radio"] {
	opacity: 0;
	position: absolute;
}

.reg-main-form-form-input.small-radio input[type="radio"]+label::before {
	height: 30px;
	width: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.reg-main-form-form-input.small-radio label {
	font-size: 17px !important;
}


/*.form-check1 [type="checkbox"]:checked + label::after {*/


/*    content: "\f00c";*/


/*    color: #ff8808;*/


/*    font-size: 17px;*/


/*    font-family: "FontAwesome";*/


/*    position: absolute;*/


/*    top: -3px;*/


/*    left: 6px;*/


/*}*/

.form-check1 input[type="radio"]+label,
.form-check2 input[type="radio"]+label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
	font-size: 23px;
	color: #294860;
}

.form-check1 input[type="radio"]+.c-radio::before,
.form-check2 input[type="radio"]+.c-radio::before {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 20px 0px 0px;
	border: 2px solid #34b850;
	border-radius: 50px;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: #fff;
}

.form-check1 input[type="radio"]+.c-radio,
.form-check2 input[type="radio"]+.c-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
	font-size: 17px;
	color: #294860;
}

.form-check1 input[type="radio"]:checked+label::before,
.form-check2 input[type="radio"]:checked+label::before {
	background-color: #fff;
	content: "\f00c";
	color: #ff8808;
	font-size: 17px;
	font-family: "FontAwesome";
}

.form-check1>label,
.form-check2>label {
	margin-bottom: 10px;
}

#chkbox .form-check1 input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

#chkbox .form-check1 [type="checkbox"]:not(:checked)+label:after,
#chkbox .form-check1 [type="checkbox"]:checked+label:after {
	opacity: 0;
}

#chkbox .form-check1 input[type="checkbox"]+label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
	font-size: 23px;
	color: #294860;
	padding-left: 50px;
}

#chkbox .form-check1 input[type="checkbox"]+.c-check::before {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 15px 0px 0;
	border: 2px solid #34b850;
	border-radius: 50px;
	-webkit-transition: background 700ms;
	-o-transition: background 700ms;
	transition: background 700ms;
	background: #fff;
}

#chkbox .form-check1 input[type="checkbox"]+.c-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 17px;
	font-size: 17px;
	color: #294860;
}

#chkbox .form-check1 input[type="checkbox"]:checked+label::before {
	background-color: #fff;
	content: "\f00c";
	color: #ff8808;
	font-size: 17px;
	font-family: "FontAwesome";
}

#chkbox .form-check1>label {
	margin-bottom: 25px;
}

.care-type-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 20px 0px 20px;
}

.care-type1,
.care-type2 {
	width: 49%;
}

#carer-form .reg-main-form-form-input {
	padding-top: 0px;
}

.carer-title h1 {
	font-family: 'Int Circular PTT Book';
	margin: 0px;
	padding-bottom: 5px;
	letter-spacing: 0.5px;
}

.carer-title {
	border-bottom: 1px solid #b0b0b0;
	width: 100%;
	padding-bottom: 15px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#carer-form .bootstrap-select button {
	margin: 0px;
}

.input-group-addon:last-child {
	cursor: pointer;
	position: absolute;
	right: 0;
	border: none;
	margin-right: 40px;
	z-index: 1000;
	margin-top: -18px;
	top: 50%;
	background: none;
}

.f-24 {
	font-size: 24px;
}

#carer-form .hero-select .bootstrap-select .btn-default {
	color: #fff;
	background-color: rgba;
	border-color: none !important;
	border: none;
	padding: 0px 20px;
	width: 100%;
	height: 68px;
	background: rgba(41, 72, 96, 0.45);
	border-radius: 34px;
	font-size: 20px;
	font-weight: 600;
}

.datepicker.dropdown-menu {
	top: 500px;
}

.form-check1 {
	width: 100%;
	padding: 0px 0px 0px 20px;
}

.input-1 {
	width: 50%;
	margin: 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-carer a {
	padding: 18px 10px;
	width: 100%;
	height: 60px;
	margin: 0px 0px 10px 0px;
	border-radius: 50px;
	border: none;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	max-width: 300px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bg-orange {
	background: #ff8808 !important;
}

.btn-carer {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bg-orange-hover button:hover {
	-webkit-box-shadow: 0 0 11px 4px rgba rgba(255, 136, 8, 0.3);
	box-shadow: 0 0 11px 4px rgba rgba(255, 136, 8, 0.3);
}

.a-dp img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.a-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Int Circular PTT Book';
}

.f-li-center {
	text-align: center;
}

.f-gray {
	color: #a9aeb2;
}

.p-60 {
	padding: 60px 0px;
}

.tab-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tab-content-header {
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 20px;
}

.tab-content-header li {
	list-style: none;
	padding: 15px 0;
	width: 17%;
	text-align: center;
	-webkit-transition: 0.6s all linear;
	-o-transition: 0.6s all linear;
	transition: 0.6s all linear;
}

.tab-content-header>li.active,
.tab-content-header>li:hover {}

.tab-content-header>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #a0a0a0;
	position: relative;
	overflow: visible;
	-webkit-transition: 0.6s all ease-out;
	-o-transition: 0.6s all ease-out;
	transition: 0.6s all ease-out;
}

.tab-content-header>li>a:before {
	content: "";
	display: block;
	padding: 10px 0 0 0;
	border-top: 2px solid #ff8808;
	width: 0;
	position: absolute;
	top: 38px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.tab-content-header>li>a:hover:before,
.tab-content-header>li.active>a:before {
	width: 100%;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	color: #294860;
	font-weight: 700;
}

.tab-content-header>li>a:hover,
.tab-content-header>li.active>a {
	color: #294860;
}

.tab-content-header>li.active>a {
	color: #294860;
	font-weight: 700;
}

.btn-subscribe {
	cursor: pointer;
	width: 198px;
	height: 46px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	margin: 0px 10px 0px 15px;
	padding: 15px 25px;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #ff8808;
}

.btn-orange {
	cursor: pointer;
	width: 198px;
	height: 46px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #ff8808;
}

.f-21 {
	font-size: 21px;
}

.btn-orange:hover,
.btn-orange:focus {
	-webkit-box-shadow: 0 0 11px 4px rgba(255, 136, 8, .3);
	box-shadow: 0 0 11px 4px rgba(255, 136, 8, .3);
	color: #fff;
}

.btn-subscribe:hover,
.btn-subscribe:focus {
	-webkit-box-shadow: 0 0 11px 4px rgba(255, 136, 8, .3);
	box-shadow: 0 0 11px 4px rgba(255, 136, 8, .3);
	color: #fff;
}

.info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-box {
	background: #f9f8f8;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.p-40 {
	padding: 40px;
}

.f-23 {
	font-size: 23px;
}

.info-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-a-30 {
	padding: 30px 30px;
}

.btn-green {
	cursor: pointer;
	width: auto;
	height: 50px;
	font-size: 19px;
	border: none;
	text-transform: capitalize;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #27ca59;
}

.info-text {
	line-height: 35px;
}

.info-title-b ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-title-b ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-title-b {
	max-width: 900px;
	margin: 0px auto;
	padding: 40px 0px;
}

.btn-green:hover,
.btn-green:focus {
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 0 11px 4px rgba(39, 202, 89, .5);
	box-shadow: 0 0 11px 4px rgba(39, 202, 89, .5);
}

.info-box-2 {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
	margin-bottom: 50px;
}

.a-eye {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-title-g {
	border-radius: 10px 10px 0px 0px;
	background: #ffc785;
	padding: 40px;
	background: -webkit-linear-gradient(top, #ffc785, #ffe3be);
	background: -o-linear-gradient(top, #ffc785, #ffe3be);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc785), to(#ffe3be));
	background: linear-gradient(to bottom, #ffc785, #ffe3be);
}

.info-w {
	max-width: 900px;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/* ON/OFF Switch */

.switch {
	position: relative;
	padding: 3px;
	border-radius: 18px;
	cursor: pointer;
	margin-bottom: 0px;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: 50px;
	width: 123px;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	background: #27ca59;
	border-radius: 30px;
	-o-transition: ease-out 0.15s;
	-webkit-transition: ease-out 0.15s;
	transition: ease-out 0.15s;
}

.switch-label:before,
.switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-o-transition: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}

.switch-label:before {
	content: attr(data-off);
	right: 25px;
	font-size: 19px;
	color: #fff;
}

.switch-label:after {
	content: attr(data-on);
	left: 20px;
	color: #000;
	font-size: 19px;
	opacity: 0;
}

.switch-input:checked~.switch-label {
	background: #f0f0f0;
}

.switch-input:checked~.switch-label:before {
	opacity: 0;
}

.switch-input:checked~.switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #000;
	border-radius: 30px;
	-o-transition: left 0.15s ease-out;
	-webkit-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
}

.switch-handle:after {
	content: attr(data-on);
	right: 10px;
	color: #fff;
	font-size: 19px;
	opacity: 1;
}

.switch-handle:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-o-transition: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}

.switch-handle:before {
	content: attr(data-off);
	left: 10px;
	color: #000;
	font-size: 19px;
	opacity: 1;
}

.switch-handle:before {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-o-transition: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}

.switch-input:checked~.switch-handle {
	left: 80px;
	background: #27ca59;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*profile step page*/

.care-profile {
	padding-top: 25px;
}

.care-profile .form-check1>label {
	margin-bottom: 15px!important;
}

.steps-bar {
	margin: 0 auto;
	width: 100%;
}

.steps-indicator {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	left: -165px;
	position: relative;
	list-style: outside none none;
	margin: 0;
	width: 1060px;
	padding: 24px 0 10px;
}

.steps-indicator li {
	padding: 20px 0 0;
	margin: 0;
	position: relative;
	width: 33.3333%;
	pointer-events: none;
}

.steps-indicator li:after {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 6px #fff, 0 0 0 7px #fff;
	box-shadow: 0 0 0 6px #fff, 0 0 0 7px #fff;
	height: 10px;
	top: -12px;
	width: 10px;
	border-radius: 100%;
	content: "";
	left: calc(50% - 7px);
	line-height: 14px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	vertical-align: middle;
}

.steps-indicator li:not(:last-child):before {
	background-color: #f2f2f2;
	content: "";
	height: 5px;
	left: calc(50% + 3px);
	position: absolute;
	top: -8px;
	width: calc(100% - 10px);
}

.steps-indicator li div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

.steps-indicator li div a {
	cursor: pointer;
	line-height: 14px;
	font-size: 15px;
	color: #292929;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.steps-indicator li.done:after {
	background-color: #ff8808;
	-webkit-box-shadow: 0 0 0 6px #fff, 0 4px 18px 0px rgba(0, 0, 0, 1);
	box-shadow: 0 0 0 6px #fff, 0 4px 18px 0px rgba(0, 0, 0, 1);
}

.steps-indicator li.current:after,
ul.steps-indicator li.default:after {
	background: transparent;
	-webkit-box-shadow: 0 0 0 2px #fff, 1px 0 0 0.5px #fff;
	box-shadow: 0 0 0 2px #fff, 1px 0 0 0.5px #fff;
	height: 7px;
	top: -9px;
	width: 7px;
	/* left: 5px; */
	left: calc(50% - 5px);
}


/*step 2*/

#step2 .steps-indicator li.done:after {
	background-color: #ff8808;
}

#step2 .steps-indicator li.done:not(:last-child):before {
	background-color: #ff8808;
}

#step2 .steps-indicator li.current:after {
	background-color: #ff8808;
	-webkit-box-shadow: 0 0 0 6px #fff, 0 4px 18px 0px rgba(0, 0, 0, 1);
	box-shadow: 0 0 0 6px #fff, 0 4px 18px 0px rgba(0, 0, 0, 1);
}

#step2 .steps-indicator li.done:after {
	background-color: #fff;
}

#step2 .steps-indicator li.default:after {
	background: transparent;
	-webkit-box-shadow: 0 0 0 2px #f2f2f2, 1px 0 0 0.5px #f2f2f2;
	box-shadow: 0 0 0 2px #f2f2f2, 1px 0 0 0.5px #f2f2f2;
	height: 7px;
	top: -9px;
	width: 7px;
	/* left: 5px; */
	left: calc(50% - 5px);
}

#step2 .steps-indicator li:after {
	background-color: #ff8808;
	-webkit-box-shadow: 0 0 0 6px #ff8808, 0 4px 18px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 0 6px #ff8808, 0 4px 18px 0px rgba(0, 0, 0, 0.9);
	height: 7px;
	top: -10px;
	width: 7px;
	border-radius: 100%;
	content: "";
	left: calc(50% - 7px);
	line-height: 14px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	vertical-align: middle;
}

.profile-pic {
	/*width: 30%;*/
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	color: #82929c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 210px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 210px;
	-webkit-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.03);
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.profile-pic.s_pp {
	border-radius: 10px !important;
}

.slim {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.slim.s_box {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.slim.no-radius {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.remove-img.editimg {
	bottom: 13%;
	left: 22%;
}

.slim .slim-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 0;
	margin: 5px;
}

.profile-pic input[type=file] {
	display: none;
}

.profile-pic label {
	width: 100%;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	color: #292929;
	cursor: pointer;
}

.profile-pic label img {}

.text-orange {
	color: #ff8808 !important;
}

.blue-box {
	height: 250px;
	background: rgba(41, 72, 96, 0.45);
	position: relative;
	border: none;
	padding: 20px 25px;
	font-weight: 600;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 30px;
}

.guide a:hover,
.guide a:focus {
	color: #ff8808;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.inputs-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inputs-block a {
	width: auto;
	font-size: 15px;
}

.inputs-block .minus {
	margin-right: 40px;
}

.inputs-block .minus,
.inputs-block .plus {
	border-radius: 4px;
	padding: 10px;
	border-radius: 50%;
	background-color: #2eb64b;
	color: transparent;
	position: relative;
}

.inputs-block .plus {
	margin-left: 40px;
}

.inputs-block input {
	width: 80%;
	position: relative;
	z-index: 2;
	border: none;
	padding: 20px 25px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	background: rgba(41, 72, 96, 0.45);
	border-radius: 45px;
	color: #fff;
	text-align: center;
}

.t-width {
	max-width: 325px;
	margin: 0px auto!important;
}

.w-100 {
	width: 100%;
}


/*profile step3*/

#step3 .steps-indicator li.done:after,
#step3 .steps-indicator li.current:after {
	background-color: #ff8808;
}

#step3 .steps-indicator li.done:not(:last-child):before,
#step3 .steps-indicator li.current:not(:last-child):before {
	background-color: #ff8808;
}

#step3 .steps-indicator li.done:after,
#step3 .steps-indicator li.current:after {
	background-color: #fff;
}

#step3 .steps-indicator li.default:after {
	background: #ff8808;
	-webkit-box-shadow: 0 0 0 6px #fff, 0 4px 18px 0px rgba(0, 0, 0, 1);
	box-shadow: 0 0 0 6px #fff, 0 4px 18px 0px rgba(0, 0, 0, 1);
	height: 7px;
	top: -9px;
	width: 7px;
	/* left: 5px; */
	left: calc(50% - 5px);
}

#step3 .steps-indicator li:after {
	background-color: #ff8808;
	-webkit-box-shadow: 0 0 0 6px #ff8808, 0 4px 18px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 0 6px #ff8808, 0 4px 18px 0px rgba(0, 0, 0, 0.14);
	height: 7px;
	top: -10px;
	width: 7px;
	border-radius: 100%;
	content: "";
	left: calc(50% - 7px);
	line-height: 14px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	vertical-align: middle;
}

.form-main-container-step3 .w-100 .care-type-main {
	padding: 30px 0px 30px;
}

.file-upload {
	position: relative;
	display: inline-block;
}

.t-width-2 {
	max-width: 73%;
	margin: 0px auto!important;
}

.t-w {
	max-width: 80%;
	margin: 0px auto!important;
}

.file-upload__label {
	height: 60px;
	margin: 25px 0px 20px 0px;
	border-radius: 50px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #27ca59;
	cursor: pointer;
}

.file-upload__label:hover {
	color: #fff;
	-webkit-box-shadow: 0 0 11px 4px rgba(39, 202, 89, .5);
	box-shadow: 0 0 11px 4px rgba(39, 202, 89, .5);
}

.file-upload__input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 1;
	width: 0;
	height: 100%;
	opacity: 0;
}

.form-main-container-step3 {
	padding: 50px 0px 45px;
}

.form-main-container-step3 .care-type-main .form-check1 input[type="radio"]+.c-radio::before,
.form-main-container-step3 .care-type-main .form-check2 input[type="radio"]+.c-radio::before {
	margin: 0 20px 0px 0px;
}

.form-main-container-step3 .form-check1,
.form-main-container-step3 .form-check2 {
	padding: 0px;
}

.form-main-container-step3 .reg-form form {
	padding: 25px 15px;
}

.btn-grup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-grup a,
.btn-grup input[type="button"] {
	padding: 0px;
	width: 200px !important;
	height: 50px;
	margin: 0px 20px;
}

.btn-grup .active {
	background: #27ca59;
}

.btn-grup .active {
	color: #fff!important;
}

.btn-gray {
	cursor: pointer;
	width: auto;
	height: 50px;
	font-size: 21px;
	border: none;
	text-transform: capitalize;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 23px;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #f6f6f6;
}

.color-gray {
	color: #a4a4a4!important;
}

textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

#l-btn {
	max-width: 300px;
}


/*member page*/

.faq-main-container {
	padding: 80px 0px;
}

.news-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.panel-default>.panel-heading {
	position: relative;
}

.panel-heading .fa {
	position: absolute;
	right: 37px;
	top: 37px;
	font-size: 18px;
	color: #ff8808;
	font-weight: 100;
	cursor: pointer;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	line-height: 22px;
	cursor: pointer;
}

.color-010101 {
	color: #010101;
}

.panel-default>.panel-heading {
	background-color: transparent;
	border: none;
}

.panel-title>a {
	color: #294860;
	text-transform: uppercase;
}

.panel-heading {}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}

.panel-default {
	border-bottom: 1px solid #f7f7f7;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

.panel-group .panel+.panel {
	margin-top: 0px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-heading {
	padding: 33px 40px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
}

.panel-body {
	padding: 0px 40px 30px 40px;
	text-align: justify;
	font-size: 19px;
	color: #4a4a4a;
}

.color-161616 {
	color: #161616;
}

.panel-body p,
.policy-content-inner p {
	margin: 0px;
}

.panel-i-text {
	font-family: 'Int Circular PTT Book';
}

.pdf-list {
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 350px;
	margin: 0px auto;
}

.pdf-list li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 33.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pdf-list li span {
	line-height: 20px;
}

.blue-text {
	margin-top: -20px;
	width: 280px;
}

.row-blue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.row-blue .col-md-9,
.row-blue .col-md-3,
.row-blue .col-md-5,
.row-blue .col-md-8 {
	padding: 0px;
}

.seven-f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.five,
.six {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.five-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.a-digit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0px;
}

.color-dc {
	color: #dcdcdc;
}

.five:before,
.six:before {
	content: "";
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	margin-left: -100px;
	left: 50%;
	position: realtive;
	vertical-align: middle;
	width: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid rgba(255, 255, 255, 0.25);
}

.faq-title:after {
	content: '';
	display: block;
	height: 4px;
	width: 110px;
	background: #fd8708;
	margin: 10px auto 0 auto;
	-webkit-animation: title-border .5s ease-in;
	animation: title-border .5s ease-in;
}

.contact-text {
	margin: 0px 10px;
}

.policy-content h4 {
	margin: 0px;
}


/*news page*/

.news-main-container {
	padding: 50px 0px;
}

.news-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list li {
	width: 47%;
	margin-bottom: 80px;
}

.news-list li .news-img-left {
	background: url('../images/news1.png');
}

.news-list li .news-img-right {
	background: url('../images/news2.png');
}

.news-image {
	background-size: cover!important;
	width: 100%;
	height: 320px;
	background-position: top center !important;
	background-repeat: no-repeat!important;
}

.news-title:after {
	content: '';
	display: block;
	height: 4px;
	width: 75px;
	background: #fd8708;
	margin: 10px auto 0 auto;
	-webkit-animation: title-border .5s ease-in;
	animation: title-border .5s ease-in;
}

.color-7b7b7b {
	color: #7b7b7b;
}

.color-a8a8a8 {
	color: #a8a8a8;
}

.line-height-30 {
	line-height: 30px;
}

.pay-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.read:hover {
	color: #294860;
}

.panel-heading[aria-expanded="true"] .fa-plus {
	display: none!important;
}

.panel-heading[aria-expanded="true"] .fa-minus {
	display: block!important;
}


/*message box*/

#message-box {
	/*margin: 170px 0px 0px;*/
}

.msg-head {
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.f-35 {
	font-size: 35px;
}

.msg-head:after {
	position: absolute;
	content: '';
	height: 4px;
	bottom: -8px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 6%;
	background: #ff8808;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.msg-inner {
	padding: 10px 0px;
}

.msg-inner .nav-justified {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.msg-inner .nav-justified:before {
	display: none;
}

.msg-inner .nav-justified>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.msg-inner .nav-pills>li.active>a,
.msg-inner .nav-pills>li.active>a:focus,
.msg-inner .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #27ca59;
	width: 198px;
	height: 54px;
	border-radius: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
	font-weight: 600;
}

.msg-inner .nav-pills>li>a {
	color: #9f9e9e;
	background-color: #f6f6f6;
	width: 198px;
	height: 54px;
	border-radius: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
	font-weight: 600;
}

.msg-inner .tab-pane {
	position: relative;
}

.m-box-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.m-b-l {
	width: 307px;
	border-right: 1px solid #dddddd;
}

.m-b-r {
	width: calc(100% - 307px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.m-b-l-l {
	height: 107px;
	min-height: 107px;
	max-height: 107px;
	border-bottom: 1px solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
}

.m-b-l-h {
	height: 72px;
	border-bottom: 1px solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 20px;
	color: #294860;
	font-size: 21px;
	font-weight: 600;
}

.pro-name {
	color: #222222;
	font-size: 19px;
	font-weight: 700;
}

.pro-chat {
	color: #626262;
	font-size: 16px;
}

.m-b-l-l li:nth-child(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.m-b-l-l li:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.pro-pic {
	margin-right: 13px;
}

.pro-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.chat-time {
	color: #9f9e9e;
	font-size: 13px;
	font-weight: 500;
	margin-left: 10px;
	display: block;
}


/*.m-b-l-l:last-child {*/


/*	border-bottom: none;*/


/*}*/

.m-b-r-h {
	height: 82px;
	border-bottom: 1px solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 20px;
	color: #294860;
	font-size: 21px;
	font-weight: 600;
}

.m-b-l-l-chat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.m-b-l-l-chat .m-b-l-l-f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 40px;
}

.pro-pic2 {
	margin-right: 15px;
}

.pro-pic2 img {
	width: 50px;
	border-radius: 50%;
}

.m-box-inner p {
	margin: 0px;
}

.pro-btn {
	margin-left: 20px;
}

.m-b-r-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.m-b-r-l-r {
	width: calc(100% - 600px);
	margin-top: 60px;
}

.side-list-chat {
	margin-top: 35px;
}

.side-list-chat li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 15px;
}

.chat-dark {
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 600;
}

.chat-light {
	color: #4e4d4d;
	font-size: 16px;
	font-weight: 500;
}

.m-b-r-l-r .pro-name {
	padding: 30px 0px 10px;
}

.m-b-r-l-r .pro-chat {
	color: #6c6c6c;
	font-size: 17px;
	font-weight: 500;
}

.m-b-r-l-l {
	width: 600px;
	border-right: 1px solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
}

.m-b-r-l-l-down form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.m-b-r-l-l-down form.input,
.submit {
	display: inline-block;
	font-size: 20px;
	border-radius: 0;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
}

.input {
	border: 1px solid #e2e2e2;
	width: 99%;
	border-radius: 10px 0px 0px 10px;
	font-size: 16px;
	color: #242424;
	height: 56px;
	padding: 10px;
}

.submit {
	background-color: #ff8808;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 56px;
	width: 57px;
	border-radius: 0px 10px 10px 0px;
}

.submit::-moz-focus-inner {
	border: 0;
}

.input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 16px;
	color: #9f9e9e;
}

.input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 16px;
	color: #9f9e9e;
}

.input:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 16px;
	color: #9f9e9e;
}

.input:-moz-placeholder {
	/* Firefox 18- */
	font-size: 16px;
	color: #9f9e9e;
}


/*payment plan*/

.color-green1 {
	color: #27ca59;
}

.f-26 {
	font-size: 26px;
}

.pay-content {
	max-width: 960px;
	margin: 0px auto;
}

.pay-content .pay-list-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pay-content .pay-list {
	width: 48%;
	border: 1px solid #dedede;
	border-radius: 8px;
	-webkit-box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.06);
}

.pay-img {
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pay-img img {
	width: 50%;
}

.pay-price-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*justify-content: center;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pay-price-list li i {
	font-size: 20px;
	padding-right: 2px;
}

.bg-gray {
	background: #ebebeb;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.bg-gray li {
	border-right: 1px solid #bdbdbd;
}

.bg-orange1 {
	border-top: 1px solid #ffab54;
	border-bottom: 1px solid #ffab54;
}

.bg-orange1 li {
	border-right: 1px solid #ffab54;
	background: #ffd9ad !important;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.bg-orange1 li:hover {
	background: #f2e0cb!important;
}

.pay-price-list li:hover {
	background: #c6c6c6;
}

.pay-price-list li {
	width: 33.33%;
	padding: 35px 0px;
	cursor: pointer;
	background: #ebebeb;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.bg-orange1 li {
	border-right: 1px solid #ffab54;
	background: #ffd9ad !important;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.pay-price-list li:last-child {
	border-right: none;
}

.pay-tick-list {
	text-align: left;
	padding: 45px 35px;
}

.pay-tick-list li {
	line-height: 50px;
	margin: 0px 0px 0px 35px;
}

.pay-tick-list li:before {
	position: absolute;
	margin: 2px 0px 0px -35px;
	font-weight: bold;
	content: url('../images/p-tick.png');
	vertical-align: middle;
}

.color-orange1 {
	color: #ff8206;
}

.color-white>a:hover {
	color: #fff;
}


/*news inner page*/

.news-data-innner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-inner-list li a {
	background: #294860;
	margin-right: 10px;
	border-radius: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	width: 30px;
}

.news-inner-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-innner-bottom {
	padding: 30px 0px;
}

.news-innner-bottom .img-news {
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}

.news-bottom-list {
	padding-left: 50px;
}

.news-bottom-list li {
	list-style-type: disc !important;
}


/*site map*/

.sitemap-main-container {
	padding: 10px 0px 30px;
}

.site-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 35px 0px;
}

.sitemap-main-container .alpha-a-s-r {
	width: auto;
	margin: 0px;
}

.site-tag {
	max-width: 1000px;
	text-align: center;
	margin: 0px auto;
}

.site-tag p {
	margin-bottom: 5px;
}

@media(max-width:1366px) {
	.form-inner,
	#carer-form {
		width: 650px;
	}
	#chkbox .form-check1 input[type="checkbox"]+.c-check {
		font-size: 16px;
	}
	.form-check1 input[type="radio"]+.c-radio,
	.form-check2 input[type="radio"]+.c-radio {
		font-size: 15px;
	}
	.f-17 {
		font-size: 15px!important;
	}
	.f-18 {
		font-size: 17px;
	}
	.f-21 {
		font-size: 19px;
	}
}

@media(max-width:1300px) {
	.f-22,
	.c-r-btn li,
	.form-group-el::-webkit-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 18px;
	}
	.f-22,
	.c-r-btn li,
	.form-group-el:-ms-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 18px;
	}
	.f-22,
	.c-r-btn li,
	.form-group-el::-ms-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 18px;
	}
	.f-22,
	.c-r-btn li,
	.form-group-el::placeholder,
	.form-group-el,
	.regioN {
		font-size: 18px;
	}
	.f-18,
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		font-size: 16px;
	}
	.f-25 {
		font-size: 22px;
	}
	.f-20 {
		font-size: 18px;
	}
	.p-35 {
		padding: 25px 0px;
	}
	.form-group-el {
		margin: 18px 0px;
		height: 58px;
	}
	.s-p-right .regioN {
		height: 58px;
	}
	.c-padding-right {
		padding: 15px 15px 15px 0px;
	}
	.c-padding-left {
		padding: 15px 0px 15px 15px;
	}
}

@media(max-width:1200px) {
	.m-b-r-l-l {
		width: 100%;
		border-right: 1px solid #ddd;
	}
	.logo {
		width: 175px;
		height: 25px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
	}
	.nav-btn {
		margin-left: 20px;
	}
	.nav-btn button>a {
		font-size: 12px;
	}
	.nav-btn button {
		padding: 7px 12px;
		width: 100px;
	}
	.quote_body span {
		font-size: 20px;
	}
	.quote_body::before {
		left: 60px;
	}
	.quote_body::after {
		right: 60px;
	}
	.offer-list li {
		width: 49%;
		margin-bottom: 10px;
	}
	.item-text {
		width: 310px;
	}
	.p-30 {
		padding: 15px 0px;
	}
	.p-20 {
		padding: 10px 0px;
	}
	.btn-1 {
		margin: 20px auto;
		width: auto!important;
	}
	.f-28 {
		font-size: 24px;
	}
	.a-h-box ul li:before {
		margin-left: -80px;
	}
	.reg-main-form-form-input input {
		font-size: 18px;
	}
	.m-b-l {
		width: 250px;
	}
	.m-b-r {
		width: calc(100% - 250px);
	}
	.m-b-r-l-r {
		width: calc(100% - 300px);
	}
}

@media (max-width:1100px) {
	.five:before,
	.six:before {
		margin-left: -85px;
	}
	.a-dp {}
	.f-20 {
		font-size: 15px;
	}
	.tab-content-header li {
		width: 25%;
	}
	.info-text {
		text-align: justify;
	}
	.care-inner-left {
		width: 330px;
	}
	.c-box {
		width: 625px;
		margin-top: 25px;
	}
	.c-l {
		width: 30%;
	}
	.p-45 {
		padding: 25px 0px 20px;
	}
}

@media(max-width:990px) {
	.navbar-default .navbar-nav>li>a {
		padding: 20px;
		text-align: center;
	}
	.nav-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.navbar-default .navbar-nav>li>a {
		line-height: 10px;
	}
	#ul-form .carer-title {
		width: 100%!important;
	}
	.m-b-l-h {
		font-size: 18px;
	}
	.pro-name {
		font-size: 16px;
	}
	.pro-chat {
		font-size: 13px;
	}
	.news-list li {
		width: 100%;
	}
	.five,
	.six {
		border-left: 0px;
	}
	.five:before,
	.six:before {
		content: none;
	}
	.blue-text {
		margin-top: 0px;
	}
	.row-blue {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.f-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.seven-f {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.five-next {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.a-email {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.a-digit {
		padding: 10px 0px;
	}
	.steps-indicator {
		left: -100px;
		width: 800px;
	}
	#carer-form .reg-main-form-form-input {
		padding-top: 8px;
	}
	.form-check1 input[type="radio"]+.c-radio,
	.form-check2 input[type="radio"]+.c-radio {
		font-size: 13px;
	}
	#carer-form .reg-main-form-from button {
		padding: 12px 25px;
		max-width: 100%;
	}
	#carer-form .hero-select .bootstrap-select .btn-default {
		height: auto !important;
		padding: 12px 25px !important;
		font-size: 15px !important;
		margin-bottom: 0px;
		width: 190px;
	}
	#carer-form .bootstrap-select.select .dropdown-toggle .filter-option {
		font-weight: 600;
	}
	.input-1 .c-radio {
		font-size: 14px !important;
	}
	#carer-form .hero-select .bootstrap-select .btn-default:nth-child(2) {
		margin-bottom: 0px!important;
	}
	.input-group {
		width: 100%;
	}
	.info-title-b,
	.info-w {
		max-width: 700px;
	}
	.btn-green,
	.switch-label:before,
	.switch-label:after {
		font-size: 16px;
	}
	.a-h-box ul li:before {
		content: none;
	}
	.p-t-60,
	.p-60 {
		padding: 40px 0px 0px;
	}
	.a-inner-r {
		width: auto;
		height: auto;
		padding: 10px 20px;
	}
	.f-23 {
		font-size: 19px;
	}
	.f-19 {
		font-size: 17px;
	}
	.care-inner-title {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.c-r-btn {
		padding-bottom: 0px;
	}
	.c-box {
		width: 580px;
		margin-top: 18px;
		/*height: 340px;*/
	}
	.f-24,
	.f-22,
	.c-r-btn li,
	.form-group-el::-webkit-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 15px;
	}
	.f-24,
	.f-22,
	.c-r-btn li,
	.form-group-el:-ms-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 15px;
	}
	.f-24,
	.f-22,
	.c-r-btn li,
	.form-group-el::-ms-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 15px;
	}
	.f-24,
	.f-22,
	.c-r-btn li,
	.form-group-el::placeholder,
	.form-group-el,
	.regioN {
		font-size: 15px;
	}
	.f-18,
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		font-size: 14px;
	}
	.f-25 {
		font-size: 20px;
	}
	.f-20 {
		font-size: 16px;
	}
	.f-21 {
		font-size: 21px;
	}
	.p-35 {
		padding: 20px 0px;
	}
	.form-group-el,
	.s-p-right .regioN {
		height: 50px;
	}
	.form-wapper .form-btn {
		font-size: 18px;
	}
	.footer-area .footer-area-left,
	.footer-area .footer-area-right,
	.alpha-a-s-r,
	.alpha-a-s-l,
	.footer-tag .alpha-tag {
		width: 100%;
		text-align: center;
	}
	.foot-b ul li {
		margin: 10px auto;
		text-align: center;
	}
	.foot-b ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.logo {
		width: 125px;
		height: 25px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
		padding: 13px 5px;
	}
	.nav-btn {
		margin-left: 10px;
		padding: 10px 0px;
	}
	.nav-btn>li {
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.nav-btn button>a {
		color: #fff;
		font-size: 12px;
	}
	.nav-btn button {
		padding: 7px 12px;
		width: 100px;
	}
	.reg-main-form-form-input {
		position: relative;
		margin-top: 0px;
	}
	.reg-main-form-form-input input {
		padding: 12px 25px;
		font-size: 15px;
	}
	.form-inner,
	#carer-form {
		width: 600px;
	}
	.reg-main-form-from button {
		padding: 15px 5px;
		width: 92%;
		margin: 30px 0px 30px 0px;
	}
	.reg-main-form-from button a {
		font-size: 15px;
	}
	.bottom-text span {
		font-size: 16px;
	}
	.form-check {
		padding: 0px 15px;
	}
	.hero-small-head {
		font-size: 20px;
	}
	.hero-head-orange,
	.hero-head {
		font-size: 25px;
	}
	.hero-main-container-inner-index .form-inner {
		width: 650px;
	}
	.hero-toggle .nav>li>a,
	.hero-toggle .nav-pills>li:nth-child(1).active>a,
	.hero-toggle .nav-pills>li:nth-child(1).active>a:focus,
	.hero-toggle .nav-pills>li:nth-child(1).active>a:hover {
		font-size: 12px;
	}
	.work-image {
		width: 180px;
		height: 180px;
	}
	.work-inner ul li:before {
		display: none;
	}
	.work-inner ul li {
		padding: 0px 5px;
	}
	.quote-main-container {
		padding: 10px 0px;
	}
	.quote_body::after,
	.quote_body::before {
		display: none;
	}
}

@media(max-width:950px) {
	.btn-orange {
		cursor: pointer;
		border: none;
		padding: 10px 20px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 23px;
	}
	.f-28 {
		font-size: 22px;
	}
	.care-inner,
	.care-inner-one {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.c-r-btn-one {
		position: relative;
	}
	.no-found {
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.care-inner-left,
	.care-inner-left-one {
		width: 50%;
		border: none;
		border-bottom: 1px solid #eaeaea;
		margin: 0px auto;
	}
	.care-inner-right,
	.care-inner-right-one {
		margin: 0px auto;
	}
	.c-padding-right,
	.c-padding-left {
		padding: 10px;
	}
	.c-r-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.accordion {
		margin: 15px 0px;
	}
	.btn-green {
		height: auto;
		padding: 10px 20px;
	}
}

@media(max-width:767px) {
	.hero-head-orange,
	.hero-head {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.hero-inner {
		padding: 20px;
	}
	.news-data-innner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
	.news-inner-list li a {
		margin-top: 10px;
	}
	#drop1 ul {
		margin-left: 10px;
		overflow: hidden;
	}
	.hero-input,
	.hero-btn {
		z-index: -999!important;
		position: relative !important;
	}
	.nav-btn>li>a {
		padding: 13px 0px !important;
		width: 100px;
	}
	.fw-heading {
		margin: 30px 0px 30px;
	}
	.country-main-container h1 {
		font-size: 30px;
	}
	.country-main-container span {
		font-size: 18px;
	}
	#carer-form .hero-select .bootstrap-select .btn-default {
		width: 100%;
	}
	.reg-main-form-form-input .hero-select1 {
		margin-bottom: 8px;
	}
	.btn-carer a {
		padding: 10px 10px !important;
		height: auto !important;
		font-size: 16px !important;
		margin: 5px 0px;
	}
	.accordion .link {
		margin: 10px auto;
	}
	.reg-main-form-form-input textarea {
		font-size: 16px;
	}
	.hero-main-container-index,
	.home-bg-overlay-index,
	.hero-search,
	.hero-main-container-inner-index {
		height: 550px;
	}
	.home1,
	.home1-over,
	.home1-s {
		height: 400px !important;
	}
	.home1-s {
		background-position: 53% 65% !important;
	}
	.btn-grup a,
	.btn-grup input[type="button"] {
		height: 40px !important;
	}
	.form-main-container-step3 .care-type-main .form-check1 input[type="radio"]+.c-radio::before,
	.form-main-container-step3 .care-type-main .form-check2 input[type="radio"]+.c-radio::before {
		margin: 0 20px 0px 0px;
	}
	#chkbox .form-check1 input[type="checkbox"]+.c-check {
		font-size: 13px;
	}
	.blue-box {
		max-width: 350px;
		height: auto;
		margin-bottom: 0px;
		font-size: 15px;
	}
	.btn-1 {
		margin: 0px auto;
		height: auto;
		padding: 10px;
		font-size: 17px;
	}
	.item-bottom-text span,
	.alphabet a,
	.alpha-tag a,
	.alpha-tag-p a,
	.alpha-a-s-l .bootstrap-select.btn-group .dropdown-toggle .filter-option {
		font-size: 17px;
	}
	.footer-area .foot-title {
		font-size: 20px;
	}
	.fw-heading {
		margin: 30px 0px 0px;
	}
	.form-main-container-login {
		padding: 80px 0px 100px;
	}
	#l-btn {
		max-width: 200px;
	}
	.reg-main-form-from a {
		margin: 10px 0px;
	}
	.pay-content .pay-list-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.pay-content .pay-list {
		margin-bottom: 30px;
	}
	.p-t-50 {
		padding-top: 10px;
	}
	.pay-content {
		max-width: 700px;
	}
	.f-26 {
		font-size: 23px;
	}
	.submit,
	.input {
		height: auto;
	}
	.nav-pills>li>a,
	.nav-pills>li.active>a,
	.nav-pills>li.active>a:focus,
	.nav-pills>li.active>a:hover {
		height: auto;
		font-size: 18px;
		font-weight: 600;
	}
	.nav-pills>li {
		margin-bottom: 5px;
	}
	.f-35 {
		font-size: 25px;
	}
	#message-box {
		/*margin: 100px 0px 0px;*/
	}
	.nav-justified {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.dropdown-menu li a {
		color: #fff;
		font-size: 14px;
	}
	.navbar-default .navbar-nav>li>a {
		line-height: 10px;
	}
	#drop1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	#drop1 ul {}
	#drop1 ul:nth-child(2) {
		border-left: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		text-align: center!important;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 5px;
	}
	.dropdown-menu li {
		padding: 7px 0px;
	}
	.navbar-nav .dropdown-menu>li,
	#drop1 ul>li {
		border-bottom: 1px solid #FF8808;
		text-align: center;
	}
	.faq-main-container {
		padding: 30px 0px;
	}
	.p-b-20 {
		padding-bottom: 15px;
	}
	.panel-body {
		font-size: 15px;
	}
	.p-b-60 {
		padding-bottom: 30px;
	}
	.news-list li {
		margin-bottom: 30px;
	}
	.f-16 {
		font-size: 13px;
	}
	.panel-heading .fa {
		right: 0px;
		width: 10px;
		top: 25px;
	}
	.panel-heading {
		padding: 20px 5px;
		cursor: pointer;
	}
	.panel-body {
		padding: 0px 0px 15px 0px;
	}
	.news-inner,
	.faq-inner {
		margin: 0px 20px;
	}
	.news-main-container {
		padding: 30px 0px;
	}
	.f-21 {
		font-size: 17px;
	}
	.care-type-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.form-check1>label,
	.form-check2>label {
		margin-bottom: 5px;
	}
	.a-n-details {
		padding-left: 0px;
	}
	.a-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.p-a-30 {
		padding: 20px 20px 30px;
	}
	.p-b-30 {
		padding-bottom: 15px;
	}
	.info-box {
		margin-bottom: 20px;
	}
	.info-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.info-title .btn-green {
		margin-left: 0px;
	}
	.info-inner-2 {
		padding: 0px 10px;
	}
	.info-text {
		text-align: justify;
	}
	.navbar-default {
		padding: 0px 10px;
	}
	.s-care-inner {
		width: 530px;
	}
	.care-giver-inner h1 {
		font-size: 25px;
	}
	.navbar-nav {
		margin: 0px -15px;
		overflow: hidden;
	}
	.line-height-35 {
		line-height: 30px;
	}
	.reg-form form {
		padding: 25px 20px;
	}
	.reg-main-form-from button {
		margin: 15px 0px 10px 0px;
	}
	.quote_body::before,
	.quote_body::after {
		display: none;
	}
	.login-content .l-pwd {
		padding-bottom: 10px;
	}
	.offer-list li {
		width: 90%;
		margin: 10px auto;
	}
	.work-inner ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.work-inner ul li:before {
		display: none;
	}
	.country-inner-text h1 {
		max-width: 700px;
		color: #fff;
		font-size: 17px;
		line-height: 40px;
	}
	.offer-text span {
		font-size: 18px;
	}
	.country-inner-text span {
		font-size: 22px;
		margin: 10px 0px 0px;
	}
	.item-text span {
		font-size: 17px;
	}
	.foot-r-u {
		font-size: 16px;
	}
	.foot-r-d {
		font-size: 15px;
	}
	.pagination__controls {
		width: 45px;
		height: 45px;
	}
	.c-r-btn li {
		margin-left: 0px;
	}
	.checkbox-lab {
		padding-left: 30px !important;
	}
	.tab-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tab-content-header,
	.tab-content-header>li>a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.btn-orange {
		/*margin: 0px auto;*/
	}
	.btn-green-w {
		width: 150px;
		margin: 5px 0px;
	}
	.info-title-b,
	.info-w {
		max-width: 600px;
	}
	.info-title-b ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bottom-text span {
		font-size: 14px;
	}
	.reg-main-form-from a {
		padding: 10px 10px;
		font-size: 16px;
	}
	.quote_body span {
		font-size: 16px;
	}
	.panel-body p,
	.policy-content-inner p {
		margin: 0px;
		text-align: justify !important;
	}
	input[type="radio"]+label::before {
		width: 30px;
		height: 30px;
	}
	.m-b-r-l-r {
		width: calc(100%);
	}
	.overflow-msg-con {
		height: 300px !important;
	}
}

@media(max-width:650px) {
	.hero-btn .btn-search {
		font-size: 12px;
		width: 100%;
	}
	.hero-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 100%!important;
	}
	.hero-select .bootstrap-select .btn-default {
		width: 100%;
	}
	.hero-input input {
		width: 100%;
	}
	.hero-main-container-index.home1 {
		display: none !important;
	}
	.pay-img img {
		width: 40%;
	}
	.inputs-block .minus {
		margin-right: 0px;
	}
	.inputs-block .plus {
		margin-left: 0px;
	}
	.inputs-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.inputs-block input {
		width: 70%;
	}
	.pagination__controls {
		width: 35px;
		height: 35px;
	}
	.pagination__controls img {
		width: 50%;
	}
	.tab-content {
		padding: 0px;
	}
	.pay-content .pay-list {
		width: 90%;
		margin: 0px 20px 30px 20px;
	}
	.pay-tick-list {
		padding: 30px 25px;
	}
	.steps-indicator {
		left: 0px;
		width: 100%;
	}
	.btn-orange {
		margin-left: 15px;
	}
	.f-28 {
		font-size: 20px;
	}
	.p-t-60,
	.p-60 {
		padding: 30px 0px 0px;
	}
	.f-23 {
		font-size: 17px;
	}
	.f-19 {
		font-size: 15px;
	}
	.f-22,
	.c-r-btn li,
	.form-group-el::-webkit-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 14px;
	}
	.f-22,
	.c-r-btn li,
	.form-group-el:-ms-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 14px;
	}
	.f-22,
	.c-r-btn li,
	.form-group-el::-ms-input-placeholder,
	.form-group-el,
	.regioN {
		font-size: 14px;
	}
	.f-22,
	.c-r-btn li,
	.form-group-el::placeholder,
	.form-group-el,
	.regioN {
		font-size: 14px;
	}
	.f-18,
	.f-25 {
		font-size: 18px;
	}
	.f-20 {
		font-size: 14px;
	}
	.p-35 {
		padding: 15px 0px;
	}
	.form-group-el,
	.s-p-right .regioN {
		height: 45px;
	}
	.accordion .link {
		width: auto;
		height: 50px;
		font-size: 15px;
	}
	.u-btn-orange {
		margin: 10px auto;
	}
	.c-box {
		width: auto;
		padding: 15px;
		height: auto;
	}
	.c-r {
		padding: 0px 15px;
	}
	.c-dp img {
		width: 100px;
		height: 100px;
	}
	.care-inner-title {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.foot-payment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.social-link a,
	.foot-payment a {
		padding: 10px 0px;
	}
	.fw-special-title {
		font-size: 20px;
		margin: 0px 0 20px 0;
	}
	.offer-inner .offer-list {
		margin-bottom: 5px;
	}
	.form-inner,
	#carer-form {
		width: 485px;
	}
	.reg-main-form-from button a {
		font-size: 14px;
	}
	.reg-main-form-from button {
		padding: 5px 5px;
		width: 100%;
		margin: 0px;
		margin-top: 15px;
	}
	.reg-main-form-from .button-reg-fb button {
		margin-bottom: 15px;
	}
	.alpha-tag {
		padding: 0px 10px;
		text-align: justify;
	}
	.site-tag .alpha-tag {
		text-align: center!important;
	}
	.site-tag .alpha-tag p {
		margin: 0px;
	}
	.site-tag .alpha-tag a {
		font-size: 15px;
	}
	.hero-main-container-inner-index .form-inner {
		width: 450px;
	}
	.list-hero div {
		float: left;
		width: 100%;
		margin: 5px 0px;
	}
	.country-inner-text {
		padding: 50px 0px;
	}
	.hero-main-container-inner-index .form-inner {
		margin: auto;
		position: absolute;
		top: 4%;
	}
	.work-head {
		font-size: 18px;
	}
	.form-wapper .form-btn {
		font-size: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.form-wapper {
		margin: 5px auto;
	}
	.work-details {
		font-size: 15px;
	}
	.hero-btn button {
		width: auto;
		height: auto;
		padding: 10px 30px;
	}
	.hero-btn button a {
		font-size: 15px;
	}
	.form-text::-webkit-input-placeholder {
		color: #242424;
		font-size: 13px;
	}
	.form-text:-ms-input-placeholder {
		color: #242424;
		font-size: 13px;
	}
	.form-text::-ms-input-placeholder {
		color: #242424;
		font-size: 13px;
	}
	.form-text::placeholder {
		color: #242424;
		font-size: 13px;
	}
	.form-wapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px;
	}
	.form-wapper .form-text {
		text-align: center;
		background: #f6f6f6;
		padding: 10px 10px;
		border-radius: 30px;
		font-size: 15px;
		margin: 0px;
	}
	.s-care-inner {
		width: 320px;
	}
	.care-giver-inner h1 {
		font-size: 18px;
	}
	.c-q-l-s {
		padding: 7px 3px;
		cursor: pointer;
	}
	.c-view {
		width: 90px;
		height: 38px;
	}
	.c-r p {
		text-align: justify;
	}
	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.info-title-b,
	.info-w {
		max-width: 400px;
	}
	.m-b-l {
		width: 100%;
	}
	.m-b-r {
		width: 100%;
	}
	.m-b-l-l {
		padding: 5px;
	}
	.pro-pic img,
	.pro-pic2 img {
		width: 40px;
	}
	.pro-name {
		font-size: 16px;
	}
	.pro-chat,
	.chat-time {
		font-size: 16px;
	}
	.m-b-l-l-chat .m-b-l-l-f {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0px 0px 20px;
	}
	.m-b-l-l {
		height: 70px;
		min-height: 70px;
		max-height: 70px;
	}
	.m-b-l-h {
		height: 60px;
	}
	.m-b-r-h {
		height: 67px;
	}
	.pro-btn img {
		width: 15px;
	}
	.pro-btn {
		margin-left: 5px;
	}
	.nav-pills>li>a,
	.nav-pills>li.active>a,
	.nav-pills>li.active>a:focus,
	.nav-pills>li.active>a:hover {
		font-size: 12px;
	}
	.f-35 {
		font-size: 21px;
	}
	.msg-inner {
		padding: 20px 0px;
	}
	.m-b-l {
		display: block;
		border-right: 0;
	}
	.m-box-inner {
		display: block;
	}
	.m-b-r {
		width: 100%;
		border-top: 1px solid #ddd;
	}
	.line-height-30 {
		line-height: 25px;
	}
	.inputs-block input {
		padding: 13px 25px;
	}
	.msg-inner .nav-pills>li.active>a,
	.msg-inner .nav-pills>li.active>a:focus,
	.msg-inner .nav-pills>li.active>a:hover,
	.msg-inner .nav-pills>li>a {
		font-size: 16px;
		width: 100%;
		height: auto;
	}
	.msg-inner .nav-justified>li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.search_town_list {
		width: 100% !important;
		-ms-grid-columns: auto !important;
		grid-template-columns: auto !important;
	}
	.search_town_list li:nth-of-type(2n) {
		padding-left: 0 !important;
	}
	.tab-content {
		border-radius: 0;
	}
	.overflow-msg {
		height: 250px !important;
	}
	.m-b-r-l {
		display: block;
	}
	#tbl-avalibality [type="checkbox"]:not(:checked)+label::before,
	#tbl-avalibality [type="checkbox"]:checked+label::before {
		width: 1em;
		height: 1em;
	}
	#tbl-avalibality [type="checkbox"]:not(:checked)+label::after,
	#tbl-avalibality [type="checkbox"]:checked+label::after {
		content: "";
		background: #ff8808;
		width: 11px;
		height: 11px;
		border-radius: 50%;
		position: absolute;
		top: 2px;
		left: 7px;
	}
}

@media(max-width:500px) {
	.tag-line {
		font-size: 16px;
		padding: 0 0 0 50px;
		position: relative;
		top: -9px;
		left: 5px;
	}
	#tbl-avalibality th,
	#tbl-avalibality td {
		font-size: 11px !important;
		padding: 0 !important;
		white-space: normal;
	}
	.navbar-brand {
		width: 207px;
		padding-top: 5px;
	}
	.p-b-40 {
		padding-bottom: 0px;
	}
	.tab-content-header li {
		width: 45%;
	}
	.f-23 {
		font-size: 13px;
	}
	.f-19 {
		font-size: 12px;
	}
	.c-l {
		width: 100%;
	}
	.c-dp,
	.c-q-list,
	.c-r {
		margin: 0 auto;
	}
	.c-r {
		padding: 10px 0px;
	}
	.c-v-h {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.c-r-btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.c-r-btn li {
		margin-bottom: 10px;
	}
	.care-inner-title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.care-inner-left,
	.care-inner-left-one {
		width: 90%;
	}
	.form-inner,
	#carer-form {
		width: auto;
		margin: 10px;
	}
	input[type="checkbox"]+label,
	input[type="radio"]+label {
		font-size: 15px;
	}
	.form-check {
		padding: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	input[type="checkbox"]+label::before,
	input[type="radio"]+label::before {
		margin: 0 10px 0px 0;
	}
	.hero-main-container-inner-index .form-inner {
		width: 95%;
	}
	.hero-inner {
		padding: 20px 20px;
	}
	.hero-small-head {
		font-size: 14px;
	}
	.hero-head-orange,
	.hero-head {
		font-size: 18px;
	}
	.hero-toggle ul {
		margin: 10px auto;
	}
	.tab-content {
		margin-top: 0px;
	}
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
	.hero-input input::-webkit-input-placeholder,
	.hero-input input {
		font-size: 15px;
	}
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
	.hero-input input:-ms-input-placeholder,
	.hero-input input {
		font-size: 15px;
	}
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
	.hero-input input::-ms-input-placeholder,
	.hero-input input {
		font-size: 15px;
	}
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
	.hero-select .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
	.hero-input input::placeholder,
	.hero-input input {
		font-size: 15px;
	}
	.form-wapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		background: transparent;
	}
	.form-wapper .form-text {
		margin-bottom: 10px;
		padding: 10px 30px;
	}
	.form-wapper .form-btn {
		position: relative;
		margin-top: 0px;
		margin-left: 0px;
		left: 0%;
	}
	.info-title-b,
	.info-w {
		max-width: 300px;
	}
	.steps-indicator li div a {
		font-size: 14px;
	}
	.search-radio input[type="radio"]+.find-care::before,
	.search-radio input[type="radio"]+.find-job::before {
		font-size: 13px !important;
		height: 35px !important;
		width: 125px !important;
	}
	#p-detail-b-list li {
		width: 100% !important;
	}
}

@media(max-width:400px) {
	.f-23 {
		font-size: 12px;
	}
	.panel-body {
		font-size: 13px;
	}
	.blue-box {
		max-width: 250px;
		height: auto;
		margin-bottom: 0px;
		font-size: 15px;
	}
	.f-18,
	.f-25 {
		font-size: 15px !important;
	}
	.ul-img-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ul-img-list li {
		margin: 20px 0px 20px 0px;
		width: 100%;
		text-align: center;
	}
	#ul-form .profile-pic {
		margin: 0 auto;
	}
}

.payment-screen input {
	width: 100%;
	position: relative;
	z-index: 2;
	border: none;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background: #f3f3f3 !important;
	border-radius: 45px;
	color: #242424;
	margin-top: 35px;
}

.payment-screen label {
	width: 100%;
	position: relative;
	z-index: 2;
	border: none;
	padding: 20px 5px;
	font-size: 22px;
	font-weight: 600;
	color: #000 !important;
	border-radius: 45px;
	color: #969696;
	margin-top: 35px;
}

.payment-screen-list label {
	width: 100%;
	position: relative;
	z-index: 2;
	border: none;
	padding: 20px 5px;
	font-size: 22px;
	font-weight: 600;
	color: #242424 !important;
	border-radius: 45px;
	color: #969696;
}

.payment-screen-first label {
	width: 100%;
	position: relative;
	z-index: 2;
	border: none;
	padding: 20px 0px;
	font-size: 24px;
	font-weight: 600;
	color: #242424!important;
	border-radius: 45px;
	color: #969696;
}

.one-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.one-line-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.one-line-1 .btn-orange {
	cursor: default;
	width: 328px;
	height: 62px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 31px;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #ff8808;
	background: #f6f6f6;
	font-size: 20px;
}

.payment-screen-20 {
	width: 32%;
}

.payment-screen input::-webkit-input-placeholder {
	color: #969696;
}

.payment-screen input:-ms-input-placeholder {
	color: #969696;
}

.payment-screen input::-ms-input-placeholder {
	color: #969696;
}

.payment-screen input::placeholder {
	color: #969696;
}

.payment-screen .hero-select .bootstrap-select .btn-default {
	color: #969696!important;
	background-color: rgba;
	border-color: none !important;
	border: none;
	padding: 0px 20px;
	width: 100% !important;
	height: 68px;
	background: #f3f3f3 !important;
	border-radius: 34px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px!important;
}

.payment-screen .hero-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.radio1 {
	margin: 0.5rem;
}

.radio1 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio1 input[type="radio"]+.radio-label:before {
	content: '';
	border: 3px solid #8b8b8b;
	background: #fff;
	border-radius: 30px;
	font-size: 15px;
	display: inline-block;
	width: 1.9em;
	height: 1.9em;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio1 input[type="radio"]:checked+.radio-label:before {
	background-color: #ff8808;
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
}

.radio1 input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #3197EE;
}

.radio1 input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio1 input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.pt-30 {
	padding-top: 30px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.pay-copy {
	text-align: center;
	font-size: 15px;
}

.form-main-container-step-ul {
	padding: 50px 0px 45px;
}

.c-989898 {
	color: #989898;
}

.ul-img-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ul-form {
	width: 100%;
}

#ul-form .reg-form form {
	padding: 45px 0px;
}

#ul-form .steps-indicator {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	left: 0px;
	position: relative;
	list-style: outside none none;
	margin: 0;
	width: 100%;
	padding: 24px 0 10px;
}

#ul-form .carer-title {
	border-bottom: 1px solid #b0b0b0;
	width: 55%;
	padding-bottom: 15px;
}

#ul-form .hero-select {
	width: 95%;
	margin: 0px auto!important;
}

#carer-form .bootstrap-select,
#business-drop .bootstrap-select {
	width: 100% !important;
}

#carer-form .hero-select .bootstrap-select .btn-default,
#business-drop .hero-select .bootstrap-select .btn-default {
	color: #fff;
	background-color: rgba;
	border-color: none !important;
	border: none;
	padding: 0px 20px;
	width: 100%;
	height: 68px;
	background: rgba(41, 72, 96, 0.45);
	border-radius: 34px;
	font-size: 20px;
	font-weight: 600;
}

.ul-img-list li {
	margin: 10px 15px 0px 0px;
	border-radius: 10px;
}

.ul-img-list li .img-s {
	border-radius: 10px;
	-webkit-box-shadow: 0px 11px 46px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 11px 46px 0px rgba(0, 0, 0, 0.2);
}

#ul-form .profile-pic {
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	color: #82929c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 181px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 181px;
	-webkit-box-shadow: 0px 11px 46px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 11px 46px 0px rgba(0, 0, 0, 0.2);
}

#ul-form .blue-box {
	width: 635px;
	height: 265px;
	background: #f3f3f3;
	position: relative;
	border: none;
	padding: 20px 25px;
	font-weight: 600;
	border-radius: 17px;
	color: #000;
	margin-bottom: 30px;
	resize: none;
}

#ul-form textarea::-moz-focus-inner {
	color: #b9b9b9;
}

a.text-light {
	color: #fff;
}

a.text-light:hover {
	color: #fff;
}

#ul-form textarea::-webkit-input-placeholder {
	color: #b9b9b9;
}

#ul-form textarea::-moz-placeholder {
	color: #b9b9b9;
}

@media (max-width: 650px) {
	.hero-search,
	.hero-main-container-index,
	.home-bg-overlay-index {
		height: 555px!important;
	}
	.d-flex {
		display: block;
	}
	#review_hide {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.p-detail-b-list {
		display: block !important;
	}
	#tbl-inner-page {
		width: 100% !important;
	}
	.yesnoradio .yes-radio input[type="radio"]:checked+label::before,
	.yesnoradio .yes-radio input[type="radio"]+label::before,
	.yesnoradio .no-radio input[type="radio"]:checked+label::before,
	.yesnoradio .no-radio input[type="radio"]+label::before {
		width: 120px;
	}
	#V,
	#M,
	#P .payment-screen label,
	.payment-screen-list label {
		padding: 0px !important;
		font-size: 18px !important;
	}
	#card_cvc_element {
		margin-top: 20px;
	}
	.payment-screen input,
	.payment-screen .hero-select .bootstrap-select .btn-default {
		margin-top: 15px !important;
	}
	.one-line {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.payment-screen-20 {
		width: 100% !important;
		text-align: center;
	}
	.ul-img-list {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.ul-img-list li {
		margin: 20px 0px 0px 0px;
		border-radius: 10px;
	}
	#ul-form .reg-form form {
		padding: 15px 0px;
	}
	#ul-form .carer-title {
		width: 100%;
	}
}

.remove-img {
	padding: 5px !important;
	width: 42px !important;
	height: 42px;
	border-radius: 50%;
	font-size: 0;
	margin: 5px;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	bottom: 11%;
	left: 25%;
	margin: 0 !important;
	z-index: 5;
	border: 3px solid transparent !important;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-animation: animatezoom 1s;
	animation: animatezoom 1s
}

.remove-img:hover {
	border: 3px solid #fff !important;
	width: 42px !important;
	height: 42px;
}

@-webkit-keyframes animatezoom {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes animatezoom {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

#btn-validate:hover {
	cursor: pointer;
}

.vch {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 500px;
}

#validate-content hr {
	border-top: 2px solid #fff;
}

#validate-content {
	margin-bottom: 10px;
}

.vch-select,
.vch-input {
	width: 250px;
	border: 1px solid #000;
	font-size: 16px;
}

.vch-lable {
	width: 250px;
}

.vch-lable p {
	padding: 10px 0 0 0;
}

.vch-lable p span {
	background: black;
	padding: 8px;
	border-radius: 50px;
	margin-right: 10px;
}

.vch-select select {
	border: 0;
	padding: 10px 20px;
	outline: 0;
	width: 100%;
}

.vch-input input {
	border: 0;
	padding: 8px 20px;
	outline: 0;
	width: 100%;
}

.vch-btn {
	margin: 30px auto;
	width: 250px;
}

.vch-btn .orange-btn {
	cursor: pointer;
	width: auto;
	height: 50px;
	font-size: 19px;
	border: none;
	text-transform: capitalize;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #ff8808;
	color: #fff;
}

@media (max-width: 767.98px) {
	.vch {
		display: block;
		width: 250px;
		margin: 0 auto;
	}
}

.p-detail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-detail-b-list {
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0px 0px;
}

.bg-f9f8f8 {
	background: #f9f8f8;
}

.p-detail-t {
	position: relative;
}

.btn-detail {
	cursor: pointer;
	width: 200px;
	height: 55px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.d-green {
	background: #27ca59;
}

.color-white {
	color: #fff;
}

.d-orange {
	background: #ff8808;
}

.p-detail-list li:before {
	position: absolute;
	margin: 2px 0px 0px -35px;
	font-weight: bold;
	content: url(../images/p-tick.png);
	vertical-align: middle;
}

.p-detail-list li {
	width: calc(33.33% - 20px);
}

.p-detail-t:after {
	content: "";
	display: block;
	padding: 10px 0 0 0;
	border-top: 3px solid #ff8808;
	width: 130px;
	height: 4px;
	position: absolute;
	top: 38px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.m-r-35 {
	margin-right: 35px;
}

#p-detail-b-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#p-detail-b-list li {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*#tbl-inner-page {*/


/*    width: 70%;*/


/*    margin: 0px auto;*/


/*}*/

.text-center {
	text-align: center;
}

.u-case {
	text-transform: uppercase;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	border: none;
}

.c-heart .fa-heart {
	color: red;
}

.ul-img-list-item img {
	width: 200px;
	height: 200px;
}

.search_town_list {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	grid-row-gap: 30px;
}

.search_town_list li:nth-of-type(even) {
	padding-left: 50px;
}

.search_town_list li a {
	font-size: 20px;
	font-weight: bold;
}

.bg-gray1 {
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.bg-gray1 li {
	background: #ebebeb;
}

.m-b-l button {
	background: no-repeat;
	border: 0;
	width: 100%;
}

.overflow-msg {
	height: 500px;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.overflow-msg-con {
	height: 405px;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.send-overflow-msg-con {
	height: 500px;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.pro-pic-side .img-fluid {
	width: 150px;
	border-radius: 50%;
}

.img-fluid {
	width: 100%;
	vertical-align: center;
}

#imagesupdated .item {
	padding: 0 5px;
}

.text-white,
a.text-white:hover,
a.text-white:focus {
	color: #fff;
	text-decoration: none;
}

.content .main-boxi {
	padding-bottom: 50px;
	margin-top: -10px;
	background-color: #f2f0e1;
	overflow-x: hidden;
	overflow-y: auto;
	/*height:500px;*/
}

.content .main-boxi-heading {
	position: relative;
	top: 29px;
	text-align: center;
}

.content .main-boxi-heading .sec-boxi {
	display: inline-block;
}

.content .main-boxi-heading .sec-boxi p {
	background-color: #f8f8f8;
	padding: 5px 10px;
	font-weight: 300;
	color: #ffa500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content-left-head h4 {
	color: #aab0b2;
	text-align: right;
	margin-right: 100px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.8px;
}

.content-left {
	position: relative;
	background-color: #75c2f3;
	padding: 10px 12px;
	border-radius: 5px;
	width: 95%;
	margin-top: 5px;
}

.arrow-left {
	position: relative;
	top: 4px;
	float: right;
}

.arrow-left .main-arrow-left {
	position: absolute;
	left: 8px;
	bottom: 5px;
	right: 0;
}

.arrow-left .main-arrow-left::after {
	content: '';
	text-align: center;
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #75c2f3;
	border-style: solid;
	left: 0;
	right: 0px;
}

.content-heading {
	text-align: center;
	margin: 12px 0;
}

.content-right-head h4 {
	color: #aab0b2;
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.8px;
}

.content-left .content-heading p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

.content .content-box-two {
	float: right;
	margin-left: 15px;
	background-color: #5ac166;
	padding: 10px 12px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 95%;
}

.content .content-box-two .arrow {
	position: relative;
}

.content .content-box-two .arrow .main-arrow {
	position: absolute;
	margin: auto;
	left: -40px;
	bottom: 5px;
}

.content .content-box-two .arrow .main-arrow::after {
	content: '';
	text-align: center;
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	top: 100%;
	border-width: 15px 15px 15px 0px;
	border-color: transparent #5ac166 transparent transparent;
	border-style: solid;
	left: 17px;
	right: 0;
}

.content-heading {
	text-align: center;
	margin: 12px 0;
}

.content .content-heading p {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
}

.media a img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-top: 8px;
	float: right;
}

.content .seprator-one {
	margin: 8px auto;
	border-top: 2px solid #fdd9b7;
}

.footer-cookie {
	background: black;
	color: white;
	padding: 20px;
	font-size: 16px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 11;
}

.glyphicon-trash::before {
	content: "\e020";
	position: relative;
	top: 8px;
	right: 5px;
}

#tbl-avalibality1 th,
#tbl-avalibality1 td {
	font-size: 11px !important;
	padding: 10px 0;
}

.table>tbody+tbody {
	border-bottom: 1px solid #ddd;
}

@media (max-width: 1024px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
	}
	.navbar-header {
		display: block;
		padding-right: 0;
	}
	.tag-line {
		left: 13px;
	}
}


.bookmark-tag {
    background-image: url('../images/bookmark.png');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 40px;
    width: 28px;
    padding: 16px;
}
.featured-tag, .featured-tag-bottom {
    position: relative;
}
.featured-tag-bottom span{

	position: absolute;
	bottom: 10px;
	padding: 6px 22px 13px 12px;
	background-image: url(../images/tag.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 8px;
	text-align: left;
	color: #111;
	font-size: 12px;
}