 
@media(max-width: 992px) {
    .pole-img {
        display: none;
    }
    .main-heading
    {
        font-size: 30px;
        height: 150px;
    }
    .pole-form > div {
        width: 100%;
        margin-right: 0;
     }
    .pole-form form {
        width: 100%;
    }
    .pole-form {
        padding: 50px;
    }
    
} 
@media(max-width: 768px) {
footer {
     padding-left: 30px;
    }
    .main-heading
    {
        font-size: 25px;
        height: 120px;
    }
    .pole-form form
    {
        width: 80%;
    }
    .revealfield
    {
        height: 55px;
        line-height: 53px;
    }
    .radiofield label
    {
        font-size: 20px;
    }
    .radiofield input[type=radio]::before
    {
        width: 30px;
        height: 30px;
        line-height: 28px;
        top: 24%;
    }
    .next_prev
    {
        position: static;
        margin-top: 30px;
    }
    .vote_count
    {
        width: 100%;
    } 
} 
@media(max-width: 576px) {
    main
    {
        padding: 30px 0 30px 0;
    } 
    .main-heading {
        padding-left: 30px !important;
    }
    .pole-form
    {
        padding: 20px;
    }
    .vote_count {
        padding-left: 0px;
     }
    .pole-form form {
        width: 100%;
    }
    .revealfield
    {
        height: 55px;
        line-height: 53px;
    }
    .radiofield label
    {
        font-size: 20px;
    }
    .radiofield input[type=radio]::before
    {
        width: 30px;
        height: 30px;
        line-height: 28px;
        top: 24%;
    }
    .next_prev
    {
        position: static;
        margin-top: 30px;
    }
    .vote_count
    {
        width: 100%;
    }  
} 
@media(max-width: 480px){
    .main-heading {
    font-size: 18px;
     padding: 0;
    }
}