.winner__annoncement/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    /*font-family: 'Roboto','Open Sans',sans-serif;*/
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 268px;
    padding: 9px;
    padding-left: 9px;
    outline: 0 !important;
    border: 0;
    border-radius: 0px;
    background: rgb(255, 255, 255);
    border: 1px solid #f2c811;
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Eurostile',sans-serif;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    /*font: 15px 'Roboto', Arial, sans-serif;*/
    text-align: justify;
    line-height: 25px;
    margin-bottom: 15px;
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    /*font-family: 'Roboto', 'Open Sans', Arial, sans-serif;*/
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'MyriadPro';
    src:url('../fonts/MyriadPro-Regular.eot');
    src:url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    position: relative;
    margin: 0;
    font-size: 14px;
    font-family: 'MyriadPro';
    background: #fff;
    margin: 0;
}
a, p, li, h1, h2, h3, h4, h5, span, ul, b, input, button{
    font-family: 'MyriadPro';
}
button,a{
    outline: 0 !important;
    cursor: pointer;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 5%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #e20809;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -127px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #ff3c50 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */

/* LP codes continues here */
#brand{
    margin-right: auto;
}
.header_top {
    display: flex;
    flex-direction: row;
}

.header {
    padding: 8px 35px;
    position: fixed;
    width: 100%;
    height: 85px;
    z-index: 100;
    background-color: #ffffff;
}

ul.nav_bar li {
    display: inline-block;
    margin-left: 60px;
    font-size: 17px;
}

ul.nav_bar {
    margin-top: 13px;
    margin-right: 20px;
}
.__hero_content{
    padding-top: 79px;
}
/*.__hero_content.homepage_section{*/
/*    padding-top: 72px;*/
/*}*/
#__hero_slider .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 12px;
}
.owl-carousel .owl-dots {
    display: block !important;
}
#__hero_slider .owl-dots .owl-dot {
    background-color: #00a859;
}
#__hero_slider .owl-dots .owl-dot.active{
    background-color: #ed3237;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100%;
}
.contest__des h3{
    font-weight: bold;
    font-size: 24px;
    margin: auto;
    padding-bottom: 15px;
}
.slogan__box {
    position: relative;
    width: 64%;
    padding: 20px 1px;
}

.slogan__box:after {content: "";position: absolute;width: 100%;height: 100%;border: 1px solid black;top: -7px;transform: rotate(-8deg);left: 6px;}

.slogan__box p {
    font-size: 30px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.about__contest {
    padding: 60px 0px;
    margin-top: 0;
}
.black__text{
    color: black;
}
.__para{
    font-size: 18px;
}
.__text__left{
    text-align: left;
}
.__text__right{
    text-align: right;
}
.__text__center{
    text-align: center;
}
.contest__des p{
    font-weight: lighter;
    width: 86%;
    color: #000000a1;
    line-height: 33px;
}
.about__contest .row{
    /* display: flex; */
    /* height: 300px; */
}
.about__contest .row ._flex_center{
    /* display: flex; */
    /* align-items: flex-start; */
    /* flex-direction: column; */
}
.quote__box{
    position: relative;
    padding: 60px 0px;
}
.quote__box:before{
    content: '';
    position: absolute;
    background: url(../images/printed_yellow_sq_bg.png);
    width: 350px;
    height: 340px;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: contain;
}
.quote__box:after{
    content: '';
    position: absolute;
    background: url(../images/sunset_picture.png) no-repeat;
    width: 296px;
    height: 333px;
    background-size: cover;
    right: -31px;
    bottom: 0;
    overflow: hidden;
}
.quotes__line{
    background-color: #f2f2f2;
    padding: 45px 55px;
    width: 100%;
    margin: 10px auto;
    z-index: 9;
    margin-top: 0;
    box-shadow: 0 0 10px #d8d8d861;
    padding-right: 140px;
}
.how__participate, .faq__sec{
    position: relative;
    padding: 60px 0px;
    margin-bottom: 150px;
}
.rule__regulation{
    position: relative;
    margin-bottom: 0px;
    padding: 60px;
    padding-bottom: 5px;
}
.how__participate:before{
    content: '';
    position: absolute;
    background: url(../images/wheat_bg.png);
    width: 406px;
    height: 480px;
    top: -44px;
    left: -118px;
    z-index: 98;
    background-size: cover;
}
.faq__sec:after{
    content: '';
    position: absolute;
    background: url(../images/wheat_bg.png);
    width: 706px;
    height: 445px;
    bottom: -150px;
    right: -118px;
    z-index: 99;
    background-size: cover;
}
.rules_reg_points:before{
    content: '';
    position: absolute;
    background: url(../images/wheat_bg_2.png);
     width: 660px;
    height: 530px;
    top: -282px;
    right: -280px;
    z-index: 98;
    background-size: cover;
}
.rules_reg_points:after{
    content: '';
    position: absolute;
    background: url(../images/double_img_10.png);
    width: 260px;
    height: 388px;
    top: 138px;
    left: -140px;
   
    z-index: 98;
    background-size: cover;
}
.how__participate:after{
    content: '';
    position: absolute;
    background: url(../images/printed_yellow_sq_bg.png) no-repeat;
    width: 520px;
    height: 280px;
    background-size: cover;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}
.rule__regulation:before{
    content: '';
    position: absolute;
    background: url(../images/hero-banner-bg.png) no-repeat;
    width: 100%;
    height: 547px;
    top: 0;
    left: -10px;
    background-size: cover;
}
.faq__sec:before{
    content: '';
    position: absolute;
    background: url(../images/hero-banner-bg.png) no-repeat;
    width: 100%;
    height: 547px;
    top: 0;
    left: -10px;
    background-size: cover;
}
.rule__regulation:after{
    content: '';
    position: absolute;
    background: url(../images/hero-banner-bg.png) no-repeat;
    width: 1021px;
    height: 613px;
    background-size: cover;
    right: 48px;
    bottom: -240px;
    overflow: hidden;
    /* z-index: 9; */
}
.participate__contect{
    padding: 60px 150px;
    width: 100%;
    margin: 30px auto;
    z-index: 9;
    margin-top: 25px;
    padding-left: 180px;
    position: relative;
    background-color: #f2f2f2;
}
.rule__regulation__content{
    padding: 60px 150px;
    width: 88%;
    margin: 10px auto;
    z-index: 9;
    margin-top: 42px;
    position: relative;
    background-color: #f2f2f2;
    /*transform: rotate(1deg);*/
}
.faq__content{
    padding: 60px 150px;
    width: 88%;
    margin: 10px auto;
    z-index: 99;
    margin-top: 42px;
    position: relative;
    background-color: #f2f2f2;
    /*transform: rotate(1deg);*/
}
.participate__points{
    
}
.participate__points li{padding: 10px 0px 10px 2px;position: relative;font-size: 17px;color: #4a4a4a;}
.participate__points li:before{
    /* content: ''; */
    position: absolute;
    background-color: #00a859;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 16px;
}
a.border__button {
    font-size: 16px;
    position: relative;
    padding: 7px 17px;
    text-decoration: none;
    color: #ed3237;
    font-weight: bold;
    font-weight: 600;
}
.__rules__regu_heading a.border__button{
    padding: 14px 13px;
    padding-bottom: 11px;
    text-align: left;
    padding-right: 81px;
    padding-top: 30px;
    color: black;
    font-size: 25px;
}
.button__{
    position: absolute;
    right: 234px;
    bottom: 62px;
}
.__rules__regu_heading{
    position: absolute;
    left: 40px;
    top: -25px;
}
a.border__button:before {content: '';position: absolute;width: 100%;height: 100%;border: 1px solid #ed3237;top: -1px;transform: rotate(-1deg);left: 4px;}
.__rules__regu_heading a.border__button:before {content: '';position: absolute;width: 100%;height: 100%;border: 1px solid black;top: 13px;transform: rotate(-5deg);left: -10px;}
.participate__points h3{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.participate__contect:before{
    content: '';
    position: absolute;
    background: url(../images/two_picture_bg.png) no-repeat;
    width: 450px;
    height: 420px;
    left: -153px;
    bottom: -203px;
    background-size: contain;
}
.__title_{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.jury__box{padding: 30px 18px;}
.about__jury{
    background: url(../images/hero-banner-bg.png) no-repeat;
    padding: 30px 45px;
    padding-bottom: 0;
    background-size:cover;
}
.jury__box .__title_{color: black;text-align: center;font-size: 24px;margin-top: 25px;    margin-bottom: 3px;}
.jury__box .__designation{
    color: black;
    text-align: center;
    font-size: 17px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 18px;
}
.jury__box .__sub_content{
    text-align: left;
    font-size: 18px;
}
.jury__box p{margin-top: 12px;}
.jury__box:hover{
    background-color: white;
}
.awards__full__details .col-sm-4{
}
.awards__full__details img{
    margin: 0px;
    width: 100%;
}
/*.__footer{
    background: url(../images/printed_yellow_rec_footer_bg.png) no-repeat;
    height: 180px;
    background-size: cover;
}*/
.__button_text{
    margin: 37px 0px 0px 0px;
    font-size: 19px;
    padding-left: 13px;
}
.quotes__line .__para {
    font-size: 19px;
    color: #545454;
    line-height: 30px;
    display: block;
    width: 96%;
    font-weight: 100;
    margin: 15px;
}
.rules_reg_points {
    padding: 60px 150px;
    width: 88%;
    margin: 10px auto;
    z-index: 9;
    margin-top: 0;
    position: relative;
    background-color: #f2f2f2;
}

h3.green_heading {
    margin: 10px auto;
    color: #ed3237;
    font-weight: 600;
}

.rules_reg_points_inner ul li {
    padding: 15px 0px;
    font-size: 16px;
}

ul.liability_inner_points {
    padding-left: 20px;
}

.liability_inner_points li:before {
    /* content: ''; */
    position: absolute;
    background-color: #f2c811;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -20px;
    top: 21px;
}
.liability_inner_points .pointer_{
    padding-right: 5px;
}

ul.liability_inner_points li {
    position: relative;
}
._reg_banner{
    width: 100%;
}
.hero_reg__inner{
    width: 70%;
    margin: 54px auto;
    padding: 20px 70px;
    background-color: white;
    box-shadow: 1px 1px 11px #ecececa8;
    margin-top: -100px;
    position: relative;
    border-radius: 17px;
    margin-bottom: 0;
    /* padding-top: 90px; */
}
#login___form{
    display: none;
}
#registration__form input{
    width: 100%;
    margin: auto;
    padding: 20px 10px;
    margin: 5px auto;
    border: 1px solid #d6d6d6;
}
#registration__form input[type="submit"] {
    width: 25%;
    margin: 8px auto;
    display: block;
    padding: 20px;
    line-height: 2px;
    background-color: #ed3237;
    color: white;
    /* font-weight: 600; */
    font-size: 16px;
    border: 1px solid #ed3237;
}
#registration__form select{
    width: 48%;
    float: left;
    margin: 8px 0px;
    padding: 9px 20px;
    border: 1px solid #d6d6d6;
    padding-left: 10px;
}
#registration__form .city{
    width: 48%;
    float: left;
}
#registration__form select._right_margin, #registration__form .city._right_margin, #registration__form ._right_margin{
    margin-right: 32px;
}
#registration__form ._heading{
    font-size: 20px;
}
.login___popup{width: 35%;margin: auto;top: 0;}
#login___form{display: none;padding: 20px 70px;}
#login___form input{width: 75%;margin: 20px auto;padding: 20px 10px;border: 1px solid #d6d6d6;display: block;}
#login___form input[type="submit"] {width: 40%;margin: 8px auto;display: block;padding: 20px;line-height: 2px;background-color: #ed3237;color: white;font-weight: 600;font-size: 16px;border: 1px solid #ed3237;}
._popup_heading{
    font-size: 26px;
    color: black;
    text-align: center;
}
#login_popup .mfp-close{
    right: 438px;
    font-size: 31px;
}
.hyperlink_a{
    color: #00a859 !important;
    border-bottom: 1px dotted #00a859;
    font-size: 18px;
    padding-bottom: 3px;
    text-decoration: none !important;
}
.reg_already{
        text-align: center;
    font-size: 16px;
    margin-top: 16px;
}
#registration__form .generate_otp .generate_otp_field{
    /*width: 48%;*/
    
}
#registration__form .generate_otp input._w_70{
    width: 69%;
    float: left;
}
#registration__form .generate_otp ._w_30{
    width: 27%;
    float: left;
}
#registration__form .generate_otp ._sent_otp{
    margin: 6px auto;
    /* display: block; */
    padding: 18px;
    line-height: 2px;
    background-color: #ed3237;
    color: white;
    font-size: 16px;
    border: 1px solid #ed3237;
}
/*.media__upload__form{display: none;}*/
.media_upload_inner{
    width: 70%;
    margin: 54px auto;
    padding: 20px 70px;
    background-color: white;
    box-shadow: 1px 1px 11px #ecececa8;
    margin-top: -100px;
    position: relative;
    border-radius: 17px;
    margin-bottom: 0;
}
.hero__reg__form{
    /* display: none; */
    position: relative;
}
.no_of_entry{text-align: center;}
#media__form input{width: 100%;padding: 20px 9px;margin: 10px auto;border: 1px solid #f2c811;}
.no_of_entry ._entry_btn{padding: 7px 70px;margin: 14px auto;margin-right: 20px;background-color: #928f8f;border: 1px solid #928f8f;color: white;}
.intermedia{
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
#media__form ._green_placeholder{padding-bottom: 40px;}
._green_placeholder::placeholder {
  color: #08a059;
  opacity: 1; /* Firefox */
}
._green_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #08a059;
}
._green_placeholder::-ms-input-placeholder { /* Microsoft Edge */
 color: #08a059;
}
._inner_heading{
    font-size: 22px;
    font-weight: 600;
}
#media__form input[type="submit"]{
    background-color: #08a059;
    line-height: 2px;
    color: white;
    border-color: #08a059;
    display: none;
}
.agree_it{
    background-color: #08a059;
    line-height: 2px;
    color: white !important;
    border-color: #08a059;
    text-decoration: none !important;
    padding: 18px 8px;
    margin: 10px auto;
    display: block;
    width: 50%;
    text-align: center;
}
.agree_btn{
    display: block;
    margin: auto;
    background-color: red;
    border: 1px solid red;
    color: white;
    padding: 7px 29px;
    position: fixed;
    bottom: 3px;
    left: 47%;
    right: 0;
    z-index: 99;
}
#rules-regulation-popup .__rules__regu_heading{top: 0;}
.title-description input{
    padding: 25px 9px !important;
    background-color: transparent;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox_container input:checked ~ .checkmark {
  background-color: #08a059;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_container .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title-description{
    background-color: #f2f2f2;
    padding: 7px;
}
.title-description textarea{
        background-color: transparent;
}
.no_of_entry ._entry_btn.filled{
    background-color: #f2c811;
    border: 1px solid #f2c811;
    color: black;
    position: relative;
}
._entry_btn.filled:before{
    content: "";
    position: absolute;
    right: 48px;
    top: 9px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#registration__form .generate_otp #verifyotp {
    background-color: #f2c811;
    border: 1px solid #f2c811;
    color: black;
}

#registration__form .generate_otp #verified {
    background-color: #03a95b;
    color: white;
    border: 1px solid #00a859;
    position: relative;
}
#registration__form .generate_otp #verified:before{
    content: "";
    position: absolute;
    right: 56px;
    top: 12px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#media__form{
    margin-top: 20px;
    position: relative;
}
input#image_upload:before {
    content: '';
    background: url(../images/link-icon.svg);
    position: absolute;
    width: 40px;
    height: 40px;
}
.link__icon{
        position: absolute;
        left: 1px;
        top: 1px;
        background-color: #e0e0e0;
        padding: 11px;
}
.link__icon img{
    width: 20px;
}
input#image_upload, input#image_upload_1 {
    padding-left: 50px;
    position: relative;
    margin: auto;
    padding: 21px 50px;
}
.loading_{
    background: url(../images/loading.gif) center center no-repeat!important;
    background-size: 100px!important;
    background-color: #fff!important;
    color: transparent!important;
    border: none !important;
    box-shadow: 1px 1px 10px rgba(199, 199, 199, 0.32);
}
#next_entry {
    width: 35%;
    margin: auto;
    background: #eae4e2;
    border-radius: 4px;
}
.add_p {
    text-align: center;
    margin: 20px 0px;
    padding: 19px 0px;
    font-size: 19px;
}
.add_button {
    text-align: center;
    margin: 20px 0px;
    padding: 23px 0px;
}
._nxt_action_btn, .sub_btn, .addSecBtn, .add_extra_btn {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 41px;
    width: 135px;
    align-items: center;
    background: #ababab;
    color: #000000bf;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    /* display: block; */
}
#next_entry .mfp-close{
    display: none;
}
#verifyotp, #verified{
    display: none;
}
.pointer_{
    color: #f2c811;
    font-weight: bold;
    font-size: 21px;
    padding-right: 15px;
}
.separate_yellow_line{
    background-color: #f2c811;
    height: 8px;
    /* margin-top: 20px; */
    width: 100%;
}
.categories_bg{width: 100%;/* padding: 50px; */}
.awards_bg{width: 100%;/* padding: 50px; */overflow: hidden;}
.timeline_bg{width: 100%;/* padding: 50px; */}
.contest_details{align-items: center;}
.categories_bg{
   /* background: url(../images/categories_bg.png) no-repeat; */
   /* background-size: cover; */
}
.awards_bg{
   /* background: url(../images/award_bg.png) no-repeat; */
   background-size: cover;
}
.timeline_bg{
   /* background: url(../images/timeline.png) no-repeat; */
   background-size: cover;
}
.awards__full__details .row .col-sm-4{
 /* display: flex; */
 /* height: 400px; */
}
.sub_title{
    color: white;
    font-size: 25px;
    text-align: center;
    /* font-weight: 600; */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.awards_bg .sub_title{
    /* color: black; */
}
.categories_bg .contest_details li{
    color: white;
    padding: 20px 0px;
    font-size: 18px;
}
.contest_details li{
    color: white;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s linear;
}
.contest_details ._light_text{display: block;font-size: 15px;font-weight: 100;}
.__text__center li{
text-align: center;
}
.sub_title_light{
    color: white;
    display: block;
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f2c811;
    text-align: center;
}
.see_all_button{
    background-color: transparent;
    border: 1px solid white;
    margin: auto;
    display: block;
    padding: 10px 20px;
    font-size: 17px;
    color: white;
    margin-top: 50px;
    letter-spacing: 6px;
}
._light_text{
    
}
#__hero_slider_{
   /* background: url(../images/hero-banner-bg.png) no-repeat;
    padding: 60px;*/
    position: relative;
}
#__hero_slider_ img{
    width: 100%;
}
._faq{
    position: absolute;
    right: 70px;
    bottom: 30px;
}
._faq a{
    font-size: 26px;
    margin-right: 15px;
    text-decoration: none;
}
.awards__full__details{
    background: url(../images/contest-detail-bg.png) no-repeat;
    padding: 50px 10px;
    background-size: cover;
}
.awards__full__details .row .__flex_col{
    display: flex;
    height: 400px;
    position: relative;
    /*align-items: center;*/
}
.awards__full__details .row .__flex_col:after{
    content: "";
    background-color: white;
    width: 1px;
    height: 285px;
    top: 57px;
    position: absolute;
    right: -3px;
}
._m_t50{
    margin-top: 60px;
}
.awards__full__details .row .__flex_col:last-child:after{
    content: none;
}
.awards__full__details .row .__flex_col:first-child:after{
    right: 0px;
}
._big_text li{
        font-size: 18px !important;
    width: auto;
    text-align: center;
    margin: auto;
}
.toggle_form_button{background-color: transparent;border: none;color: #00a859;font-size: 18px;margin-right: 25px;padding-bottom: 7px;}
.form_toggle_button{
    text-align: center;
    margin: 12px auto;
}
._form_open{
    border-bottom: 2px dotted #00a859;
    color: black;
}
.media_btn{
    background-color: #928f8f;
    border: 1px solid #928f8f;
    padding: 7px 25px 7px 15px;
    color: #dddddd;
    line-height: 24px;
    height: 44px;
}
.media_btn img{
    float: left;
    margin-right: 10px;
}
.media_input {
    display: none;
    /* position: absolute; */
    top: 0;
    left: 120px;
    width: 0;
    visibility: hidden;
    transition: visibility 1s cubic-bezier(0,1.15,1,1);
}
.media_input._field_active{
    width: 75%;
    display: block;
    visibility: visible;
    position: relative;
    left: 0;
}
.media_upload_field{
    position: relative;
    margin: 20px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: flex;
}
#media__form [type="file"] {
    /* display: none; */
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.custom-file-label {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 11px);
    padding: 11px 11px 6px 34px;
    font-weight: 400;
    line-height: 1.5;
    color: #9c9c9c;
    background-color: #fff;
    border: 1px solid #f2c811;
    margin: 7px auto;
    margin-bottom: 14px;
    font-size: 13px;
}
.custom-file-label::after {
    position: absolute;
    top: 10px;
    left: 6px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    width: 23px;
    line-height: 1.5;
    content: "";
    background:url(../images/media_upload_img.png) no-repeat;
        background-size: contain;
}
.form_main{
    background:url(../images/hero-banner-bg.png) no-repeat;
    padding-bottom: 50px;
}
.contest_logo{
    width: 40%;
    background-color: white;
    padding: 4px;
}
.hero_reg__inner:after{content: "";position: absolute;background: url(../images/reg-double-img.png);width: 250px;height: 290px;right: -194px;top: 61px;background-size: cover;}
.hero_reg__inner:before{content: "";position: absolute;background: url(../images/reg-double-2.png);width: 250px;height: 390px;left: -194px;bottom: -34px;background-size: cover;}
.double_img_10{position: absolute;left: -190px;top: 220px;width: 32%;}
.double_img_11{
    position: absolute;
    left: -190px;
    top: 940px;
    width: 32%;
}
#verify__otp___form{
    display: none;
}
#verify__otp___form input{
    width: 30%;
    margin: auto;
    display: block;
    padding: 20px 10px;
    margin: 35px auto;
    border: 1px solid #d6d6d6;
}
.using_otp_login{
    text-align: center;
    margin-top: 20px;
}
#verify__otp___form input[type="submit"] {
    width: 34%;
    margin: 8px auto;
    display: block;
    padding: 20px;
    line-height: 2px;
    background-color: #ed3237;
    color: white;
    /* font-weight: 600; */
    font-size: 16px;
    border: 1px solid #ed3237;
}
#rules-regulation-popup .rule__regulation__content{
    transform: rotate(0deg);
    margin: 100px auto;
}
.__footer img{
 margin: 20px auto;
 margin-top:0px;
 width: 15%;
}
.__footer li {
    display: inline-block;
    margin: 0 5px;
    height: 45px;
    width: 45px;
    line-height: 47px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    transition: all .4s;
    text-align: center;
}
.__footer li a {
    color: #ffffff;
    padding: 12px;
    padding-top: 0;
}
.__footer .social i {
    font-size: 20px;
    transition: all .4s;
}
.__footer{
    background: url(../images/printed_yellow_rec_footer_bg.png) no-repeat;
    /* height: 180px; */
    background-size: cover;
    padding: 10px 20px;
    text-align: center;
    padding-top: 30px;
}
.copyrights{
    text-align: center;
    color: black;
    margin: 10px auto;
    font-size: 17px;
}
._hover_sec:hover li{
    font-size: 20px;
}
._hover_sec:hover ._light_text{
    color: #f2c811;
}
#login___form{
    text-align: center;
}
#login___form ._inner_{
    display: inline-block;
    min-width: 500px;
}
#login___form label.error{
    padding: 0;
}
#rules-regulation-popup .mfp-close{
    display: none;
}
.mobile_menu{
    display: none;

    } 
._desktop_menu{
    display: block;
}
.custom-file-label:before {
    content: "upload";
    position: absolute;
    right: 0;
    background-color: #08a059;
    color: white;
    padding: 11px 6px;
    top: 0;
    text-transform: capitalize;
    cursor: pointer;
}
.font16 li{
    font-size: 16px;
}
/*#rules-regulation-popup .rule_regulation_inner{
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
}*/
#rules-regulation-popup .rule__regulation__content{
    padding: 30px 30px;
    width: 70%;
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
}
.reg_btn{
    position: absolute;
    bottom: 120px;
    right: 18%;
    padding: 15px 60px;
    background-color: #ee2526;
    border: 1px solid #ee2526;
    color: white !important;
    font-size: 17px;
    text-decoration: none !important;
}
.container_grid_ {
    padding-right: 100px;
    padding-left: 100px;
    margin-right: 20px;
    margin-left: 20px;
}
.bold_top_title{
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 600;
}
.contest_intro img{
    width: 28px;
    margin: auto;
}
.contest_intro p{
    font-size: 19px;
    padding: 30px 35px;
    text-align: center;
    min-height: 81px;
    padding-bottom: 5px;
}
.contest_intro .col-sm-4{
    border-right: 1px solid #d0d0d0;
}
.contest_intro .col-sm-4:last-child{
    border-right: 0;
}
.contest_intro{
        padding: 25px 0px;
}
.page_tab{
    background-color: #ee2526;
    padding: 30px 0px;
}
.page_tab button{
    background-color: white;
    padding: 16px 10px;
    width: 100%;
    border: 1px solid white;
    font-size: 19px;
}
._optional_sec{
    display: none;
}
._optional_sec._opened{
    display: block;
}
._sec_btn.active{
    background-color: #f2c811;
    border-color: #f2c811;
}
.quote__box h3{
    margin-top: 0px;
    text-align: left;
}
/*#jury_carousel img{*/
/*    border-radius: 100%;*/
/*    height: 230px;*/
/*    object-fit: cover;*/
/*}*/
.jury_detail_popup{
    width: 60%;
    margin: auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
}
.jury_details .__title_{
    color: black;
    text-align: left;
    font-size: 24px;
    margin-top: 15px;
}
.jury_detail_popup .mfp-close{
    right: 21%;
    font-weight: bold;
    font-size: 30px;
    top: 10px;
}
.__sub_content .hyperlink_a{
    font-size: 15px;
}
#jury_carousel{

}
#jury_carousel .owl-nav .owl-prev {
    background: url(../images/left-arrow.png) no-repeat 0px 0px;
    left: -30px;
}
#jury_carousel .owl-nav .owl-next {
    background: url(../images/right-arrow.png) no-repeat 0px 0px;
    right: -30px;
}
#jury_carousel .owl-nav .owl-prev, #jury_carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 37px;
    margin: 0px;
    padding: 0;
    color: transparent;
}
.FS_logo img{
    width: 50%;
    margin: auto;
}
.about__contest .bold_top_title{
    text-align: left;
    margin-top: 0;
}
.about__contest .__para{
    width: 78%;
        line-height: 30px;
}
.reg_now{
    position: fixed;
    bottom: 30px;
    display:none;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.reg_now:hover{
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.reg_now .reg_inner:after {
    box-shadow: inset 0 0 0px 2px #ee2526;
}
.reg_now:hover .reg_inner:after{
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.reg_now .reg_inner:after {
    content: "";
    width: 103px;
    height: 103px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    background-color: transparent;
    margin: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.reg_now img{box-shadow: 0 0 11px #a9a9a970;border-radius: 50%;width: 80%;margin: auto;}
.header.inner_page{
    
}
.jury__box img{
    width: 60%;
    margin: auto;
}
._premium{
    width:33.33%;
    margin:auto;
}
._premium img{
        width: 56%;
    margin: auto;
}
.about__jury .hyperlink_a{
    color: #ee2526 !important;
    border-bottom: 1px dotted #ee2526;
}
.call-now-a{
    color: #ed2025;
    padding: 6px 14px;
    border: 2px solid #ed2025;
}
.call-now-a i{
    margin-right: 8px;
    border: 2px solid;
    padding: 4px;
    border-radius: 50%;
    font-size: 16px;
}
.call-now-a a{
    color: #ed2025;
    font-weight: 900;
}
.about-contest-video{
    padding: 30px 0px;
}
.category_btn.active{
    border: 2px solid #f04448;
    background-color: #f04448;
    color: white;

}
.category_btn{
    border: 2px solid #f04448;
    background-color: transparent;
    color: #f04448;
    padding: 9px 60px;
    font-size: 18px;
    margin: 0;
    margin-left: -3px;
}
.select_category{
    position: absolute;
    left: 0;
    right: 0;
    top: 21px;
    text-align: center;
    z-index: 9;
}
.hero_reg__inner{
    display: none;
}
.hero_reg__inner.form_open{
    display: block;

}
.half_width_fields .upload_verify_img{
   width: 45%;
   float: left;
   display: flex;
   align-items: center;
   justify-content: center;
}
.half_width_fields .upload_verify_img:first-child{
    margin-right: 0;
    margin-bottom: 6px;
    margin-top: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: black; */
}
#agency_participate_form input[type=file]{
    position: absolute;
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
    top: 0;
}
.half_width_fields{
    clear: both;
}
.download_form{
       display: block;
    background-color: #f2c811;
    padding: 10px 4px;
    position: relative;
    padding-left: 12px;
    width: 80%;
    color: black !important;
}
._form_upload{    margin-top: 25px;/* height: 100%; *//* display: block; *//* width: 100%; *//* background-color: black; */}
._form_upload .custom-file-label{margin: 0;padding: 10px 11px 6px 34px;margin-top: 15px;color: black;font-size: 16px;background-color: #f2c811;cursor: pointer;width: 75%;}
.custom-file-label span:first-child{
    font-size: 14px;
    width: 100%;
    display: block;
    float: left;
    /* text-align: center; */
    text-transform: capitalize;
}
.download_form span:first-child{
    font-size: 13px;
    width: 89%;
    display: block;
    float: left;
    /* text-align: center; */
    text-transform: capitalize;
}
.download_form span:last-child{
    font-size: 16px;
    /* width: 30%; */
    height: 100%;
    /* background-color: white; */
    /* padding: 10px; */
}
._form_upload .custom-file-label:before, ._form_upload .custom-file-label:after{
content: none;
}
._form_upload .fa-file{
    margin-right: 10px;
}
.form-download-btn{
    padding: 5px 16px;
    border: 2px dotted #f04448;
    color: #f04448 !important;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: none !important;
}
.participate__contect{
    display: none;
}
.agency_form_downl_btn{
     padding: 10px 3px 10px 2px;
     position: relative;
     font-size: 17px;
     color: #4a4a4a;
     margin-top: 30px;
}
.participate__contect.section_open{
    display: block;
}
.agency_form_upload .custom-file-label::after{
 content: none;
}
.agency_form_upload .custom-file-label i{margin-right: 10px;}
.agency_form_upload .custom-file-label{font-size: 12px;padding-left: 12px;/* padding-top: 4px; */}
ul.more-menu{display:none;position: absolute;width: 300px;background-color: white;top: 32px;padding: 19px 13px;left: -140px;box-shadow: 3px 4px 10px #9a9494;}
ul.more-menu li{margin: 8px auto;display: block;/* padding: 5px; */}
ul.more-menu li a:hover{color: #ee2526; text-decoration: none !important;}
ul.more-menu li a{
    padding: 11px;
        display: block;
}
.drop-down a{
    padding: 15px 0px;
}
.drop-down{
    position: relative;
}
.drop-down:hover ul.more-menu{
    display: block;
}
.drop-down:after {
    position: absolute;
    content: "";
    width: 10px;
    top: 6px;
    height: 10px;
    right: -19px;
    border: 2px solid;
    border-color: black;
    border-left: 0px;
    border-top: 0px;
    transform: rotate(45deg);
}
._about_jury_desktop_{
    display:flex;
    flex-wrap:wrap;
}
.winner__annoncement{
    position: relative;
    background: url(../images/hero-banner-bg.png) no-repeat;
    background-size: cover;
}
.winner__annoncement .party_paper{
    position: absolute;
    top: 0;
}
.winner-profile .flex-profile{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
/*.winner__annoncement.photo_contest_winner:before {
    content: '\f030';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 250px;
    top: -77px;
    color: #e6e6e67a;
    right: -19px;
}
.winner__annoncement.video_contest_winner:before {
    content: '\f03d';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 250px;
    top: -77px;
    color: #e6e6e67a;
    left: -19px;
}*/
.winner__annoncement .contest_winner_list{
    padding: 50px 20px;
    position: relative;
}
.contest_winner_list h3{
    text-align: center;
    margin-bottom: 60px;
    font-size: 40px;
    /* text-transform: uppercase; */
    font-weight: bold;
}
.contest_winner_list .winner_box{
    text-align: center;
    font-size: 40px;
    padding: 20px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid white;
    /*padding-top: 0px;*/
    min-height: 435px;
    /*box-shadow: 1px 1px 20px #e1e1e1;*/
}
.winner_box .position{
    position: relative;
}
.winner_box .position span{
    font-size: 200px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: black;
}
.winner_box .position p{
    position: absolute;
    top: 19%;
    right: 30%;
    color: black;
    font-size: 26px;
}
.winner_box .winner-profile{
        border-bottom: 9px solid #ee2526;
        padding-bottom: 18px;
}
.winner_box .winner-profile .profile-details{
    width: 100%;
}
.winner_box .winner-profile img{
   width: 150px;
    height: 150px;
     /*object-fit: cover;
    border-radius: 50%;
    margin: auto;*/
}
.party-paper{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.winner_box .winner-profile h3{
   text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin: 0px;
    margin-top: 12px;
}
.winner_box .winner-profile p{
    text-align: center;
    font-size: 17px;
    color: #b7b7b7e0;
}
.winner_box .winner-profile p i{
    margin-right: 4px;
    display: none;
}
/*.winner_box.position_1 .position span, .winner_box.position_1 .position p, .winner_box.position_1 .winner-profile h3 {
    color: white;
}*/
/*.winner_box.position_1{
    background-color: #ee2526;
    border: 1px solid #ee2526;
}*/
/*.winner_box.position_1 .winner-profile p{
    color: #ffffff9c;
}*/
.winner_box.position_2 {
    margin-top: 60px;
}
.winner_box.position_3 {
    margin-top: 60px;
}
.p-r-0{
    padding-right: 0px;
}
.p-l-0{
    padding-left: 0px;
}
.desktop-view{
 display: block !important;
}
.mobile-view{
 display: none !important;

}
.position-img{
    width: 100%;
    margin: auto;
    display: block;
}
.center-align {
    text-align: center;
}
.contest_winner_list h3.sec-title {
    background-color: #ee2526;
    color: white;
    font-size: 35px;
    padding: 10px;
    display: inline-block;
}
.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(237, 27, 36, 0.9);
    text-transform: uppercase;
}
.mobilenav li:first-child {
    margin-top: 12px;
}
.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 6px;
    font-size: 180%;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.menu-trigger {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 45px;
    right: 115px;
}
.menu-trigger{
        top: 15px;
}
.video-sec{
    padding-bottom: 50px;

}
.video-sec .image-wrapper{

}
.video-sec .image-wrapper a{
    display: block;
    position: relative;

}
.mfp-iframe-holder .mfp-close{
    opacity: 1;
    background-color: transparent;
}
.video-sec .image-wrapper p {
    position: static;
    bottom: 0;
    display: block;
    padding: 8px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    background-color: red;
    color: white;
    font-size: 22px;
}
.video-sec .image-wrapper img{
    width: 100%;
    max-width: 100%;
}
.video-sec .image-wrapper a:before {
    content: '';
    background: url(../images/play.png) 0 0 no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
    z-index: 99;
}
.special_category_winners_list{background-color: white;margin: 20px auto;border-radius: 20px;border-left: 10px solid #ee2526;
    border-right: 10px solid #ee2526;}
.special_category_winners_list img{width: 140px;height: 140px;margin: 15px auto;box-shadow: 1px 1px 20px #e1e1e1;}
.special_category_winners_list .special_category_info p{margin-bottom: 2px;margin-top: 40px;font-size: 15px;color: #b7b7b7e0;}
.special_category_winners_list .special_category_info h3{margin-left: 0px;font-size: 19px;text-align: left;margin-top: 2px;margin-right: 0;}
.special_category_winners_list .special_category_info{

}
/* mobile reponsive */
@media only screen and (min-width: 1370px){
    .__footer img{
        width: 12%;
    }
    /*.about__jury .item {*/
    /*    min-height: 638px;*/
    /*}*/
}
@media only screen and (min-width: 1400px){
    /*.about__jury .item {*/
    /*    min-height: 850px;*/
    /*}*/
}

@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
    .quotes__line {
        padding: 35px 30px;
        width: 93%;
        margin: 25px auto;
    }
    .quote__box:after{
            width: 197px;
    height: 183px;
    }
    .quote__box {
        padding: 30px;
    }
    .quotes__line img{
        margin: auto;
    }
    .how__participate, .rule__regulation, .faq__sec {
        padding: 20px;
    }
    .participate__contect{
        padding: 50px 50px;
        width: 90%;
        margin: 50px auto;
    }
    .how__participate:before{
            width: 00px;
    }
    #jury_carousel .jury__box img{
        width: 100%;
    }
    .awards__full__details .row .__flex_col {
        display: block;
        height: auto;
    }
    .awards__full__details .row .__flex_col:after{
        content: none;
    }
    .timeline_bg .contest_details li{
        display: inline-block;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 768px){
    .header.inner_page {
    z-index: 9999999;
}
    ._premium{
        width:70%;
    }
    ._premium img{
            width: 60%;
    }
    .reg_btn{
        bottom: 70px;
        right: 300px;
    }
    .hidden-xs{
        display: none !important;
    }
    .visible-xs{
        display: block !important;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    .contest__des p{
        width: 100%;
        line-height: 25px;
        text-align: justify;
    }
    .quote__box{padding: 30px;}
    .quotes__line{
        width: 90%;
        margin: 25px auto;
        padding: 45px 50px;
    }
    .quote__box:after{
        width: 140px;
        height: 172px;
        right: 0;
    }
    .quotes__line img{
        margin: auto;
        width: 38%;
        margin-bottom: 20px;
    }
    .participate__contect, .rule__regulation__content{
        width: 95%;
        padding: 50px;
    }
    .button__{
        right: 150px;
    }
    .__button_text{margin: 33px 0px;}
    .participate__contect:before{
        width: 400px;
        height: 400px;
        left: -209px;
    }
    #jury_carousel .jury__box img{
        width: 100%;
        /*height: 135px;*/
    }
    .jury__box{
    }
    .awards__full__details .row .__flex_col:after{
        content: none;
    }
    .categories_bg .contest_details li{
        display: inline-block;
        width:  auto;
        margin-right: 20px;
    }
    .categories_bg {
        width: 100%;
        text-align: center;
    }
    .awards__full__details .row .__flex_col{
        display: block;
        height: auto;
    }
    ._m_t50{
        margin: 20px auto;
    }
    .sub_title{
        margin: 20px auto;
    }
    .timeline_bg .contest_details li{
        display: inline-block;
        margin-right: 25px;
    }
    .hero_reg__inner{
        width: 90%;
            /*padding-top: 90px;*/
    }
    #registration__form select._right_margin, #registration__form .city._right_margin, #registration__form ._right_margin{
        margin-right: 14px;
    }
    .media_upload_inner{
        width: 97%;
        padding: 20px 18px;
    }
    .custom-file-label{
        font-size: 12px;
    }
    .faq__content{
        width: 90%;
        padding: 60px 30px;
    }
    /* custom codes here */
    #login___form label.error {
        width: 75% !important;
        margin: auto !important;
        display: block !important;
    }
    #login___form input[type="submit"]{
        width: 48%;
    }
    .contest_logo {
        width: 72px;
    }
    #brand {
        margin-right: auto;
        flex: 1;
    }
    ul.nav_bar {
        flex: 2;
        margin: 0px;
        display: flex;
        align-items: center;
    }
    ul.nav_bar li {
        display: inline-block;
        font-size: 17px;
        margin: 0px 16px;
    }
    #rules-regulation-popup .participate__points li{
            font-size: 12px;

    }
    #rules-regulation-popup .rule__regulation__content{

    padding: 11px;
    }
    .__footer li{
        height: 43px;
        width: 43px;
        line-height: 43px;
    }
    .__footer .social i {
        font-size: 19px;
    }
    .rules_reg_points{
        padding: 60px 15px;
        margin: auto;
        width: 100%;
    }
    .participate__contect, .rule__regulation__content{
        width: 100%;
        padding: 56px 30px;
        transform: rotate(0deg);
    }
    .rules_reg_points:before{
        top: -362px;
        right: -243px;
        width: 550px;
        height: 400px;
    }
    .double_img_10{
        left: -133px;
        width: 27%;
    }
    .double_img_11{
        left: -133px;
        width: 26%;
    }
    .rules_reg_points:after{
        width: 170px;
        height: 249px;
        left: -142px;
        top: 195px;
    }
    .__footer li a{
        padding: 10px;
    }
    .faq__sec:after{
        width: 436px;
        height: 315px;
        bottom: -95px;
        right: -118px;
    }
    .hero_reg__inner:before{
        width: 120px;
        height: 200px;
        left: -64px;
        bottom: -39px;
    }
    #login___form ._inner_{
        min-width: auto;
        text-align: center;
        width: 100%;
    }
    .agree_btn{
        bottom: 193px;
    }
    .__hero_content{
        padding-top: 83px;
    } 
    .__hero_content.homepage_section{
        padding-top: 13px;
    }
    .container_grid_{
        padding-right: 50px;
        padding-left: 50px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .contest_intro p{
        font-size: 15px;
        padding: 24px 15px;
        min-height: 116px;
    }
    .reg_now .reg_inner:after{
        content: none;

    }
    .reg_now{
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        background-color: #ee2526;
        transform: scale(1);
        /* padding: 10px; */
    }
    .reg_now:hover{
        transform: scale(1);
        
    }
    .reg_now .reg_inner a{padding: 12px;text-align: center;color: white;font-size: 18px;}
    ._form_upload .custom-file-label{
            padding: 10px 11px 6px 16px;
                width: 100%;
                    margin-bottom: 14px;
    }
    .download_form{
           padding: 12px 4px;
               width: 100%;
               
    padding-left: 16px;
    }
    .half_width_fields .upload_verify_img{
            width: 50%;
    }
    ul.more-menu{
        width: 322px;
        padding: 26px 13px;
    }
    .header{
        padding: 8px 25px;
    }
    .call-now-a{
        padding: 6px 7px;
    }
    ul.more-menu li{
        margin: 8px auto;
            display: block;
    }
     .about__jury .item {
        min-height: 0px;
    }
    .winner__annoncement.photo_contest_winner:before, .winner__annoncement.video_contest_winner:before{
        font-size: 110px;
        top: -17px;
        color: #e6e6e67a;
        left: -10px;
    }
    .winner_box .position span{
        font-size: 150px;
    }
    .winner__annoncement .contest_winner_list{
        padding: 50px 5px;
    }
    .p-l-0{
        padding-left: 15px;

    }
    .p-r-0{
        padding-right: 15px;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
    .winner_box .position span {
        font-size: 130px;
    }
    .winner_box.position_2, .winner_box.position_3{
        margin-top: 0px;
    }
    .winner_box .winner-profile img{
        width: 120px;
        height: 120px;
        margin: auto;
    }
    .winner__annoncement .container{
        width: 100%;
        margin: 0px;
    }
    .winner_box .position p{
        right: 22%;
    }
    .winner-profile .flex-profile{
        display: block;
    }
    .contest_winner_list .col-sm-4{
        padding: 5px;
    }
    ul.nav_bar{
            justify-content: flex-end;
    }


}

@media only screen and (max-width: 479px){
    .about__contest .row ._flex_center{
        display: block;
    }
    .about__contest .row{
        display: block;
        height: auto;
    }
    .about__contest .FS_logo img{
        width: 43%;
        margin: 20px auto;
    }
    .about__contest{
        padding: 30px;
    }
    .quotes__line{
        width: 100%;
        padding: 25px 5px;
    }
    .quote__box{
        padding: 25px 5px;
    }
    .quote__box:after{
        width: 95px;
        height: 140px;
        right: 0px;
    }
    .how__participate:before{
        width: 260px;
        top: 50px;
        height: 199px;
        display: inline;
        z-index: 98;
    }
    .how__participate, .rule__regulation{
        padding: 21px 0px;
    }
    .participate__contect, .rule__regulation__content{
        width: 100%;
        /*padding: 30px;*/
        z-index: 9;
    }
    /*#__hero_slider_{
        padding: 40px;
    }*/
    a.border__button{
        padding: 6px;
        font-size: 14px;
    }
    .participate__contect:before{
        width: 240px;
        height: 220px;
        left: -90px;
    }
    a.border__button:before{
        left: 2px;
    }
    .button__{
        right: 100px;
    }
    ._faq{
        bottom: 20px;
        right: 50px;
    }
    ._faq a{
        font-size: 23px;
        margin-right: 20px;
    }
    .how__participate, .rule__regulation{
        padding-bottom: 65px;
    }
    .jury__box{
        width: 100%;
    }
    .sub_title_light{
        margin-top: 13px;
    }
    li.__text__left_mobile{
        text-align: left;
    }
    .hero_reg__inner, .media_upload_inner{
        width: 100%;
        padding: 20px;
        margin-top: 0;
        border-radius: 0;
            /*padding-top: 90px;*/
    }
    .hero_reg__inner:after, .hero_reg__inner:before{
        content: none;

    }
    #registration__form select, #registration__form .city._right_margin, #registration__form ._right_margin{
        margin-right: 10px;
    }
    #registration__form input[type="submit"]{
        width: 30%;
    }
    #login___form{
        padding: 10px;
    }
    .no_of_entry ._entry_btn{
        margin: 10px auto;
        padding: 5px 32px;
    }
    ._entry_btn.filled:before{
        right: 13px;
    }
    .media_input._field_active{
        width: 70%;
    }
    input#image_upload{
        padding-right: 5px;
    }
    .faq__content{
        width: 100%;
        transform: rotate(0deg);
    }
    .faq__sec{
        padding: 15px;
    }
    .faq__sec:after{
        width: 310px;
        right: -110px;
        height: 212px;
    }
    #login___form input{
        width: 83%;
    }
    .media_btn{
        padding: 7px 13px 7px 6px;
    }
    .__footer li a{
        padding: 12px;
    }
    .__footer li{
        line-height: 44px;
    }
    .jury__box .__title_{
        font-size: 22px;
    }
    .quotes__line .__para{
        width: 100%;
        margin: auto;
        padding: 17px;
    }
    ._mobile_menu{
        display: none;
    }
    .header_top ._desktop_menu{
        display: none;
    }
    .mobile_menu{
        display: block;
        flex: 1;
    }
    ul.nav_bar._mobile_menu{
        flex: 0;
        margin: 0px;
        display: block;
        width: 100%;
        background-color: white;
        position: fixed;
        left: 0;
        padding: 30px 23px;
        display: none;
        top: 84px;
    }
    ul.nav_bar li{
        display: block;
        margin: 6px 9px;
        font-size: 20px;
    }
    .menu_bar{
        width: 30%;
        float: right;
        margin-top: 8px;
    }
    .agree_btn{
        bottom: 0;
        left: 34%;
    }
    #rules-regulation-popup .rule__regulation__content{
        width: 95%;
    }
    .custom-file-label:before{
        padding: 11px 16px;
    }
    .faq__sec:after{
            bottom: -150px;
    }
    .__rules__regu_heading a.border__button:before{
            top: 4px;
    }
    .__hero_content{
        padding-top: 83px;
    }
    .__hero_content.homepage_section{
        padding-top: 52px;
    }
    .container_grid_ {
        padding-right: 30px;
        padding-left: 30px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .reg_btn{
        bottom: 20px;
        right: 96px;
            padding: 10px 50px;
    }
    .contest_intro p{
        padding: 30px 35px;
        margin-bottom: 14px;
        padding-top: 20px;
    }
    .contest_intro .col-sm-4{
        border-right: 0;
    }
    .separate_yellow_line{
        display: none;
    }
    .bold_top_title{
        margin-bottom: 11px;
    }
    .page_tab .container_grid_{
        padding: 0px;
        margin: 0px;
    }
    .page_tab .col-xs-4{padding: 0px 2px;}
    .page_tab button{
        font-size: 16px;
        padding: 11px 0px;
        min-height: 90px;
        background-color: #f2f2f2;
    }
    .page_tab{
        padding: 10px;
        background-color: white;
    }
    .jury_detail_popup{
        width: 100%;
    }
    .jury_detail_popup .mfp-close{
        right: 1%;
    }
    #jury_carousel .jury__box img{
        /*height: 118px;*/
        width: 100%;
    }
    .about__contest .__para{
        width: 100%;
    }
    .__footer img{
        width: 50%;
    }
    .contest_intro p{
        min-height: auto;
    }
    .contest_intro img{
        margin-top: 16px;
    }
    .about__contest .bold_top_title{
        text-align: center;
    }
     ._premium{
        width:100%;
    }
    ._premium img{
            width: 85%;
    }
    .call-now-a{
        width: 63%;
        margin: 13px 0px;
    }
    ul.more-menu{
        left: -18px;
        width: 353px;
    }
    .category_btn{
        padding: 9px 40px;
        font-size: 18px;
    }
    .download_form span:first-child{
            font-size: 11px;
    }
    .winner__annoncement.photo_contest_winner:before, .winner__annoncement.video_contest_winner:before{
        font-size: 110px;
        top: -17px;
        color: #e6e6e67a;
        left: -10px;
    }
    .winner_box .position span{
        font-size: 150px;
    }
    .winner__annoncement .contest_winner_list{
        padding: 50px 5px;
    }
    .desktop-view{
     display: none !important;
    }
    .mobile-view{
     display: block !important;

    }
    .winner_box .winner-profile img{
        width: 90px;
        height: 90px;
    }
    .contest_winner_list .winner_box{
        min-height: auto;
        border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    }
    .winner_box.position_2{
        margin-top: 20px;
    }
    .winner_box.position_3{

        margin-top: 20px;
    }
    .winner_box .winner-profile h3{
        font-size: 20px;
    }
    .winner_box .winner-profile p{
        font-size: 15px;
    }
    .winner_box .winner-profile{
            border-bottom: 4px solid #ee2526;
    }
    .contest_winner_list h3.sec-title {
        background-color: #ee2526;
        color: white;
        font-size: 25px;
        padding: 10px;
    }
    .menu-trigger{
        right: 50px;
    }
    .video-sec .image-wrapper{
        margin-bottom: 20px;
    }
    .video-sec .image-wrapper a:before{
            top: 36%;
    }
    .special_category_winners_list{
        border: 0px;
        border-top: 10px solid #ee2526;
        border-bottom: 10px solid #ee2526;
    }
    .special_category_winners_list img{
        width: 180px;
        height: 180px;
    }
    .special_category_winners_list .special_category_info h3{
        text-align: center;
        margin-bottom: 10px;
    }
    .special_category_winners_list .special_category_info p{
        margin-top: 22px;
    text-align: center;
    }
    
    .quote__box:before{
        width: 100%;
    height: 100%;
    }
    
    .quote__box:after{
        display: none;
    }
    .reg_btn{
        right: 0;
    left: 0;
    width: 75%;
    margin: 0 auto;
        text-align: center;
    }
    
}