* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #000;
}

.career_main {
	padding: 50px 0;
}

.career_inr {
	border-radius: 8px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
	border: 1px solid #ccc;
	position: relative;
}

.border_left_border{
	border-right: 1px solid #ccc;
}

/* .career_inr .row>.col-md-4::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ccc;
	top: 0;
	right: 0;
} */

.career_left_info,
.career_right_calender {
	padding: 20px 25px;
	position: relative;
}

.career_info_title {
	margin-bottom: 20px;
}

.career_info_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #777777;
	margin: 0;
}

.career_info_title h3 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.career_info_detail {
	margin-bottom: 20px;
}

.career_info_detail ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

.career_info_detail ul li {
	margin-bottom: 10px;
}

.career_info_detail ul li:last-child {
	margin-bottom: 0px;
}

.career_info_detail ul li .career_info_detail_inr {
	display: flex;
	align-items: center;
}

.career_info_detail ul li .detail_inr_icon {
	font-size: 20px;
	margin-right: 15px;
	color: #777777;
}

.career_info_detail ul li .detail_inr_info h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	color: #777777;
}


.career_right_calender_title {
	margin-bottom: 20px;
}

.career_right_calender_title h3 {
	font-size: 20px;
	color: #000;
	margin: 0;
}

.branding {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 1;
	overflow: hidden;
	width: 105px;
	height: 105px;
	text-decoration: none;
	pointer-events: none;
	transition: all .1s ease-in;
	will-change: transform;
}

.branding::before,.branding::after{
	content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #505960;
    transition: all .1s ease-in;
}

.branding::before{
	top: 0;
	left: 0;
}

.branding::after{
	bottom: 0;
	right: 0;
}

.branding_inr{
	position: relative;
    top: 21px;
    left: -11px;
    z-index: 1;
    display: block;
    width: 160px;
    padding: 9px 0 6px;
    background-color: #505960;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    pointer-events: auto;
    transition: all .1s ease-in;
    transform: rotate(45deg);
}

.branding_inr p{
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.calender_main {
    border-bottom: 2px solid #ccc;
}

.calender_month_name{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.branding_inr label{
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.month_left,.month_right{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777777;
	font-size: 20px;
}

.month_name{
	margin: 0 15px;
}

.month_name h4,.selected_day h4{
	font-size: 22px;
	margin: 0;
	color: #777777;
}


/* calender start */

.calender{
	margin-bottom: 25px;
}

.calender .table thead tr th{
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	border: none;
	text-align: center;
}

.calender .table tbody tr td{
	border: none;
	text-align: center;
}

.date_btn{
	position: relative;
    display: block;
    width: 44px;
    height: 44px;
    padding: 1px 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    color:  rgba(26, 26, 26, 0.61);
    font-size: 16px;
    text-align: center;
	background: #fff;
	transition: all 0.5s ease-in-out;
}

.date_btn.selected{
	background-color: rgba(0, 105, 255, 0.1);
	color: #0060d4;
	font-weight: 700;
}

.date_btn.selected:hover{
	background-color: rgba(0, 105, 255, 0.3);
}

.date_btn.active{
	background-color: #0069ff;
	color: #fff;
	font-weight: 700;
}

/* calender end */

.time_zone h4{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.time_zone p{
	font-size: 16px;
	color: #000;
}

.selected_day{
	margin-bottom: 30px;
}

.hour_slot ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.hour_slot ul li{
	margin-bottom: 15px;
}


/* hour select checkbox  start*/

.csm_check_box{
	width: 100%;
	cursor: pointer;
}

.csm_check_box input[type="checkbox"] {
	display: none;
}

.hour_checkbox {
	position: relative;
	padding: 10px 20px;
	background-color: transparent;
	border: 2px solid #0060d4;
	color: #0060d4;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	transition: 0.5s;
	user-select: none;
	text-align: center;
}

.csm_check_box input[type="checkbox"]:checked ~ .hour_checkbox {
	background: #0060d4;
	color: #fff;
  }

/* hour select checkbox  end */

/* next btn */

.calender_next_btn{
	padding: 15px 0;
	text-align: right;
}

.calender_next_btn .next_btn{
	padding: 10px 40px;
	border-radius: 5px;
	background-color: #0069ff;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

/* person_detail */

.person_detail {
    padding: 20px 25px;
}

.person_detail_title{
	margin-bottom: 20px;
}

.person_detail_title h3{
	font-size: 20px;
    color: #000;
    margin: 0;
}

.person_form_detail .form-group{
	margin-bottom: 20px;
}

.person_form_detail label{
	font-size: 15px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}

.person_form_detail .form-control{
	padding: 12px 20px;
	border: 1px solid #B2B2B2;
	border-radius: 10px;
}

.person_form_detail .form-control:focus{
	box-shadow: inset 0 0 0 1px rgb(0, 105, 255);
	border-color: #0060d4;
}

.pay_now_btn{
	border-radius: 5px;
	padding: 12px 20px;
	color: #fff;
	background: #0069ff;
}


@media (max-width:767px) {
	.career_left_info, .career_right_calender,.person_detail{
		padding: 15px 10px;
	}
	.date_btn{
		width: 25px;
		height: 25px;
		padding: 2px;
		margin: 0;
		font-size: 12px;
	}
}
