body, html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  /*letter-spacing: 1px;*/
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #ffffff;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.h-50 {
  height: 50px !important;
}
h5 {
  font-size: 1rem;
}
p {
  font-size: 1.25rem;
}
.m-t-50 {
  margin-top: 50px;
}
.mar-10 {
  margin: 10px auto;
  line-height: 40px;
}
.no-pad {
  padding: 0px;
}
.pad-que {
  padding: 10px;
}
.m-t-20 {
  margin-top: 15px;
}
.line-red {
  background-color: #da001a;
  padding: 0.5rem;
}
.txt-orange {
  color: #f16523 !important;
}
.txt-pink {
  color: #d01873 !important;
}
#content {
  display: none;
  background-color: #ffffff;
  padding: 0 0 50px 0;
}
#inner-masthead {
  position: relative;
}
#inner-masthead .copy {
  position: absolute;
  bottom: 255px;
  z-index: 99;
}
#inner-masthead .copy p {
  color: #ffffff !important;
  line-height: 1;
  letter-spacing: 0.2px;
}
#inner-masthead .copy li {
  color: #ffffff !important;
}
#inner-masthead .m-t-15 {
  margin-top: -15px;
  margin-right: 10px;
}
#inner-masthead .copy h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #da001a;
  font-size: 3rem;
  font-weight: 100;
}
#inner-masthead .copy h5 span {
  font-size: 1.2rem;
  font-weight: 700;
}
#inner-masthead .copy p span {
  font-size: 0.85rem;
  font-weight: 900;
}
/* #inner-masthead button {
  color: #ffd400;
  background-color: #10365c;
  border-color: #10365c;
  cursor: pointer;
  border-radius: 2rem;
  padding: .5rem 2rem;
  text-transform: uppercase;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
} */
#inner-masthead .button-play {
  position: absolute;
  bottom: 85px;
  left: 430px;
}
/*
#inner-masthead .button-play a{
  background-color: #E10A18 !important;
border-radius: 5px;
font-size: 0.9rem;
color:#ffffff;
font-weight: bold;
padding: 6px 18px;
}
*/
#inner-masthead .thankyou {
  position: relative;
  top: 50px;
}
.btn-red {
  color: #fff;
  background-color: #d01774;
  border-color: #d01774;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  padding: 0.25rem 1.5rem;
  border: 0px;
}
.btn-red:hover {
  color: #fff;
  background-color: #652d90;
}
.bg-red {
  /* background-color: #da001a; */
  color: #fff;
  padding: 1rem 2rem;
  border-radius: .8rem;
  width: 85%;
  margin: 0 auto;
  background: rgb(208, 24, 115);
  background: linear-gradient(270deg, rgba(208, 24, 115, 1) 0%, rgba(101, 45, 144, 1) 100%);
}
.bg-red button {
  color: #fff;
  text-shadow: none;
}
.bg-red button:hover {
  color: #fff;
  text-shadow: 2px 2px #ea9ea2;
}
.bg-red .btn-sbmt {
  color: #da001a;
  background-color: #fff;
  border-color: #fff;
  cursor: pointer;
  border-radius: .45rem;
  padding: .4rem 2.5rem;
  text-shadow: none;
}
.bg-red .btn-sbmt:hover {
  color: #fff;
  background-color: #da001a;
  text-decoration: none;
  text-shadow: none;
}
.bg-red .modal-body {
  padding: 0;
}
.bg-red .modal-header {
  border: none;
  padding: 0 0 1rem 0;
}
.bg-red label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 3.35em;
}
.bg-red label::before {
  top: 1.5rem;
}
.bg-red label::after {
  top: 1.5rem;
}
.bg-red input {
  height: calc(2.5em + 1rem + 10px);
  background-color: #ea9ea2;
  border-color: #ea9ea2;
  color: #fff;
  border-radius: .8rem;
}
.bg-red .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  color: #fff;
}
.bg-red .form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #da001a;
}
/* On mouse-over, add a grey background color */
.bg-red .form-check :hover input ~ .checkmark {
  background-color: #ea9ea2;
  color: #fff;
}
/* When the checkbox is checked, add a blue background */
.bg-red .form-check input:checked ~ .checkmark {
  background-color: #ea9ea2;
}
.bg-red .form-check input:focus {
  color: #fff;
  background-color: #ea9ea2;
  border-color: #ea9ea2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
/* Create the checkmark/indicator (hidden when not checked) */
.bg-red .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.bg-red .form-check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.bg-red .form-check .checkmark:after {
  left: 8px;
  top: 0px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-red .modal-footer {
  border: none;
}
.container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 20px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #d9000d;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
#myCarousel {
  width: 100%;
  /* padding: 50px 0; */
}
#myCarousel h1 {
  color: #d9000d;
  font-weight: 900;
}
#myCarousel .wid-30 {
  width: 30%;
  position: absolute;
  margin-top: -3%;
  margin-left: 36%;
  z-index: 9;
}
#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
}
#myCarousel .carousel-item .mask {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
}
#myCarousel p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #707070;
}
#myCarousel .carousel-item a {
  background: #F47735;
  font-size: 14px;
  color: #FFF;
  padding: 13px 32px;
  display: inline-block;
  cursor: pointer;
}
#myCarousel .carousel-item a:hover {
  background: #394fa2;
  text-decoration: none;
}
#myCarousel .carousel-item h4 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
#myCarousel .carousel-item h6 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#myCarousel .carousel-item p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  z-index: 99;
}
#myCarousel .carousel-item .mask img {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#myCarousel .container {
  max-width: 1430px;
}
#myCarousel .carousel-item {
  /* min-height: 730px; */
  margin: 0 auto;
}
#myCarousel {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#myCarousel .brdr-que { /* border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px; */
  /* border: 1px dashed #000000; */
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1em;
}
.carousel-control-next, .carousel-control-prev {
  height: 50px;
  width: 50px;
  padding: 12px;
  top: 56%;
  bottom: auto;
  transform: translateY(-50%);
  color: #d9000d !important;
  font-weight: bold;
  opacity: 1;
}
.carousel-control-prev {
  left: 15%;
}
.carousel-control-next {
  right: 15%;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/* TIMER */
#progressBar {
  width: 100%;
  margin: 20px auto;
  height: 20px;
  background-color: #d9000d;
}
#progressBar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 20px;
  width: 0;
  background-color: #ffd400;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
/* TIMER */
#timeleftdiv .mar-10 {
  font-size: 15px;
}
#phonenoregister h4, p, label { /* color: #ffffff !important; */
}
#enquiry label {
  color: #545456 !important;
}
.carousel-inner {
  overflow: visible !important;
}
#myCarousel .carousel-control-next, .carousel-control-prev {
  top: 90.1% !important;
  position: absolute;
}
#myCarousel .carousel-control-prev {
  left: 0%;
}
#myCarousel .carousel-control-next {
  right: 0%;
}
#myCarousel .carousel-control-next {
  right: 0%;
}
.mt-12 {
  margin-top: 2% !important;
}
#myCarousel .carousel-control-next {
  width: 20% !important;
  height: auto;
  border: #f00 1px solid;
  background: none !important;
  color: #f00;
  padding: 5px !important;
}
#myCarousel .carousel-control-prev {
  width: 20% !important;
  height: auto;
  border: #f00 1px solid;
  background: none !important;
  color: #f00;
  padding: 5px !important;
}
#thankyou h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
#clickheretext {
  color: #fff !important;
  font-size: 1.3rem !important;
}
#clickheretext a {
  font-style: italic;
  font-weight: 700;
  margin-right: 5px;
}
#thankyou, #thankyou h4 {
  color: #545456 !important;
}
.inputGroup {
  /* background-color: #ffffff; */
  display: flex;
  align-items: center;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  width: 100%;
  text-align: left;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size:1rem;	
  line-height:1.3;
  margin-bottom: 0;
  font-family: Arial;
  font-weight: 600;
  display: flex;  
  align-items: center;  
  background-color: none;
  border-radius: 20px 0px 20px 0px;
  -webkit-border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 20px 0px 20px 0px;
  background-color: #652d90;	
}
.inputGroup label::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  /* background-color: #ffd400; */
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  color: #ffd400;
}
/* .inputGroup label::after {
        width: 30px;
        height: 30px;
        content: '';
        background-color: #ffd400;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23000000' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 4px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
      } */
.inputGroup input:checked ~ label {
  color: #fff;
  background-color: #000;
}
#myCarousel .inputGroup input:checked ~ label span {
  background-color: #ffffff;
  color: #000;
}
.inputGroup input:checked ~ label::before {
  transform: translate(-50%, -50%) scale3d(70, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label::after {
  background-color: #dc000a;
  border-color: #dc000a;
  color: #ff0000;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.inputGroup:hover label {
  background-color: #000;
}
/*  codepen formatting */
.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
body {
  background-color: #ffffff;
}
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
code {
  background-color: #9AA3AC;
  padding: 0 8px;
}
form .row {
  margin: 0px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.col-25 {
  float: left;
  width: 35%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 65%;
  margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.m0-auto {
  margin: 0 auto !important;
  justify-content: center;
}
#form-leads {
  display: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden
}
#otpwindow {
  display: none;
}
.messageDiv {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
#content {
  display: none;
}
#timeleftdiv {
  /* margin-top: 50px; */
}
#content-body {
  /* background-image: url("../images/bg-body.png");
  background-repeat: no-repeat;
  background-position: center 100%; */
  background-color: #ffffff;
  padding: 60px 0 0 0;
  position: relative;
  background-size: cover;
  color: #000000;
}
.text-red {
  color: #af0001 !important;
}

#main .brdr-que {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1em;
}
h1 {
  color: #fbdfa0;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 1.25;
}
h2 {
  color: #10365c;
  font-size: 2.5rem;
  /* text-transform: capitalize; */
  font-weight: 900;
  position: relative;
  z-index: 2;
  line-height: 45px;
}
h4 {
  font-size: 1.45rem;
  /* text-transform: capitalize; */
  position: relative;
  z-index: 2;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}
.section-heading {
  background-color: #10365c;
  border-radius: 2rem;
  padding: 1rem 2rem;
  margin: 0.25rem;
}
.section-heading h5 {
  font-weight: normal !important;
}
.section-heading span {
  color: #ffd400;
  font-weight: normal;
}
#steps .bg-steps {
  padding: 100px 0;
  position: relative;
  padding: 20px 0;
  background-size: cover;
  text-align: center;
}
#steps .bg-steps p {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-bottom: 0;
}
#steps .bg-steps p span {
  color: #ffd400;
}
#footer {
  padding: 100px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
#footer h4, sup {
  font-weight: bold !important;
}
#footer sup {
  font-size: 70% !important;
}
.main-button-red {
  display: inline-block;
  background-color: #da322d;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
}
.brdr-rgt {
  border-right: #383631 1px solid;
}
.brdr-botm {
  border-bottom: #c0b9ac 1px solid;
}
.biker {
  position: absolute;
  left: 0;
  top: 5%;
}
.dancer {
  position: absolute;
  right: 5%;
  top: 5%;
}
.service-item {
  /* background: rgba(50,50,49,0.25); */
  /* padding: 1.5rem 2rem; */
  max-width: 320px;
  border-radius: 20px;
  /*  text-transform: uppercase;    height:280px; */
  border: none;
  margin: 10px;
}
.service-item h5 {
  text-transform: initial;
  color: #000000;
}
.service-item-blw {
  background: rgba(50, 50, 49, 0.25);
  padding: 2rem;
  max-width: 560px;
  margin: 0 auto;
  border-radius: 20px;
  text-transform: uppercase;
  border: none;
  margin-top: 2rem;
}

/* Landing page + Question page css */
.screens{margin: auto; margin-top: 1rem;}
.bg-body { background-color: #efe6d7;  padding:20px 0 20px 0;  position: relative;  background-size: cover;  text-align: center;  background: 
        linear-gradient(rgba(84,94,105,0.5), rgba(37,27,2,0.5)),
        url('../images/bg-body.jpg'); 
      background-size: cover;
      background-position: top;}

.about { padding:20px 0 20px 0;  position: relative;  background-size: cover;  text-align: center; }
.about h4 { color: #652d90; font-size:2rem; font-weight: 700; line-height: 1;}
.question { padding:20px 0 20px 0;  position: relative; text-align: center;}
.question h4 { color: #000; font-size:1.4rem; line-height: 1.25; margin-bottom: 0px;}
.rewards { padding:50px 0 50px 0;  position: relative; text-align: center;}
.how-to-participate { padding:0px 0 0px 0;  position: relative; overflow: hidden; text-align: center;}
.how-to-participate .title{color: #ffffff; background-color: #f16522; display: inline-block; padding: 0.5rem 1rem; border-radius: 5px; font-weight: bold;}
.steps-item{background-color:#bdae8d; border-radius:15px;color:#fff; box-shadow:0 4px 12px rgba(0,0,0,0.15); border:3px solid #fff; display:flex; flex-direction:column; justify-content:center;transition:transform .3s ease}
.steps-item:hover{transform:translateY(-5px)}
.steps-item h3{font-size:1.5rem;font-weight:600;color:#fff}
.steps-item h4{font-size:1.5rem;font-weight:100;color:#fff}

.participate-wrap{display:inline-flex; align-items:center; margin-top:1rem}
.participate-btn{display:inline-block; background:#f16522; color:#fff; font-weight:600; font-size:1.75rem; line-height:1.2; padding:10px 30px; text-decoration:none; border-radius:0; 
	             -webkit-border-top-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px; transition:.3s ease}
.participate-btn:hover{background:#fff; color:#f16522}
.participate-slash{font-weight:bold; font-size:3.3rem; height:70px; color:#6a1b9a; transform:skewX(-8deg); letter-spacing:-6px; margin-left:-8px}
.participate-btn:hover+.participate-slash{color:#f16522}

.about .typo-img-left{ position: absolute; top:10%; left:-5%; }
.about .typo-img-left img{height: 200px;}
.question .typo-img-right{ position: absolute; bottom:-30%; right:-5%; z-index: 999; }
.question .typo-img-right img{height: 200px;}

.how-to-participate .typo-img-left{ position: absolute; left:0px; bottom:-20%;}
.how-to-participate .typo-img-right{ position: absolute; right:0px; bottom:-20%;}
.how-to-participate .typo-img-left img, .how-to-participate .typo-img-right img{height: 250px;}

.cnftti-left{ position: absolute; left:0px; top:0%;}
.cnftti-right{ position: absolute; right:0px; top:0%;}

.bg-ques{ background: url("../images/question-bg.png") no-repeat center center fixed; background-size: cover; padding:3rem 0rem 0rem}
.question-box{position:relative; display:inline-block; border:3px solid #d11873; border-radius:20px; border-top-right-radius:0; border-bottom-right-radius:40px;
	         font-size:20px; font-weight:bold; color:#5e2b91; padding:30px 40px 20px; margin:15px 40px}
.question-box::after{content:""; position:absolute; bottom:-20px; left:7px; width:0; height:0; border-right:20px solid transparent; border-top:20px solid #d11873}
.question-options{padding:10px 40px}

@-webkit-keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-10px);
}
100% {
transform: translatey(0px);
}
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-10px);
}
100% {
transform: translatey(0px);
}
}
@keyframes rotate {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
.animate-typo {overflow: hidden; transform: translatey(0px); -webkit-animation: rotate 25s linear infinite; animation: rotate 25s linear infinite;}
/* End Landing page + Question page css */

/* @media only screen and (max-width: 600px) {
  .brdr-rgt{border-right:0px;height: auto;}
  .biker{top: 25%;width: 40%;}
  .dancer{top: 45%;width: 25%;}
} */

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col-25, .col-75, input[type=submit] { width: 100%; margin-top: 0;}
#about { padding-top: 0;}
.inputGroup label::after { right: 5px !important;}
#footer h4, sup { font-size: 0.8rem !important;}
.screens{margin-top:0rem;}	
.about h4 {font-size: 1rem; line-height: 1.3}	
.about .typo-img-left img{height:35px;}
.how-to-participate .typo-img-left, .how-to-participate .typo-img-right{ bottom:-5%;}
.how-to-participate .typo-img-left img, .how-to-participate .typo-img-right img{height:80px;}
.how-to-participate .typo-img-bottom img{height:50px;}	
.steps-item{padding: 1.5rem 0.35rem !important;}	
.steps-item h4 {font-size: 18px;line-height: 1.4;}	
.question-box {padding: 30px 10px 20px; margin: 15px 20px;}	
.question {overflow: hidden;}
.question h4 { font-size:0.85rem; line-height: 1.2;}	
.question .typo-img-right img{height:65px;}
.inputGroup label { font-size:0.85rem;}
}

#prtcpte {
  padding-top: 50px;
}
.main-button-red {
  color: #f0d653;
  background-color: #10365c;
  border-color: #10365c;
  cursor: pointer;
  border-radius: 2rem;
  padding: .5rem 2rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.main-button-red:hover {
  color: #10365c;
  background-color: #f9ec15;
  border-color: #f9ec15;
  cursor: pointer;
  border-radius: 2rem;
  padding: .5rem 2rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.statusMsgSuccess {
  font-size: 1.2rem !important;
  color: #ff0000 !important;
  font-weight: bold !important;
}
p.statusMsg, p.statusMsgSuccess, p.leadStatus {
  font-size: 1.2rem !important;
  color: #E7AA20 !important;
  font-weight: bold !important;
}
#scroll {
  padding-bottom: 2em;
}
#scroll p {
  color: #10365c;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 991px) {
  .logo {
    display: block !important;
    text-align: center;
    width: 50%;
  }
  #inner-masthead .copy {
    position: relative;
    color: #da001a;
    margin-top: 40px;
    bottom: 0px;
  }
  #inner-masthead .copy h1 {
    font-size: 2.2rem;
    line-height: 1;
  }
  #inner-masthead .copy p {
    color: #080c0f !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #inner-masthead .copy li {
    color: #080c0f;
  }
  #myCarousel .wid-30 {
    width: 50%;
    margin-left: 28%;
  }
  .m-t-50 {
    margin-top: 10px;
  }
  .pad-que {
    padding: 20px 10px;
  }
  #myCarousel .carousel-inner {
    width: 95%;
    overflow: visible;
  }
  #myCarousel {
    padding: 0px;
  }
  #myCarousel p {
    font-size: 16px;
  }
  #myCarousel .carousel-item {
    margin-top: 5px;
    min-height: 770px;
  }
  #myCarousel .carousel-control-next, .carousel-control-prev {
    top: 88% !important;
  }
  #myCarousel .carousel-control-prev {
    left: 0%;
  }
  #myCarousel .carousel-control-next {
    right: 0%;
  }
  #myCarousel .carousel-control-next {
    right: 0%;
  }
  #myCarousel .carousel-control-next img {
    width: 80%;
  }
  #myCarousel .carousel-control-prev img {
    width: 80%;
  }
  #myCarousel .carousel-control-next {
    width: 20% !important;
    height: auto;
    border: #f00 1px solid;
    background: none !important;
    color: #f00;
    padding: 5px !important;
  }
  #myCarousel .carousel-control-prev {
    width: 20% !important;
    height: auto;
    border: #f00 1px solid;
    background: none !important;
    color: #f00;
    padding: 5px !important;
  }
  /* #thankyou h5, label, p{color: #ffffff !important; line-height:1.8;} */
  #result-right {
    position: relative;
  }
  #timeleftdiv {
    margin-top: 50px !important;
  }
  .bg-red label {
    line-height: 1.25;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #main .navbar-header img {
    max-width: 80%;
  }
  #inner-masthead .copy h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  #inner-masthead .button-play {
    position: relative;
    text-align: center;
    top: 20px;
  }
  #content {
    margin-top: 80px;
    position: relative;
  }
  #progressBar {
    margin-top: 0px;
  }
}
.play_green {
  background-color: #080 !important;
  font-size: 1em;
  display: inline;
  padding: 0.35em 1em;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
}
/* .screens .bg-hdg-green {
  background-color: #080 !important;
  font-size: 1em;
  display: inline;
  padding: 0.35em 1em;
  border-radius: 10px;
  font-weight: bold;
} */
/*  .screens .bg-hdg-green::before{
    content: url("../images/unit-flag.png");
    vertical-align: middle;
    margin-right: 10px;
 }
  .screens .bg-hdg-green::after{
    content: url("../images/unit-flag.png");
    vertical-align: middle;
    margin-left: 10px;
 } */
.screens .bg-hdg-yellow {
  background-color: #faec17 !important;
  font-size: 1em;
  display: inline;
  padding: 0.25em 0.35em;
  color: #000000 !important;
}
.screens .bg-hdg-purple {
  background-color: #652d90 !important;
  font-size: 1em;
  display: inline;
  padding: 0.25em 0.35em;
}
.screens .bg-hdg-fuschia {
  background-color: #00adef !important;
  font-size: 1em;
  display: inline;
  padding: 0.25em 0.35em;
}
.screens .bg-hdg-green {
  /* background-color: #4bc0ad !important; */
  font-size: 2.5em;
  display: flex;
  color: #d01873 !important;
  font-weight: 700;
  width: 75px;
  height: 75px;  
  justify-content: center;
  align-content: center;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #d01873;
  margin-top: -70px;
  background-color: #d5cbc2;	
}
.screens .hdg {
  font-size: 3em;
  font-weight: bold;
  color: #f16522;
}
.screens .sub-hdg {
  font-size: 2em;
  font-weight: normal;
  color: #ffffff;
}
.screens .write-up {
  color: #ffffff;
  line-height: 1.15;
}
.bg-ques {
  /* background-color: rgba(241, 101, 34, 0.15); 
    margin-top:2.5rem !important;*/
}
.ques h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
  font-size: 1.5em;
  line-height: 1.2;
  color: #652d90;
}
.sample-head {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
  font-size: 2em;
  line-height: 1.2;
  color: #000000;
}
#myCarousel .brdr-que .inputGroup span {
  color: #d01873;
  margin: 0.5em;
  background-color: #fff;
  display: flex;
  cursor: pointer;
  transition: all 200ms ease-in;
  align-items: center;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
}
#myCarousel .brdr-que .inputGroup:hover span {
  color: #000000;
  background-color: #ffffff;
}
.music-node {
  top: 25%;
  left: 10%;
}
.music-node-2 {
  top: 20%;
  right: 10%;
}
.flower {
  top: 100%;
  left: 1%;
}
.feather {
  top: 85%;
  right: -2%;
}

.steps-green {
  background-color: #ffffff !important;
  font-size: 1.35em;
  padding: 0.35em 1em;
  border-radius: 10px;
  border: #008000 solid 2px;
  font-weight: normal;
  color: #080000;
  position: absolute;
  top: -10%;
}
.steps {
  border: #008000 1px solid;
  border-radius: 20px;
  position: relative;
  padding: 3rem 1rem 1rem 1rem;
}
.text-green {
  color: #008000;
}
.bg-puzzle {
  background: url("../images/puzzle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 762px;
  height: 450px;
  margin: 0 auto;
}
.tyre {
  top: 47%;
  right: 2%;
}
.engine {
  top: 0%;
  right: 3%;
}
.seat {
  top: 0%;
  left: 38%;
}
.handle {
  top: 0%;
  left: 2%;
}
.block {
  opacity: 0;
  transition: opacity 1s ease;
}
.block.visible {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  #content {
    margin-top:0px;    
  }	
  #about {
    padding: 2rem 0;
  }
  .bg-puzzle {
    width: 100vw;
    height: 30vh;
  }
  .block img {
    width: 100%;
  }
  .tyre {
    right: 2%;
    top: 48%;
    width: 30%;
  }
  .engine {
    top: 4%;
    right: 2%;
    width: 30%;
  }
  .handle {
    top: 5%;
    left: 2%;
    width: 36%;
  }
  .seat {
    top: 3%;
    left: 38%;
    width: 30%;
  }
#myCarousel .carousel-item { min-height:auto;}	
.ques h4 { font-size: 1em; line-height: 1.3;}	
	
}


