
/*# 01) General #*/
.input-forms option {
  text-transform: capitalize;
}

.div-flex {
  display: flex;
}

/*# 02) Country Code DDL #*/
.form-elem__field,.form-elem__select {
  width: 100%;
  display: block;
  color: inherit;
}

.form-elem__select {
  position: relative;
  color: var(--dark-blue-color) !important;
}

.form-elem__select select {
  width: 100%;
  height: 100%;
  
  position: absolute;
  top: 0;
  left: 0;
}

.form-elem__select-src {
  z-index: 1;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-elem__select-ui, input[type="text"] {
  border-bottom: solid 2px;
  border-width: 0 0 1px;
  border-color: #00000029;
  
  height: 40px;
  padding: 10px 0;
  background: 0 0;
  
  font-size: 15px;
  font-family: "Noto Sans, Light";
  font-weight: 450;
}

.theme.dark-- .form-elem__select-ui {
  border-bottom-color: #b7b7b7;
  border-radius: 0;
}

.form-elem__select-ui:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  border: 0 solid transparent;
  border-width: 5px 5px 0;
  border-top-color: currentColor;
}

.form-elem__select-ui#lblSelectedCode {
  height: 43px;
}

.form-elem__select-ui#lblSelectedCode:after {
  top: 12px;
}


/*# 03) TnC checkbox #*/
.checkbox_container input[type="checkbox"], .checkbox-wrapper input[type="checkbox"] {
  opacity: 1;
  height: 20px;
  width: 20px;
}

.checkbox_container input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}


/*# 04) Volunteer form (Main) Submit button arrow #*/
/*
@media screen and (min-width: 300px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 135px;
	}
	
}

@media screen and (min-width: 375px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 160px;
	}
	
}

@media screen and (min-width: 420px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 165px;
	}
	
}

@media screen and (min-width: 760px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 275px;
	}
	
}

@media screen and (min-width: 1024px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 390px;
	}
	
}

@media screen and (min-width: 1330px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 375px;
	}
	
}

@media screen and (min-width: 1500px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 310px;
	}
	
}

@media screen and (min-width: 1920px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 328px;
	}
	
}

@media screen and (orientation: landscape) and (min-width: 1180px) and (min-height: 710px) {
    #VolunteerForm_Main .submit_btn:before {
        left: 220px;
    }
    
    .card-row .card-image.active-hover .card-hover-top .card-arrowtop:after {
        -ms-transform: translate(-50%, -3.5vh) rotate(180deg);
        transform: translate(-50%, -3.5vh) rotate(180deg);
    }
    
}

@media screen and (orientation: portrait) and (min-width: 820px) and (min-height: 1073px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 235px;
	}
	
}

@media screen and (min-width: 1800px) and (min-height: 900px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 375px;
	}
	
} */

#VolunteerForm_Main .submit_btn:before {
    left: 54%;
}

@media screen and (max-width: 450px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 60%;
	}
	
}

@media screen and (min-width: 451px) and (max-width: 1023px) {
	#VolunteerForm_Main .submit_btn:before {
		left: 56%;
	}
	
}

/*# 05) Home page forms Submit button arrow #*/
#JoinTheTeam_Form .submit_btn:before, #VolunteerForm_Home .submit_btn:before {
    left: 55.5%;
}

@media screen and (max-width: 450px) {
	#JoinTheTeam_Form .submit_btn:before, #VolunteerForm_Home .submit_btn:before {
		left: 60%;
	}
	
}


/*# 06) Contact Us form Submit button arrow #*/
/*
@media screen and (min-width: 300px) {
	#GetInTouch_Form .submit_btn:before {
		left: 165px;
	}
	
}

@media screen and (min-width: 375px) {
	#GetInTouch_Form .submit_btn:before {
		left: 170px;
	}
	
}

@media screen and (min-width: 420px) {
	#GetInTouch_Form .submit_btn:before {
		left: 175px;
	}
	
}

@media screen and (min-width: 760px) {
	#GetInTouch_Form .submit_btn:before {
		left: 285px;
	}
	
}

@media screen and (min-width: 1024px) {
	#GetInTouch_Form .submit_btn:before {
		left: 370px;
	}
	
}

@media screen and (min-width: 1330px) {
	#GetInTouch_Form .submit_btn:before {
		left: 260px;
	}
	
}

@media screen and (min-width: 1500px) {
	#GetInTouch_Form .submit_btn:before {
		left: 310px;
	}
	
}

@media screen and (min-width: 1920px) {
	#GetInTouch_Form .submit_btn:before {
		left: 328px;
	}
	
}

@media screen and (orientation: landscape) and (min-width: 1180px) and (min-height: 710px) {
    #GetInTouch_Form .submit_btn:before {
        left: 260px;
    }
	
}

@media screen and (orientation: portrait) and (min-width: 820px) and (min-height: 1073px) {
	#GetInTouch_Form .submit_btn:before {
		left: 235px;
	}
	
}

@media screen and (min-width: 1800px) and (min-height: 900px) {
	#GetInTouch_Form .submit_btn:before {
		left: 290px;
	}
	
} */

#GetInTouch_Form .submit_btn:before {
    left: 55.5%;
}

@media screen and (max-width: 450px) {
	#GetInTouch_Form .submit_btn:before {
		left: 60%;
	}
	
}




