/*
Theme Name: Anmolsteel
Description: .

Author: Kapil
Version: 1.0.1
Tags:  
 
*/ 


.es_textbox_class{
	border-radius: 0;
    height: 32px;
    background: #000000;
    border-color: #000000;
    color: #fff;
    padding-right: 35px;
	
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
}

.es_widget_form .es_textbox:after {
    content: "\f0e0";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    right: 0%;
    color: #fff;
    transform: translate(-50%,-50%);
}
.es_textbox {
    padding-bottom: initial !important;
    position: relative;
}
#es_txt_button{
	background-color: #cfcfcf;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #952828;
	font-weight: 600;
	font-size: 18px;
	height: 34px;
	letter-spacing: 3px;
	text-shadow: 2px 2px 5px #80807E;
	background-color: #fff;
	border: 1px solid #fff;
	transition: 0.6s;
}

.apply_form .custom-file-label:after{
	font-family: fontawesome !important;
    content: "\f0c6" !important;
}