@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); :root { --header-color: #e6e6e6; --inputs-name: #737373; --tmp-bg: #4d4d4d; --tmp-bg-white: #FFFFFF; --headers-color: #B7B7B7; --inputs-headers-color: #6B6B6B; } main { width: 100%; height: 100%; position: relative; display: flex; flex-wrap: wrap; margin: 0; padding: 0; background-color: var(--tmp-bg-white)!important; font-family: 'Roboto', sans-serif; font-weight: lighter; color: var(--inputs-headers-color); } .aa-container { width: 100%; height: 100%; display: flex; flex-wrap: wrap; } .form { width: 60%; min-height: 400px; max-height: 800px; height: 100%; } .map { width: 40%; min-height: 400px; max-height: 800px; height: 40%; float: left; } #map { width: 100%; height: 500px; margin: 50px; } .box { width: 80%; height: 100%; margin: auto; } .inputs-header { font-size: 21px; font-family: 'Roboto', sans-serif; font-weight: lighter; color: var(--headers-color); margin: 24px 0; } .add_btn { display: inline-block; width: 24px; height: 24px; border: 1px solid #707070; border-radius: 50%; text-align: center; line-height: 24px; margin-left: 5px; letter-spacing: 0; padding: 0; } .inputs-headers { width: 100%; height: 100%; position: relative; } .aa-header { color: var(--inputs-headers-color); font-size: 12px; text-transform: uppercase; display: inline-block; width: 24%; margin: 10px; } .a-input { background: transparent!important; border: 0!important; border-bottom: 2px var(--inputs-headers-color) solid!important; height: 30px!important; line-height: 21px!important; font-size: 21px!important; outline: none!important; padding: none!important; margin: 5px auto!important; padding-left: 5px!important; padding-bottom: 5px!important; font-family: 'Roboto', sans-serif!important; color: var(--inputs-headers-color)!important; } .small-box { width: 100%; font-weight: 400; } .aa-input::placeholder { color: var(--inputs-headers-color)!important; opacity: 1!important; margin-bottom: 2px!important; } .country { position: relative; width: 150px; } .city { position: relative; width: 440px; } .postcode { width: 150px; } .pick { width: 164px; } .aa-btn { width: 80%; margin: auto; } .btns { width: 174px; height: 48px; font-size: 21px; letter-spacing: 0; text-align: center; color: var(--inputs-headers-color); border: 1px solid #707070; line-height: 48px; margin-left: 10px; cursor: pointer; } .onclick { background: #707070 0% 0% no-repeat padding-box; color: #ffffff!important; border: none!important; } .truck-header { color: var(--headers-color); font-size: 21px; width: 100%; margin: 20px 0; } .aa-footer { width: 100%; height: 100%; margin: 50px 0; position: relative; } .aa-footer-content { width: 50%; margin: auto; } .aa-footer-content div { font-size: 36px; font-weight: bold; margin: 0 20px; display: inline-block; } #sbm-btn { width: 164px; color: #ffffff; background-color: #000000; text-align: center; line-height: 40px; cursor: pointer; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4d4d4; font-weight: 400; font-family: 'Roboto', sans-serif!important; } .autocomplete-items div:hover { background-color: #e9e9e9; } .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; } #contact-form { background-color: #D1D1D1; position: absolute; width: 779px; height: 633px; margin: 57px 375.5px; z-index: 100; display: none; } .contact-container { position: relative; width: 100%; height: 100%; } #exit-btn { position: absolute; top: -2%; left: 97%; width: 38px; height: 37px; color: white; font-size: 1.5em; z-index: 101; cursor: pointer; background: #6B6B6B 0% 0% no-repeat padding-box; } .top { height: 15%; } .middle { height: 20%; } .bottom { position: relative; margin-top: 20%; height: 25%; display: inline-block; } .bottom div { font-weight: 500!important; cursor: pointer; } .bottom div { position: relative; width: 174px; height: 48px; line-height: 48px; display: inline-block; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #707070; text-align: center; margin-top: 50px; } .section { position: relative; width: 100%; } .section input { margin-top: 30px!important; margin-left: 20px!important; } .section textarea { margin-top: 30px; margin-left: 20px; } .padding { padding: 6%; } .left { float: left; } .clear { clear: both; } .t-w { color: #fff; } .email { width: 60%!important; } .phone { width: 30%!important; } .textarea { width: 96%; height: 100px; max-width: 96%; min-width: 300px; max-height: 200px; min-height: 100px; background: transparent; border: 0; border-bottom: 2px var(--inputs-headers-color) solid; font-size: 21px!important; outline: none; padding: none; margin: 5px auto; padding-left: 5px; padding-bottom: 5px; font-family: 'Roboto', sans-serif!important; color: var(--inputs-headers-color); } .cp { position: absolute; } .sd { background-color: #000000!important; color: #ffffff; float: right; font-weight: 500; } svg { width: 38px; height: 37px; } .bb { color: #737373; }