


@font-face {
  font-family: Metropolis-Regular;
  src: url('../fonts/Metropolis-Bold.otf'); 
}

@font-face {
  font-family: Metropolis-Medium;
  src: url('../fonts/Metropolis-Regular.otf'); 
}

@font-face {
  font-family: Metropolis-Bold;
  src: url('../fonts/Metropolis-Bold.otf'); 
}

@font-face {
  font-family: Metropolis-ExtraBold;
  src: url('../fonts/Metropolis-Regular.otf'); 
}



* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body{
	margin: 0px; 
	padding: 0px; 
}



/*========= ack thankyou css start ================*/
.thankyou{
	    background: url(../images/page_bg_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.thankyou .logo img{
    margin: 20px auto 0;
    width: 20%;
}
.thankyou .pop_img {
    float: left;
    width: 425px;
    text-align: center;
    padding: 50px 0;
}
.thankyou .pop_img img{
	margin: 0 auto;
}
.thankyou .content_div{
width: 922px;
    height: 440px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 18px 15px -11px #101010c7;
    margin-top: 20px;
}
.thankyou .content_div .text_div{
float: left;
    margin: 60px 0;
}
.thankyou .content_div .text_div h2{
	color: #f14f4d;
	font-size: 38px;
  	font-family: Metropolis-Bold;
}
.thankyou .content_div .text_div .links {
    margin: 35px 0 15px;
}
.thankyou .content_div a.cinepolisgulf_link{
		color: #24356b;
	font-size:20px;
  	font-family: Metropolis-Bold;.
}
/*========= ack thankyou css end ================*/



/*========= survey_form css start ================*/
.survey_form{
	    background: url(../images/page_bg_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
}
.survey_form .logo img{
    margin: 20px auto 0;
    width: 20%;
}
.survey_form .survey_content_div{
    width: 900px;
    /*height: 1126px;*/
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 5px 8px 25px #10101075;
    margin-top: 20px;
    margin-bottom: 90px;
    padding: 10px 0 45px;
}
.survey_form .survey_content_div h2{
color: #f14f4d;
    font-size: 30px;
    font-family: Metropolis-Bold;
    text-align: center;
    text-transform: uppercase;
    padding: 32px 0;
        line-height: 38px;
}
.survey_form .survey_content_div .form_div{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.survey_form .survey_content_div .form_div .radio label {
    font-size: 17px;
    color: #404040;
    padding-left: 35px;
}
 .survey_form .survey_content_div .form_div .radio input[type=radio]{
    margin-left: -35px;
}
.survey_form .survey_content_div .form_div form h3{
	color: #21366b;
	font-size: 20px;
    font-family: Metropolis-Bold;
}
.m_bottom{
	margin-bottom: 30px;
}
.m_top{
	margin-top: 50px;
}

.survey_form .survey_content_div .form_div form a.submit{
    background-color: #21366b;
    color: #fff;
    padding: 10px;
    width: 250px;
    /* height: 55px; */
    text-decoration: none;
    margin: 60px auto 0;
    display: block;
    text-align: center;
    font-family: Metropolis-Medium;
    font-size: 20px;
}
/*========= survey_form css end ================*/




/*========= login css start ================*/
.login{
	    background: url(../images/page_bg_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
}
.login .logo img{
    margin: 20px auto 40px;
    width: 20%;
}
.login .login_content_div{
    width: 900px;
    /*height: 500px;*/
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 5px 5px 25px #1010108c;
    margin-top: 70px;
    margin-bottom: 45px;
}
.login .login_content_div .text_div{
    width: 900px;
    height: 350px;
    /* background-color: #fff; */
    margin: 0 auto;
    background: rgb(210,33,137);
    background: linear-gradient(70deg, rgba(210,33,137,1) 35%, rgba(238,78,80,1) 100%);
    padding: 45px 100px 20px;
}

.login .login_content_div .text_div h2{
color: #fff;
    text-align: center;
    font-family: Metropolis-Bold;
    font-size: 30px;
    line-height: 34px;
}
.login .login_content_div .text_div .divider{
	height: 3px;
	width:98px;
	background-color: #fff;
    margin: 20px auto 28px;
}
.login .login_content_div .text_div p{
color: #fff;
    text-align: center;
    font-family: Metropolis-Medium;
    font-size: 18px;
    line-height: 30px;
}


.login .login_content_div .form_div{
    width: 900px;
    height: 385px;
     background-color: #fff; 
    margin: 0 auto;
    padding: 45px 100px 20px;
}
.login .login_content_div .form_div h2{
	color: #22366b;
    text-align: center;
    font-family: Metropolis-Bold;
    font-size: 30px;
    line-height: 34px;
        margin: 0 0 40px;
}
/*.login .login_content_div .form_div  a.enter_contest{
    background-color: #fcbc12;
    color: #223869;
    text-align: center;
    font-family: Metropolis-Medium;
    font-size: 18px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 160px;
}*/
.login .login_content_div .form_div button.btn-primary {
color: #223869;
    background-color: #fcbc12;
    border-color: transparent;
     font-family: Metropolis-Bold;
    font-size: 18px;
    border: 0;
    border-radius: 0;
    display: block;
        margin: 30px auto 0;
}
.login .login_content_div .form_div form label {
    color: #59595b;
        font-family: Metropolis-Medium;
}
.login .login_content_div .form_div form .form-control:focus {
    border-color: #d4d3d8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0);
}
.login .login_content_div .form_div form .form-group label.col-sm-1 {
    width: 10.333333%;
}
.login .login_content_div .form_div form .form-group .col-sm-11 {
    width: 89.666667%;
}
/*========= survey_form css end ================*/










/*========= media start max-width 992 ================*/
@media (max-width: 992px) {

}


/*======== @media start max-width  768 ===============*/
@media screen and (max-width: 768px){
.survey_form .survey_content_div {
    width: 660px;
}

.survey_form .survey_content_div .form_div {
    max-width: 545px;
}
.survey_form .survey_content_div h2 {
    font-size: 20px;
    padding: 20px 0;
    line-height: 28px;
}
.m_top {
    margin-top: 30px;
}
.survey_form .logo img {
    width: 25%;
}
.thankyou .content_div {
    width: 720px;
}
.thankyou .pop_img {
    width: 350px;
}
.thankyou .logo img {
    width: 30%;
}


.login .login_content_div {
    width: 680px;
    margin: 70px auto 45px;
}
.login .login_content_div .text_div {
    width: 680px;
}
.login .login_content_div .form_div {
    width: 680px;
}
.login {
    height: 100vh;
}
}


/*======== @media start max-width  767 ===============*/
@media screen and (max-width: 767px) {
.survey_form .survey_content_div {
    width: 660px;
}

.survey_form .survey_content_div .form_div {
    max-width: 545px;
}
.survey_form .survey_content_div h2 {
    font-size: 20px;
    padding: 20px 0;
    line-height: 28px;
}
.m_top {
    margin-top: 30px;
}
.survey_form .logo img {
    width: 25%;
}
}

/*======== @media start max-width  667 ===============*/
@media screen and (max-width: 667px) {
.survey_form .survey_content_div {
    width: 580px;
        margin-bottom: 40px;
}
.survey_form .survey_content_div h2 {
    font-size: 14px;
    line-height: 20px;
}
.survey_form .survey_content_div .form_div {
    max-width: 485px;
}
.survey_form .survey_content_div .form_div form h3 {
    font-size: 14px;
}
.survey_form .survey_content_div .form_div form a.submit {
    width: 160px;
    margin: 35px auto 0;
    font-size: 14px;
}
.m_top {
    margin-top: 20px;
}
.m_bottom {
    margin-bottom: 20px;
}

.thankyou .content_div {
    width: 620px;
    height: 245px;
}
.thankyou .pop_img {
    float: left;
    padding: 20px 0;
    width: 320px;
}
.thankyou .pop_img img {
    width: 35%;
}
.thankyou .content_div .text_div {
float: left;
    margin: 0px 0;
    text-align: center;
    padding-bottom: 20px;
}
.thankyou .content_div .text_div h2 {
    font-size: 26px;
}
.thankyou .content_div .text_div .links {
    margin: 18px 0 15px;
}

.login .login_content_div {
    width: 590px;
    margin: 40px auto 30px;
    box-shadow: 5px 5px 25px #10101036;
}
.login .login_content_div .text_div {
    width: 590px;
    padding: 30px 30px 20px;
}
.login .login_content_div .form_div {
    width: 590px;
    height: 330px;
        padding: 30px 30px 20px;
}
.login {
    height: 100vh;
}
.login .login_content_div .text_div h2 {
    font-size: 20px;
    line-height: 24px;
}
.login .login_content_div .text_div .divider {
    margin: 10px auto 10px;
}
.login .login_content_div .text_div p {
    font-size: 16px;
    line-height: 24px;
}
.login .login_content_div .form_div h2 {
    margin: 0 0 20px;
}
.login .login_content_div .form_div form .form-group label.col-sm-1 {
    width: inherit;
}
.login .login_content_div .form_div form .form-group .col-sm-11 {
    width: inherit;
}
.login .logo img {
    margin: 4px auto 10px;
    width: 25%;
}
}


/*======== @media start max-width  568 ===============*/
@media screen and (max-width: 568px) {
.survey_form .survey_content_div {
    width: 520px;
        margin-bottom: 40px;
}
.survey_form .survey_content_div h2 {
    font-size: 14px;
    line-height: 20px;
}
.survey_form .survey_content_div .form_div {
    max-width: 460px;
}
.survey_form .survey_content_div .form_div form h3 {
    font-size: 14px;
}
.survey_form .survey_content_div .form_div form a.submit {
    width: 160px;
    margin: 35px auto 0;
    font-size: 14px;
}
.m_top {
    margin-top: 20px;
}
.m_bottom {
    margin-bottom: 20px;
}


.thankyou .content_div {
    width: 535px;
    height: 210px;
}
.thankyou .pop_img {
    width: 270px;
}
.thankyou .content_div .text_div h2 {
    font-size: 20px;
}
.thankyou .content_div .text_div .links {
    margin: 10px 0 10px;
}
}

/*======== @media start max-width  414 ===============*/
@media screen and (max-width: 414px){
.survey_form .survey_content_div {
    width: 365px;
        margin-bottom: 40px;
}
.survey_form .survey_content_div h2 {
    font-size: 14px;
    line-height: 20px;
}
.survey_form .survey_content_div .form_div {
    max-width: 285px;
}
.survey_form .survey_content_div .form_div form h3 {
    font-size: 14px;
}
.survey_form .survey_content_div .form_div form a.submit {
    width: 160px;
    margin: 35px auto 0;
    font-size: 14px;
}
.m_top {
    margin-top: 20px;
}
.m_bottom {
    margin-bottom: 20px;
}

.thankyou .content_div {
    width: 345px;
        height: 100%;
}
.thankyou .pop_img {
    width: 100%;
    float: none;
        padding: 20px 0;
}
.thankyou .pop_img img {
    width: 45%;
}
.thankyou .content_div .text_div {
    float: none;
    margin: 0px 0;
    text-align: center;
    padding-bottom: 20px;
}
.thankyou .content_div .text_div h2 {
    font-size: 26px;
}

.login .login_content_div {
    width: 340px;
    margin: 40px auto 30px;
    box-shadow: 5px 5px 25px #10101036;
}
.login .login_content_div .text_div {
    width: 340px;
    padding: 30px 30px 20px;
}
.login .login_content_div .form_div {
    width: 340px;
    height: 330px;
        padding: 30px 30px 20px;
}
.login {
    height: 100vh;
}
.login .login_content_div .text_div h2 {
    font-size: 20px;
    line-height: 24px;
}
.login .login_content_div .text_div .divider {
    margin: 10px auto 10px;
}
.login .login_content_div .text_div p {
    font-size: 16px;
    line-height: 24px;
}
.login .login_content_div .form_div h2 {
    margin: 0 0 20px;
}
.login .login_content_div .form_div form .form-group label.col-sm-1 {
    width: inherit;
}
.login .login_content_div .form_div form .form-group .col-sm-11 {
    width: inherit;
}
.login .logo img {
    margin: 4px auto 10px;
    width: 40%;
}
}


/*======== @media start max-width 375 ===============*/
@media screen and (max-width: 375px){
.survey_form .survey_content_div {
    width: 330px;
        margin-bottom: 40px;
}
.survey_form .survey_content_div h2 {
    font-size: 14px;
    line-height: 20px;
}
.survey_form .survey_content_div .form_div {
    max-width: 285px;
}
.survey_form .survey_content_div .form_div form h3 {
    font-size: 14px;
}
.survey_form .survey_content_div .form_div form a.submit {
    width: 160px;
    margin: 35px auto 0;
    font-size: 14px;
}
.m_top {
    margin-top: 20px;
}
.m_bottom {
    margin-bottom: 20px;
}

.thankyou .content_div {
    width: 345px;
        height: 100%;
}
.thankyou .pop_img {
    width: 100%;
    float: none;
        padding: 20px 0;
}
.thankyou .pop_img img {
    width: 45%;
}
.thankyou .content_div .text_div {
    float: none;
    margin: 0px 0;
    text-align: center;
    padding-bottom: 20px;
}
.thankyou .content_div .text_div h2 {
    font-size: 26px;
}

.login .login_content_div {
    width: 340px;
    margin: 40px auto 30px;
    box-shadow: 5px 5px 25px #10101036;
}
.login .login_content_div .text_div {
    width: 340px;
    padding: 30px 30px 20px;
}
.login .login_content_div .form_div {
    width: 340px;
    height: 330px;
        padding: 30px 30px 20px;
}
.login {
    height: 100vh;
}
.login .login_content_div .text_div h2 {
    font-size: 20px;
    line-height: 24px;
}
.login .login_content_div .text_div .divider {
    margin: 10px auto 10px;
}
.login .login_content_div .text_div p {
    font-size: 16px;
    line-height: 24px;
}
.login .login_content_div .form_div h2 {
    margin: 0 0 20px;
}
.login .login_content_div .form_div form .form-group label.col-sm-1 {
    width: inherit;
}
.login .login_content_div .form_div form .form-group .col-sm-11 {
    width: inherit;
}
.login .logo img {
    margin: 4px auto 10px;
    width: 40%;
}
}

/*======== @media start max-width  360 ===============*/
@media screen and (max-width: 360px){
.survey_form .logo img {
    width: 40%;
}
.survey_form .survey_content_div {
    width: 320px;
}
.thankyou .content_div {
    width: 325px;
}
.thankyou .logo img {
    width: 40%;

}


/*======== @media start max-width  320 ===============*/
@media screen and (max-width: 320px){
.survey_form .survey_content_div {
    width: 285px;
        margin-bottom: 40px;
}
.survey_form .logo img {
    width: 40%;
}
.survey_form .survey_content_div h2 {
    font-size: 12px;
    line-height: 20px;
        padding: 5px 0;
}
.survey_form .survey_content_div .form_div {
    max-width: 245px;
}
.survey_form .survey_content_div .form_div form h3 {
    font-size: 14px;
}
.survey_form .survey_content_div .form_div form a.submit {
    width: 160px;
    margin: 35px auto 0;
    font-size: 14px;
}
.m_top {
    margin-top: 20px;
}
.m_bottom {
    margin-bottom: 20px;
}


.thankyou .content_div {
    width: 290px;
}
.thankyou .content_div {
    width: 290px;
    height: 450px;
}
.thankyou .content_div .text_div h2 {
    font-size: 22px;
}
.thankyou .pop_img img {
    width: 35%;
}
}