.gradent{
	background: linear-gradient(to bottom,rgba(229,213,145,1) 0,rgba(229,213,145,1) 46%,rgba(210,194,124,1) 53%,rgba(200,184,114,1) 57%,rgba(198,182,112,1) 100%);
}
.btn.gradent{
	border: none;
	border-radius: 30px !important;
	width:100%;
}
.form-section{
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	    border: solid 1px #252525;
}
.input-style {
    position: relative;
    margin-bottom: 5px!important;
}
.tranperent.banner{
	background: url(../images/body-banner.jpg) fixed;
    background-size: cover;
    background-position: 100% 100%;
}
.header .header-icon{
	font-size: 26px;
}

.tranperent .header {
    background-color: transparent;}

.top-logo{
	width: 143px;
    margin-top: 15px;
}
.device-is-android .input-style input[type=date] {
    padding-top: 20px!important;
    transform: inherit !important;
    margin-bottom: 5px!important;
    color: #fff !important;
}
.grey-bg{
	background: #fbfbfb;
    border: solid 1px #ddd;
    padding: 10px;
}
.custon-font{
	font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.form-section .form-control {
    background: transparent;
    border-bottom: solid 1px #888888 !important;
    color: #fff !important;
}
.form-section  .form-control:focus{
	/*background: rgba(0,0,0,.08);*/
	background:#000;
	color: #fff;
}
.form-section  .form-control{
	color: #fff;
}
.tranperent .page-content, .tranperent #footer-bar{
	background: transparent;
	border: none;
}
.tab-controls a:last-child {
    border-radius: 0px 0px 10px;
}

.tab-controls a:first-child {
    border-radius: 0px 0px 0px 10px;
}
.input-style.has-borders.no-icon.validate-field.mb-4 input[type="submit"] {
	border: none;
    border-radius: 30px !important;
    background: linear-gradient(to bottom,rgba(229,213,145,1) 0,rgba(229,213,145,1) 46%,rgba(210,194,124,1) 53%,rgba(200,184,114,1) 57%,rgba(198,182,112,1) 100%) !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 44px;
    font-weight: bold;
}
    .customcheck
    {
        width: auto !important;
        height: auto !important;
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        padding: 10px !important;
        transform: scale(1.5) !important;
        zoom: 0.5;
    }
    div#google_translate_element select {
    width: 100%;
    padding: 10px;
    background: transparent;
    border-bottom: solid 1px #888888 !important;
    color: #fff !important;
    height: 53px;
    border-left-width: 1px!important;
    border-right-width: 1px!important;
    border-top-width: 1px!important;
    padding-left: 13px!important;
    padding-right: 10px!important;
    border-radius: 0!important;
    }

    div#google_translate_element select option {
        background: #000;
    }
    
    .input-style.has-borders .invalid, .input-style.has-borders .valid, .input-style.has-borders em, .input-style.has-borders span {
    display: none;
    }