.homebutton{
    background-color: #DD0101;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    color: white;
    padding-inline: 15px;
    padding-block: 3px;
    font-weight: 600;
}
.mainheader{
    padding-block: 40px;
}
.logoimage{
    width:215px;
}
.headerimage{
    width:100%;
    height:100%;
    object-fit: contain;
}
.sectionHeading{
    font-size: 30px;
    /* font-weight: bold; */
    color: #2859B7;
    padding-block: 20px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.sectionHeading:before{
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    bottom: 0;
    right: 0;
    border-bottom: 3px solid red;
}
.paragraph-text{
    font-size: 20px;
}
.participateimage{
    width: 54px;
    background-color: #DDE9FF;
    vertical-align: middle;
}
.uploadbox{
    position: relative;
    background-color: #DDE9FF;
    padding: 20px;
    border:1px dashed rgb(92, 92, 92);
    margin-right: 70px;
}
@media screen and (max-width: 480px) {
    .uploadbox {
        margin-right: 20px;
        margin-left: 20px;
    }
    .mainheader{
        padding-block: 25px;
    }
    .mainheader img{
        display: block;
        margin-inline: auto;
    }
    .logoimage {
        width: 130px;
    }
}
.cookingimage{
    width: 374px;
    padding-left: 50px;
}
.roundedcircle{
    border-radius: 50%;
    background-color: #DDE9FF;
    padding: 20px;
    margin-inline: auto;
    width: 125px;
    height: 125px;
    margin-bottom: 70px;
}
.helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.paddingfortext{
    padding-inline: 10px;
}
@media screen and (min-width: 800px) {
    .paddingfortext{
        padding-inline: 20%;
    }
}

.border{
    border: 1px solid #000 !important;
    border-radius: 5px;
}
input{
    margin-block: 13px;
    height: 38px;
    border: none;
    border-bottom: 1px solid #000;
}
.paddinginlineform1{
    padding-left: 80px;
    padding-right: 40px;
}

.paddinginlineform2{
    padding-left: 40px;
    padding-right: 80px;
}
@media screen and (max-width: 480px) {
    .paddinginlineform1{
        padding-left: 40px;
        padding-right: 40px;
    }
    .paddinginlineform2{
        padding-left: 40px;
        padding-right: 40px;
    }
    .paddinginmobile{
        padding-inline: 10px;
    }
    .roundedcircle{
        margin-bottom: 30px;
        margin-top: 60px;
    }
}
/* ::-webkit-input-placeholder { 
    display: none;
  }
  
  :-ms-input-placeholder {
    display: none;
  }
  
  ::placeholder {
    display: none;
  }
   */

.inputparent{
    position:relative;
}
.inputparent input ,.inputparent textarea{
    position:relative;
    z-index:9;
    background:transparent;
    padding: 5px
}
.inputparent label{
    position:absolute;
    left:8px;
    top:21px;
    z-index:1;
    color:#6b6b6b;
}
.inputparent.textareap label{
    top:33px;
    left:13px;
    right: 13px;
}
.inputparent.compulsary label::after{
    content:"*";
    color:red;
}
input[required]:valid + label ,textarea[required]:valid + label{
    display: none;
}

.uploadbox label{
    display: absolute;
    top: 10px;
    left: 10px;
}

#img{
    opacity: 0;
}

.orderimage{
    order: 1;
}
.orderinput{
    order: 2;
}
@media screen and (max-width: 480px) {
    .orderimage{
        order: 2;
    }
    .orderinput{
        order: 1;
    }
}
.relativedivupload{
    position: absolute;
    top: 50%;
    left: 0%;
    right: 2%;
    transform: translate(-8%, -50%);
}
.uploadbutton{
    border: 1px solid #2859B7 !important;
    background-color: #FFF;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    color: #2859B7;
    padding-inline: 80px;
    padding-block: 10px;
}
.submitbutton{
    padding-inline: 60px;
}

.burgermenu{
    position: absolute;
    top: 0px;
    right: 20px;
}
.burgermenucontent{
    right: 100%;
    width: 90%;
    height: 100vh;
    top: 50px;
    position: absolute;
    background-color: #FFF;
    animation: 1s all;
    /* border: 1px solid #000; */
    border-left: 1px solid #000;
    transition: all 0.5s ease-in-out;
    z-index: 99;

}
.menulist{
    list-style: none;
    padding-inline: 20px;
}
.menulist li{
    padding: 10px;
    /* border-bottom: 1px solid #000; */
}
.menulist a{
    text-decoration: none !important;
    color: #000 !important;
}

.burgermenu{
    font-size: 20px;
}
.homebutton.size{
    width: 130px;
    height: 41px;
    font-weight: 500;
}
.homebutton.size:hover{
    background-color: #fff;
    color: #DD0101;
    border: 1px solid #DD0101;
}
.smalltext{
    font-size: 10px;
}

@media screen and (min-width: 480px) {
    .border-right{
        position: relative;
    }
    .border-right:before{
        content: "";
        position: absolute;
        width: 3px;
        height: 55%;
        bottom: 0;
        right: 0px;
        border-right: 1px solid #a6a6a6;
    }
}

@media screen and (max-width: 480px) {
    .uploadclick{
        min-height: 100px;
    }
    .relativedivupload{
        transform: translate(0%, -50%);
    }
    .aftermobilefix:before{
        right: 27%;
    }
}

.captcha-error{
    text-align: start;
}
.textdec a{
    text-decoration: none;
    color: #000;
}
.imagevote{
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.borderbox{
    border: 1px solid #686767;
    border-radius: 10px;
}

.homebutton.vote,.homebutton.share{
    width: 100%;
    padding-block: 10px;
    font-size: 18px;
}
.homebutton.share{
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
}
.homebutton.voted{
    background-color: #FFF;
    color: #DD0101;
    border: 1px solid #DD0101;
}

.shareimg img{
    width: 21%;
    padding: 4px;
    height: 100%;
}
.shareimg{
    position: absolute;
    top: 100%;
    left: 48%; 
    /* right: 50%; */
    width: 65%;
    transform: translate(-50%, 0); 
    padding-block: 10px;
    border: 1px solid;
    margin-inline: 11px;
    z-index: 99999999;
    border-radius: 0px 0px 10px 10px;
    background-color: #FFF;
}
.bgblack{
    background-color: black !important;
    color: white !important;
}
.marginvote{
    overflow: visible !important;
    margin-block: 55px !important;
    margin-inline: 24px !important;
}
@media screen and (max-width: 480px) {
    .shareimg{
        width: 60%;
        margin-inline: 7px; 
        left: 47%;
    }
    .shareimg img {
        width: 41%;
    }
    .marginvote{
        margin: 4px !important;
        height: 100%;
    }
    .aftermobilefix-new:before {
        right: 38%;
    }
    .floating-share{
        position:absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }    
    .votedmargin{
        margin-top:72px;
    }
    .votedmarginthanks{
        margin-top:44px;
    }
}
.pagenumber span{
    cursor: pointer;
}
.lineclamp1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

