
	
.rs-form-group {
    position: relative; 
	margin-bottom: 23px; 
}
	
	
	.rs-form-group input {
	      font-size: 18px;
    padding: 26px 0px 1px 2%;
    -webkit-appearance: none;
    display: block;
    background: #ffffff;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    line-height: 18px;
}

.rs-form-group input:focus { outline: none; }


/* Label */

.rs-form-group label {
	color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 13px;
	
	
}


/* active */

.rs-form-group input:focus ~ label, input.used ~ label {
	    top: -3px;
    transform: scale(.65) !important;
    left: -7px;
    /* font-size: 14px; */
    color: #f6b800;
}
.rs-form-group input:focus ~ .rs_label, input.used ~ .rs_label {
	    top: -3px;
    transform: scale(.65) !important;
        left: 0px;
    /* font-size: 14px; */
    color: #f6b800;
}
.rs-form-group input.rs_label:focus , input.used.rs_label {
	    top: -3px;
    transform: scale(.65) !important;
    left: 1px;
    /* font-size: 14px; */
    color: #4a89dc;
}
	
	.rs-form-group input:focus ~ .rs_company_label, input.used ~ .rs_company_label {
    top: -2px;
    transform: scale(.65) !important;
    left: -25px;
    /* font-size: 14px; */
    color: #4a89dc;
}
/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #f6b800; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

.rs-form-group input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

.rs-form-group input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}
	/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}
input[type="submit"] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0c84fb;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
input[type="submit"]:hover,.input[type="submit"]:active,input[type="submit"]:focus {
  background: #43A047;
}
	.box.box-info {
    border-top-color: #f6b800;
}
	.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    /* width: 100%; */
    padding-top: 25px;
    box-shadow: 0 0px 18px rgb(193, 188, 188);
}
	.c-line-left{
	    width: 53px;
    height: 3px;
    background-color: #1a3281;
    margin: 0 0 15px 0;
	}
	
	.rs-contactus-right{
		    background-size: auto;
    padding: 40px;
    margin: 0 30px 60px 0;
	}
	
	.rs-contactus-h3{
		color:#ffffff;
		font-size:30px;
	}
	.c-font-lowercase {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 30px;
}
	.rs-c-line-left{
		width: 53px;
    height: 3px;
    background-color: #ffffff;
    margin: 0 0 15px 0;
	}
	
	.rs-contactus-button{
		    padding: 10px 20px 8px 20px;
		color: #FFFFFF;
    background: none;
        border: 2px solid #ffffff;
		
	}
	.rs-contactus-button:hover{
		    padding: 10px 20px 8px 20px;
		color: #1D1C1C;
    background: #ffffff;
        border: 2px solid #ffffff;
		
	}
	.gmap-area {
    /* background-image: url(../images/map.jpg); */
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
     padding: 10px 0; 
}
.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 0% 50% 50% 50%;
    height: 380px;
    width: 380px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}

.lead { 
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606062;
	margin-bottom: 20px; 
}

@media screen and (max-width: 768px) {
	.map-content {
    padding: 0px 40px !important;
}
}

p.contact_us_p a {
    color: #57575a;
    font-weight: 500;
}