@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.woff2') format('woff2'), url('../fonts/Graphik-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.form-main-section .row{
margin:0;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "";
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(135deg);
  -webkit-transform: rotate(-135deg);
  margin-right: 1px;
  margin-top: 10px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.tc-list {
  padding-right: 30px;
  margin-top: 30px;
  list-style: none;
}
 .tc-list h3{
      font-size:18px;
  }
  .tc-list span{
    position: relative;
    padding-left: 10px;
	margin-left: 20px;
  }
  .tc-list span::before{
    content: "";
    position: absolute;
	background: #000;
    width: 5px;
    height: 5px;
	border-radius: 50%;
	top: 5px;
    left: 0;
  }
.tandc-wrap {
  padding: 50px 0;
}
body {
  font-size: 16px;
  font-family: 'Graphik';
  overflow: auto !important;
  direction: ltr;
  text-align: left;
}
ul, li {
  padding: 0;
  margin: 0;
}
[type="button"] {
  -webkit-appearance: none !important;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
  color: #000;
  font-weight: 700;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
p {
  font-size: 16px;
}
a {
  transition: background-color 1s ease-out;
}
img {
  max-width: 100%;
}
.logo img {
  width: 102px;
}
.contest-img {
  position: absolute;
  top: 22%;
  right: 2%;
  width: 200px;
}
.overlay-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.banner-section {
  position: relative;
}
.banner-section .only-banner img {
  width: 100%;
}
.banner-section h1 {
  font-size: 30px;
  color: #000;
  line-height: 44px;
  margin-top: 80px;
  font-weight:500;
  text-transform: uppercase;
  max-width: 600px;
}
.banner-section p{
 font-size: 18px;
 color: #000000;
}
.banner-section h1 strong {
  font-weight: 700;
}
.banner-section h1 span {
  display: block;
}
.clk-here {
  background: #FF8B00;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  display: block;
  border-radius: 14px;
  max-width: 200px;
  text-align: center;
  -webkit-box-shadow: 7px 8px 49px -17px rgba(255, 139, 0, 0.46);
  -moz-box-shadow: 7px 8px 49px -17px rgba(255, 139, 0, 0.46);
  box-shadow: 7px 8px 49px -17px rgba(255, 139, 0, 0.46);
}
.clk-here:hover {
  background: #00aeef;
  color: #FFF;
  text-decoration: none;
  ;
}
.form-main-section {
  width: 74%;
  margin: 0px auto;
  position: relative;
}
.form-main-section .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.landing-content h3 {
  padding-bottom: 32px;
}
.form-sec {
  border-radius: 14px;
  padding: 21px;
  background: #FFF;
  position: relative;
    z-index: 2;
  -webkit-box-shadow: 7px 8px 49px -17px rgb(255 139 0 / 46%);
  -moz-box-shadow: 7px 8px 49px -17px rgba(255, 139, 0, 0.46);
  box-shadow: 7px 8px 49px -17px rgb(255 139 0 / 46%);
  max-width: 380px;
}
.form-sec * {
    font-family: 'Graphik';
    text-align: left;
    direction: ltr;
}
footer {
  padding-bottom: 28px;
}
footer * {
  font-family: 'Graphik';
}
ul.footer-links li {
  list-style: none;
}
ul.footer-links li a {
  color: #FFF;
  font-size: 13px;
}
ul.footer-links li a:hover {
  color: #F7941D;
  text-decoration: none;
}
.f-top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #fff;
}
.footer-social-media {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.footer-social-media li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.footer-btm-info li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  margin-left: 10px;
  padding-left: 13px;
  letter-spacing: 0px;
  position: relative;
}
.footer-btm-info li p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}
.footer-btm-info li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 14px;
  width: 1px;
  background: #fff;
  top: 2px;
}
.footer-btm-info li a {
  color: #fff;
}
.footer-sec small, .footer-sec .small {
  color: #ffffff !important;
}
.footer-sec small a {
  color: #F7941D;
}
.footer-btm-info li a:hover {
  color: #F7941D;
  text-decoration: none;
}
.footer small a {
  color: #F7941D;
}
.footer-social-media li a {
  webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: block;
}
.footer-social-media li a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.form-sec h3 {
  color: #000;
  font-size: 16px;
  font-family: 'Graphik';
  font-weight: 600;
  padding-bottom: 29px;
  margin-bottom: 0;
}
.form-sec label {
  font-size: 13px;
  color: #000000;
  font-family: 'Graphik';
  width: 100%;
}
.form-sec .form-control {
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  border: none;
  border-bottom: 2px solid #707070;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
}
.form-sec .form-control:focus {
  outline: none;
  border-bottom: 2px solid #FF8B00;
  box-shadow: none;
}
.form-sec-right {
  direction: ltr;
}
.error {
  color: red;
  display: none;
}
.paint-char {
	position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 1;
}
.section-2 {
  position: relative;
  background: #f0f0f0;
}
.form-main-section:before {
  position: absolute;
  right: -17.5%;
  top: 0;
  width: 13%;
  height: 100%;
  background: #F4F6EF;
  content: "";
}
.listing-sec {
  list-style: none;
}
.listing-sec li {
  padding: 5px 0;
  font-weight: 500;
}
.listing-sec li i {
  font-style: normal;
  display: inline-block;
  width: 80%;
  line-height: 17px;
  padding-left: 10px;
  color: #323232;
}
.listing-sec li:before {
  width: 10px;
  height: 10px;
  content: "";
  background: #FF8B00;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 7px;
  margin-left: 0px;
}
.disclaimer {
  position: absolute;
  left: 0;
  bottom: 49px;
}
label i a {
  text-decoration: underline;
  color: #1665B5;
}
label i a:hover {
  text-decoration: none;
}
.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
.checkbox > span {
  color: #34495E;
  padding: 0 0px 0 8px;
}
.checkbox > input {
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #FFF;
  cursor: pointer;
}
.checkbox > input:checked {
  border: 1px solid #F87C1E;
  background-color: #F87C1E;
}
.checkbox > input:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #fbfffd;
  position: absolute;
  right: 3px;
  top: -1px;
}
.checkbox > input:active {
  border: 2px solid #34495E;
}
.submit-bttn input[type="submit"] {
  background: #89137D;
  width: 100%;
  padding: 14px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 1s ease-out;
}
.submit-bttn input[type="submit"]:hover {
  background: #F7941D;
  color: #FFF;
}
.section-3 {
  padding: 100px 0 50px 0;
}
.mb-banner, .mob {
  display: none;
}
.section-3 h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  padding-bottom: 50px;
}
.section-3 .listing-sec li {
  padding: 10px 0;
  font-size: 17px;
}
footer {
  background: #000000;
}
footer p {
  color: #FFF;
  font-size: 13px;
  padding-top: 20px;
}
.wts-app-float {
  position: fixed;
  bottom: 10%;
  left: 10%;
  z-index: 10000;
}
.thanks-wrap {
  padding: 100px;
}
.thanks-wrap h3 {
  color: #84C123;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
}
.thanks-content-wrap {
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
}
.wts-app-float img:hover {
  filter: drop-shadow(5px 5px 4px #999);
}
p.note {
  margin-top: 25px;
  font-size: 16px;
}
/* Dropdown Button */
.dropbtn {
  background-color: #000000;
  color: white;
  padding: 2px 24px;
  font-size: 14px;
  border: none;
}
.dropbtn:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 8px;
  margin-top: -4px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  font-size: 14px;
  opacity: 0;
}
.logo {
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 95px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(135deg);
  -webkit-transform: rotate(-135deg);
  margin-right: 8px;
  margin-top: 4px;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #FF8B00;
}
.section-4 {
  padding: 0px 0 0px 0;
}
.section-4 h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  padding-bottom: 20px;
}
.radio-box label.radio-label {
  width: auto;
  margin-right: 10px;
}
.radio-box input[type="radio"] {
  position: relative;
  top: 3px;
}
.emirate-select {
  height: auto !important;
  font-weight: 500 !important;
}
.listing-sec ul {
  text-align: center;
}
.checkbox a {
  color: orange;
}
.section-4 .listing-sec li {
  float: right;
  display: inline-block;
  width: 23%;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin: 5px;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
}
.section-4 .listing-sec li a {
  padding: 0 5px;
  color: #000;
}
.section-4 .listing-sec li::before {
  display: none;
}
.section-4 .listing-sec li img {
  width: 28px;
}
.pack-wrap {
	text-align: right;
	display: none;
}
.pack-wrap h3 {
	text-align: right !important;
}
.pack-wrap-inner {
	background: #f0f0f0;
	padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .contest-img {
    width: 130px;
  }
  .disclaimer {
    position: absolute;
    left: auto;
    bottom: 0px;
  }
  .paint-char, .form-main-section:before {
    display: none;
  }
  .form-main-section {
    width: 100%;
  }
}
@media only screen and (min-width:760px) and (max-width:900px) {
  .overlay-content p.note {
    max-width: 52%;
  }
  .desk-banner {
    overflow: hidden;
  }
  .banner-section .only-banner img {
    width: 110%;
    max-width: 110%;
  }
}
@media only screen and (min-width: 767px) {
  ul.footer-links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-left: 30px;
  }
  .select-caparol {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .contest-img {
    top: 28%;
    right: auto;
    left: 2%;
    width: 107px;
  }
}
@media (max-width: 767px) {
  .section-4 .listing-sec {
    width: 300px;
    margin: 0 auto;
  }
  .section-4 .listing-sec li {
    display: block;
    width: auto;
    float: inherit;
  }
  .footer-btm-info li {
    padding: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .footer-btm-info li:after {
    display: none;
  }
  .contest-img {
    top: 20%;
    left: 2%;
    right: auto;
  }
  .disclaimer {
    position: absolute;
    right: -114%;
    left: auto;
    bottom: 0px;
    max-width: 300px;
  }
  p.note {
    margin-top: 10px;
    font-size: 14px;
  }
  .wts-app-float {
    left: 0;
    bottom: 26%;
  }
  .mb-banner, .mob {
    display: block;
    max-height: 700px;
    overflow: hidden;
    height: 700px;
  }
  .desk-banner, .desk {
    display: none;
  }
  .banner-section .only-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-section .container {}
  .banner-section h1 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 10px;
    max-width: 65%;
    margin-top: -35px;
  }
  .landing-content {
    max-width: 310px;
    margin: 0px auto;
    margin-bottom: 40px;
  }
  .form-sec .form-control {
    padding-bottom: 0px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .landing-content h3 {
    text-align: right;
  }
  .clk-here {}
  .form-sec {
    max-width: 320px;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  .disclaimer {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  .footer-social-media {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .banner-section h1 {
    max-width: 95%;
  }
  .thanks-wrap {
    padding: 50px;
  }
  footer .logo {
    margin-left: -22px;
  }
  .overlay-content p.note {
    max-width: 100%;
  }
  .section-3 {
    padding: 25px 50px;
  }
  .disclaimer {
    position: relative;
    right: auto;
    left: auto;
    max-width: 100%;
    bottom: 0px;
  }
  .contest-img {
    top: 16%;
    right: 10%;
    left: auto;
    width: 152px;
  }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1023px) {
  .section-4 .listing-sec {
    width: 300px;
    margin: 0 auto;
  }
  .section-4 .listing-sec li {
    display: block;
    width: auto;
    float: inherit;
  }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) {
  a.logo img {
    width: 82px;
    image-rendering: -webkit-optimize-contrast;
  }
  .banner-section h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .clk-here {
    max-width: 150px;
    padding: 10px 20px;
    font-size: 13px;
  }
}
.banner-section .container-fluid {
	text-align: left;
}