.vldtrSec {
    text-align: center;
    background: #060342;
    padding: 40px;
    margin-bottom: 20px !important;
    border-radius: 15px;
}
.vldtrSec.varifyBox{
	margin-bottom:0px !important;
}
.articel_videos .vldtrSec.varifyBox{
	margin-bottom:30px !important;
}
.varifyBox h4, .varifyBox h3, .varifyBox sup {
    color: #fff !important;
	text-transform: uppercase !important;
}
.vldtrSec p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.vldtrSec *{
	color:#fff !important;
}
.vldtrSec .inner-form .input-field{
	color:#000 !important;
}
#site_rating_sidebar_form .inner-form .input-field,
[id^="site_rating_sidebar_form_"] .inner-form .input-field{
    background: transparent !important;
    padding: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    min-height: auto !important;
	border-radius: 5px !important;
}
#site_rating_sidebar_form br,
[id^="site_rating_sidebar_form_"] br{
	display:none !important;
}
.searchForm .inner-form .input-field {
    border-radius: 5px !important;
}
.searchForm input {
    margin: 0px !important;
    width: 100% !important;
	color:#000 !important;
}
.searchForm .inner-form .input-field .btn-search {
    width: 40px !important;
    height: 40px !important;
    background: #50acf9 !important;
    color: #fff !important;
    padding: 5px 8px !important;
}
.searchForm .inner-form .input-field .btn-search svg {
    fill: transparent !important;
    background-size: contain !important;
	height:auto !important;
}

@media(max-width:1239px){
	.searchForm .inner-form .input-field {
    min-height: 35px !important;
    padding-right: 40px !important;
}
}
@media(max-width:1024px){
	.searchForm .inner-form .input-field .btn-search {
    width: 40px !important;
    height: 40px !important;
    background: #50acf9 !important;
    color: #fff !important;
    padding: 8px !important;
}
}
@media(max-width:959px){
	.searchForm {
    max-width: 300px;
    margin: 0 auto;
}
	
}
@media(max-width:767px){
	#site_rating_sidebar_form .inner-form .input-field,
	[id^="site_rating_sidebar_form_"] .inner-form .input-field{
    padding-right: 0px !important;
    min-height: auto !important;
}
}

@media(max-width:480px){
	.articel_videos .vldtrSec.varifyBox{
		padding:40px  20px !important;
	}
}