.map-div {
    background-color: #e2e2e2;
    position: relative;
    height: 100vh;
    color: #26337b;
}

#googlemap {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.relative {
    position: relative !important;
}


.map-box {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 40px;
    width: 100%;
    max-width: 340px;
    padding: 30px;
    background-color: #ffffff;
    color: #515050;
    text-align: left;
    box-shadow: 3px 3px 30px rgb(0 0 0 / 20%);
}

.map-box h1 {
    clear: both;
    margin-bottom: 36px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa9aa;
}
.map-box .divider-m {
    clear: both;
    height: 30px;
}
.map-box .divider, .map-box .divider-s {
    clear: both;
    height: 15px;
}
.map-box #map-search {
    background-color: #ffffff;
    font-family: 'Open Sans', Arial;
    font-size: 17px;
    font-weight: 300;
    padding: 12px 17px;
    margin: 0;
    text-overflow: ellipsis;
    width: 100%;
    border: 2px solid #27327b;
    border-radius: 0;
    -webkit-appearance: none;
}

.map-box .section-header {
    margin-bottom: 30px;
    color: #26337b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.map-box .map-controls {
    margin-top: 20px;
}

.map-product {
	margin-top:15px;
}
.map-yes, .map-no {
      float: left;
      width: 35px;
      height: 35px;
      line-height: 1;
      margin-right: 6px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      font-size: 18px;
      font-weight: 100;
      text-align: center;
      transition: all 0.4s;
      display: flex;
      align-items: center;
      justify-content: center;
}
.map-key {
	font-size:13px;
}
.label-legends{
	display: flex;
}
.map-product-key {
	width:24px;
	height:24px;
	line-height:24px;
	margin-right:6px;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#ffffff;
	font-size:11px;
	font-weight:100;
	text-align:center;
}
.map-yes {
	background-color:#26337b;
}
.map-no {
	background-color:#bbbcbc;
}
.map-zoom-text {
	float:left;
	font-size:17px;
	font-weight:600;
	line-height:40px;
}
.map-coverage {
	margin-top:10px;
	margin-bottom:4px;
}
.map-cover-button {
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
	background-color:#0077c8;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.map-cover-text {
	font-size:15px;
	color:#0077c8;
	line-height:30px;
}
.map-container {
	font-family:'Open Sans', Arial;
}
.pac-container, .pac-item {
	width:inherit!important;
}
.pac-item, .pac-item-query {
	font-family:'Open Sans', Arial;
	font-size:13px;
}
.pac-container:after {
	background-image:none!important;
	height:0;
	padding:0;
	margin:0;
}
.gm-style .gm-style-iw {
	color:#515050;
	font-size:17px;
	line-height:1.3;
	max-width:280px;
	text-align:center;
	padding:16px 10px 8px;
}
.map-controls {
	margin-top:20px;
}
.map-col {
	display:inline-block;
	width:50%;
	vertical-align:bottom;
	margin-right:-4px;
}
.button-search {
	color:#0077c8;
	font-size:14px;
	font-weight:500;
	cursor:pointer;
}
.button-search:hover {
	text-decoration:underline;
}
.map-loading {
	display:none;
	padding:25px 0;
	color:#0077c8;
	font-size:16px;
	font-weight:500;
}
.map-loading i {
	font-size:16px;
}
.map-checking {
	float:right;
	margin-top:8px;
}
.map-enquire {
	display:none;
}
#map-cxs {
	display:none;
}

/* COVERAGE CONTACT FORM */
label.radio, .checkbox {
    cursor: pointer;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    background: #fafafa;
    padding: 7px 10px;
    /*border-radius: 0.3rem;*/
    margin-bottom: 0.5rem;
    border: 1px solid #26337b;
    font-size: 15px;
}
label.radio input, label.checkbox input {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5rem;
}
.label-heading{
    font-size: 24px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.radio-container{
    margin-bottom: 1.5rem;
}
.zero-m{
    margin: 0;
}
.zero-mtb{
    margin-top: 0;
    margin-bottom: 0 !important;
}
.v-align-middle{ vertical-align: middle; }

.button-default{
    background-color: #0033a0;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: inherit;

    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none!important;

    margin: 0 10px 0 0;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 600;
}

.button-media {
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
}

.right {
    float: right;
}

#order-summary-details{
    font-size: 14px;
    text-align: left;
    margin-top: 1rem;
}
#order-summary-details thead th{
    padding: 12px 5px;
    border-bottom: 1px solid #aaa9aa;
    vertical-align: top;
}

.terms-check{
    margin-top: 1rem;
}

.contact-form-wrap {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(255, 255, 255, 0.98);
    display: none;
    overflow-y: auto;
    align-items: center;
}

.contact-form-wrap.order-now{
	display: flex;
}

.contact-form-wrap form{
	max-width: 850px;
	width: 100%;
	margin: auto;
}

.contact-form-wrap form input[type="email"], .contact-form-wrap form input[type="text"], .contact-form-wrap form input[type="tel"], .contact-form-wrap form input[type="number"], .contact-form-wrap form select,.contact-form-wrap form  textarea {
    border: 1px solid #71b1d6;
    height: 50px !important;
    border-radius: 4px;
    color: #333;
    box-shadow: none;width:100%;
    margin-bottom:15px;
    box-sizing: border-box;
    padding: 0 .75em;
    padding-right: 0.75em;
    height: 2.507em;
    font-size: .97em;

}

.contact-form-wrap  input[type="email"], input[type="date"], input[type="search"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-sizing: border-box;
    padding: 0 .75em;
    padding-right: 0.75em;
    height: 2.507em;
    font-size: .97em;

}
.contact-form-wrap  .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.contact-form-wrap  textarea {
    padding-top: 0.7em;
    min-height: 120px;
}
.contact-form-wrap  a {
    color: #334862;
    text-decoration: none;
}
.close-page {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: larger;
    font-weight: bolder;
    padding: 10px;
    border: 1px solid;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
}
