

.tab{
    display: none;
    width: 100%; 
    height: 50%;
    margin: 0px auto;
    max-width: 425px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-radius: 10px;
	position: relative;
	box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.25);
	padding: 22px;
    z-index: 1;
    border-right: 10px solid #4074FB;
    border-bottom: 10px solid #4074FB;
    border-radius: 10px 28px 28px;
}
.last_tab{
	max-width: 600px;
}

button:focus{
    outline: none;
}
.current{
    display: block;  
}

button:hover {
    opacity: 0.8; 
}

.error {
    color: #f00;   
}

.applying_page{
	position: relative;
	padding: 90px 0;
}
.appy_banner_img {
	position: absolute;
	left: 0;
	bottom: 0;
    z-index: -1;
}

.inner_text h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.applying_page form label{
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	color: #97A5AC;
}

.input_box{
	margin-bottom: 30px;
}
.input_box input{
	width: 100%;
	border: none;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: 300;
	font-size: 14px;
	height: 40px;
	line-height: 26px;
	padding: 0 15px;
	outline: none;
}

.btn-primary{
    line-height: 25px;
    outline: none;
}
.divaider{
    width: 270px;
    height: 3px;
    background-color: #4074FB;
    margin-right: auto;
    margin-left: auto;
    display:block;
    margin-top: 20px;
    margin-bottom: 37px;

}
.inner_text input[type="file"]{
    padding: 5px 10px;
}
.left_content{
	background: #4074FB;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 26px 16px 18px 16px;
}
 .left_content .slick-arrow{
	 display: none !important;
 }
 .left_content .slick-dots{
	 bottom: -28px;
 }
 .left_content .slick-dots li button:before{
	 width: 12px;
	 height: 5px;
	 border-radius: 3px;
	 opacity: unset;
	 top: 0;
	 left: 0;
	 background-color: #05264E;
 }
 
 .left_content .slick-dots li.slick-active button{
	 border: none;
 }
 .left_content .slick-dots li.slick-active button:before{
	 width: 20px;
 }
.left_slider_des{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px 10px;
}
.left_slider_des p{
	font-weight: 300;
	font-size: 8px;
	line-height:15px;
	text-align: center;
	text-transform: capitalize;
	color: #A8A8A8 !important;
}
.process_btn_area{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	
}
.left_content h4{
	color: #fff;
	margin-bottom: 19px;
}
.left_content p{
	font-weight: 300;
	font-size: 10px;
	line-height:19px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
}
.left_slider_des img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #D0CCCC;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -33px;
}
span.author{
	display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 30px 0 0 0;
}

@media (max-width:767px){
    form {
        margin: 0 auto;
        padding: 40px 0;
    }
	.applying_page {
		padding: 40px 0 100px 0;
	}
}