/*=================================common-css==================================================*/

body {
    font-size: 16px;
    line-height: 1.3;
    scroll-behavior: smooth;
    width: 100%;
    position: relative;
    background-image: url("../images/bg-img.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    display: block
}

.desk {
    display: block
}

.mob {
    display: none !important
}

.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }

    100% {
        background-position: 400px 0
    }
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }

    100% {
        background-position: 400px 0
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

select,
input[type="text"],
input[type="email"],
input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ff4f0f;
    color: #333;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 0.875rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

input[type="radio"] {
    cursor: pointer
}


a {
    cursor: pointer;
    display: block;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

:root {
    --body-bg: #fff;
    --white-color: #fff;
    --black-color: #000;
    --yellow-color:#fbd537;
    --black-color-gradient: 0, 0, 0;
    --title-color: #15173D;
    --dark-blue-color: #15173D;
    --text-color: #262626;
    --secondaryText-color: #7f7f7f;
    --border-color: #E9E9E9;
    --cardBox-color: #F5F5F5;
    --cardBox-color-gradient: 245, 245, 245;
    --brandRed-color: #EC1C24;
    --lightRed-color: #FFF8F8;
    --brandPrimary-color: #333994;
    --brandPrimary-top-color: #fff;
    --brandBlue-color: #00B8F1;
    --lightBlue-color: #F2FBFF;
    --premium-color: #FFCA05;
    --lightPremium-color: #FFF8E0;
    --adBg-color: #ECEFF1;
    --banner-color1: #E0F5FD;
    --banner-color2: #FFF8E0;
    --banner-color3: #FFEAED;
    --banner-color4: #E9EBF6;
    --breakingnews-bg: #FDECED;
    --breakingnews-text-color: #410000;
    --gray9-color: #999;
    --rose-color: #ED396C;
    --green-color: #8DC541;
    --dark-green-color: #177f02;
    --orange-color: #F39200;
    --quickdoc-color: #114dba;
    --spl-heighlight-color-1: #eed9ec;
    --spl-heighlight-border-color-1: #930074;
    --spl-heighlight-color-2: #eaeed3;
    --spl-heighlight-border-color-2: #919b58;
    --spl-heighlight-color-3: #d9ecf0;
    --spl-heighlight-border-color-3: #099bbe;
    --article-size-1: 1090px;
    --article-size-2: 1150px;
    --form-border: #dae3e6;
    --caption-color: #474B71
}
.mm-dark-theme {
    --light-cream:#242424;
    --premium-border:#514a2c;
    --body-bg: #181818;
    --white-color: #fff;
    --black-color: #000;
    --title-color: #E0E0E0;
    --dark-blue-color: #070707;
    --text-color: #E0E0E0;
    --secondaryText-color: #aaa;
    --border-color: #262626;
    --cardBox-color: #242424;
    --cardBox-color-gradient: 36, 26, 36;
    --brandRed-color: #EC1C24;
    --lightRed-color: #242424;
    --brandPrimary-color: #A3ABDB;
    --brandPrimary-top-color: #080927;
    --brandBlue-color: #7DD6F5;
    --lightBlue-color: #242424;
    --premium-color: #FFCA05;
    --lightPremium-color: #242424;
    --adBg-color: #070707;
    --banner-color1: #1C2C31;
    --banner-color2: #332d19;
    --banner-color3: #311D1D;
    --banner-color4: #1B1C2A;
    --breakingnews-bg: #FDECED;
    --breakingnews-text-color: #410000;
    --rose-color: #C85878;
    --green-color: #708D49;
    --orange-color: #C88D34;
    --quickdoc-color: #114dba;
    --spl-heighlight-color-1: #2e222d;
    --spl-heighlight-border-color-1: #5f034c;
    --spl-heighlight-color-2: #1f220c;
    --spl-heighlight-border-color-2: #4f5916;
    --spl-heighlight-color-3: #0f2428;
    --spl-heighlight-border-color-3: #157188;
    --form-border: #3f3f3f;
    --caption-color: #999
}
.mm-sepia-theme {
    --light-cream:#E7D9C3;
    --premium-border:#fff6d0;
    --body-bg: #F4ECD8;
    --white-color: #fff;
    --black-color: #000;
    --title-color: #444542;
    --dark-blue-color: #353546;
    --text-color: #444542;
    --secondaryText-color: #5F605C;
    --border-color: #E7D9C3;
    --cardBox-color: #E7D9C3;
    --cardBox-color-gradient: 231, 217, 195;
    --brandRed-color: #DA2235;
    --lightRed-color: #E7D9C3;
    --brandPrimary-color: #443674;
    --brandPrimary-top-color: #fff;
    --brandBlue-color: #5399B5;
    --lightBlue-color: #E7D9C3;
    --premium-color: #FFCA05;
    --lightPremium-color: #E7D9C3;
    --adBg-color: #F6F0E0;
    --banner-color1: #d5e6dd;
    --banner-color2: #E3D9B2;
    --banner-color3: #E1CACA;
    --banner-color4: #CACCD2;
    --breakingnews-bg: #FDECED;
    --breakingnews-text-color: #410000;
    --rose-color: #ED396C;
    --green-color: #8DC541;
    --orange-color: #F39200;
    --quickdoc-color: #114dba;
    --spl-heighlight-color-1: #f2e4e0;
    --spl-heighlight-border-color-1: #cd8eb0;
    --spl-heighlight-color-2: #eeedd5;
    --spl-heighlight-border-color-2: #cccca5;
    --spl-heighlight-color-3: #e4ece6;
    --spl-heighlight-border-color-3: #67bbc8;
    --form-border: #D7C9B3;
    --caption-color: #474B71
}
/*=================================common-css==================================================*/
/*=================================custom-select ==================================================*/
.custom-select {
    width: 100%;
    line-height: normal;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: auto;
    background-size: 8px 10px;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
    outline: none;
    cursor: pointer;
}

/*=================================custom-select ==================================================*/
/*site-css*/


.independence-day-container{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}
.independence-day-question-wrapper{
    padding:15px 20px;
    background-color: var(--body-bg);
    border-radius: 5px;
    margin-bottom: 15px;
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;*/
	border: 1px solid #eee;
}
.independence-day-question-wrapper:nth-child(2) .independence-day-questions:before{
    content: "2";
}
.independence-day-question-wrapper:nth-child(3) .independence-day-questions:before{
    content: "3";
}
.independence-day-question-wrapper:nth-child(4) .independence-day-questions:before{
    content: "4";
}
.independence-day-questions{
    width: 100%;
    font-family: PanchariUni;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.independence-day-questions:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "1";
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center ;
    justify-content: center ;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9000+0,ffffff+41,ffffff+48,ffffff+54,47a91b+98,47a91b+98 */
    background: linear-gradient(135deg,  #ff9000 0%,#ffffff 41%,#ffffff 48%,#ffffff 54%,#47a91b 98%,#47a91b 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


    border-radius: 100px;
}
.independence-day-questions__body-row {
    width: 100%;
    margin-bottom: 10px;
}	
.independence-day-questions__label {
    display: block;
    padding: 8px 10px 8px 35px;
    background-color: var(--light-cream);
    border-radius: 100px;
    border: 1px solid var(--premium-border);
    text-align: left;
    font-family: PanchariUni,arial,sans-serif;
    cursor: pointer;
    color: var(--title-color);
    font-size: 20px;
    line-height: normal;
}	
.independence-day-questions__body-input {
    position: relative;
    width: 100%;
}
.independence-day-questions__body-input input[type="radio"] {
    position: absolute;
    left: 15px;
    top: 50%;
    appearance: auto;
    width: 14px;
    height: 14px;
    margin: 0;
    margin-top: -7px;
}	
.independence-day-questions__body-filed-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.independence-day-questions__txtfiled-title{
    font-family: PanchariUni,arial,sans-serif;
    color: var(--title-color);
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 20px;
    padding-left: 5px;
}	

.independence-day-questions__btn-submit, .independence-day-questions__btn-submit:focus, .independence-day-questions__btn-submit:hover, .independence-day-questions__btn-submit:visited, .independence-day-questions__btn-copremium-mmon  {
    padding: 10px 20px;
    display: inline-block;
    background: #ff4f0f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 200px;
    border: none;
    outline: none;
    font-family: Poppins,arial,EGGIndulekhaUni,sans-serif;	
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;

}
.error-div{
    color: red;
    display: none;
}
.independence-day-questions__btn-submitouter{
    padding: 0 15px; 
    width: 100%;
    text-align: center;
}
.independence-day-questions__btn-submit:hover, .independence-day-questions__btn-submit:visited, .independence-day-questions__btn-copremium-mmon:hover {	
    background:#3aa649;
}
.independence-day-questions__body-row input[type="radio"]:checked  + label {
    background: rgb(255,233,170);
    background: -moz-linear-gradient(top,  rgba(255,233,170,1) 0%, rgba(255,240,198,1) 50%, rgba(255,228,160,1) 51%, rgba(255,244,211,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,233,170,1) 0%,rgba(255,240,198,1) 50%,rgba(255,228,160,1) 51%,rgba(255,244,211,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,233,170,1) 0%,rgba(255,240,198,1) 50%,rgba(255,228,160,1) 51%,rgba(255,244,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9aa', endColorstr='#fff4d3',GradientType=0 );
/*
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);	
*/
}
.mm-dark-theme .independence-day-questions__body-row input[type="radio"]:checked + label  {
    background: rgb(148,114,16);

}
.independence-day-questions__body-row input[type="radio"]:checked + label span{
    color: var(--title-color);
}

:root {
    --light-cream:#fffdf7;
    --premium-border:#e5d797;
}
.mm-dark-theme {
    --light-cream:#242424;
    --premium-border:#514a2c;
}
.mm-sepia-theme {
    --light-cream:#E7D9C3;
    --premium-border:#fff6d0;
}
.independence-day-questions__formwrapper{
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;

}
.independence-day-questions__formwrapper:after{
    content: "";
    clear: both;
    display: table;
}
.independence-day-questions__form-row{
    width: 50%;
    margin-bottom: 10px;
    float: left;
    padding: 0 15px;

}
.independence-day-questions__form{
    margin: 0 -15px; 

}
.independence-day-questions__form-label{
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
    display: block;
    float: left;
    width: 100%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;

}
.independence-day-questions__form-inwrp{
    float: left;
    width: 100%;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600
}
.independence-day-questions__form-input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all .2s ease .0s;
    -webkit-transition: all .2s ease .0s;
    transition: all .2s ease .0s;
    background-color: #fff;
    color: #868686;
}
.independence-day-questions__form-input:focus{
    border: 1px solid #ff4f0f;
    -webkit-box-shadow: 0px 0px 5px rgba(255, 79,15, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(255, 79,15, 0.75);
    box-shadow: 0px 0px 5px rgba(255, 79,15, 0.75);

}
.required{
    color: red; 
}
.independence-day-questions-banner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 15px;
	position: relative;
}
.independence-day-questions-banner-inner{
    width: 100%;
    position: relative;
    padding-bottom: 47.75549188156638%;
}
.independence-day-questions-border{
    height: 9px;
    background-color: #fff;
    width: 100%;
    margin: 20px 0;
    border-top: 3px solid #ff6609;
    border-bottom: 3px solid #218f0b
}
.independence-day-questions-bannerTxt{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    margin-bottom: 10px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
	margin-top: 40px;
}
.independence-day-questions-mainTxt{
    width: 100%;
/*    width: calc(100% - 300px);*/
}
.independence-day-questions-title{
    font-size: 35px;
    color: #000;
    font-family:EGGIndulekhaUni;
    line-height: 1;
}
.independence-day-questions-title span{
    display: block;
}
.independence-day-questions-mainLogo{
    max-width: 300px;
    width: 300px;
    min-width:300px;
}
.independence-day-questions-mainLogo-inner{
    width: 100%;
    position: relative;
    padding-bottom: 83.33333333333333%  
}
.smart-phone{
    color: #ff6609;
    font-size: 45px;
}
.independence-day-questions-points{
    width: 100%;

}
.independence-day-questions-points ul{
    margin: 0;
    padding: 0;
}
.independence-day-questions-points ul li{
    list-style-type: none;
    width: 100%;
    font-family:EGGIndulekhaUni;
    font-size: 22px;
    color: #000;
    margin-bottom:10px;
    line-height: 22px;
    position: relative;
    padding-left: 28px;

}
.independence-day-questions-points ul li:before{
    position: absolute;
    content: "1";
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    border-radius: 100px;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    background-color: #fb9722;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1
}

.independence-day-questions-points ul li:nth-child(2):before{
    content: "2"; 
} 
.independence-day-questions-points ul li:nth-child(3):before{
    content: "3"; 
} 
.web{display: block}
.mob{display: none}
.top-add-block-outer__add-970x90 {
    max-width: 970px;
    min-height: 90px;
    background: none;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;

    font-family: "Poppins", sans-serif;
    position: relative;
}
.top-add-block-outer__add-970x90:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: 0px;
}
.message-wrapper{
    width: 100%;
    text-align: center;
    margin: 10px auto;
    max-width: 550px;
    
}
.message-icon{
    max-width: 100px;
    margin:0 auto
}
.message-title{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-top:5px;
    font-family: "Poppins", sans-serif;
}
.message-description{
    font-weight: 400;
    line-height: 25px;
    color: #666;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-family: "Poppins", sans-serif;
}
/* .........................  Social media style  .........................*/
.shareboxwrp {
    display:none;
    float:left;
    width:100%
}
.shareboxwrpin {
    margin:0 auto;
    display:table;
    width:40px
}
.social-media-main {
    width:50px;
    height:192px;
    float:left;
    position:fixed;
    bottom:0px;
    z-index:1009;
    right:10px;
    padding-top:60px
}
.shretle {
    font-size:11px;
    font-family:arial;
    font-weight:bold;
    text-transform:uppercase;
    width:50px;
    height:50px;
    line-height:50px;
    background-size:30px 62px;
    background-image:url("../images/social-share.svg");
    background-repeat:no-repeat;
    background-position:8px -23px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    background-color:#FFFFFF;
    padding:3px 0;
    color:#fff;
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    top:100px;
    left:0;
    cursor:pointer;
    -moz-transition:top .2s linear .0s;
    -webkit-transition:top .2s linear .0s;
    transition:top .2s linear .0s;

}
.shretle.open {
    top:0;
    background-position:10px 15px
}
.social-media-ins {
    width:100%;
    height:180px;
    float:left;
    margin:0px
}
.social-media-head {
    width:100%;
    height:auto;
    float:left;
    font-family:arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#FFFFFF;
    text-align:center;
    line-height:110%
}
.social-media-icon {
    width:40px;
    height:40px;

    cursor:pointer;
    background-image:url(../images/social.svg);
    background-size:50px auto;
    background-repeat:no-repeat;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin: 0 auto 5px auto
}
.tw-clr {
    background-position:-4px -107px;
    background-color:#000;
}
.gl-clr {
    background-position:-4px -56px;
    background-color:#fb443e;
}
.wt-clr {
    background-position:-4px -159px;
    background-color:#13b345;
}
.fb-clr {
    background-color:#2b44a0;
    background-position:-6px -5px;
}
/* .........................  /Social media style  .........................*/
.error-div{
    color: red;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}
/* .........................  /winners  .........................*/
.winners-block-outer {
    max-width: 920px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 20px;
}

.winners-header-block {
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 auto;
	font-family:EGGIndulekhaUni;
    line-height: 1;
	font-size: 30px;  
	color: #aa1010;
	padding-bottom: 10px;
}

.main-thump-blk {
    width: 100%;
    display: flex;
    justify-content: center;
	    flex-wrap: wrap;
}


.flex-item {
  padding: 15px;
  width: 33.33%;
  text-align: center;
}

.content-container {
    background: #FFF;
	padding: 10px;
    display: flex;
    width: 100%;
	align-items: center;
	border-radius: 10px;
}

.short-flim-votr-blk{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.short-flim-image{
    width: 100%;
    padding-bottom: 15px;
	margin: 0 auto;
    text-align: center;
    z-index: 1;
	border-radius: 50%;
}



.short-flim-image img{
    width: 100%;
	border-radius: 50%;
	border: #FFF 2px solid;

}
.flim-name{
	word-break: normal;
	margin: 0 auto;
    color: #000;
    margin-bottom: 5px;
	text-align: center;
	width: 100%;
	font-family: 'Poppins', sans-serif; 
	font-size: 25px; 
	font-weight: 600; 

}

.credit-name{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
	word-break: normal;
	font-family: 'Poppins', sans-serif; 
	font-size: 18px; 
	font-weight: 500; 
	color: #666666;
	
}
.winner-credit-name{
	width: 100%;
	margin: 0 auto;
	word-break: normal;
	font-family: 'Poppins', sans-serif; 
	font-size: 20px; 
	font-weight: 600; 
	padding-bottom: 5px;
	color: #c62123;
	
}

.winner-sub-tittle{
    width: 100%;
    font-family: PanchariUni;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
	word-spacing: normal;
	text-align: center;
}

.top-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.bottom-img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.top-img img, .bottom-img img{
	width: 100%;
}
.online-link{
	position: absolute;
  display: block;
  height: 43px;
  width: 100%;
  top: 5.5%;
  max-width: 460px;
  left: 27%;
}