
  
  body, html {
  height: 100%;
  font-family:Arial, Helvetica, sans-serif;
  /*letter-spacing: 1px;*/
	font-size: 1.1rem;
  color:#ffffff;
  background-color:#000000;
}

::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:0.75rem;}
.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:#000000;
    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: #ffffff;
    background-color: #f16522;
    border-color: #f16522;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.25em;
}
    .btn-red:hover {
        color: #f16522;
        background-color: #ffffff;
    }
.bg-red {
  /* background-color: #da001a; */
  color: #fff;
  padding: 1rem 2rem;
  border-radius: .8rem;
  width: 85%;
  margin: 0 auto;
  background: rgb(223,91,54);
  background: linear-gradient(270deg, rgba(223,91,54,1) 0%, rgba(13,72,126,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;
  background: url("../images/bg-que.jpg") no-repeat 0% 0%;
  background-size: cover;
  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 {
        padding: 5px;
        width: 100%;
        text-align: left;
        color: #ffffff;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        line-height: 1.35;
        margin-bottom: 0;
        font-family: Arial;
        font-weight: 600;
        display: flex;
        border-left: #f16522 1px solid;
        border-bottom: #f16522 1px solid;
        align-items: center;
        font-size: 0.75em;
    }

.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: #ffd400;
}

#myCarousel .inputGroup input:checked ~ label span{
  background-color: #ffd400;
}

.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;
    }


/*  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{background-color:#ebebeb !important; 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;
}

#about{/* background-image: url("../images/bg-about.png");
background-repeat: no-repeat;
background-position: center 100%;*/
background-color:#000000;
padding: 50px 0 0 0; 
position:relative;
background-size: cover;
text-align: center;}

#about p{ color:#000000 !important; font-size:1.25rem;}
#about span{font-weight:bold;}
#about h6{font-size:0.85rem;}
#about h4{color: #10365c;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  line-height: 1;
  font-style: italic;}
#about{
background-position: center 100%;
}
#main .brdr-que{
margin:0 auto;
background: #000000;
position: relative;
z-index: 1;
width: 100%;
padding: 1em;
}
#about h5{
  font-size: 1.1rem;
  font-weight: 700;
  font-family:Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  color: #fff;}

h1{color:#10365c; font-size: 5rem;
text-transform: uppercase;
position: relative;
z-index: 2;
line-height: 1;
font-style: italic;}

h2{color:#10365c; font-size: 2.5rem;
  /* text-transform: capitalize; */
  font-weight: 900;
  position: relative;
  z-index: 2;
  line-height: 45px;}

h4{
  color:#10365c; font-size: 1.5rem;
  /* 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{
background-color:#000000; 
padding: 100px 0;
position:relative;
padding: 20px 0;
background-size: cover;
text-align: center;
}
#steps h2 {
    color: #d01873 !important;
}
#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;
}

.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;
}

/* @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;}
}

#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: #f0d653;
  border-color: #f0d653;
  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 screen and (max-width: 600px) {
    #about {
      padding:2rem 0;
    }
  }



  @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;}
  }

.screens .bg-hdg-pink {
    background-color: #d11875 !important;
    font-size: 1em;
    display: inline;
    padding: 0.25em 0.35em;
}
.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: 1em;
    display: inline;
    padding: 0.25em 0.35em;
    color: #000000 !important;
}
.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:2rem !important;
}

    
.ques h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-top: 1em;
    font-size: 1.15em;
    line-height: 1.2;
    color:#ffffff;
}
#myCarousel .brdr-que .inputGroup span {
    color: #000;
    margin-right: 0.5em;
    background-color: #f16522;
    padding: 1px 7px;
    display: flex;
    cursor: pointer;
    transition: all 200ms ease-in;
    text-transform: capitalize;
    align-items: center;
}