body{
		font-family: Ramabhadra,sans-serif!important;
	}
.box {
		background: radial-gradient(#504ae1, #171464);
		min-height: 230px;
		text-align: center;
		display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 40px;
  line-height: 48px;
	}
.box2 {
		min-height: 470px;
	}
.vote-section {
  background-image: url(../img/bright-bg.jpg);
  background-position: 50% -2px;
}
.vote-section .vote-headding {
    margin:40px auto !important;
}
.vote-section span{
    color:#d8203b !important;
}
.vote-section h4{
   width: 100%; 
   padding: 20px 40px;
   margin:20px auto;
   line-height: 42px; 
   font-size:40px
}

.video-section {
    background:#f7f7f7;
}
.partheading{
    font-size:28px !important;
    color:#d8203b !important;
    font-weight:700 !important
}
.video-section .para{
    font-size:23px;
    text-align:justify
}
.video-section .para-highlighted{
    color:#d8203b;
    font-size:20px;
}

.font_size20 {
    font-size:20px !important;
}
.font_size22 {
    font-size:22px !important;
}
.font_size28 {
    font-size:28px !important;
}
.brandred {
    color:#d8203b !important;
}