@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

body{font-family: 'Poppins', sans-serif; font-size: 16px; color:#6d6d6d }
a {
	outline: none !important;
}
body {
	overflow-x:hidden;
}
a:hover {
	text-decoration: none;
}
h2 {
	font-size:38px;
}
h3 {
	font-size:24px;
}
.login-icon img {
	max-width: 100%;
	padding-top: 18px;
}
.notificationDiv {
	height: 650px;
	overflow: scroll;
}
.branchuser_img_sec img {
	border: 2px solid #ccc;
	padding: 4px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
}
img {
	max-width: 100%;
}
ul {padding: 0;margin:0px;}
li{
	list-style:none;
}
input:focus, button:focus,a:focus {
	outline:none !important;
	box-shadow:none !important;
}
select {
  color: #c4c4c4;
}
option:not(:first-of-type) {
  color: #6d6d6d;
}


.btn.btn-primary {
	background: #134e8b;
	border-color: #134e8b;
}
.btn.btn-danger {
	background: #db2e06;
}
.btn.btn-danger:hover {
	background: #d12e09 !important;
}
.btn.btn-danger::before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 23px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 13px solid #b8371a;
	position: absolute;
	right: 0px;
	top: 1px;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none !important;
	outline: none !important;
	border: none;
} 
.container.custom_container {
	max-width: 1270px;
}
header .navigation_menu li {
	position: relative;
}
/* header #navbarDropdown {
	position: absolute;
	right: 0px;
	top: 30px;
	padding: 6px 16px;
	z-index: 9999;
}
 */
header .navbar-brand img {
	width: 150px;
	margin-top: 12px;
}
header .main_navigation {
	padding-top: 0px;
	padding-bottom: 0px;
}
header .nav-link {
	display: block;
	padding: 27px 0;
}
header .nav-link {
	display: block;
	padding: 35px 0 30px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	border-top: 4px solid transparent;
	cursor: pointer;
}
header .nav-link_faq {
	display: block;
	padding: 35px 0 30px 0;
	font-size: 18px;
	color: #000;
	border-top: 4px solid transparent;
	cursor: pointer;
}
header .dropdown-menu {
	border: 1px solid #ececec;
	padding: 0px;
	border-radius: 0px;
}
header .dropdown-menu .dropdown-submenu a {
	font-size: 15px;
	text-transform: uppercase;
	padding: 9px 30px 9px 20px;
	border-bottom: 1px solid #ececec;
}
header .dropdown-menu .dropdown-submenu  .fa.fa-caret-right {
	position: absolute;
	right: 10px;
	top: 14px;
}
header .dropdown-menu a {
	font-size: 15px;
	text-transform: uppercase;
	padding: 9px 20px;
	border-bottom: 1px solid #ececec;
}
header .dropdown-menu a:hover {
	background: #db2e06;
	color: #fff;
}
header .active .nav-link {
	border-top: 4px solid #db2e06;
}

header .navbar-nav li {
	padding: 0 25px;
}
header .navbar-nav .nav-link {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
header .login_btn a {
    background: #db2e06;
    color: #fff;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 3px;
    margin-top: 22px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
header .navbar-brand .fas {
    margin-right: 5px;
}
header .login_btn a.navbar-brand::after {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 15px solid #b8371a;
	position: absolute;
	right: 0px;
	top: 0px;
}
header #navbarResponsive {
	justify-content: center;
}
header .main_navigation {
	padding: 0px;
}
header::before {
	background: url(../images/header_bg.png);
	content: '';
	background-repeat: no-repeat;
	background-position: left;
	width: 650px;
	height: 460px;
	position: absolute;
}
header .dropdown-menu::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    position: absolute;
    top: -15px;
}
header .login_header_btn i {
	color: #333;
	margin-right: 10px;
}
header  .login_sec i.fa.fa-user {
	color: #db2e06;
}
.overlay_sec.login_overlay {
	width: 180px !important;
	right: 000px !important;
	top: 60px !important;
}
.login_header_btn i.fas.fa-user {
color: #db2e06;
}
header .login_header_btn {
	margin-top: 38px;
	font-size: 17px;
}
header .login_header_btn a {
    color: #000;
    text-transform: uppercase;
}
header .login_header_btn a:hover {
	text-decoration: none;
}
header .dropdown-menu li {
	padding: 0px !important;
	list-style:none;
}
header .hover_lay_menu {
	position: absolute;
	left: 247px;
	background: #fff;
	display: none;
	top: 0px;
	border: 1px solid #f1f1f1;
	min-width: 130px;
}
header  .login_sec .fas.fa-unlock-alt {
	color: #db2e06;
}
/* header ul .organisation_li:hover .hover_lay_menu {
	display:block;
} */
header .fas.fa-caret-right {
	left: 10px;
	position: relative;
	margin-left: 10px;
}
header  .login_sec a {
	padding-bottom: 34px;
}
header  .overlay_sec {
	position: absolute;
	width: 330px;
	right: 26px;
}
header   .overlay_sec ul li a {
	font-size: 15px;
	text-transform: uppercase;
	padding: 9px 20px;
	border-bottom: 1px solid #ececec;
	display: block;
}
header .overlay_sec {
	position: absolute;
	width: 260px;
	right: 6px;
	background: #fff;
	border: 1px solid #ececec;
	top: 60px;
}
header .dropdown-menu::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    position: absolute;
    top: -15px;
}
header  .login_sec {
	display: inline-block;
}
header .overlay_sec { 
	display: none;
}

header .overlay_sec ul li a:hover { 
	background: #db2e06;
	color: #fff;
}
header .overlay_sec::before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f1f1f1;
	position: absolute;
	top: -15px;
	right: 10px;
	
}
header .login_sec:hover .overlay_sec {
	display: block !important;
}
header .second_nav{
	right: 30px !important;
	left: 230px !important;
	top: 38px;
}

header .dropdown-submenu a::after {
    content: none !important;
    border: transparent !important;
}
.health_care_nav {
    left: 257px !important;
    top: -3px;
}
.dropdown-menu.health_care_nav::before {
	content: none !important;
}
.inner_page_head::before {
	content: none;
}
.inner_page_head {
    box-shadow: 2px 2px 22px #e6e6e6;
}
.hero_sec .left_select_sec {
    padding-top: 8px;
    padding-right: 70px;
}
.hero_sec .intor_sec div b {
	color: #333;
	font-size: 18px !important;
}
.hero_sec {
	padding-top: 60px;
}
.hero_sec .right_img_banner img {
    border-radius: 25px 25px 25px 0;
    box-shadow: 2px 2px 22px #b5b5b5;
    border: 2px solid #fff;
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    /* transform: scale(1.1); */
}
.hero_sec .intor_sec h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #24578c;
    font-size: 32px;
    margin-bottom: 15px;
}
.hero_sec  .right_img_banner {
	position:relative;
}

.hero_sec .right_img_banner::after {
	content: '';
	background: url(../images/circle_bg.png);
	position: absolute;
	bottom: 0px;
	width: 100px;
	height: 100px;
	right: -34px;
	z-index: -1;
	bottom: -37px;
}
.hero_sec .intor_sec p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.hero_sec .selection_form {
	display: flex;
	margin-top: 0;
}
.hero_sec .brand_circle {
    background: #24578c;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: -59px;
    top: 200px;
}
.hero_sec .intor_sec a {
	color: #24578c;
	font-weight: 600;
}
.hero_sec  .brand_circle::after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 90px solid transparent;
    border-bottom: 70px solid transparent;
    border-right: 70px solid #134e8b;
    position: absolute;
    right: 0px;
    top: -20px;
}
.hero_sec  .brand_circle span {
	position: relative;
	z-index: 9;
}

.hero_sec  .select_field input {
    padding-left: 20px;
    height: 60px;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
}
.hero_sec .select_field {
    position: relative;
    width: 35%;
}
.hero_sec  .select_field.searh_box input {
	border-radius: 10px 0 0 10px;
	margin-right: ;
}
.hero_sec  .btn_search button {
	height: 60px;
	border-radius: 0 10px 10px 0;
}
.hero_sec  .select_field i {
    color: #db2e06;
    font-size: 21px;
    position: absolute;
    right: 15px;
    top: 20px;
}
.hero_sec  .btn_search .btn {
    position: relative;
    font-size: 18px;
    padding-left: 18px;
    padding-right: 25px;
}
.hero_sec .btn_search .btn::before { 
	content:none !important
}
.hero_sec .btn_search .btn::after {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 24px solid transparent;
	border-bottom: 26px solid transparent;
	border-right: 23px solid #b8371a;
	position: absolute;
	right: 0px;
	top: 3px;
	overflow: hidden;
}
.who_are_you {
	padding-top: 20px;
	margin-top: 60px;
	position: relative;
	padding-bottom: 70px;
}
.who_are_you .title_who h2 {
    color: #134e8b;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}
.who_are_you::before {
	content: '';
	background: #f9f8fe;
	height: 180px;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0px;
}
/* .who_are_you .data_cust {
	display: flex;
	justify-content: space-between;
	align-items: center;
} */
.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 23px;
	left: -51px;
	height: 35px;
	width: 35px;
	background-color: #eee;
	border-radius: 50%;
}
.checkmark {
	position: absolute;
	top: -73px;
	left: 50%;
	height: 45px;
	width: 45px;
	background-color: #eaeaea;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	transform: translate(-50%);
}
.activeradio .checkmark {
	box-shadow:2px 2px 21px #e3e3e3 !important; 
}
.active_card .checkmark {
	border: 2px solid rgba(0,0,0,0) !important;
}
.active_card .checkmark {
	border: none;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
	background-color: #eaeaea;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}
.activeradio .checkmark::after {
	left: 15px;
	top: 9px;
	width: 12px;
	height: 21px;
	border: solid #4d5d6c;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio_btns {
    background: #134e8b !important;
    width: 400px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    height: 140px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin: 26px 10px 20px 10px;
    box-shadow: 2px 2px 32px #dbdbdb;
}
.who_are_you .radio_btns h3 {
    margin-top: 78px;
    font-size: 24px;
    color: #fff;
}
.who_are_you .activeradio h3 {
	color: #fff !important;
	font-size: 24px;
}
.activeradio {
	background: #134e8b !important;
	width: 400px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	height: 140px;
	padding: 15px 20px;
	margin-bottom: 10px;
	margin: 26px 10px 20px 10px;
}

.radio_btns h3 {
    margin-top: 110px;
    font-size: 24px;
}
.active_card .radio_btns h3 {
    margin-top: 110px;
    font-size: 24px;
	color:#6d6d6d
}


.radio_sec {
	display: flex;
	justify-content: center;
	/* margin-left: 20px; */
}
.multi_step_registration  .btn-group.bootstrap-select.show-tick.form-control .dropdown-menu.open.show {
	max-height: 390px !important;
	min-height: auto !important;
	background: #fff;
	z-index: 99999;
	overflow-y: auto !important;
}
.multi_step_registration  .btn-group.bootstrap-select ul.dropdown-menu.inner {
	overflow: initial !important;
}

.title_left h2 {
	color: #134e8b;
	font-weight: 600;
}
.title_main_sec {
	position: relative;
}
.title_main_sec .title_left h2 br {
	display: none;
}
.our_offerings .title_left p {
    margin-bottom: 8px;
}
.how_it_works .title_right p {
    margin-bottom: 8px;
}
.title_main_sec .btn.btn-danger {
	position: absolute;
	top: 20px;
	right: 0px;
}
.our_offerings .title_left {
	margin-bottom: 100px;
	max-width: 80%;
}
.our_offerings {
	padding-top: 100px;
	position: relative;
	z-index: 9;
}
.our_offerings .redirect_offering {
	color: #000;
	font-size: 18px;
}
.our_offerings .flexible_plan {
	background: #fff;
	box-shadow: 2px 2px 22px #cccccca1;
	padding: 20px 20px 35px 20px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
.our_offerings  .brand_icon img {
    margin-bottom: 30px;
    margin-top: 60px;
}
.our_offerings .hover_overley img {
	margin-bottom: 25px;
}
.our_offerings .flexible_plan::before {
	content: '';
	position: absolute;
	left: 0px;
	right: -290px;
	height: 120px;
	width: 130px;
	background: url(../images/top_curve.png);
	top: 0px;
	left: -20px;
	background-repeat: no-repeat;
	z-index: ;
}
.our_offerings .brand_icon i {
	font-size: 45px;
	color: #134e8b;
	margin-bottom: 30px;
	margin-top: 60px;
}
.our_offerings .p_offer_3 .brand_icon i {
	font-size: 52px;
	color: #134e8b;
	margin-bottom: 30px;
	margin-top: 66px;
}
.flexible_plan h3 {
	color: #1a1a1a;
	font-size: 20px;
}
.our_offerings .flexible_plan::after {
	content: "\f0b1";
	content: "\f0b1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	color: #f2f4fa;
}
.our_offerings .p_offer_3::after {
	content: "\f091";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	color: #f2f4fa;
}
.our_offerings .p_offer_1::after {
	content: "";
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: -2px;
	color: #f2f4fa;
	background: url(../images/cost_silver.png);
	width: 91px;
	height: 82px;
	background-repeat: no-repeat;
	/* background-size: 63px; */
}
.our_offerings .p_offer_4::after {
	content: "";
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: -12px;
	color: #f2f4fa;
	background: url(../images/moeny_silver.png);
	width: 91px;
	height: 82px;
	background-repeat: no-repeat;
	/* background-size: 63px; */
}
.our_offerings .p_offer_2::after {
	content: "";
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: -12px;
	color: #f2f4fa;
	background: url(../images/clock_silver.png);
	width: 91px;
	height: 82px;
	background-repeat: no-repeat;
	/* background-size: 63px; */
}
.our_offerings .plan_1::after {
	content: "";
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	color: #f2f4fa;
	background: url(../images/flexible_icon_silver.png);
	width: 61px;
	height: 82px;
	background-repeat: no-repeat;
	background-size: 63px;
}
.our_offerings .list_1::after {
	content: "";
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	color: #f2f4fa;
	background: url(../images/list_silver.png);
	width: 61px;
	height: 82px;
	background-repeat: no-repeat;
	background-size: 63px;
}
.our_offerings::before {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    background: #fff;
    box-shadow: 2px 2px 52px #ececec;
    border-radius: 50%;
    left: -76px;
    top: 240px;
}
.our_offerings .management::after {
	content: "\f509" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 64px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	color: #f2f4fa;
}
.our_offerings .hover_overley {
	background: #e0360e;
	color: #fff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	 left: -410px;
	right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	z-index: 99;
	padding: 0 15px;
}
.our_offerings .flexible_plan:hover .hover_overley{
	left: 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
}
.our_offerings .hover_overley i {
	font-size: 52px;
	margin-bottom: 25px;
}
.our_offerings .hover_overley h3 {
	color: #fff;
}
.our_offerings .hover_overley  .fas.fa-long-arrow-alt-right {
	font-size: 26px;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.how_it_works {
	margin-top: 110px;
	position:relative;
}
.how_it_works::before {
	content: '';
	background: url(../images/right_p.png);
	position: absolute;
	right: 0px;
	width: 260px;
	height: 640px;
	background-repeat: no-repeat;
	background-position: right;
	top: -200px;
	background-size: 100%;
}
.how_it_works  .bootstrap_step {
    height: 340px;
    max-width: 25%;
    padding: 50px 50px 0 80px;
    text-align: center;
    position: relative;
}
.how_it_works  .bootstrap_step span {
	background: #c52b08;
	width: 60px;
	display: inline-block;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	border: 2px solid #fff;
	position:relative;
}
.how_it_works .bootstrap_step_2 span::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background: #e7edf3;
	z-index: -1;
	left: -22px;
	top: -22px;
	border-radius: 50%;
}
.how_it_works .bootstrap_step_2 span {
	background: #134e8b;
	width: 60px;
	display: inline-block;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	margin-top: 40px;
	left: 2px;
}
.how_it_works .bootstrap_step_2 h3 {
	font-size: 25px;
	text-align: center;
	margin-top: 90px;
	padding-left: 30px;
	padding-right: 17px;
}
.how_it_works .bootstrap_step span::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background: #ffe4dd;
	z-index: -1;
	left: -22px;
	top: -22px;
	border-radius: 50%;
}
.how_it_works  .title_right {
	text-align: right;
	width: 80%;
	margin-bottom: 100px;
	float: right;
}
.how_it_works  .title_right h2 {
    color: #134e8b;
    text-transform: uppercase;
    font-weight: 600;
}
.how_it_works  .title_main_sec_right {
	position: relative;
}
.how_it_works  .title_main_sec_right button {
	position: absolute;
	top: 15px;
}
.how_it_works .btn.btn-danger {
	width: 170px;
	display: inline-block !important;
}


.bootstrap_step h3 {
	margin-top: 50px;
}
.how_it_works .step_comman h3 {
	font-size: 17px;
	color: #1a1a1a;
	position: relative;
	z-index: 99;
}
.how_it_works  .bootstrap_sec {
	display: flex;
}
.how_it_works  .bootstrap_step::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	background: url(../images/red_step.png);
	width: 330px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.how_it_works  .bootstrap_step3::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	background: url(../images/red_step.png);
	width: 330px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.how_it_works  .bootstrap_step_2::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    background: url(../images/blue_arrow.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    width: 320px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
.how_it_works  .bootstrap_step_2 {
	position: relative;
	width: 24%;
	text-align:center;
}
.how_it_works  .bootstrap_step3 {
	position: relative;
}
.how_it_works::after {
	content: '';
	background: url(../images/border_dots.png);
	width: 100px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 160px;
	background-repeat: repeat-x;
}

.our_partners {
	padding-top: 100px;
	position:relative;
}
.our_partners .slide_sec {
	box-shadow: 5px 6px 21px #cccccc4d;
	margin-bottom: 10px;
	border-radius: 5px;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f4f4f4;
	background: #fff;
}
.our_partners  .slide_sec img {
	max-width: 160px;
}
 .our_partners   .title_left {
	margin-bottom: 50px;
}
.our_partners  .slide_img {
	padding: 10px;
}

.our_partners .partner_container::before {
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	right: -60px;
	bottom: -23px;
	z-index: -1;
}
.our_partners  .partner_container {
	position: relative;
}
.our_partners .owl-theme .owl-dots .owl-dot.active span, .our_partners  .owl-theme .owl-dots .owl-dot:hover span {
	background: #e43e17;
}
.our_partners .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
}
.our_partners .owl-theme .owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
}
.left_curve_design {
	position: absolute;
	height: 500px;
	width: 25%;
	background: #f9f8fe;
	border-radius: 0 30px 30px 0;
	top: 0;
	left: 0px;
}
.testimonials {
	text-align: center;
	padding-top: 70px;
	position: relative;
	padding-bottom: 50px;
}
.testimonials h2 {
	color: #134e8b;
	text-transform: uppercase;
	font-weight: 600;
}
.testimonials .author_img {
	background: url(../images/testmonial_bg.png);
	background-repeat: no-repeat;
	min-width: 180px;
	height: 200px;
	position: relative;
}
.testimonials .author_img img {
	position: absolute;
	border-radius: 50%;
	height: 106px;
	left: 20px;
	top: 19px;
	width: 105px;
	object-fit: cover;
}
.testimonials  .full_quote {
    display: flex;
    text-align: left;
	padding-top: 50px;
}
.testimonials  .testimonial_quotes::before {
	content: '';
	background: url(../images/quotes_icon.png);
	position: absolute;
	left: 0px;
	width: 130px;
	height: 100px;
	top: -20px;
	z-index: -1;
	background-repeat: no-repeat;
}
.testimonials  .testimonial_quotes {
	position: relative;
}
.testimonials .testimonial_quotes p {
	font-family: 'Poppins', sans-serif;
	line-height: 29px; 
}
.testimonials  .testimonial_quotes h4 {
	font-size: 20px;
	margin-bottom: 0px;
}
.testimonials .testimonial_quotes strong {
	font-weight: 300;
	color: #c5c5c5;
}
.testimonials button span {
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 30px;
	font-family: initial !important;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}
.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: #333;
	text-decoration: none;
}
.testimonials .owl-nav {
	margin-top: 40px !important;
}
.testimonials::after {
	content: '';
	background: url(../images/border_dots.png);
	background-repeat: repeat;
	width: 100px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 160px;
	background-repeat: repeat-x;
}
.testimonials::before {
	content: '';
	background: url(../images/read_shaddow.png);
	background-repeat: repeat;
	width: 180px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 130px;
	background-repeat: no-repeat;
}

.down_our_app {
	padding-top: 100px;
}
.down_our_app  .download_sec h2 {
	color: #134e8b;
	text-transform: uppercase;
	font-weight: 600;
}
.down_our_app  .download_sec p {
	margin-top: 25px;
	margin-bottom: 40px;
}
.down_our_app  .download_sec {
	position:relative;
}
.down_our_app  .download_sec::before {
	content: '';
	background: #faf9fe;
	width: 100px;
	width: 255px;
	position: absolute;
	left: -70px;
	height: 255px;
	border-radius: 50%;
	z-index: -1;
	top: -52px;
}
.down_our_app   .right_mobile_img {
	text-align: right;
}
.down_our_app .right_mobile_img::before {
	content: '';
	background: #f9f8fe;
	width: 360px;
	height: 360px;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	bottom: -20px;
	right: 0px;
}

/**Contact us page HTML*/

.contact_us_sec .form-group input {
	height: 50px;
	border-radius: 0px;
	border-color: #cbcbcb;
	border-radius: 3px;
}
.contact_us_sec .btn-lg {
	position: relative;
}
.contact_us_sec {
	padding-top: 90px;
	padding-bottom: 100px;
	position: relative;
}
.contact_us_sec .google_map {
	border: 10px solid #fff;
	box-shadow: 2px 2px 32px #dfdfdf;
	border-bottom: 4px solid #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #b9b9b9 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b9b9b9 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b9b9b9 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9 !important;
}
.contact_us_sec  .google_map::after {
	content: '';
	position: absolute;
	right: 0px;
	width: 100px;
	background: url(../images/circle_bg.png);
	height: 107px;
	background-repeat: no-repeat;
	right: -33px;
	top: -41px;
	z-index: -1;
}
.contact_us_sec .google_map::before {
	content: '';
	position: absolute;
	right: 0px;
	width: 90px;
	background: #f5f4f9;
	height: 90px;
	left: -34px;
	bottom: -26px;
	z-index: -1;
}
.contact_us_sec .contact_box {
	display: flex;
	padding: 30px 30px;
	box-shadow: 2px 2px 22px #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}
.contact_us_sec .detail_content h4 {
	margin-bottom: 15px;
}
.contact_us_sec .location_icon {
	min-width: 70px;
	text-align: left;
	font-size: 50px;
	color: #db2e06;
	display: flex;
	margin-top: 5px;
}
.contact_us_sec .detail_content h4 {
	color: #545454;
	font-weight: 400;
}
.contact_us_sec::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 50%;
	left: -60px;
	box-shadow: 2px 2px 32px #e6e6e6;
	top: 170px;
}
.contact_us_sec .detail_content p {
	margin: 0px;
}
.contact_us_sec  .contact_box::after {
	background: url(../images/background_curve.png);
	width: 97px;
	height: 70px;
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.contact_us_sec  .contaact_detial_box {
	padding-top: 110px;
}
.google_map {
	position: relative;
}
.contact_us_sec .form_left h3 {
	color: #134e8b;
	margin-bottom: 23px;
	font-size: 28px;
}


/**Faq page **/
/* .faq_page::after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 360px;
	background: #faf9fe;
	top: 0px;
	z-index: -2;
} */
.faq_page {
	padding: 80px 0 30px 0;
	position:relative;
}
.faq_page::before {
	content: '';
	background: url(../images/border_dots.png);
	width: 100px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 160px;
	background-repeat: repeat-x;
}
.faq_page h1 {
	font-size: 34px;
	color: #134e8b;
	text-transform: uppercase;
	font-weight: 600;
}
.faq_page::before {
	content: '';
	width: 170px;
	height: 170px;
	position: absolute;
	left: 0px;
	top: 450px;
	background: #fff;
	box-shadow: 2px 2px 42px #eaeaea;
	border-radius: 50%;
	left: -80px;
}
.faq_page .title_sec {
	max-width: 800px;
	margin: 0 auto;
}
.faq_page .title_sec p {
	font-weight: 300;
	margin-top:30px;
}
.faq_container {
	max-width: 840px;
	margin: 0 auto;
}
.faq_page .accordion-container {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	/* margin-top: 70px; */
}
.faq_page  .accordion-container > h2{
  text-align: left;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.faq_page  .set {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
}
.faq_page .set > a {
	display: block;
	padding: 13px 15px;
	text-decoration: none;
	color: #303030;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 18px;
}
.faq_page  .set p {
    font-size: 16px;
    font-weight: 300;
    color: #6d6d6d;
}
.faq_page  .set > a i{
  float: right;
  margin-top: 2px;
}
.faq_page  .set > a.active {
	background-color: #134e8b;
	color: #fff;
}
.faq_page  .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.faq_page .content p {
	padding: 20px 15px;
	margin: 0;
	color: #6d6d6d;
	line-height: 27px;
}
.faq_page .accordion-container {
	padding: 30px 40px;
	box-shadow: 2px 2px 32px #e3e3e3;
	border-radius: 5px;
	background: #fff;
}
.faq_page .set:nth-last-child(1) .content {
	border-bottom: none !important;
}
.faq_page  .accordion-container .set:nth-last-child(1) a {
	border-bottom: none;
}
.still_question .btn.btn-danger {
	position: relative;
}
.still_question .still_have_content_img img {
	box-shadow: 2px 2px 32px #ccc;
	border-radius: 50px 50px 50px 0px;
	padding: 0 30px;
	background:#fff;
}
.still_question {
	background: #faf9fe;
	padding: 80px 0;
	margin-top: 60px;
}
.still_have_content h3 {
	color: #134e8b;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.faq_page  .accordion-container {
	position:relative;
}
.faq_page .white_box_accordian::before {
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	right: -72px;
	top: -63px;
	z-index: -1;
}
.still_question .still_have_content p {
	margin-bottom: 25px;
}

.white_box_accordian {
	box-shadow: 2px 2px 32px #e3e3e3;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin-top: 70px;
}

/**FAQ page ended here*/



/**search page*/
.job  .logo_search img {
	max-width: 90px;
}
.job  label {
	background: #24578c;
	color: #fff;
	padding: 0 10px;
	border-radius: 15px;
	font-size: ;
}
.job  .table td, .job  .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	vertical-align: middle;
}
.job .btn.btn-danger {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
.job .btn.btn-danger::before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 14px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 14px solid #b8371a;
	position: absolute;
	right: 0px;
	top: 1px;
}
.job tr:nth-child(2n) {
	background: #f9f8fe;
}
.job tr:nth-child(2n+1) {
	background: #fff;
}
.search_job h1 {
	font-size: 25px;
	color: #134e8b;
	text-transform: none;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 50px;
}


.search_job {
	margin-bottom: 110px;
}
.search_job .table {
	border: 1px solid #dee2e6;
}
/* .search_job .green {
	background: #65be3e !important;
}
.search_job .orange {
	background: #ee6e2f !important;
} */
.find_jod .btn {
	position:relative;
}
.search_job::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    left: -60px;
    box-shadow: 2px 2px 32px #e6e6e6;
    top: 400px;
}

.search_job::after {
	content: '';
	background: url(../images/border_dots.png);
	background-repeat: repeat;
	background-repeat: repeat;
	width: 100px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 250px;
	background-repeat: repeat-x;
	z-index: -1;
}


/**Offerings*/

.offering_plans .plan_container h2 {
	font-size: 34px;
	color: #134e8b;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}
.offering_second {
	position: relative;
}
.offering_second  .right_cruve_Sec {
	background: #f9f8fe;
	height: 500px;
	position: absolute;
	right: 0px;
	width: 30%;
	border-radius: 40px 0px 0px 40px;
}
/* .offering_second {
	color: #24578c;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
} */
.offering_second .right_about_second_text {
    padding-top: 0px;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.offering_second .right_about_second_text h2 {
	color: #24578c;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.offering_second .img_about_second img {
    border-radius: 40px 40px 0px 40px;
    box-shadow: 2px 2px 32px #ccc;
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.offering_second .img_about_second::before {
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	left: -62px;
	top: -63px;
	z-index: -1;
}
 .offering_second {
	padding-top: 80px;
}

.hasselement_timesheet .intor_right_img img {
	border-radius: 40px 40px 40px 0px;
	box-shadow: 2px 2px 32px #ccc;
	height: 430px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.hasselement_timesheet .left_about_intro h2 {
	color: #24578c;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.hasselement_timesheet {
	padding-top: 150px;
	padding-bottom: 80px;
	position: relative;
}
.hasselement_timesheet .left_curve_box {
	background: #f9f8fe;
	width: 30%;
	left: 0px;
	height: 500px;
	position: absolute;
	border-radius: 0 35px 30px 0px;
	top: 90px;
}
.hasselement_timesheet .left_about_intro {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hasselement_timesheet .left_about_intro li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.hasselement_timesheet .left_about_intro li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #24578c;
}

.hasselement_timesheet .intor_right_img::before {
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	right: -62px;
	bottom: -63px;
	z-index: -1;
}



/*****About us page HTML***/

.intor_right_img img {
	border-radius: 40px 40px 0px 40px;
	box-shadow: 2px 2px 32px #ccc;
	height: 335px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.intor_right_img::before {
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	right: -62px;
	bottom: -83px;
	z-index: -1;
}
.intor_right_img {
	position:relative;
}
.about_intro .left_about_intro {
	max-width: 600px;
	float: right;
	width: 100%;
	padding-top: 10px;
}
.left_about_intro p b {
    font-size: 18px;
    color: #272727;
}
.about_second_sec .right_about_second_text p b {
    color: #272727;
}
.about_intro { 
	padding-top: 80px;
}
.about_intro .left_about_intro h2 {
	color: #24578c; 
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.about_second_sec {
	padding: 100px 0;
	position: relative;
}
.about_second_sec .right_cruve_Sec {
	background: #f9f8fe;
	height: 340px;
	position: absolute;
	right: 0px; 
	width: 30%;
	border-radius: 40px 0px 0px 40px;
}
.about_second_sec .img_about_second img {
	border-radius: 40px 40px 0px 40px;
	box-shadow: 2px 2px 32px #ccc;
	height: 330px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.about_second_sec .img_about_second::before {
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	left: -62px;
	top: -63px;
	z-index: -1;
}
.about_second_sec .right_about_second_text {
    padding-top: 8px !important;
}
.about_second_sec .right_about_second_text h2 {
	margin-bottom: 25px;
}
.about_second_sec  .right_about_second_text p {
	margin-bottom: 25px;
}
.about_second_sec .right_about_second_text  h2 {
	color: #24578c;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.vision_mission .vision_box::before {
	content: '';
	position: absolute;
	left: 0px;
	right: -290px;
	height: 120px;
	width: 130px;
	background: url(../images/top_curve.png);
	top: 0px;
	left: -20px;
	background-repeat: no-repeat;
	z-index: ;
}
.vision_mission .vision_box {
	background: #fff;
	box-shadow: 2px 2px 22px #cccccca1;
	padding: 60px 20px 70px 20px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 9;
}
.vision_mission .vision_box::after {
	content: '';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 64px;
	position: absolute;
	bottom: -40px;
	right: -60px;
	color: #f2f4fa;
	background: #f2f4fa;
	width: 130px;
	height: 100px;
	border-radius: 100%;
}
.vision_mission .visiion_icon i {
	font-size: 65px;
	color: #134e8b;
	margin-bottom: 15px;
}
.vision_mission .vision_box h3 {
	color: #333;
	margin-bottom: 20px;
}
.vision_mission {
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}
.about_intro {
	position: relative;
}
.our_value_sec .left_about_intro {
	padding-top: 110px;
}
.our_value_sec .intor_right_img img {
	border-radius: 40px 40px 0px 40px;
	box-shadow: none;
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.our_value_sec .intor_right_img::before {
	content: none;
}
.about_intro .left_curve_box {
	background: #f9f8fe;
	width: 30%;
	left: 0px;
	height: 500px;
	position: absolute;
	border-radius: 0 35px 30px 0px;
	top: 90px;
}
.intor_value {
	padding-top: 55px;
}
.vision_mission .visiion_icon img {
	width: 72px;
	margin-bottom: 17px;
}
.vision_mission .left_curve {
	width: 30%;
	position: absolute;
	height: 400px;
	left: 0px;
	z-index: -1;
	background: #f9f8fe;
	bottom: 50px;
	border-radius: 0 30px 30px 0;
}
/* .vision_mission::after {
	content: '';
	background: url(../images/border_dots.png);
	background-repeat: repeat;
	width: 100px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 160px;
	background-repeat: repeat-x;
} */
.value_sec::before {
	content: ;
	content: '';
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	right: -62px;
	bottom: -80px;
	z-index: -1;
}

/***/
/*new About Us*/

.our_values_sec .value_1 {
	background: url(../images/red_icon.png);
	height: 230px;
	width: 136px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	left: 34px;
}
.our_values_sec .value_1 img {
	width: 50px;
	position: absolute;
	left: 59px;
	top: 140px;
}
.our_values_sec .value_1 p {
    font-weight: 500;
    color: #333;
    position: absolute;
    top: 70px;
    left: 20px;
}
.our_values_sec .value_2 {
	background: url(../images/value_2.png);
	height: 230px;
	width: 136px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	left: 181px;
}
.our_values_sec .value_2 img {
	width: 50px;
	position: absolute;
	left: 34px;
	top: 140px;
}
.our_values_sec .value_2 p {
    font-weight: 500;
    color: #333;
    position: absolute;
    top: 92px;
    left: 100px;
    width: 150px;
}
.our_values_sec .value_3 {
	background: url(../images/icon_3.png);
	height: 230px;
	width: 136px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	left: 260px;
}
.our_values_sec .value_3 img {
	width: 50px;
	position: absolute;
	left: 44px;
	top: 148px;
}
.our_values_sec .value_3 p {
    font-weight: 500;
    color: #333;
    position: absolute;
    top: 128px;
    left: 138px;
    width: 160px;
}
.our_values_sec .value_4 {
	background: url(../images/values_4.png);
	height: 230px;
	width: 125px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 182px;
	left: 268px;
}
.our_values_sec .value_4 img {
    width: 50px;
    position: absolute;
    left: 44px;
    top: 123px;
}
.our_values_sec .value_4 p {
	font-weight: 500;
	color: #333;
	position: absolute;
	top: 150px;
	left: 140px;
	width: 160px;
}

.our_values_sec .value_5 {
	background: url(../images/value_5.png);
	height: 230px;
	width: 136px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 253px;
	left: 192px;
}
.our_values_sec .value_5 img {
	width: 50px;
	position: absolute;
	left: 31px;
	top: 136px;
}
.our_values_sec .value_5 p {
	font-weight: 500;
	color: #333;
	position: absolute;
	top: 225px;
	left: 90px;
	width: 160px;
}
.our_values_sec .value_6 {
	background: url(../images/value_6.png);
	height: 230px;
	width: 136px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 253px;
	left: 49px;
}
.our_values_sec  .value_6 img {
	width: 50px;
	position: absolute;
	left: 54px;
	top: 150px;
}
.our_values_sec .value_6 p {
	font-weight: 500;
	color: #333;
	position: absolute;
	top: 244px;
	left: 30px;
	width: 160px;
}

.our_values_sec .icon_values img {
	background: red;
	width: 70px;
	padding: 14px;
	border-radius: 55%;
	margin-bottom: 10px;
}
.phone_view h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}
.phone_view_view  .value_box p {
	/* font-weight: font-weight: 500; */
	/* color: #333; */
	font-weight: 500;
	color: #333;
}
.phone_view_view .value_box:nth-child(2n) {
	float: right;
}

.phone_view_view .value_box {
	box-shadow: 2px 2px 12px #d5d5d57d;
	padding: 31px 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background: #fff;
	width: 47%;
	float: left;
	height: 170px;
}

.phone_view_view  .icon_values.icon__1 img {
    background: #df2a12;
}
.phone_view_view  .icon_values.icon__2 img {
    background: #444444;
}
.phone_view_view  .icon_values.icon__3 img {
    background: #275689;
}
.phone_view_view  .icon_values.icon__4 img {
    background: #3c8d33;
}
.phone_view_view  .icon_values.icon__5 img {
    background: #e0681d;
}
.phone_view_view .icon_values.icon__6 img {
    background: #2cb3f0;
}





.right_graphics {
	position: relative;
	/* top: 170px; */
	width: 634px;
	height: 573px;
	background-size: 610px;
	background-repeat: no-repeat;
}
.main_title_graphics {
	width: 150px;
	text-align: center;
	border: 9px solid #444;
	border-radius: 50%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	color: #444;
	font-weight: 600;
	line-height: 28px;
	position: absolute;
	top: 200px;
	font-size: 26px;
	left: 105px;
}


/***/
.profile-card{
	position:relative;
	overflow: hidden;
	margin-bottom:10px;
}
.profile-card .profile-img img{
	width:100%;
	height:auto;
}
.profile-card .profile-content::before{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:40%;
	border:3px solid #222;
	border-right:3px solid transparent;
	border-bottom:3px solid transparent;
	transform: scale(1,1);
	transition: all 0.50s linear;
}
.profile-card .profile-content::after{
	content: "";
	position:absolute;
	bottom:0;
	right:0;
	width:50%;
	height:40%;
	border:3px solid #222;
	border-left:3px solid transparent;
	border-top:3px solid transparent;
	transition: all 0.50s linear;
}
.profile-card:hover .profile-content:before{
	top:20px;
	left:20px;
}
.profile-card:hover .profile-content:after{
	bottom:20px;
	right:20px;
}
.profile-card .profile-content::after{
	content: "";
	position:absolute;
	bottom:0;
	right:0;
	width:50%;
	height:40%;
	border:3px solid #222;
	border-left:3px solid transparent;
	border-top:3px solid transparent;
	transform: scale(1,1);
	transition: all 0.50s linear;
}
.profile-card .profile-content{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:50% 4%;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
}
.profile-card .profile-content .title{
	font-size:24px;
	color:#333;
	opacity:0;
	letter-spacing:2px;
	text-transform:uppercase;
	transform: translateY(-100px);
	transition:all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
}
.profile-card:hover .title{
	opacity:1;
	transform: translateY(0);
}
.profile-card:hover .title::after{
	content:"";
	display:block;
	width:50%;
	margin:10px auto;
	border-bottom:2px solid #222;
}
.profile-card .profile-content .title > span{
	display:block;
	margin:5px 0;
	font-size: 14px;
	text-transform: capitalize;
}
.profile-card .profile-content .social-link{
	margin:20px 0;
	padding:0;
	opacity:0;
	transform: translateY(100px);
	transition:all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
}
.profile-card:hover .social-link{
	opacity:1;
	transform: translateY(0);
}
.profile-card .profile-content .social-link li{
	display: inline-block;
	list-style: none;
	margin:0 4px;
}
.profile-card .profile-content .social-link li a{
	color:#333;
	width:30px;
	height:25px;
	line-height:24px;
	text-align: center;
	border-radius:5px;
	background-color: #fff;
}
		
		
/*About us page css ended here**/


/**Price page HTML*/

.plan_section  .plan_container {
	margin: 0 auto;
	max-width: 850px;
	padding: 0 15px;
	width: 100%;
}
.plan_section .plan_box {
    box-shadow: 2px 2px 22px #ccc;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    height: 100%;
    padding-bottom: 70px;
}
.plan_section .btn_subscribe a.btn {
	position: relative;
}
.plan_section .grey_part  b {
	font-weight: 500;
	font-size: 18px;
	color: #333;
}
.plan_box  .text-left.buy_u_need p:nth-last-child(1) {
    border-bottom: none;
} 
.plan_section .plan_box h3 {
	background: #db2e06; 
	color: #fff;
	padding: 10px 15px;
	font-size: 21px;
}
.plan_section .price_box {
    font-weight: 600;
    font-size: 38px;
    color: #565656;
    padding: 15px 15px;
}
.plan_section .grey_part h4 {
    font-size: 22px;
    color: #565656;
    font-weight: 500;
    margin-top: 3px;
}
.plan_section .grey_part {
	padding: 10px 20px 5px 20px;
	margin-bottom: 15px;
	background:#f9f8fe;
}
.plan_section .listing_g ul li {
    list-style: none;
    margin-bottom: 15px;
}
.plan_section .grey_part {
	padding: 20px 20px 15px 20px;
	margin-bottom: 35px;
	background: #f9f8fe;
}

.plan_section .listing_g ul li i {
	margin-right: 17px;
	color: #134e8b;
}
.plan_section .btn_subscribe button{
	position:relative;
}

.plan_section .btn_subscribe {
	padding: 0 20px;
	margin-bottom: 30px;
	margin-top: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.plan_section .buy_u_need span {
    float: right;
    font-weight: 500;
    font-size: 18px;
}
.blue_box .btn.btn-danger {
	background: #134e8a;
	border: #134e8a;
	overflow: hidden;
}
.blue_box  .btn.btn-danger::before {
	content: '';
	border-right: 17px solid #04396f;
}
.blue_box .btn.btn-danger:hover {
	background: #04396f !important;
}

.blue_box .btn.btn-danger:hover .btn.btn-danger::before {
    content: '';
    border-right: 17px solid #041e39 !important;
} 
.plan_section {
	padding-top: 80px;
}
/**/
.buy_u_need {
    padding-left: 0;
}
.plan_section  [type="radio"]:checked,
.plan_section  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.plan_section  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 48px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.plan_section  [type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
.plan_section  [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 20px;
	height: 20px;
	background: #134e8a;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.plan_section  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.plan_section  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.plan_section  .buy_u_need p {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.plan_section .blue_box  h3 {
	background: #134e8a;
}

.plan_section  .btn.btn-primary:hover {
		background:#125ca8 !important;
		border-color:#125ca8 !important;
		
}
.plan_section  .btn.btn-primary {
	background: #134e8a;
	border-color: #134e8a;
	position:relative;
	overflow:hidden;
}

.plan_section  .btn.btn-primary::before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 24px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 18px solid #063e77;
    position: absolute;
    right: 0px;
    top: 1px;
}
.blue_box::before {
    position: absolute;
    content: '';
    background: url(../images/partner_bg.png);
    width: 170px;
    height: 170px;
    right: -72px;
    top: -63px;
    z-index: -1;
}


.know_more_plan  .know_more li::before {
	list-style: none;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #134e8b;
	position: absolute;
	left: 0px;
	top: 2px;
}
.know_more_plan .know_more li {
	position: relative;
	list-style: none;
	padding-left: 35px;
	margin-bottom: 8px;
}
.know_more_plan .know_more h3 {
	color: #134e8b;
	margin-bottom: 15px;
/* 	text-transform: uppercase;
 */	font-weight: 500;
}
.know_more_plan {
	margin-top: 60px;
	padding-bottom: 90px;
}
.know_more_plan  .plan_page h4 {
	color: #134e8b;
	margin-bottom: 15px;
	text-transform: initial;
	font-weight: 500;
	font-size: 20px;
	margin-top: 25px;
}
.know_more_img {
	box-shadow: 2px 2px 22px #eee;
	border-radius: 30px 30px 0px 30px;
	overflow: hidden;
	border: 1px solid #fff;
}
.know_more_img::before {
    position: absolute;
    content: '';
    background: url(../images/partner_bg.png);
    width: 170px;
    height: 170px;
    left: -72px;
    bottom: -63px;
    z-index: -1;
}
 .plan_page .btn {
	position: relative !important;
}
 .plan_page .btn.btn-danger::before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: 9px solid #b8371a;
	position: absolute;
	right: 0px;
	top: 1px;
}

/*****Job List Page***/
.search_job_title h2 {
    font-size: 34px;
    color: #134e8b;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 45px;
}
.search_job_title {
	/* margin-top: 35px; */
	margin-bottom: 23px;

}
form.selection_form select {
    height: 50px;
    padding-left: 10px;
    font-size: 16px;
}
section.job_list_page {
	position:relative;
}
section.job_list_page:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    background: #faf9fe;
    top: 0px;
    height: 230px;
    z-index: -1;
}
section.job_list_page {
    padding: 50px 0;
}
.selection_form btn {
	position:relative;
}
.selection_form button.btn.btn-danger {
    position: relative;
}
.selection_form .form-group input {
    height: 50px;
}
form.selection_form select {
    height: 50px;
    padding-left: 10px;
    font-size: 16px;
    border: 1px solid #ced4da !important;
    border-radius: 5px;
}
.selection_form .form-group input {
	height: 50px;
	border: 1px solid #ced4da !important;
}
.job_card_Sec .apply_btn .btn {
	position: relative;
}
.job_card_Sec .job_list_sec {
	display: flex;
}
.job_card_Sec .job_list_sec {
	display: flex;
	justify-content: space-between;
	/* justify-items: center; */
	align-items: center;
}

.job_list_sec.position-relative {
	z-index: 9;
	margin: 0 -15px;
}
.job_list_sec {
	z-index: 9;
}
.job_list_sec.job_list_header {
	width: 100%;
}
.job_list_header .title_size h4 {
	font-size: 20px !important;
	margin-bottom: 0px !important;
}
.job_list_sec.job_list_header {
	width: 100%;
	background: #faf9fe;
	color: #333;
	/* box-shadow: none; */
	box-shadow: none;
	border: 1px solid #efefef;
}
.job_card_Sec .left_content_job {
	display: flex;
	align-items: center;
}
.right_detail_page_bottom  .table tr:nth-child(2n) {
	background: #faf9fe;
}
.right_detail_page_bottom table th {
	background: #134e8b;
	color: #fff;
}
.job_card_Sec  .location_job {
	position: relative;
}
.right_detail_page_bottom p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}

.job_card_Sec  .doctor_content {
	padding-left: 30px;
	
}
.job_card_Sec .btn.btn-danger::before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #b8371a;
	position: absolute;
	right: 0px;
	top: 1px;
}
.job_card_Sec .location_job i {
	position: absolute;
	top: 5px;
	color: #db2e06;
	left: 0px;
}
.job_card_Sec .location_job p {
	padding-left: 25px;
}
.job_card_Sec  .doctor_content h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.job_list_sec {
	box-shadow: 2px 2px 22px #eaeaea;
	padding: 20px 20px;
	border-radius: 5px;
	margin-bottom: 25px;
}
.job_card_Sec p {
	color: #333;
}
.job_card_Sec h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	text-align: right;
}
.job_card_Sec {
	margin-top: 30px;
}
.job_card_Sec .pagiations .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #db2e06;
	border-color: #db2e06;
}
.job_card_Sec .pagiations .page-link {
	color: #333;
}
.job_card_Sec .pagiations .pagination {
	justify-content: center;
}

.job_card_Sec{
	position:relative;	
}
.job_card_Sec::after {
	content: '';
	/***background: url(../images/border_dots.png);**/
	width: 100px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 160px;
	background-repeat: repeat-x;
}

.job_list_page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.job_list_page .selection_form select {
	background: url(../images/down_arron_seclct.png) #fff;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 96% 20px;
}

.job_list_page  ::-webkit-input-placeholder { /* Edge */
  color: #ccc !important;
}

.job_list_page  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc !important;
}

.job_list_page  ::placeholder { 
  color: #ccc !important; 
}

section.detail_job_listing::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	background: #faf9fe;
	top: 0px;
	height: 135px;
	z-index: -1;
}



.job_discription_Sec  .discription_data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.job_discription_Sec  .discription_price {
	font-size: 26px;
	font-weight: 600;
	color: #134e8b;
}
.discription_card i {
    margin-right: 10px;
    color: #db2e06;
    font-size: 17px;
}
.job_discription_Sec .discription_card {
	padding: 15px 30px;
	border-radius: 5px;
	margin-bottom: 35px;
	margin-top: 0;
	background: #faf9fe;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 2px 2px 22px #e6e6e6;
}
.Author span {
    font-size: 18px;
    color: #134e8b;
}
#btnBack {
    color: #db2e06;
    font-size: 18px;
    position: absolute;
    margin-top: 3px;
    cursor: pointer;
    font-weight: 600;
}
.job_detial .job_feature span {
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #a2a2a2;
}
#btnBack:hover { 
    color: #333;
}
.Author p {
	font-size: 15px;
	color: #5b5b5b;
	padding-left: 32px;
	margin-bottom: 0px;
}
.Author i {
    position: relative;
    top: 1;
}
.job_discription_Sec  .job_feature h3 {
	font-size: 20px;
}
.job_discription_Sec .job_feature {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.job_discription_Sec  .job_feature ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 600 !important;
	color: #134e8b;
	font-size: 15px;
	left: 0px;
	position: absolute;
}
.job_discription_Sec  .job_feature ul li {
	list-style: none;
	padding-left: 26px;
	margin-bottom: 6px;
	position: relative;
}

.job_discription_Sec  .job_detial h4 {
    color: #134e8b;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.job_discription_Sec .job_feature:nth-last-child(1) {
    border-bottom: none;
}

.btn_apply .btn {
	position: relative;
	margin-bottom: 25px;
}
.job_discription_Sec {
	padding-bottom: 60px;
}
.job_feature h3 {
	color: #333;
}
.job_discription_Sec h4 {
	color: #333;
	
}
.job_discription_Sec .right_detail_page h4 {
	font-size: 15px;
}
.job_discription_Sec  .right_detail_page p {
	margin-top: 0;
	margin-bottom: 5px;
}

.job_discription_Sec .right_detail_page {
    padding-bottom: 13px;
    margin-bottom: 14px;
    background: #fff;
    padding: 15px 20px 10px 20px;
    border-radius: 5px;
    /* border: 1px solid #eae8f0; */
    box-shadow: 2px 2px 22px #e6e6e6;
    border-radius: 5px;
}
.job_discription_Sec .job_des:nth-last-child(1) {
    border: none;
    margin-bottom: 5px;
}
.job_discription_Sec  .job_des {
    border-bottom: 1px dashed #cccc;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.job_discription_Sec .right_detail_page h5 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
}
.job_submit_pop .ready_to_go {
	min-height: 300px;
	height: 100%;
	display: flex;
	padding: 0 50px;
	background: #134e8a;
	font-weight: 800;
	color: #fff;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px 0 0 10px;
}
.job_submit_pop .ready_to_go_verify {
	
	display: flex;
	padding: 0 50px;
	background: #134e8a;
	font-weight: 800;
	color: #fff;
	flex-direction: column;
	/*align-items: center;
	justify-content: center;	*/
}
.job_submit_pop .ready_to_go h1 {
	font-size: 24px;
	text-align: center;
}
.job_submit_pop .brand {
	font-size: 50px;
	margin-bottom: 15px;
}
.job_submit_pop .brand_verify {
	font-size: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
   
.ReqStatus {
	color: darkslategrey;
	font-size: 14px;
}
.job_submit_pop .an-middle {
	margin-top: 10px;
}
.job_submit_pop .cutomer_detail {
	padding-top: 20px;
}

.job_submit_pop  .detail_info_user {
	display: flex;
	justify-content: space-between;
}
.job_submit_pop .cutomer_detail {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.login_as_healthcare button.btn.btn-danger {
    position: relative;
}
.thank_you_page .fa.fa-check.main-content__checkmark {
	background: #259b25;
	color: #fff;
	/* padding: 30px 30px; */
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 45px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 25px;
}
.thank_you_page {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50vh;
	flex-direction: row;
	max-width: 800px;
	margin: auto;
	flex-direction: column;
	text-align: center;
	line-height: ;
}
.thank_you_page  h5 {
	font-size: 18px;
	line-height: 23px;
}


.ready_to_go .brand img {
    max-width: 70px;
}
.job_submit_pop .cutomer_detail_verify {
	
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.job_submit_pop .detail_info_user p {
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
}
.job_submit_pop .custom-control {
	color: #000;
}
.job_submit_pop .detail_info_user p {
	margin-bottom: 0px;
	font-weight: 500;
	color: #000;
	min-width: 130px;
}
.job_submit_pop .detail_info_user {
	/* margin-bottom: 20px; */
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 20px;
	margin-bottom: 0;
}
.job_submit_pop span#skill {
	text-align: right;
}
.job_submit_pop  .detail_info_user i {
	margin-right: 9px;
}

.job_submit_pop  .modal-content {
	border-radius: 10px;
	/* overflow: hidden; */
}

.bid_btn .btn{
	position:relative;
}
.job_submit_pop  .btn.btn-danger::before {
	border-top: 19px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 12px solid #b8371a;
}
.job_submit_pop .detail_info_user:nth-last-child(2) {
	border: none !important;
}
.job_submit_pop  .detail_info_user:nth-child(2n) {
	background: #f9f8fe;
}
.job_submit_pop .close {
	color: #fff;
	opacity: 1;
	background: #db2e06 !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 0px;
	/* z-index: 999; */
	font-size: 16px;
	right: -2px !important;
	position: absolute;
	top: -9px;
}
#myBidModal #txtMarketRate {
	float: right;
	width: 50%;
}
.brand_verify h3 {
	font-size: 22px;
}
.job_submit_pop #ddlWrkRef {
	font-size: 14px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #134e8a;
}

/*****Job List Page***/


/**page Under Construction**/
.underconstruction {
	display: flex;
	flex-direction: column;
	height: 55vh;
	align-items: center;
	justify-content: center;
	position:relative;
}
.underconstruction h1 {
	color: #134e8a !important;
	font-size: 52px;
	color: transparent;
	font-weight: 700;
}
.underconstruction sub {
	font-size: 20px;
	display: block;
	margin-top: 10px;
	line-height: 35px;
	text-align: center;
}
.Undee_construction_page {
	position:relative;
}
.Undee_construction_page::after {
	content: '';
	background: url(../images/border_dots.png);
	background-repeat: repeat;
	width: 100px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 100px;
	background-repeat: repeat-x;
}

/***/

/**Team Page**/

.team-page-section {
	position: relative;
	padding-top: 50px;
}
.our_team {
	padding-bottom: 50px;
}
.team-page-section .team-block {
  margin-bottom: 60px;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}

.sec-title .title {
  position: relative;
  font-size: 18px;
  color: #bd0000;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.sec-title .separator {
  position: relative;
  width: 40px;
  margin-top: 16px !important;
}

.sec-title .separator:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 10px;
  height: 2px;
  background-color: #ff9600;
}

.sec-title .separator:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 10px;
  height: 2px;
  background-color: #ff9600;
}

.sec-title .separator span {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 10px;
  height: 5px;
  margin-left: -5px;
  display: inline-block;
  background-color: #bd0000;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 35px;
}

.sec-title .text {
  position: relative;
  font-size: 14px;
  line-height: 1.9em;
  color: #555555;
  margin-top: 10px;
}

.sec-title.centered .separator {
  margin: 0 auto !important;
  float: none !important;
}

.sec-title.centered {
  text-align: center !important;
}

.sec-title.light .title {
  color: #ffffff;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .separator span {
  background-color: #ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after {
  background-color: #ffffff;
}



/**Team Page*/



section .section-title {
	font-size: 34px;
	color: #134e8b;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}
#team::after {
	content: '';
	background: url(../images/border_dots.png);
	background-repeat: repeat;
	width: 100px;
	height: 500px;
	position: absolute;
	right: 0px;
	top: 350px;
	background-repeat: repeat-x;
}
#team .card {
    border: none;
    background: #ffffff;
}
#team::before {
	content: '';
	width: 170px;
	height: 170px;
	position: absolute;
	left: 0px;
	top: 450px;
	background: #fff;
	box-shadow: 2px 2px 42px #eaeaea;
	border-radius: 50%;
	left: -80px;
}
#team  .image-flip:hover .backside,
#team  .image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

#team  .image-flip:hover .frontside,
#team  .image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#team  .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

#team  .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

#team  .backside {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 3px 3px 19px 6px rgba(158, 158, 158, 0.2);
}

#team  .frontside,
#team  .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

	#team .frontside .card,
	#team .backside .card {
		min-height: 312px;
		min-width: 300px;
	}

#team  .backside .card a {
    font-size: 18px;
    color: #134e8b !important;
}

#team  .frontside .card .card-title,
#team  .backside .card .card-title {
    color: #134e8b !important;
}

#team  .frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
#team {
	padding-top: 60px;
}




/****Login page***/
.heading-login-care {
	text-align: center;
	margin: 0 0 50px;
	/* text-transform: uppercase; */
	font-size: 25px;
	position: relative;
	padding-bottom: 10px;
	color: #393737;
}
.careinner-login-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 30px 30px;
	box-shadow: 3px 0 50px rgba(0,0,0,.14);
	position: relative;
	margin-top: 0px;
}
.care-login-box-outer .btn {
	position: relative;
}
.forgot-passwordtext a {
	color: #6d6d6d;
}
.existing-user {
	background-color: #134e8b;
	font-size: 15px;
	position: absolute;
	top: -11px;
	right: 28px;
	padding: 6px 17px;
	border-radius: 40px;
	color: #fff;
}
.login-icon {
	background-color: #134e8b;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 28px;
	left: -35px;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
}
.care-login-box-outer .form-group input {
	height: 50px;
	border: 1px solid #ced4da !important;
}
.care-login-box {
	padding-top: 60px;
	padding-left: 85px;
	padding-right: 85px;
	padding-bottom: 50px;
	position: relative;
}
.RegisterHere-care::before {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #eee;
	width: 100%;
	top: 0;
	max-width: 246px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.container-customize {
    background: #faf9fe;
}
.RegisterHere-care  {
	padding-top: 40px;
	margin-top: 40px;
	color: #666;
	font-weight: 200;
	position: relative;
}
.bg-image-login {
    background-image: url(../images/slider_img.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.inner_page_head {
	box-shadow: 2px 2px 22px #e6e6e6;
	z-index: 99;
	background: #fff;
	position: relative;
}

.care-login-box-outer .form-check input[type="checkbox"] {
	height: auto;
}


.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox_container {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}







/**multistep Registration**/
.multi_step_registration form {
	text-align: center;
	position: relative;
	margin-top: 20px;
	padding: 30px 50px;
	background: #fff;
	z-index: 9;
	box-shadow: 2px 2px 22px #e3e3e3;
	border-radius: 5px;
}
#step2 h4 {
	font-size: 17px !important;
	margin-bottom: 20px;
}
#msform2 .fs-title {
	margin-bottom: 25px !important;
}
.health_care_providers_login .fs-title {
	margin-top: 0px !important;
}
/* .multi_step_registration  #msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
} */
.multi_step_registration::before {
	content: '';
	position: absolute;
	width: 150px;
	height: 200px;
	background: #fff;
	box-shadow: 2px 2px 52px #ececec;
	border-radius: 50%;
	left: -76px;
	top: 350px;
}
.multi_step_registration  #msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
.multi_step_registration .form-control {
	border: 1px solid #ced4da;
	border-radius:3px;
	height: 51px;
}

.multi_step_registration  #msform fieldset:not(:first-of-type) {
    display: none
}
#finalStep fieldset {
	text-align: center;
	position: relative;
	margin-top: 20px;
	padding: 30px 50px;
	background: #fff;
	z-index: 9;
	box-shadow: 2px 2px 22px #e3e3e3;
	border-radius: 5px;
	height: 380px;
	justify-content: center;
	align-items: center;
	display: flex;
	padding-top: 100px;
}

.multi_step_registration #msform fieldset .form-card {
	text-align: left;
	color: #134e8b;
	font-weight: 400;
}

/* .multi_step_registration  #msform input,
.multi_step_registration  #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

.multi_step_registration  #msform input:focus,
.multi_step_registration  #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
} */

.multi_step_registration  #msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.multi_step_registration  #msform .action-button:hover,
.multi_step_registration  #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

.multi_step_registration  #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.multi_step_registration  #msform .action-button-previous:hover,
.multi_step_registration  #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

.multi_step_registration  select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

.multi_step_registration  select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.multi_step_registration  .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.multi_step_registration .fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}
.multi_step_registration #progressbar li {
	list-style-type: none;
	font-size: 14px;
	font-weight: 300;
}

.multi_step_registration  #progressbar .active {
    color: #000000
}
.multi_step_registration #progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 50%;
	float: left;
	position: relative;
}
.multi_step_registration .browse_field {
	width: 100%;
	background: #fff;
	height: 50px;
	border-radius: 3px;
	border: 1px dashed #bfbfbf;
	padding-top: 10px;
	padding-left: 17px;
	color: #aeaeae;
	font-size: 15px;
	cursor: pointer;
	line-height: 28px;
}
.btn.btn-secondary.btn-lg::before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 23px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 13px solid #505960;
	position: absolute;
	right: 0px;
	top: 1px;
}

.multi_step_registration h3 {
	color: #134e8b;
}
.multi_step_registration h3 strong {
    font-weight: 600;
    font-size: 30px;
}
.multi_step_registration .input.browse_btn {
	position: relative;
}
/* .first_browse .input.browse_btn {
	width: 220px;
	margin: 0 auto;
} */
#lblDocFileName .fas.fa-cloud-upload-alt {
	position: relative;
	top: 3px;
	right: 6px;
}
.right_information h2 {
	text-align: left;
}
.multi_step_registration input[type="file"] {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 999999;
	opacity: 0;
	cursor: pointer;
	bottom: 0px;
	top: 0px;
	left: 0px;
}
#lblProfilePicName {
	border: 1px dashed #bfbfbf;
	padding: 12px 10px 7px 10px;
	border-radius: 0;
	background: #fff;
	color: #aeaeae;
	height: 48px;
} 
.multi_step_registration .leftlabel {
	display: block;
	text-align: left; 
	margin-bottom: 10px; 
}

.multi_step_registration .add_more.text-left.text-danger {
	margin-top: 0px;
}
.right_information h3 {
	text-align: left !important;
}
.right_information .fs-title {
	text-align: left;
}
.multi_step_registration .user_img img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	/* box-shadow: 2px 2px 12px #ccc; */
	height: 120px;
	object-fit: contain; 
	object-position: top;
	background: #fff;
	width: 120px;
	border-radius: 50%;
}
.input.browse_btn img { 
	max-width: 150px;
	margin: 0 auto;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
}

#lblProfilePicName {
	display: block;
}

/*  
.multi_step_registration .user_img {
	position: absolute;
	top: -110px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100px;
}
 */
 
.multi_step_registration .user_img {
	position: relative;
	top: 5px; 
	right: 0;
	text-align: center;
	width: 200px;
	margin: auto;
	margin-bottom: 15px;
}
.multi_step_registration .edit_photo {
	position: absolute;
	z-index: 99999;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #333 !important;
	right: 30px;
	bottom: 0px;
	border-radius: 50%;
	box-shadow: 2px 2px 22px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.multi_step_registration  .edit_photo .fas {
	margin: 0px !important;
}
.multi_step_registration .fas.fa-cloud-upload-alt {
	/* position: absolute; */
	/* right: 17px; */
	top: 14px;
	/* font-size: 20px; *****/
	margin-right: 4px;
}
.multi_step_registration .add_more {
	color: #134e8b;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 25px;
	
	margin-bottom: 5px !important;
	margin-right: 10px;
}
/*.multi_step_registration .add_more {
	color: #134e8b;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: -10px !important;
	margin-bottom: 5px !important;
}*/
.multi_step_registration  #progressbar #account::before {
	content: "\f023";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.multi_step_registration  #progressbar #personal::before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.multi_step_registration  #progressbar #payment:before {
    content: "\f09d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.multi_step_registration  #progressbar #confirm:before {
    content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.multi_step_registration  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.multi_step_registration  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.multi_step_registration  #progressbar li.active::before, .multi_step_registration   #progressbar li.active::after {
    background: #24578c;
}

.multi_step_registration .fa.fa-check-circle {
	font-size: 48px;
	color: #39ae39;
}


.multi_step_registration  .radio-group {
    position: relative;
    margin-bottom: 25px
}

.multi_step_registration .radio {
	display: inline-block;
	width: 204;
	height: 104;
	border-radius: 0;
	background: #fff;
	/* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
	box-sizing: border-box;
	cursor: pointer;
	margin: 8px 2px;
	border: 1px solid #ececec;
}
.multi_step_registration  .radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1)
}

.multi_step_registration  .radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.multi_step_registration .fit-image {
    width: 100%;
    object-fit: cover
}
.multi_step_registration .btn {
	position: relative;
}
.multi_step_registration .radio img {
	height: 100px;
	object-fit: cover;
	padding: 10px 10px;
}
.multi_step_registration select {
	background: url(../images/select_arrow.png) #fff;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 95% 20px;
}
.multi_step_registration select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.multi_step_registration select {
	border: 1px solid #ced4da !important;
	border-radius: 3px;
	height: 51px;
	padding-left: 10px;
	/* color: #c4c4c4; */
}
.multi_step_registration .btn.btn-primary::before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 23px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 13px solid #013e7d;
	position: absolute;
	right: 0px;
	top: 1px;
}
.multi_step_registration .custom-control-label {
	cursor: pointer;
}

.choose_package  [type="radio"]:checked,
.choose_package  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.choose_package  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 48px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
/* .choose_package  .subscribe {
	position: relative;
	top: 15px;
} */
.choose_package  span {
	top: 3px;
	position: relative;
}
.choose_package [type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border: 1px solid #bfbebe;
	border-radius: 100%;
	background: #fff;
}
.choose_package  [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 20px;
	height: 20px;
	background: #134e8a;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.package_plan select {
	border: 1px solid #ced4da !important;
	border-radius: 3px;
	height: 51px;
	padding-left: 10px;
	position: relative;
	top: 2px;
}
.choose_package  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.choose_package  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.choose_package .package_plan {
    /* background: #faf9fe; */
    padding: 30px 0 20px 0;
    margin-bottom: 45px;
}
.choose_package .dd {
	background: #faf9fe;
	height: 100%;
	padding: 20px 20px;
	border-radius: 5px;
	border: 1px solid #e9e8ee;
}

.choose_package .package_plan img {
	height: 100px;
	object-fit: cover;
}
.choose_package  img {
	height: 68px !important;
	object-fit: cover;
	padding: 10px 10px;
}

.health_care_providers_login #progressbar li {
	width: 50%;
}
.health_care_providers_login .fs-title {
	margin-top: 50px !important;
	margin-bottom: 25px;
}
.comman_card {
	background: #faf9fe;
	padding: 11px 20px;
	color: #fff;
	height: 100px;
	border-radius: 6px;
	border: 1px solid #e9e8ee;
	height: 100%;
}
 .health_care_providers_l .monthly_package {
	height: 100%;
	/* padding-top: 80px; */
}
 .health_care_providers_login .or {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

 .health_care_registration .subscribe.comman_card {
	padding-top: 71px;
}
.health_care_registration .or {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	font-size: 24px;
	align-items: center;
	height: 100%;
}
.package_plan .row {
	justify-content: center;
}
.package_plan span {
	float: right;
	font-size: 18px;
	color: #333;
}
.form_container {
	position:relative;
}
.form_container::before {
	position: absolute;
	content: '';
	background: url(../images/partner_bg.png);
	width: 170px;
	height: 170px;
	right: -72px;
	bottom: -63px;
	z-index: -9;
}

.health_care_providers_l::after {
	content: '';
	background: url(../images/right_p.png);
	position: absolute;
	right: -100px;
	width: 260px;
	height: 640px;
	background-repeat: no-repeat;
	background-position: right;
	top: 200px;
	background-size: 100%;
}



.footer-section {
	background: #2f2f2f;
	padding-top: 57px;
	color: #fff;
	position: relative;
}
.footer_links li {
	list-style: none;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
.footer_links li a {
	color:#fff;
}
.footer_links li .fas {
	font-size: 14px;
	margin-right: 14px;
}
.footer-section h3 {
	margin-bottom: 32px;
	font-weight: 400;
}
.copyright_sec.text-center {
	padding-bottom: 30px;
	margin-top: 20px;
	font-weight: 300;
}
.footer_contact i {
	position: absolute;
	color: #db2e06;
	font-size: 17px;
}
.footer_contact p {
	padding-left: 38px;
}
footer .socail_media li {
	display:inline-block;
}
footer .socail_media li a {
	background: #fff;
	color: #000;
	width: 30px;
	display: inline-block;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 15px;
	margin-right: 3px;
}
footer .fas.fa-envelope {
	margin-top: 4px;
}
span#pricetest1 {
	margin-top: -3px;
}