#google-map {
  height: 420px;
  padding: 0 0 60px 0;
}
#google-map iframe {
  width: 100%;
  height: 100%;
}
.sec-pad {
    padding: 60px 0;
}
.contactus-section .container {
    max-width: 770px;
}
.contact-info-area {
  background: #EDF0F3;
}
.contactus-info {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 70px;
  box-shadow: 0px 5px 61px -15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.contactus-info i {
  color: #0068A7;
  font-size: 55px;
}
.contactus-info h3 {
  margin: 0;
  color: #182345;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  margin-top: 0px;
  margin-top: 30px;
	text-align: center;
}
.contactus-info p {
  color: #9FA2A6;
  font-size: 15px;
  margin: 0;
  margin-top: 25px;
}

.contactus-title {
	margin-bottom: 50px;
    margin-top: -5px;
	text-align: center;
}
.contactus-title h2 {
    color: #182345;
    font-family: "Titillium Web";
    font-weight: normal;
    font-size: 45px;
    line-height: 50px;
}
.contactus-title h2 span {
    font-weight: bold;
}

.contactus-section .formulate__field--button {
	text-align: center;
}
.contactus-section .contact-form form button[type="submit"] {
	max-width: 175px;
}

.contactus-section .contact-form .formulate__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.contactus-section .contact-form .formulate__cell--6-columns {
  width: calc(50% - 5px);
}
.contactus-section .contact-form .formulate__cell--12-columns {
  width: calc(100% - 0px);
}

.floating-container {
	background: transparent;
	position: fixed;
	width: 340px;
	height: auto;
	z-index: 99999;	
	top: 15%;
	right: -340px;
	
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
	transition: all ease .6s;
}
/*
.floating-container:hover {
	right: 0;
}*/
.floating-container .contact_form_container {
	position: relative;
	z-index: 1;
}

.contact_form_container .close_contact_form_container {
	position: absolute;
	width: 20px;
    height: 20px;
    font-size: 20px;
    left: 12px;
    cursor: pointer;
}

.form-toggle-button {
	box-shadow: 0 10px 32px -5px rgba(54, 61, 77, 0.2);
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    transform-origin: right bottom 0;
    transform: rotate(-90deg);
	background-color: #0068A7;
	color: #fff;
	position: absolute;
	padding: 10px 10px 45px;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;	
	left: -140px;
	z-index: 0;
}

@media (max-width: 767px) {
	.formulate__cell {
		width: 100%;
	}
	.floating-container {
		position: unset;
		transition: none;
		width: 100%;
	}
	.contact_form_container .close_contact_form_container {
		display: none;
	}
	.form-toggle-button {
		display: none;
	}
	
	.why-choose-us {
		 padding: 50px 0 20px !important;
	}
	.floating-container  {
		padding-bottom: 100px;
	}
}