.new-style{
    background: #e3dbd9;
}
.banner-section img {
    width: 100%;
    object-fit:cover;
}
@font-face {
    font-family: 'DINNext-bold';
    src: url('../fonts/DINNextLTArabic-Bold.ttf');
}
@font-face {
    font-family: 'DINNext';
    src: url('../fonts/DINNextLTArabic-Regular.ttf');
}
.banner-section {
    width: 100%;
    margin: 1rem 0 0 0;
}
.new-style h2{
    font-family: 'DINNext-bold';
    margin-bottom: 20px;
    font-size: 27px;
}

.voting-boxes h1 {
    font-family: 'DINNext-bold';
    margin-bottom: 2rem;
}
.box-paticipant img {
    width: 40px;
    position: absolute;
    top: 3px;
    right: 8px;
    height: 80%;
}
.left-gap {
    right: auto !important;
    left: 8px !important;
}
.box-paticipant {
    background: #000;
    color: #fff;
    width: auto;
    display: inline-block;
    padding: 0px 70px 10px 70px;
    border-radius: 50px;
    line-height: 32px;
    position: relative;
}
.box-paticipant h2{
    margin-bottom: 0;
    font-family: 'DINNext';
    font-weight: 500;
    color: #fff;

}
.voting-boxes .inner_header{
    display: block;
}
.single-box {
    text-align: center;
    width: 100%;
    margin: 0rem 0 3rem 0;
    display: block;
}
.voting label input:before {
    content: "";
    width: 102%;
    height: 102%;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    border: 1px dashed #000;
    right: 0;
    top: -1px;
    cursor: pointer;
}

.voting label input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    position: relative;
    bottom: 4px;
}
.voting label {
    display: flex;
     width: 90%;
   margin: 2rem auto;
}
.main-vote {
    width: calc(100% - 30px);
    background: #e3dbda;
    border-radius: 50px;
    position: relative;
}
.vote span {
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    top: -12px;
}
.vote {
    width: 70%;
    background: #e3dbda;
    height: 100%;
    position: relative;
    border-radius: 50px;
    padding-right: 50px;
}
.voteDone{
    background: #d9962e;

}
.main-vote:before {
    content: "";
    display: block;
    width: 50%;
    height: 32px;
    border-left: 7px solid #000;
    position: absolute;
    top: -32px;
}
.title-new{
    text-align: center;
    margin: 2rem auto;
    font-family: 'DINNext-bold' !important;
}
.checked-vote:before{
    background-image: url(../img/check-input.png) !important;
    background-position: center !important; 
    background-size: contain !important;
    background-repeat: no-repeat !important;

}
.vote-question {
    text-align: center;
    font-size: 23px;
    font-family: 'DINNext';
    font-weight: 500;
    width: 90%;
    margin: 0 auto 1.5rem auto;
}
.vote-question p {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding-right: 29px;
}
.vote-question p:before {
    content: "";
    background-image: url(../img/quotes.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.vote-question button {
    display: block;
    margin-left: 0;
    margin-right: auto;
    background: #d9962e;
    color: #000;
    border: 0;
    border-radius: 12px;
    font-size: 20px;
    font-family: 'DINNext';
    padding: 0px 40px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-top: 1rem;
}
.vote-question button:hover{
    background: #000;
    color: #fff;
}
.not-vote .vote{
    width: 100%;
}
.voted{
    /*display: none;*/
}

.vote-result h3 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;

}
.vote-result h3:after {
    content: "";
    display: block;
    background-image: url(../img/pattern.png);
    background-position: center;
    background-size: contain;
    width: 89px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.result-boxes {
    margin: 2em auto;
    display: flex;
    justify-content: space-around;
}
.result-box {
    width: 150px;
    display: inline-block;
}
.vote-result {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.voting-circle {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#d9962e var(--progress), #e3dbda 0deg);
    font-size: 0;
    margin: 0 auto;
    padding: 5px;
    animation: .4s ease-out turn_in reverse; 

} 
.voting-circle::after {
    content: attr(data-progress);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
  }
  .result-box p {
    margin: 0;
}

.result-box h5 {
    margin: 10px auto 0 auto !important;
    font-weight: bold;
    font-size: 20px;
}
.result-box p , .result-box span{
    margin: 0;
    font-weight: bold;
    display: block;

}

.result-box h5 {
    margin: 10px auto 0 auto !important;
    font-weight: bold;
    font-family: 'DINNext-bold';

}

@media(max-width:499px){
    .box-paticipant h2 {

        font-size: 19px;
    }
    .vote-result {
        width: 100%;

    }
    .result-boxes {
        flex-wrap: wrap;
    }
    .result-box {
        width: 100px;
    }
    .voting-circle {
        width: 80px;
        height: 80px;
    }
    .voting-circle::after {

        font-size: 20px;

    }
}