#explore_guest{
    cursor:pointer;
}

.error {
    color: red;
}

.event-ended-block{
    display:none !important;
}

.spinner-v2{
    z-index: 99999; 
    position: fixed; 
    background: black; 
    width: 100%; 
    height: 100%; 
    opacity: 0.39; 
    display: none;
}
.spinner-border-v2{
    margin-top: 20%;margin-left: 44%;
}

.topnav-v2{
    z-index:9
}

.form1-v2{
    width: 100%;
}

.formfield-countrycode-v2{
    padding: unset;
    border: unset;
    background: #1b044a;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
}

.formfield-countrycode-select-v2{
    margin-left: 0px; margin-right: -1px;
}

.form1error-v2{
    color:#000;font-weight:bold; display:none;
}

.copyright-v2{
    font-size: 12px;
}

.form3-v3{
    width:100%
}

.otp-body-v3{
    display:none;
}

.msgOtp-v3{
    display:none;
}

.form3-change-number-v3{
    display:none;
}

#change-number-body{
    display:none;
}

#frm5{
    width:100%
}

#msgMobUpdate{
    display:none;
}

@media (min-width: 993px) and (max-width:1366px){
    .apac-img{
        max-width:30%;
    }
}
@media (max-width: 991px){
#topnav .logo {
    text-align: left;
    left:0px;
}


}
    @media (max-width: 576px){
#topnav .logo {
    text-align: left;
    left:0;
}
    .apac-img{
        max-width:65%;
        margin-top:20px;
    }
}
    @media (max-width: 330px){
.banner-text{
    margin-top: 75px;
}
.animated-button1.play-video{
    padding: 4px 10px;
    margin: 0px;
    font-size: 16px;
}
.animation-btn {
    margin-top: 0px;
}
.apac-img {
    margin-top: 0px;
}
}
    @media (max-width: 992px) and (orientation: landscape){
.banner-text{
        margin-top: 190px;
}

}

.rate-area {
	    display: flex;
    flex-direction: row-reverse; 
	border-style: none;
}

.rate-area:not(:checked) > input {
	position: absolute;
	top: -9999px;
	clip: rect(0, 0, 0, 0);
}

.rate-area:not(:checked) > label {
 
		/*width: 2.86em;
overflow: hidden;*/
margin-right:20px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px;
	color: lightgrey;
	line-height:30px;
}

.rate-area:not(:checked) > label:before {
	content: "★";
	font-size:32px;
}

.rate-area > input:checked ~ label {
	color: gold;
}

.rate-area:not(:checked) > label:hover,
.rate-area:not(:checked) > label:hover ~ label {
	color: gold;
}

.rate-area > input:checked + label:hover,
.rate-area > input:checked + label:hover ~ label,
.rate-area > input:checked ~ label:hover,
.rate-area > input:checked ~ label:hover ~ label,
.rate-area > label:hover ~ input:checked ~ label {
	color: gold;
}

.needHelp {
  position: fixed;
  bottom:10%;
  right: 0px;
  z-index: 100;
}
.cust-modal .close {
  background: #ff0000;
  color: #fff;
  border-radius: 0 15px 0 10px;
  padding: 0px 10px 6px 10px !important;
  font-weight: 300;
  line-height: 12px !important;
  margin: 0;
  /*opacity: 1;*/
  height: 43px;
  font-size: 28px;
  position: absolute;
  top: 0;
  right: 0;
}




#captcha{
    margin: 15px 0px;
}

#captcha .preview{
    color: #555;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888;
    
    margin-bottom: 1.6em;

}

.form_input_captcha {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    border: 0.1em solid #dadce0;
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
} 


.form_label_captcha{
    position: absolute;
    left: 1em;
    top: 5.2em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
    font-size: 1em;
    transition: .4s;
}

.form_input_captcha:focus + .form_label_captcha{
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha{
    top: 4.6em;;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:focus{
    border: .1em solid rgb(28,164,248);
}

#captcha .preview span{
    display: inline-block;
    user-select: none;
}

#captcha .captcha_form{
    display: flex;
}

#captcha .captcha_form input{
    width: 100%;
    font-size: 1em;
    outline: none; 
    padding: 1em;
    z-index: 1;
    background: none;
}


#captcha .captcha_form .captcha_refersh{
    width: 40px;
    border: none;
    outline: none;
    background: #1c1c1c;
    color: #eee;
    cursor: pointer;
    border-radius: 0.5em;
    margin-left: 5px;
}
.captcha_refersh{
    transition: .4s;

}

.captcha_refersh:hover{
    transition: .4s;

    transform: scale(0.90);
}