body {
	margin: 0;
	padding: 0;
  background-color: #3f3f3f;
  overflow-x: hidden !important;
  font-family: 'DINNextArabicRegular';
}

/* For modern browsers */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: white !important; /* Set text color to white */
  transition: background-color 5000s ease-in-out 0s !important; /* Adjust the timing as needed */
}

/* For other browsers */
input:-moz-autofill {
  background-color: transparent !important;
  color: white !important; /* Set text color to white */
}
/*--------------------------------------------------------------
# NearForm - Banner Section 
--------------------------------------------------------------*/
.refer-friend-banner img {
  object-fit:cover;
  height:70vh;
  width:100%;
  object-position: top;
}
.refer-friend .nearform h4:after {
  width: 23px !important;
}
.refer-friend .formdivision{
  margin-top: -85px !important;
}
.refer-friend {
  position: relative;
  background-color: transparent !important;
  padding: 0px 50px 80px !important;
 margin-top: -50px;
  z-index: 999;
}
.refer-friendheading {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
}
.event-banner {
  padding: 0px 0;
  position: relative;
}
.event-banner h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.event-banner p {
  font-family: 'DINNextArabicRegular';
  color: #fff;
  opacity: 0.9;
  letter-spacing: 0.52px;
  font-weight: normal;
}
.event-banner p span {
  font-weight: bold;
  color: #fff;
  font-family: 'DINNextArabicRegular';
}
.event-banner h1 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
	font-size: 60px;
	line-height: 69px;
}
.event-banner .owl-dots {
	margin-top: 10px;
}
.event-banner .owl-dots {
	margin-top: 10px;
	position: absolute;
	width: 100%;
	bottom: 10%;
	z-index: 99999 !important;
}
.event-slider {
  position: absolute;
  z-index: 9;
  bottom: 17%;
  left: 25%;
  color: #fff;
  width: 50%;
}
/* .event-slider:has([dir="rtl"]) {
	position: absolute;
	z-index: 9;
	top: 40%;
	right: 10%;
	color: #fff;
} */
.eventbannerimage {
	position: relative;
}
.event-carosel i.owl-direction {
	margin: 0 13px;
	font-size: 3em;
	padding: 0;
	color: #607D8B;
}
.owl-carousel {
	margin: 0;
	padding: 0;
}
.owl-carousel .owl-item {
	margin-right: 0;
}
.eventbannerimage img {
	/* height:80vh; */
	max-height: 100%;
	width: 100%;
	object-fit: cover;
  object-position: top;
}
/*--------------------------------------------------------------
# NearForm - Banner Section 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# NearForm - Form Section Start
--------------------------------------------------------------*/
/* #personalinfo {
  top: -2px;
} */
.multi-step-form .steps button span {
  position: relative;
  top: -1px;
} 
.form-section {
  position: relative;
  background: linear-gradient(to bottom, rgba(68, 68, 68, 0), rgba(63, 63, 63, 0.86), rgba(63, 63, 63, 1));
  padding:0px 30px 0;
  top:-115px;
  z-index:999;
}
.form-section .spirasign  {
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0 40px;
}
.form-section .nearform h4 {
  position: relative;
}
.form-section .nearform .mt-5 {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.form-section .nearform h4:after {
  content:'';
  position:absolute;
  background-color:#fff;
  height:2px;
  width: 21px;
  left: 8px;
  bottom:-10px;
}
.form-section .nearform .ar-content h4:after {
  right:15px;
  left: 0;
}
.form-section .flag-container {
  position: relative;
  display: inline-block;
}
.form-section .flag-container input {
  padding: 10px 0 20px 80px !important;
}
.form-section .country-code {
  position:absolute;
  left:35px;
  top:0;
  padding:0 10px;
  color:#fff;
}
.form-section .nearform {
  color: #fff;
  background-color: #292929;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 35px 50px 50px 30px !important;
  position: relative;
  overflow-x: inherit;
}
.form-section .nearform:after {
  content: '';
  position: absolute;
  background-image: url("/images/form-bg.webp");
  background-repeat: no-repeat;
  width: 158px;
  height: 289px;
  top:25%;
  left:40%;
}
.form-section .nearform form {
  margin-top:50px;
  z-index: 9999999999;
  position: relative;
}
.form-section .dropdown-menu.show {
  display: block;
  width:100%;
}
.form-section .nearform .form-group {
  margin-bottom:30px;
}
.form-section .formdivision {
  margin-top:-240px;
  justify-content: center;
  display: flex;
}
.form-section .formdivision .col-md-4, .formdivision .col-md-8, .form-section .formdivision .col-md-3 {
  padding-left:0;
  padding-right:0;
}
.form-section .formleftbg {
  max-width: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
div#otherInput {
  margin: 0;
}
.form-section .nearform .form-group input {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #717171;
  color:#fff;
  padding: 10px;
  font-family: 'DINNextArabicRegular';
}
.form-section .nearform .form-group input:focus {
  border:none;
  border-bottom:1px solid #fff;
  outline:none;
}
.form-section .nearform .dropdown-toggle {
  white-space: nowrap;
  width: 100%;
  text-align: left;
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #717171;
  border-radius: 0;
  padding-top: 0;
  padding-left: 0;
  opacity:0.8;
}
.form-section .nearform .dropdown-toggle:focus {
  border:none;
  outline:none;
  border-bottom: 1px solid #fff;
}
.form-section .nearform .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 0;
  top: 20px;
  color: #fff;
}
.form-section .file-input-container {
  position: relative;
  display: inline-block;
  width:100%;
  /* opacity:0.8; */
  padding-top: 25px;
}
/* .form-section .file-input-container input[type="file"] {
  position: absolute;
  left: -9999px;
} */
.form-section .file-input-container label {
  display: inline-block;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding:20px 12px;
  cursor: pointer;
}
.form-section .file-input-container img {
	position: absolute;
  right:0px;
}
.form-section .file-input-container label:after {
  content: "Choose File";
}
.file-input {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  padding: 8px;
  cursor: pointer;
  width: 100%;
  position: relative;
  border-radius: 3px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  padding: 12px 60px;
  border-radius: 2px;
  float: right;
  background: url("/images/black-button-bg.png") no-repeat;
  background-size: 100% 100%;
  font-family: 'DINNextArabicRegular';
  font-size: 22px;
  font-weight: 600;
}

.file-input > .label {
  color: #fff;
  white-space: nowrap;
  font-family: 'DINNextArabicRegular';
}

.file-input.-chosen > .label {
  opacity: 1;
}
.form-section .file-input-container input[type="file"]:focus + label,
.form-section .file-input-container input[type="file"]:not(:focus) + label {
  outline: aliceblue;
  outline-offset: -1px;
  background-color: #3333;
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.04);
  width:100%;
}
.form-section .file-input-container input[type="file"]:valid + label:after {
  content: attr(data-file-name);
}
.form-section .info  {
  color:#fff;
  margin-top:50px;
  text-align:center;
  position: relative;
  bottom: -30px;
}
.form-section .info:after  {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 31px;
  height: 2px;
  left: 49%;
  bottom: -10px;
  justify-content: center;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.form-section .mb-30 {
  margin-bottom:30px;
}
.adminform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
  opacity:0.8;
}
.adminform input::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
  opacity:0.8;
}
.adminform input:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
  opacity:0.8;
}
.adminform input:-moz-placeholder { /* Firefox 18- */
  color:#fff;
  opacity:0.8;
}
.flag {
  background: url("/images/united-arab-emirates.png") no-repeat;
  height: 25px;
  background-repeat: no-repeat;
}
.form-section select.form-select {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #717171;
  border-radius: 0;
  padding: 10px;
  color:#fff;
  font-family: 'DINNextArabicRegular';
}
.form-section select option {
  color: #212529 !important;
}
.form-section select option:disabled {
  color: #808080 !important;
}
.form-section .form-select:focus {
  box-shadow: unset;
}
/*--------------------------------------------------------------
# NearForm - Form Section End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# NearForm - Question Form Section Start
--------------------------------------------------------------*/
.side-menubar {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index:9999;
  transform: rotate(270deg);
  left:-12%;
  top:45%;
}

.side-menubar nav ul {
  padding: 0;
}

.side-menubar nav li {
  list-style: none;
  float:left;
  display:flex;
}

.side-menubar nav li a:not([href]):not([class]),
.side-menubar nav li a:not([href]):not([class]):hover {
    color: #9a9a9a;
}

.side-menubar nav li a {
  text-decoration: none;
  color: #9a9a9a;
  display: block;
  padding: 0.6rem 2.3rem;
  font-weight: 400;
  font-size:18px;
  transition: all ease-out 250ms;
  cursor: pointer;
}
#question2_other_text {
    float: left;
    width: 100%;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}
.side-menubar nav li a:hover {
  color: #fff;
}
.side-menubar .active {
  color: #fff; 
  position: relative;
}
.side-menubar .active::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  border-radius: 50px;
}
.question-form {
  background-color:#292929;
  padding:0px;
  /* height:100vh;
  overflow:hidden; */
}
label.question-heading span {
  font-size: 20px;
  /* font-weight: 600; */
  color: #FFFFFF;
}
.question-form .btn-prev {
  color: #fff;
  opacity: 0.7;
  margin-top: 30px;
  font-size: 18px;
  /* font-weight: 600; */
}
#step-5 .question-form .btn-prev {
  color: #fff;
  opacity: 0.7;
  margin-top: 30px;
}
.mt-100 {
  margin-top:100px;
}
.question-form .btn-next {
  margin-top:30px;
}
.question-form .btn.btn-default.btn-next {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.question-form .btn.btn-default.btn-next span {
  position: absolute;
  color: #fff;
  font-family: 'DINNextArabicRegular';
  font-size: 20px;
  /* font-weight: 600; */
  right: 0;
  left: 0;
  letter-spacing: 1px;
}
.classedboth-center {
  align-items: center;
  text-align: center;
  justify-content: center;
}
#submit, #step-5 .btn-prev {
  margin-top: 0;
}
.rightbgimage {
  width:100%;
}
.multi-step-form {
  padding: 70px 50px 60px 50px;
  width: 80%;
  margin: 0 auto;
}
#step-5 .prev-next-btn {
  margin-top:30px;
  display: inline-block;
}
.multi-step-form .steps button {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  color: #EEEEEE;
  background: rgba(251, 251, 251, 0.05);
  border: none;
  font-size: 22px;
  cursor: unset;
  font-family: 'DINNextArabicRegular';
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#custom-textbox {
    width: 70%;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0 auto;
}
.multi-step-form .steps .active {
  font-weight: bold;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 100%;
}
.multi-step-form .steps .visited {
  cursor: pointer;
}
.multi-step-form .steps .visited {
  background: #E2A56B;
  color: #000;
}
.multi-step-form .question {
  padding:40px 0;
}
.multi-step-form .radio-group {
  display: flex;
  flex-direction: column;
}
.hide-step {
  display:none;
}
.multi-step-form .radio-group label {
  margin-bottom: 10px; /* Adjust the margin as needed */
}
.multi-step-form .btn-next {
  display: inline-block;
}
.multi-step-form .btn-success {
  display: none;  
}
.multi-step-form .question {
  padding: 40px 0;
}
.active {
  font-weight: bold;
  }
  /* Hide the default radio buttons */
.radio-buttons input[type="radio"] {
  display: none;
}

/* Style the custom radio button labels to look like buttons */
.radio-buttons label {
  display: inline-block;
  padding: 5px 4px;
  background-color: #3498db;
  color: #fff;
  border: 2px solid #BDBDBD;
  cursor: pointer;
  border-radius: 30px;
  margin-right: 10px;
  width: 110px;
  background-color: transparent;
  text-align: center;
  line-height: 25px;
}
.steps {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
/* Style the custom radio button labels when they are checked */
.radio-buttons input[type="radio"]:checked + label {
  background-color: #3498db;
  border:1px solid #3498db;
  color: #FFFFFF;
}
.fitness-radio-container {
  display: initial;
}
.fitness-radio-container label {
  margin-right: 15px;
}
.club-radio-container {
  display: block;
  width: 33%;
  float: left;
  text-align: initial;
  padding-bottom: 10px;
}

.question8-container[dir="rtl"] .q8-other-option {
  float: right;
}

.question8-container[dir="rtl"] .club-radio-container {
  padding-right: 0;
}

.q8-other-option {
  width: 60% !important;
  margin-top: 5px;
}
.classedboth-container {
  display: block;
  width: 25%;
  float: left;
}
.multi-step-form .question label {
  color: #CCCCCC;
  padding-bottom: 10px;
  font-size:16px;
  /* font-weight: 600; */
  /* opacity:0.8; */
}
.multi-step-form #question1 label {
  margin: 10px 20px 0 0px;
}
.multi-step-form #question5 label {
  margin: 10px 30px 0 0px;
}
.multi-step-form #question5 label {
  margin: 10px 25px 0 0px;
}
.multi-step-form #question6 label {
  margin: 10px 30px 0 0px;
}
/* .multi-step-form #question1 .radio-buttons, .multi-step-form #question4 .radio-buttons {
  opacity: 0.7;
} */
/*--------------------------------------------------------------
# NearForm - Question Form Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer - Footer Section Start
--------------------------------------------------------------*/

footer {
	background-color:#1F1E1E;
	padding:20px;
}
footer li {
	padding-left:15px;
	padding-right:15px;
	position: relative;
}
footer li a {
	color:#fff;
	position: relative;
	text-decoration:none;
	font-size:12px;
  opacity:0.9;
}
footer li:nth-child(3)::after {
	background-color:transparent;
}
footer li:after {
	content: '';
    position: absolute;
    background-color: #fff;
    width: 15px;
    height: 2px;
    right:-10px;
    transform: rotate(90deg);
    top: 12px;
}
footer .copyrights {
	color:#fff;
	font-size:12px;
	margin-bottom:0;
}
#nextBtn2 {
    opacity: 0.5;
    pointer-events: none;
}
#nextBtn3 {
    opacity: 0.5;
    pointer-events: none;
}
@media(max-width:767px) {
  .side-menubar {
    display:none;
  }
	.event-slider {
    top: -60px !important;
  }
  .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 0;
}
[dir="rtl"] .event-slider {
		position: absolute;
		left: 85%;
		transform: translate(-100%, -50%);
	}
.owl-carousel .owl-item {
		display: flex;
		align-items: center;
	}
.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 10px;
		position: absolute;
		width: 100%;
		bottom: 5%;
		z-index: 99999 !important;
	}
  .eventbannerimage img {
		height:350px;
		max-height: 100%;
		width: 100%;
		object-fit: cover;
	}
.event-banner h1 {
		text-transform: capitalize;
		color: #fff;
		margin-bottom: 30px;
		font-size: 34px;
		line-height: 32px;
		text-align: center;
		margin-top: 30%;
	}
  .form-section .file-input-container img {
    position: absolute;
    right: 0;
    width: 100px;
    top: 35px;
}
.form-section {
    padding:0px 30px 40px;
}
.form-section .info {
    font-size: 18px;
}
.form-section .formdivision {
  margin-top: -20px;
  justify-content: center;
  display: flex;
}
.form-section .nearform {
  border-radius: 0;
  padding: 30px 30px 30px 30px !important;
}
.form-section .nearform .form-group input {
  font-size: 13px;
}
.form-section .file-input-container label {
  padding: 10px 12px;
  font-size: 14px;
}
.form-section .nearform .dropdown-toggle {
  font-size: 14px;
}
.form-section .mb-30 {
  margin-bottom:20px;
}
.form-section .nearform .form-group {
  margin-bottom: 20px;
}
.form-section .country-code {
  position: absolute;
  left: 35px;
  top: 3px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.file-input-container p {
  font-size: 12px;
  margin-bottom: 10px;
}
.question-form {
  height: auto;
}
.multi-step-form .steps button {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #707070;
  background: rgba(251, 251, 251, 0.05);
  border: none;
  font-size: 18px;
  margin: 0 30px;
}
.multi-step-form {
  margin-left:0;
}
.classedboth-container {
  display: block;
  /* width: 100%; */
  float: left;
}
.multi-step-form .steps button {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #707070;
  background: rgba(251, 251, 251, 0.05);
  border: none;
  font-size: 18px;
  margin: 0 11px;
}
.multi-step-form .question label {
  padding-bottom: 10px;
  font-size: 16px;
  opacity: 0.8;
}
#question2_other_text {
  width:100%;
  float: left;
}
.club-radio-container {
  width: 50%;
  float: left;
  /* text-align: left; */
  padding-right: 40px;
}
footer .row {
  text-align:center;
}
.multi-step-form {
  padding: 40px 20px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.multi-step-form #question5 label {
  margin: 10px 15px 0 0px;
}
}

@media (min-width:768px) {
	.event-slider .banner-btn-div:has(.ar-content) {
		float: right;
	}
}
/* Footer */
footer .align-items-center {
  text-align: center;
  justify-content: space-between;
  display: flex;
}
.footer-inline {
  display: inline-block;
  margin-left: 30px;
}
footer .social-icons-inline li:after {
  display: none;
}
footer .social-icons-inline li {
  padding-left: 10px;
  padding-right: 10px;
}
/* Success page */
.fixed-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
}
#success-page .eventbannerimage img{
  height: 100vh;
} 
#success-page .event-slider,#success-page .success-message {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-image: url("/images/success-black-bg.webp");
  background-repeat: no-repeat; */
}
#success-page .btn img{
  position: relative;
}
#success-page .success-message {
  position: absolute;
  background: url("/images/success-black-bg.webp");
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  /* padding: 30px 100px; */
  color: #FFFFFF;
  /* width: 100%; */
}
#successs-msg-p1, #invite-successs-msg-p {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 16px;
}
#success-page h2 {
  margin-bottom: 16px;
  color: #FFFFFF !important;
}
/* Reference page */
.refer-friend .btn.btn-default.btn-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  /* margin-top: 20px; */
  width: auto;
  padding: 0;
}
.refer-friend .btn.btn-default.btn-next span {
  position: absolute;
  color: #fff;
  font-family: 'DINNextArabicRegular';
  font-size: 22px;
  font-weight: 600;
}
.refer-friend .btn-align {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: end;
  justify-content: end;
}
.refer-friend .note {
  margin-top: 20px;
  color: #FC4545;
}
.refer-friend .btn:disabled {
  outline: none;
  border: none;
}
#validation_message, #imageError {
  color: #FC4545;
  padding-top: 5px;
}
#personalinfo #validation_message {
  padding-bottom: 15px;
  padding-top: 0;
}
#emailError {
  color: #FC4545;
  padding-top: 15px;
}
#preview {
  left: 5px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.label_spacing {
  margin-left: 70px;
}
input[type="radio"] {
  cursor: pointer;
}
.refer-friend ul.alert.alert-danger {
  padding-top: 0;
  list-style-type: none;
  margin-bottom: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] { /* Firefox */
  -moz-appearance: textfield; 
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1 !important; 
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF !important;
}
.form-section .file-input-container p{
  color: #ffffff;
  opacity: 1 !important;
}

#question5 [type="radio"]:checked, #question5 [type="radio"]:not(:checked),
#question6 [type="radio"]:checked, #question6 [type="radio"]:not(:checked),
#question2 [type="radio"]:checked, #question2 [type="radio"]:not(:checked),
#question3 [type="radio"]:checked, #question3 [type="radio"]:not(:checked),
#question7 [type="radio"]:checked, #question7 [type="radio"]:not(:checked) 
{
  position: absolute;
  left: -9999px;
}

#question5 [type="radio"]:checked + label, #question5 [type="radio"]:not(:checked) + label, 
#question6 [type="radio"]:checked + label, #question6 [type="radio"]:not(:checked) + label, 
#question2 [type="radio"]:checked + label, #question2 [type="radio"]:not(:checked) + label, 
#question3 [type="radio"]:checked + label, #question3 [type="radio"]:not(:checked) + label,
#question7 [type="radio"]:checked + label, #question7 [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  /* color: #666; */
}
#question5 [type="radio"]:checked + label:before,
#question5 [type="radio"]:not(:checked) + label:before,

#question6 [type="radio"]:checked + label:before,
#question6 [type="radio"]:not(:checked) + label:before,

#question2 [type="radio"]:checked + label:before,
#question2 [type="radio"]:not(:checked) + label:before,

#question3 [type="radio"]:checked + label:before,
#question3 [type="radio"]:not(:checked) + label:before,

#question7 [type="radio"]:checked + label:before,
#question7 [type="radio"]:not(:checked) + label:before 
{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #292929;
}

#question2 .radio-container[dir="rtl"] [type="radio"]:checked + label:before,
#question2 .radio-container[dir="rtl"] [type="radio"]:not(:checked) + label:before,

#question3 .fitness-container[dir="rtl"] [type="radio"]:checked + label:before,
#question3 .fitness-container[dir="rtl"] [type="radio"]:not(:checked) + label:before,

#question5 .question5-radio[dir="rtl"] [type="radio"]:checked + label:before,
#question5 .question5-radio[dir="rtl"] [type="radio"]:not(:checked) + label:before,

#question6 .question6-container[dir="rtl"] [type="radio"]:checked + label:before,
#question6 .question6-container[dir="rtl"] [type="radio"]:not(:checked) + label:before,

#question7 .classedboth-center[dir="rtl"] [type="radio"]:checked + label:before,
#question7 .classedboth-center[dir="rtl"] [type="radio"]:not(:checked) + label:before,

#classesorboth .question8-container[dir="rtl"] [type="radio"]:checked + label:before,
#classesorboth .question8-container[dir="rtl"] [type="radio"]:not(:checked) + label:before 

{
  right: -25px;
}

#question2 .radio-container[dir="rtl"] [type="radio"]:checked + label:after,
#question2 .radio-container[dir="rtl"] [type="radio"]:not(:checked) + label:after,

#question3 .fitness-container[dir="rtl"] [type="radio"]:checked + label:after,
#question3 .fitness-container[dir="rtl"] [type="radio"]:not(:checked) + label:after,

#question5 .question5-radio[dir="rtl"] [type="radio"]:checked + label:after,
#question5 .question5-radio[dir="rtl"] [type="radio"]:not(:checked) + label:after,

#question6 .question6-container[dir="rtl"] [type="radio"]:checked + label:after,
#question6 .question6-container[dir="rtl"] [type="radio"]:not(:checked) + label:after,

#question7 .classedboth-center[dir="rtl"] [type="radio"]:checked + label:after,
#question7 .classedboth-center[dir="rtl"] [type="radio"]:not(:checked) + label:after,

#classesorboth .question8-container[dir="rtl"] [type="radio"]:checked + label:after,
#classesorboth .question8-container[dir="rtl"] [type="radio"]:not(:checked) + label:after

{
  left: 0;
  right: -21px;
}


#question5 [type="radio"]:checked + label:after,
#question5 [type="radio"]:not(:checked) + label:after,

#question6 [type="radio"]:checked + label:after,
#question6 [type="radio"]:not(:checked) + label:after,

#question2 [type="radio"]:checked + label:after,
#question2 [type="radio"]:not(:checked) + label:after,

#question3 [type="radio"]:checked + label:after,
#question3 [type="radio"]:not(:checked) + label:after,

#question7 [type="radio"]:checked + label:after,
#question7 [type="radio"]:not(:checked) + label:after

{
  content: '';
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#question5 [type="radio"]:not(:checked) + label:after,
#question6 [type="radio"]:not(:checked) + label:after,
#question2 [type="radio"]:not(:checked) + label:after,
#question3 [type="radio"]:not(:checked) + label:after,
#question7 [type="radio"]:not(:checked) + label:after  
{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#question5 [type="radio"]:checked + label:after, 
#question6 [type="radio"]:checked + label:after, 
#question2 [type="radio"]:checked + label:after, 
#question3 [type="radio"]:checked + label:after, 
#question7 [type="radio"]:checked + label:after
{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-select {
  background-image: url("/images/select-arrow.webp") !important;
  background-size: unset;
}
section.form-section.refer-friend {
  top: auto;
}
ul.alert.alert-danger {
  color: #FC4545;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}
header .navbar {
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: transparent !important;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  padding: 0 20px 0;
  top: 0;
  transition: all 0.5s linear;
}
.form-section select.form-select:focus, .file-input #fileInput:focus {
  border-bottom: 1px solid #FFFFFF;
}
.remove-icon {
  cursor: pointer;
  color: red;
  text-decoration: underline;
  z-index: 999;
  position: absolute;
  left: 56px;
  top: 2px;
  background-color: #000;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
}
.remove-icon i.fa-solid.fa-xmark {
  position: relative;
  top: -1px;
}
#question8_other {
  width: 100%;
  background-color: transparent;
  color: #fff;
}
.footer-inline .list-inline-item:last-child {
  position: unset;
}
/* Privacy policy page CSS */
.privacy-policy {
  color: #FFFFFF;
}
/* .privacy-policy .terms h1 {
  margin-left: 13px;
} */
.privacy-policy h2 {
  font-family: 'DINNextArabicBold';
  font-weight: 600;
  margin-top: 40px;
}
.privacy-policy .page-content {
  width: 50%;
  margin: 0 auto;
  padding: 40px 0;
}
.privacy-policy p, .privacy-policy ul li, .privacy-policy ol li{
  color: #FFFFFF;
  text-align: justify;
  font-weight: normal;
  font-family: 'DINNextArabicRegular';
  font-size: 16px;
}
.privacy-policy h1 {
  font-family: 'ReclineRegular';
}
.privacy-policy h5 {
  font-family: "DINNextArabicBold";
}
.privacy-policy h1, .privacy-policy h5{
  color: #FFFFFF;
}
.privacy-policy .ar-content h1 {
  /* font-family: "IBMPlexSansArabic-Text" !important; */
  font-family: "ibm-plex-arabic", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}
.privacy-policy .ar-content h5, .privacy-policy .ar-content h2 {
  font-family: "DINNextArabicMedium" !important;
}
.privacy-policy h5{
  font-weight: 600;
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
.privacy-policy h1,.privacy-policy p,.privacy-policy ul {
  margin-bottom: 22px;
}
.privacy-policy ul ::marker {
  font-size: 15px;
}
.privacy-policy a {
  color: #858585;
  line-height: 34px;
  text-decoration-line: underline;
}
ul.terms-ul li {
  margin-bottom: 30px;
}
ul.terms-ul {
  padding-top: 10px;
}
textarea {
  background-color: rgba(255, 255, 255, 0.04) !important;
  resize: none;
  border: 1px solid #717171 !important;
}
/* textarea.grey-border {
  border: 1px solid #CCCCCC !important;
} */
.ar-content .footer-inline .list-inline-item:last-child {
  position: relative !important;
}
.ar-content .footer-inline .list-inline-item:not(:last-child) {
  position: unset;
}
.success-message .btn-done{
  margin-top:0px;
}
.success-message .btn.btn-default.btn-done span:focus{
  outline: none;
}
 .success-message .btn.btn-default.btn-done {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.success-message .btn.btn-default.btn-done span {
  position: absolute;
  color: #fff;
  font-family: 'DINNextArabicRegular';
  font-size: 22px;
  font-weight: 600;
  right: 0;
  left: 0;
  top:30%;
  bottom:30%;
}
ol.custom-list {
  list-style-type: lower-roman;
}
ol.custom-list li {
  margin-bottom: 30px;
}

/* .question-form .col-md-8 {
  height: 100vh;
  align-items: center;
  display: flex;
}
.question-form .col-md-4 {
  height: 100vh;
} */

#excersieinfo .col-md-8, #excersieinfo .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#excersieinfo .rightbgimage {
  flex-grow: 1;
  width: 100%;
  height: auto; 
  object-fit: cover;
  object-position: right;
}
.multi-step-form .question {
  padding-bottom: 0 !important;
}
#custom-textbox-message, #question2_other_text-message, #question8_other-message {
  color: #FC4545;
  display: block;
}
.ar-content .spirasign {
  max-width: 85%;
}
.form-section.ar-form-section {
  top: -165px;
}
.squatswimming {
  padding-right: 0;
}
/* single form page css */
#memberForm {
  margin-bottom: 20px;
}
#memberForm label.error {
  color: #FC4545;
  font-size: 12px;
}
#memberForm .btn-align {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: end;
  justify-content: end;
  position: relative;
}
#memberForm .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: auto;
  padding: 0;
  z-index: 0;
}
#memberForm .btn span {
  position: absolute;
  color: #fff;
  font-family: 'DINNextArabicRegular';
  font-size: 22px;
  font-weight: 600;
}
#memberForm .loader_div {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: unset;
  z-index: 1;
}
.loader_img {
  position: relative;
  top: 16px;
}
#memberForm .alert-success {
  color: #00573B;
  background-color: rgb(46,132,74,0.8);
  /* background-color: #DDF7EC; */
  border-color: #AFE2C9;
  padding: 0;
  /* margin-top: 20px; */
  z-index: 9;
  border-radius: 5px;
}
#memberForm .input-group-addon {
  position: absolute;
  right: 0;
  top: 13px;
}
/* #memberForm .formdivision .align-items-center {
  background-color: #292929;
  border-radius: 25px;
} */
/* .input-group .dob-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;  
  display: table-cell;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
} */

#memberForm .alert-success .alert{
  margin: 0;
  padding: 5px 10px 7px 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.event-banner #enquiry-page h2 {
  margin-bottom: 10px;
}
#enquiry-page {
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80%;
  bottom: 10%;
  top: unset;
}
#memberForm .form-section {
  top: -65px;
}
#memberForm .form-section .formdivision {
  margin-top: -240px;
}
#memberForm .form-section .flag-container {
  margin-top: 14px;
}
#memberForm .form-section .country-code {
  left: 25px;
}
input#dob {
  text-transform: uppercase;
}
/* Change the icon color */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* This inverts the color (e.g., white to black) */
}
#memberForm #g-recaptcha-response-error {
  color: #FC4545;
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}
#memberForm .form-section .nearform .form-group {
  width: 100%;
}
#memberForm .g-recaptcha {
  transform: scale(0.89);
  transform-origin: left top;
  margin-top: 20px;
}
.datepicker {
  font-family: 'DINNextArabicRegular' !important;
}
.datepicker td,th{
  text-align: center;
  padding: 4px 8px;
  font-size: 14px;
  font-family: 'DINNextArabicRegular' !important;
}
#memberForm .form-section .nearform {
  padding: 50px 30px !important;
}
#memberForm .col-md-3,#memberForm .col-md-9 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center content vertically */
}
#memberForm .col-md-3 img {
  flex-grow: 1;
  width: 100%;
  height: auto;
}
/* #memberForm .row.align-items-center {
  background-color: #292929;
  border-radius: 25px;
} */
video {
  pointer-events: none;
  /* height: 100vh;
  width: 100vw; */
}
#memberForm .form-group {
  position: relative;
}
#memberForm .form-group label.error {
  position: absolute;
  bottom: -22px;
  display: block;
}
#memberForm #validation_message {
  padding-bottom: 0 !important;
}
.terms_check {
  display: flex;
  align-items: baseline;
}
.terms_check label {
  margin-left: 7px;
  position: relative;
  top: -1px;
}
.terms_check input {
  cursor: pointer;
}
.terms-minus-ul {
  position: relative;
}
.terms-minus-ul li::before {
  content: '\2013'; /* Unicode character for minus sign */
  position: absolute;
  left: 0;
}
.terms-minus-ul ::marker {
  font-size: 0 !important;
}
.terms-minus-ul-ar {
  position: relative;
}
.terms-minus-ul-ar li::before {
  content: '\2013'; /* Unicode character for minus sign */
  position: absolute;
  right: 0;
}
.terms-minus-ul-ar ::marker {
  font-size: 0 !important;
}
/* .number-ol {

} */
.number-ol {
  list-style-type: decimal !important;
}
@media screen and (max-width: 768px) {
  /* Adjust reCAPTCHA styles for smaller screens */
  #memberForm .g-recaptcha {
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 1024px) {
  #memberForm .form-section {
    top: -45px;
  }
  #memberForm .form-section .formdivision {
    margin-top: -170px;
  }
  .event-slider {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 9999;
    right: 0;
    left: 0;
    top: -180px;
  }
  footer .align-items-center {
    display: block;
  }
  .multi-step-form .steps button {
    margin: 0 auto;
  }
  .multi-step-form {
    padding-right: 0;
  }
  .side-menubar {
    left: -16%;
  }
  #success-page .btn img{
    width: 100%;
  }
  .fixed-footer {
    position: unset;
  }
  .eventbannerimage img {   
    object-position: right;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  #personalinfo .formdivision .col-md-10 {
    width: 100%;
  }
  .form-section .formleftbg {
    width: 100%;
    border-top-left-radius: 25px;
  }
  .form-section {
    padding: 0 20px;
  }
  .refer-friend-banner img {
    height: auto;
  }
  .refer-friend {
    padding: 0 20px 60px !important;
  }
  header .navbar-brand {
    padding-left: 0;
  }
  header .menu-en {
    margin-right: 10px;
  }
  .success-message .btn.btn-default.btn-done span{
    font-size: 17px;
  }
  #success-page .btn img{
    width: 70%;
  }
  #success-page h2 {
    font-size: 27px;
    /* margin-bottom: 0; */
  }
  #success-page p {
    font-size: 14px;
    /* margin-bottom: 0; */
  }
  /* #success-page .success-message {
    padding: 35px 48px;
  } */
}
@media only screen and (max-width: 991px) { 
  .steps {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  #memberForm .input-group-addon {
    right: 13px;
  }
  #memberForm .form-section .formdivision {
    margin-top: -110px;
  }
  #memberForm .form-section {
    top: -18px;
  }
  #memberForm .form-section .nearform {
    padding: 30px !important;
  }
  .question8-container[dir="rtl"] .q8-other-option {
    float: left;
  }
  #memberForm .col-md-3 img {
    height: 50vh;
  }
  .form-section .formleftbg {
    height: 50vh;
    object-fit: cover;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
  .form-section select.form-select {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .file-input > .label {
    font-size: 13px;
  }
  .rightbgimage {
    height: 50vh !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
  }
  .question-form .col-md-8, .question-form .col-md-4 {
    height: auto;
  }
  .form-section, .form-section.ar-form-section {
    top: -55px;
    padding-bottom: 15px;
  }
  .ar-content .spirasign {
    max-width: 100%;
  }
  .form-section .info {
    bottom: 0;
  }
  .event-banner h2, .refer-friendheading {
    font-size: 32px;
  }
  .form-section .formdivision {
    margin-top: -110px;
  }
  #preview {
    top: 6px;
  }
  .file-input > .button {
    font-size: 13px;
  }
  section.form-section.refer-friend .nearform {
    padding: 15px !important; 
  }
  .privacy-policy .page-content {
    padding: 20px;
    width: 100%;
  }
  .privacy-policy h1 {
    font-size: 25px;
  }
  .privacy-policy p, .privacy-policy ul li {
    font-size: 16px;
  }
  .privacy-policy h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  ul.terms-ul {
    padding-top: 0;
  }
  .success-message .btn.btn-default.btn-done {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #success-page h2 {
    font-size: 24px;
  }
  #success-page p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
  }
  .multi-step-form {
    padding-right: 20px;
  }  
  #success-page .success-message {
    width: 80%;
  }
  .eventbannerimage video {
    height: 350px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #enquiry-page {
    position: unset;
  }
  #enquiry-page p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #success-page h2 {
    font-size: 18px;
  }
  #success-page p {
    font-size: 12px;
  }
  .success-message .btn.btn-default.btn-done span{
    font-size: 13px;
  }
  #success-page .btn img{
    width: 60%;
  }
  /* .steps {
    padding: 0;
  } */
  footer li:after {
    position: unset;
  }
}
@media only screen and (max-width: 441px) {
  #memberForm .form-section .formdivision {
    margin-top: -40px;
  }
  #memberForm .btn-align {
    justify-content: unset;
  }
  .form-section .formdivision {
    margin-top: -22px;
  }
  .event-banner h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .refer-friendheading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .file-input > .button {
    padding: 11px 38px;
  }
  .footer-inline {
    margin-left: 0;
    margin-bottom: 10px;
  }
  footer li {
    padding-left: 8px;
    padding-right: 8px;
  }
  #success-page h2 {
    font-size: 20px;
  }
  #success-page p {
    font-size: 10px;
  }
  header .navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header .language-menu .nav-link {
    font-size: 16px;
  }
  .success-message .btn.btn-default.btn-done {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  /* #success-page .success-message {
    padding: 15px 100px;
    width: 100%;
  }
  #success-page .btn img{
    width: 80%;
  } */
  label.question-heading span {
    font-size: 18px;
  }
  .question-form .btn.btn-default.btn-next img {
    width: 75%;
  }
  .question-form .btn.btn-default.btn-next span, .question-form .btn-prev {
    font-size: 16px
  }
  .classedboth-container {
    width: 30%;
  }
  #question1 .btn-next {
    margin-top: 30px;
  }
  .question-form .btn-next {
    margin-top: 10px;
  }
  .question-form .btn-prev {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 375px) {
  .success-message .btn.btn-default.btn-done span{
    font-size: 12px;
  }
  #success-page h2 {
    font-size: 17px;
  }
  #success-page p {
    font-size: 10px;
  }
  .success-message .btn.btn-default.btn-done {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 360px) {
  #memberForm .form-section .nearform {
    padding: 20px 14px 14px 14px !important;
  }
  #memberForm .form-section {
    padding: 0 15px;
  }
}