.form-section-inner form input {
	border: 3px solid #51b3e3;
	color: #000;
	background: #fff;
	height: 46px;
	width: 100%;
}


.vote_form_family {
	margin: 0px auto;
	display: block;
	width: 100%;
}

.vote_form_family select {
	border: 3px solid #51b3e3;
	color: #000;
	background: #fff;
	height: 46px !important;
	width: 100%;
	padding: 12px;
	font-family: ;
}

.vote_form_family .submit {
	margin: 0px auto;
	display: table;
	margin-top: 27px;
	background: #51b3e3 !important;
	font-weight: bold !important;
	font-size: 18px !important;
	margin-top: 20px;
	padding: 7px 40px !important;
	color: #fff !important;
	width: 33% !important;
	margin-bottom: 40px;
	height: auto !important;
}

.vote_form_family label {
	padding-top: 14px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #51b3e3;
	/* font-size: 18px; */
	font-weight: bold;
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999;
}


.col-sm-4 label {
	float: none !important;
	width: auto !important;
	padding-top: 0px !important;
}
/*******************/

.image {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 14px;
	background: #d7d7d7;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 0;
	height: 100%;
	width: 90%;
	opacity: 0;
	transition: .5s ease;
	background-color: #676767;
}

.ttftfty:hover .overlay {
  opacity: 1;
}
.ttftfty {
  position: relative;
  text-align: center;
}



.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.vote_form_family input[type="checkbox"], input[type="radio"] {
	opacity: 1;
	float: none;
	width: auto !important;
	height: auto !important;
	position: relative;
	z-index: 9999;
}

.vote_form_family .text label {
	color: #fff;
	font-size: 18px;
}

.success {
	text-align: center;
	font-size: 24px;
	padding-bottom: 40px;
	padding-top: 40px;
	color: #000;
	text-transform: capitalize;
	/* border: 1px solid; */
	margin: 0px auto;
	width: 67%;
	border: 3px solid #51b3e3;
}
/*******************/

@media only screen and (min-width:320px) and (max-width:767px){
	
	
	.vote_form_family {
	width: 100%;
}
.overlay {
	top: 6px !important;
	left: 0px;
	height: 85%;
	width: 100%;
}

.vote_form_family .submit {
	width: 100% !important;
}
.col-sm-4.ttftfty {
	padding-left: 0px;
    padding-right: 0px;
	float: left;
	width: 100%;
	
}
.col-sm-12 {
	float: left;
	width: 100%;
}
.col-sm-6.col-xs-6.no-paddiing-1 {
	padding-right: 4px;
}
.col-sm-6.col-xs-6.no-paddiing-2 {
	padding-left: 4px;
}
.vote_form_family label {
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 15px;
}
}