

/*	
.container {
		max-width: 960px;
	}

	.border-top { border-top: 1px solid #e5e5e5; }
	.border-bottom { border-bottom: 1px solid #e5e5e5; }
	.border-top-gray { border-top-color: #adb5bd; }

	.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

	.lh-condensed { line-height: 1.25; }

	*/


	#FormContact02 {
		font-size: 1.0rem;
	}

	#FormContact02 .row,	#FormContact02 .row-fluid .row-fluid{
		margin-bottom: 0px!important;
	}

	#FormContact02 input {font-size: 1.0rem;}
	#FormContact02 .custom-select{  height: calc(4.25rem + 2px);}

	#FormContact02 .logoName {
		font-family: Lobster, cursive;
		font-size: 5.5rem!important;
		color: #000;
	}

	#FormContact02 .logoName {
		display: inline-block;
		padding-top: .3125rem;
		padding-bottom: .3125rem;
		margin-right: 1rem;
		font-size: 1.25rem;
		line-height: inherit;
		white-space: nowrap;
	}

	#FormContact02 .text-muted{
		color: #6c757d!important;

	}
	#FormContact02 select{
		font-size: 15px;
	}
	.datepicker {font-size: 14px;}

	.dpicer input{width:90%;float:left;}
	.dpicer i{float: right;margin-top: 10px;color:#333;}

@media only screen and (min-width: 768px) {
	.g-recaptcha{
		margin: 0 auto;
		width: 300px;
		display: block;
	}
}


	/* .swal2-container{zoom: 1.5;} */

	#FormContact02	textarea{float: left;font-size: 1rem;}

	#FormContact02	.form-text{font-size: 15px;}	

	#FormContact02 .contactDetails span{
		color: #777!important;
	}
	#FormContact02 .contactDetails .Details{
		font-size: 13px;
	}

	#FormContact02 .Cbtn-center {
		display: flex!important;
		align-items: center;
		max-width: 150px;
	}

	#FormContact02 .Cbtn-center i{
		margin-left: 4px;
	}
	#FormContact02 .Cbtn-primary {
		float: right;
		margin-top: 55px;
		background-color: #5AADF2;
		color: #ffffff;
	}

	#FormContact02 .Cbtn {
		padding: 10px 25px;
		background-color: #777;
		margin: 10px 2px;
		text-transform: uppercase;
		/*font-weight: bold;*/
		text-decoration: none;
		border-radius: 3px;
		display: inline-block;
		margin-top: 25px;
		cursor: pointer;
		color: #fff;
	}


	@media(min-width: 768px) {
		.field-label-responsive {
			padding-top: .5rem;
			text-align: right;
		}
	}