.clssMainPanelPayForm{background-color:#FFF; padding-left:80px; padding-right:80px;margin-top:0px;}
.clssBorderForm{border:1px #999999 solid; border-radius:10px; padding:30px 30px;}
.clssMainTitleForm{font-size:25px; color:#333; font-weight:500; padding-bottom:00px;}
.clssSubTitleForm{font-size:20px; color:#888; font-weight:500; padding-bottom:0px; margin-top:30px;}
.clssTitleInput{font-family: 'Prompt', sans-serif; font-size:14px; color:#333; font-weight:500;}
.clssTitleInput2{font-family: 'Prompt', sans-serif; font-size:14px; color:#333; font-weight:500;}
@media (min-width:320px){
	.clssMainPanelPayForm{background-color:#FFF; padding-left:0px; padding-right:0px;margin-top:30px;}
	.clssBorderForm{border:1px #999999 solid; border-radius:10px; padding:35px 10px;}
	.clssMainTitleForm{font-size:23px; color:#333; font-weight:500; padding-bottom:00px;}
	.clssSubTitleForm{font-size:18px; color:#888; font-weight:500; padding-bottom:0px; margin-top:30px;}
}
@media (min-width:700px){
	.clssMainPanelPayForm{background-color:#FFF; padding-left:0px; padding-right:0px;margin-top:10px;}
	.clssBorderForm{border:1px #999999 solid; border-radius:10px; padding:35px 15px;}
		.clssMainTitleForm{font-size:23px; color:#333; font-weight:500; padding-bottom:00px;}
	.clssSubTitleForm{font-size:18px; color:#888; font-weight:500; padding-bottom:0px; margin-top:20px;}
}
@media (min-width:960px){
	.clssMainPanelPayForm{background-color:#FFF; padding-left:20px; padding-right:20px;margin-top:0px;}
	.clssBorderForm{border:1px #999999 solid; border-radius:10px; padding:35px 20px;}
}
@media (min-width:1200px){
	.clssMainPanelPayForm{background-color:#FFF; padding-left:30px; padding-right:30px;margin-top:0px;}
		.clssBorderForm{border:1px #999999 solid; border-radius:10px; padding:35px 30px;}
}
@media (min-width:1300px){
	.clssMainPanelPayForm{background-color:#FFF; padding-left:30px; padding-right:30px;margin-top:0px;}
}
@media (min-width:1400px){
	.clssMainPanelPayForm{background-color:#FFF; padding-left:40px; padding-right:40px;margin-top:0px;}
}
@media (min-width:1600px){
		.clssMainPanelPayForm{background-color:#FFF; padding-left:80px; padding-right:80px;margin-top:0px;}
}
@media (min-width:1900px){}

input[type="text"] {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  margin: 5px 0;
  outline: none;
  padding: 12px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:17px;
  border-radius:120px;
  cursor:pointer;
}
select {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  margin: 5px 0;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:17px;
  border-radius:120px;
  cursor:pointer;
}

input[type="file"] {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  margin: 5px 0px;
  outline: none;
  padding: 8px 11px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:15px;
  border-radius:120px;
  cursor:pointer;
}
input[type="email"] {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  margin: 5px 0;
  outline: none;
  padding: 10px 12px 9px 12px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:17px;
  border-radius:120px;
  cursor:pointer;
}
input[type="tel"] {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  margin: 5px 0;
  outline: none;
  padding: 9px 12px 9px 12px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:17px;
  border-radius:120px;
  cursor:pointer;
}
input[type="number"] {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  margin: 5px 0;
  outline: none;
  padding: 9px 12px 9px 12px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:17px;
  border-radius:120px;
  cursor:pointer;
}
input[type="date"] {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  margin: 5px 0;
  outline: none;
  padding: 9px 12px 9px 12px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:17px;
  border-radius:120px;
  cursor:pointer;
}
input[type="file"]::-webkit-file-upload-button{
   font-family: 'Prompt', sans-serif;
   -webkit-appearance: none;
   float: right;
   margin: 0 0 0 10px;
   border: 1px solid #aaaaaa;
   border-radius: 4px;
   background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
   background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%);
}
input[type="time"] {
font-family: 'Prompt', sans-serif;
  width: 100%;
  border: 1px solid #999;
  margin: 5px 0;
  outline: none;
  padding: 9px 12px 9px 12px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:17px;
  border-radius:120px;
  cursor:pointer;
}
textarea {
	font-family: 'Kanit', sans-serif;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:18px;
  height:200px;
}
select:focus{
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
textarea:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
input[type="text"]:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
input[type="file"]:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
input[type="email"]:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
input[type="number"]:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
input[type="number"]:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
input[type="date"]:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
input[type="time"]:focus {
  border-color: #E05E00;
  box-shadow: 0 0 1px 0 #E05E00;
}
.inputWithIcon textarea {
  padding-left: 55px; padding-top:10px;
}
.inputWithIcon select {
  padding-left: 40px; padding-top:5px;
}
.inputWithIcon input[type="text"] {
  padding-left: 55px;
}
.inputWithIcon input[type="email"] {
  padding-left: 55px;
}
.inputWithIcon input[type="tel"] {
  padding-left: 55px;
}
.inputWithIcon input[type="number"] {
  padding-left: 55px;
}
.inputWithIcon input[type="date"] {
  padding-left: 55px;
}

.inputWithIcon input[type="time"] {
  padding-left: 55px;
}
.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 15px;
  top: 20px;
  padding: 9px 20px;
  color: #aaa;
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
  color: #E05E00;
}
.inputWithIcon input[type="email"]:focus + i {
  color: #E05E00;
}
.inputWithIcon input[type="tel"]:focus + i {
  color: #E05E00;
}
.inputWithIcon input[type="number"]:focus + i {
  color: #E05E00;
}
.inputWithIcon input[type="date"]:focus + i {
  color: #E05E00;
}
.inputWithIcon input[type="time"]:focus + i {
  color: #E05E00;
}
.inputWithIcon textarea:focus + i {
  color: #E05E00;
}
.inputWithIcon select:focus + i {
  color: #E05E00;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}
.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}
.inputWithIcon.inputIconBg input[type="email"]:focus + i {
  color: #fff;
  background-color: E05E00;
}
.inputWithIcon.inputIconBg textarea:focus + i {
  color: #fff;
  background-color: E05E00;
}
.clssSubmitburtton{
	background-color:#00ACE7;
	border:0px;  
	font-size:20px;
	width:100%; 
	padding:10px 0px 10px 0px; 
	color:#FFF; 
	border-radius:5px;
-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	outline:none;
}
.clssSubmitburtton:hover{
	background-color:#009cd1;
	border:0px;  
	font-size:20px;
	width:100%; 
	padding:10px 0px 10px 0px; 
	color:#FFF; 
	border-radius:5px;
-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	cursor:pointer;
	outline:none;
}
.clssSubmitburtton:active{
	 outline:none;
}
@media (min-width:320px){
.clssTitleInput{font-family: 'Prompt', sans-serif; font-size:14px; color:#333;}
.clssTitleInput2{font-family: 'Prompt', sans-serif; font-size:14px; color:#333;}
input[type="text"] {
		font-family: 'Prompt', sans-serif;
			width: 100%;
			border: 1px solid #999;
			border-radius: 4px;
			margin: 4px 0;
			outline: none;
			padding: 10px 8px;
			box-sizing: border-box;
			transition: 0.3s;
			font-size:18px;
			border-radius:120px;
			cursor:pointer;
	}
	.clssTitleInput{font-family: 'Prompt', sans-serif; font-size:14px; color:#333; margin-top:10px;}
	.clssTitleInput2{font-family: 'Prompt', sans-serif; font-size:14px; color:#333;}
	.inputWithIcon i {
		position: absolute;
		left: 10px;
		top: 29px;
		padding: 9px 20px;
		color: #aaa;
		transition: 0.3s;
	}
	.inputWithIcon input[type="text"] {
		padding-left: 45px;
	}
select {font-size:17px;}
}
@media (min-width:700px){
	input[type="text"] {
		font-family: 'Prompt', sans-serif;
			width: 100%;
			border: 1px solid #999;
			border-radius: 4px;
			margin: 4px 0;
			outline: none;
			padding: 10px 8px;
			box-sizing: border-box;
			transition: 0.3s;
			font-size:16px;
			border-radius:120px;
			cursor:pointer;
	}
	.inputWithIcon i {
		position: absolute;
		left: 10px;
		top: 27px;
		padding: 9px 20px;
		color: #aaa;
		transition: 0.3s;
	}
	.inputWithIcon input[type="text"] {
		padding-left: 45px;
	}
}
@media (min-width:960px){
	input[type="text"] {
			font-family: 'Prompt', sans-serif;
			width: 100%;
			border: 1px solid #999;
			border-radius: 4px;
			margin: 4px 0;
			outline: none;
			padding: 10px 8px;
			box-sizing: border-box;
			transition: 0.3s;
			font-size:17px;
			border-radius:120px;
			cursor:pointer;
	}
	.inputWithIcon i {
		position: absolute;
		left: 10px;
	top: 29px;
		padding: 9px 20px;
		color: #aaa;
		transition: 0.3s;
	}
	.inputWithIcon input[type="text"] {
		padding-left: 45px;
	}
}
@media (min-width:1200px){}
@media (min-width:1300px){
input[type="text"] {
		font-family: 'Prompt', sans-serif;
			width: 100%;
			border: 1px solid #999;
			border-radius: 4px;
			margin: 4px 0;
			outline: none;
			padding: 10px 8px;
			box-sizing: border-box;
			transition: 0.3s;
			font-size:17px;
			border-radius:120px;
			cursor:pointer;
	}
	.inputWithIcon i {
		position: absolute;
		left: 10px;
			top: 29px;
		padding: 9px 20px;
		color: #aaa;
		transition: 0.3s;
	}
	.inputWithIcon input[type="text"] {
		padding-left: 45px;
	}
}
@media (min-width:1400px){
input[type="text"] {
		font-family: 'Prompt', sans-serif;
			width: 100%;
			border: 1px solid #999;
			border-radius: 4px;
			margin: 4px 0;
			outline: none;
			padding: 10px 8px;
			box-sizing: border-box;
			transition: 0.3s;
			font-size:17px;
			border-radius:120px;
			cursor:pointer;
	}
	.inputWithIcon i {
		position: absolute;
		left: 10px;
			top: 28px;
		padding: 9px 20px;
		color: #aaa;
		transition: 0.3s;
	}
	.inputWithIcon input[type="text"] {
		padding-left: 45px;
	}
}
@media (min-width:1600px){}
@media (min-width:1900px){
input[type="text"] {
		font-family: 'Prompt', sans-serif;
			width: 100%;
			border: 1px solid #999;
			border-radius: 4px;
			margin: 4px 0;
			outline: none;
			padding: 10px 8px;
			box-sizing: border-box;
			transition: 0.3s;
			font-size:17px;
			border-radius:120px;
			cursor:pointer;
	}
	.inputWithIcon i {
		position: absolute;
		left: 10px;
			top: 28px;
		padding: 9px 20px;
		color: #aaa;
		transition: 0.3s;
	}
	.inputWithIcon input[type="text"] {
		padding-left: 45px;
	}
}
/**BANK CONTAINER**/
.container_Bank {
	font-family: 'Prompt', sans-serif;
	font-weight:500;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-left:18px;
	padding-bottom:10px; 	
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.container_Bank input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_Bank:hover input ~ .checkmark {
  background-color: #bbb;
}

/* When the radio button is checked, add a blue background */
.container_Bank input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* 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_Bank input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_Bank .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.clssSubmitFormPay{font-size:15px; display:inline-block; padding:10px 20px;  border:none; cursor:pointer;background-color:#0195E4; color:#FFF; border-radius:4px; margin-left:10px;-webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
.clssSubmitFormPay:hover{font-size:15px; display:inline-block; padding:10px 20px;  border:none; cursor:pointer;background-color:#006CD9; color:#FFF; border-radius:4px; margin-left:10px;-webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
.clssResetFormPay{font-size:15px; display:inline-block; padding:10px 20px;  border:none; cursor:pointer;background-color:#666; color:#000; border-radius:4px; margin-left:10px;-webkit-transition: 0.8s; -moz-transition: 0.8s; transition: 0.8s;}
.clssResetFormPay:hover{font-size:15px; display:inline-block; padding:10px 20px;  border:none; cursor:pointer;background-color:#333; color:#FFF; border-radius:4px; margin-left:10px;-webkit-transition: 0.8s; -moz-transition: 0.8s; transition: 0.8s;}

@media (min-width:320px){
	.container_Bank {
			font-weight:400;
			padding-left: 25px;
			margin-top:0px;
			margin-bottom: 12px;
			margin-left:10px;
			cursor: pointer;
			font-size: 17px;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border-radius: 50%;
}
.container_Bank .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
	
	
}
@media (min-width:700px){
		.container_Bank {
					font-weight:400;
					padding-left: 25px;
					margin-top:0px;
					margin-bottom: 12px;
					margin-left:15px;
					cursor: pointer;
					font-size: 17px;
					display:block;
		}
		/* Create a custom radio button */
		.checkmark {
		  position: absolute;
		  top: 0;
		  left: 0;
		  height: 20px;
		  width: 20px;
		  background-color: #ccc;
		  border-radius: 50%;
		}
		.container_Bank .checkmark:after {
			top: 6px;
			left: 6px;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background: white;
		}	
}
@media (min-width:960px){
		.container_Bank {
					font-weight:400;
					padding-left: 25px;
					margin-top:0px;
					margin-bottom: 12px;
					margin-left:18px;
					cursor: pointer;
					font-size: 15px;
					display:inline-block;
		}
		/* Create a custom radio button */
		.checkmark {
		  position: absolute;
		  top: 0;
		  left: 0;
		  height: 20px;
		  width: 20px;
		  background-color: #ccc;
		  border-radius: 50%;
		}
		.container_Bank .checkmark:after {
			top: 6px;
			left: 6px;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background: white;
		}
}
@media (min-width:1300px){
	.container_Bank {
					font-weight:400;
					padding-left: 25px;
					margin-top:0px;
					margin-bottom: 12px;
					margin-left:18px;
					cursor: pointer;
					font-size: 14px;
					display:inline-block;
		}
		/* Create a custom radio button */
		.checkmark {
		  position: absolute;
		  top: 0;
		  left: 0;
		  height: 20px;
		  width: 20px;
		  background-color: #ccc;
		  border-radius: 50%;
		}
		.container_Bank .checkmark:after {
			top: 6px;
			left: 6px;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background: white;
		}
}
@media (min-width:1600px){
	.container_Bank {
					font-weight:400;
					padding-left: 25px;
					margin-top:0px;
					margin-bottom: 12px;
					margin-left:18px;
					cursor: pointer;
					font-size: 15px;
					display:inline-block;
		}
		/* Create a custom radio button */
		.checkmark {
		  position: absolute;
		  top: 0;
		  left: 0;
		  height: 20px;
		  width: 20px;
		  background-color: #ccc;
		  border-radius: 50%;
		}
		.container_Bank .checkmark:after {
			top: 6px;
			left: 6px;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background: white;
		}
}
@media (min-width:1900px){}
/**BANK CONTAINER**/

/************ PANEL  CONTACT**************/
.clssContainner_Padding{padding:60px 160px 60px 160px;}
.clss-td-icon{display:inline-block; width:25px; padding-top:30px;}
.clssICONPAnel{display:inline-block;  padding:12px 15px 12px 15px; border:1px #22b2bb solid; border-radius:120px;}
.clssICONPAnel2{display:inline-block;  padding:17px 11px 17px 11px; border:1px #22b2bb solid; border-radius:120px;}
.clssICONMAP{ 
	background: -webkit-linear-gradient(#00ACE7, #0076CD);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; 
	font-size:25px;
}
.clssICONPhone{
	background: -webkit-linear-gradient(#00ACE7, #0076CD);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; 
	font-size:25px;
}
.clssICONMail{
	background: -webkit-linear-gradient(#00ACE7, #0076CD);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; 
	font-size:20px;
}
.clss-font-contact{
font-family: 'Kanit', sans-serif;
	color:#424242;
	font-size:20px; 
	font-weight:300; 

	padding-top:30px;  
	padding-left:60px;
	background-color:#FFF;
	text-align:left;
}
.clss-form-panel{margin-top: 150px;}
@media (min-width:320px){
	.clss-font-contact{font-size:18px;}
	.clssContainner_Padding{padding:60px 0px 60px 0px;}
	.clss-form-panel{margin-top: 40px;}
}
@media (min-width:375px){
	.clssContainner_Padding{padding:60px 10px 60px 10px;}
}
@media (min-width:412px){}

@media (max-width:414px){}
@media (min-width:420px){}
@media (min-width:640px){
	.clssContainner_Padding{padding:60px 100px 60px 100px;}
	.clss-form-panel{margin-top: 40px;}
	.clss-font-contact{font-size:20px;}
}
@media (min-width:768px){
	.clssContainner_Padding{padding:60px 0px 60px 0px;}
	.clss-form-panel{margin-top: 140px;}
	.clss-font-contact{font-size:16px;}
}
@media (min-width:800px){
	.clssContainner_Padding{padding:60px 10px 60px 10px;}
	.clss-form-panel{margin-top: 140px;}
	.clss-font-contact{font-size:16px;}
}
@media (min-width:1024px){
	.clssContainner_Padding{padding:60px 40px 60px 40px;}
}
@media (min-width:1152px){}
@media (min-width:1240px){}
@media (min-width:1280px){}
@media (min-width:1360px){
	.clssContainner_Padding{padding:60px 160px 60px 160px;}
	.clss-form-panel{margin-top: 150px;}
}
@media (min-width:1400px){}
@media (min-width:1680px){}
@media (min-width:1920px){}
/************ PANEL  CONTACT**************/

