/*neha css starts*/
.partner-sc .section-header.header-left h2 {
    padding-left: 0;
}
.privacy-line{
	font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: #cb0100;
}
.input-common-div{
	position: relative;
	margin-bottom: 2rem;
}
.input-common-div input ,.input-common-div select,.input-common-div textarea{
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    padding: 1rem 1rem 1rem 5rem;
    min-height: 54px;
    width: 100%;
}
.input-common-div img{
	position: absolute;
	left: 0;
}
.input-common-div input::-webkit-input-placeholder,.input-common-div textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.input-common-div input::-moz-placeholder,.input-common-div textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity:1;
}
.input-common-div input:-ms-input-placeholder ,.input-common-div textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.input-common-div input:-moz-placeholder,.input-common-div textarea:-ms-input-placeholder  { /* Firefox 18- */
  color: #000;
  opacity:1;
}
.row.common-form-fill {
    margin-top: 2rem;
}
.bottom-fill {
    margin-bottom: 2rem;
}
.form-common-btn{
	/*margin-top: 1rem !important;
	margin-top: 2rem;*/
	display: inline-block;
    background-image: url(../images/btn-bg.png) !important;
    background-repeat: no-repeat;
    border: none;
    color: #fff !important;
    padding: 4px 7px !important;
    text-transform: uppercase;
    background-size: 100% 100%;
    border-radius: 0.5rem !important;
    font-size: 16px;
}
.input-common-div select{
	-webkit-appearance:none;
}
.input-common-div select::-ms-expand{
	display: none;
}
.select-common-div:after{
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	right: 15px;
	top:15px;
	color: #000;
	pointer-events: none;

}
.form-common-btn:hover{
	color: #fff;
	text-decoration: none;
}
.feedback-form a{
	margin-bottom: 2rem;
	margin-left: 1rem;
}
/*neha css ends*/

/*pooja css starts*/
.partner-sc .section-header.header-left.career-head h2 {
    padding-left: 58px;
}
.career-content h5{
	color: #000;
	font-size: 16px;
}
.career-content p{
	color: #000;
	font-size: 16px;
	margin: 1rem 0 2rem;
	text-align: justify;
}
.career-content h5 span,
.career-content h6{
	color: #cb0101;
	font-weight: bold;
	font-style: normal;
}
.custom-file-check .custom-control-label::before {
	border: #cb0100 solid 1px;
	width: 1.5rem;
	height: 1.5rem;
}
.custom-file-check .custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
.custom-file-check .custom-control-label::before:focus,
.custom-file-check .custom-control-label::before:active {
	outline: none;
	box-shadow: none;
}
.custom-file-check .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #cb0100;
    background-color: #cb0100;
}
.custom-file-check .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -20px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    background-image: none !important;
}
.custom-file-check input[type="checkbox"]:focus, .custom-file-check input[type="radio"]:focus,
.custom-file-check .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}
.custom-file-check .custom-control-label {
	padding-left: 10px;
	padding-top: 3px;
	color: #000;
	font-size: 16px;
}
.custom-file-check .fileUpload {
	background: #cb0100;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	vertical-align: middle;
	overflow: hidden;
	padding: 0.8rem 0.5rem;
	position: relative;
	text-align: center;
	width: 30%;
	display: inline-block;
   cursor: pointer;
}
.custom-file-check .fileUpload:hover, .custom-file-check .fileUpload:active, .custom-file-check .fileUpload:focus {
	background: #cb0100;
  cursor: pointer;
}
.custom-file-check .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
  cursor: pointer;
}
.custom-file-check input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-check .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.custom-file-check {
	margin-bottom: 1rem;
}
.attach-resume {
    width: 32%;
    display: inline-block;
}
.support-file {
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
.attach-resume span,
.support-file span {
	font-size: 15px;
	color: #000;
}
.file-upload-main {
	margin-bottom: 1rem;
}
/*pooja css ends*/

@media(min-width:1025px) and (max-width:1199.90px){
	.attach-resume {
		width: 100%;
	}
	.custom-file-check .fileUpload {
		font-size: 15px;
		width: 35%;
		margin-top: 1rem;
	}
	.support-file {
		width: 40%;
	}
	.form-common-btn {
		margin-top: 1rem;
	}
}

@media(min-width:992px) and (max-width:1024.90px){
	.attach-resume {
		width: 100%;
	}
	.custom-file-check .fileUpload {
		font-size: 15px;
		width: 35%;
		margin-top: 1rem;
	}
	.support-file {
		width: 40%;
	}
	.form-common-btn {
		margin-top: 1rem;
	}
}

@media(min-width:768px) and (max-width:991.90px){
	/*neha css starts*/
	.input-common-div{
		margin-bottom: 1rem;
	}
	.form-common-btn{
		margin: 1rem 0;
	}
	.row.common-form-fill {
	    margin-top: 1rem;
	}
	/*neha css ends*/
	.attach-resume {
		width: 100%;
	}
	.custom-file-check .fileUpload {
		font-size: 14px;
		width: 43%;
		margin-top: 1rem;
	}
	.support-file {
		width: 50%;
	}
}

@media(min-width:576px) and (max-width:767.90px){
	.attach-resume {
		width: 100%;
	}
	.custom-file-check .fileUpload {
		font-size: 14px;
		width: 43%;
		margin-top: 1rem;
	}
	.support-file {
		width: 50%;
	}
	.partner-sc .section-header.header-left.career-head h2 {
		padding-left: 0;
	}
}

@media(min-width:320px) and (max-width:767.90px){
	/*neha css starts*/
	.input-common-div{
		margin-bottom: 1rem;
	}
	.form-common-btn{
		margin: 1rem 0;
	}
	.row.common-form-fill {
	    margin-top: 0rem;
	}
	/*neha css ends*/
}

@media(min-width:481px) and (max-width:575.90px){
	/*neha css starts*/
	.privacy-line,.form-common-btn{
		font-size: 15px;
	}
	/*neha css ends*/
	.attach-resume {
		width: 100%;
	}
	.custom-file-check .fileUpload {
		font-size: 14px;
		width: 43%;
		margin-top: 1rem;
	}
	.support-file {
		width: 50%;
	}
	.partner-sc .section-header.header-left.career-head h2 {
		padding-left: 0;
	}
	.career-content p, .career-content h5 span, .career-content h6 {
		font-size: 15px;
		margin: 1rem 0;
	}
}

@media(min-width:360px) and (max-width:480.90px){
	/*neha css starts*/
	.privacy-line,.form-common-btn{
		font-size: 14px;
	}
	/*neha css ends*/
	.attach-resume {
		width: 100%;
	}
	.custom-file-check .fileUpload {
		font-size: 14px;
		width: 60%;
		margin-top: 0.5rem;
	}
	.support-file {
		width: 100%;
		padding-left: 0;
	}
	.support-file br {
		display: none;
	}
	.partner-sc .section-header.header-left.career-head h2 {
		padding-left: 0;
	}
	.career-content p, .career-content h5 span, .career-content h6 {
		font-size: 14px;
		margin: 1rem 0;
	}
	.attach-resume span{
		font-size: 14px;
	} 
	.support-file span {
		font-size: 13px;
	}
	.custom-file-check .custom-control-label {
		font-size: 13px;
	}
	.custom-file-check .custom-control.mb-3 {
		margin-bottom: 0.5rem !important;
	}
}

@media(min-width:320px) and (max-width:359.90px){
	/*neha css starts*/
	.privacy-line,.form-common-btn{
		font-size: 14px;
	}
	/*neha css ends*/
	.attach-resume {
		width: 100%;
	}
	.custom-file-check .fileUpload {
		font-size: 14px;
		width: 70%;
		margin-top: 0.5rem;
	}
	.support-file {
		width: 100%;
		padding-left: 0;
	}
	.support-file br {
		display: none;
	}
	.partner-sc .section-header.header-left.career-head h2 {
		padding-left: 0;
	}
	.career-content p, .career-content h5 span, .career-content h6 {
		font-size: 14px;
		margin: 1rem 0;
	}
	.attach-resume span{
		font-size: 14px;
	} 
	.support-file span {
		font-size: 13px;
	}
	.custom-file-check .custom-control-label {
		font-size: 13px;
	}
	.custom-file-check .custom-control.mb-3 {
		margin-bottom: 0.5rem !important;
	}
}


