#map-canvas
{
    width: 100%;
    height: 369px;
}
.banner {
    background: url(../img/about.png) no-repeat;
    background-size: cover;
    padding: 160px 0px;
}
/* Customize the label (the checkboxLabel) */
.contactPlatform .checkboxLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      min-height: 50px;
}

/* Hide the browser's default checkbox */
.contactPlatform .checkboxLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.contactPlatform .checkmark {
    position: absolute;
    top: 14px;
    left: 11px;
    height: 20px;
    width: 20px;
    border: 1px solid #ef5d60;
        border-radius: 4px;
}


/* When the checkbox is checked, add a blue background */
.contactPlatform .checkboxLabel input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.contactPlatform .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contactPlatform .checkboxLabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contactPlatform .checkboxLabel .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #ef5d60;
    border-width: 0px 2px 2px 0px;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
}
.contactPlatform .checkboxLabel input:checked ~ .checkboxDiv	

{
	
    background: #ef5d60;
    color: #fff;
    box-shadow: none;

    
}

.contactPlatform .checkboxDiv	

{
	    border-radius: 3px;
	    padding: 11px;
	position: absolute;
    width: 100%;
    height: 100%;
        background: #f8f8f8;
    z-index: -2;
    top: -1px;
    left: 0px;	
	transition: background .4s ease;
    box-shadow: 0px 0px 17px rgba(193, 190, 190, 0.5882352941176471);
}

.contactPlatform h3
{
	    margin-top: 50px;
}

.contact .text-left .fa
{
  font-size: 25px;
    color: #ea4548;
    padding-right: 15px;
}