* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #231F20;
}

img {
    max-width: 100%;
}

*:focus {
    outline: 0;
}

input, textarea, select { 
	font-family:inherit;
}

.d-none {
    display: none;
}

.header {
    padding: 20px;
    text-align: right;
}

.logo {
    height: 80px;
}

.body-box {
    padding: 20px 30px;
    height: calc(100vh - 270px);
}

.body-box h1 {
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.body-box p {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 15px;
    text-align: center;
}

.body-box .status-text {
    font-size: 20px;
    margin: 0 0 15px;
    text-align: left;
}

.body-box .status-text pre {
    font-size: 15px;
    text-align: left;
    border: 1px solid;
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}


.select-box-title h2 {
    font-size: 30px;
    font-weight: 700;
}

.single-select-box label {
    font-size: 25px;
    position: relative;
    padding-left: 50px;
    font-weight: 500;
}

.single-select-box label:before {
    content: "";
    background: url(../defaults/images/checkbox.svg) no-repeat scroll 0 0 / 100%;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 22px;
    top: 8px;
}

.single-select-box input:checked ~ label:before {
    background-image: url(../defaults/images/checkbox_checked.svg);
}

.single-select-box label.disabled {
    color: #DDDDDD;
}

.select-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7px;
    max-width: 590px;
}

.single-select-box {
    width: 50%;
    margin-bottom: 15px;
}

.select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: f;
}

.select-dropdown {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    margin-left: 20px;
    width: 200px;
}

.footer {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footertext {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.flags ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flags ul li button {
    background: transparent;
    border: 0;
    margin-right: 5px;
}

.flags ul li button img {
    max-height: 60px;
}

.flags ul li:last-child button {
    margin-right: 0;
}

.next-button button {
	-webkit-appearance: none;
    background: #34e5b5;
    border: 0;
    color: #fff;
    font-size: 30px;
    padding: 10px 15px 10px 15px;
    position: relative;
    margin-right: 65px;
    height: 62px;
    border-radius: 0 3px 3px 0;
    min-width: 160px;
}

.next-button button:before {
    content: "";
    position: absolute;
    border-left: 25px solid #34e5b5;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    right: -24px;
    top: 0px;
    z-index: 1;
}

.select-box-list.two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 300px;
}

.select-box-list.two .single-select-box {
    width: 100%;
}

.next-button.prev button {
    margin-right: 0;
    margin-left: 25px;
    border-radius: 3px 0 0 3px;
}

.footer-paged .next-button.prev button {
    margin-left: 35px;
}

.next-button.prev button:before {
    border-right: 25px solid #34e5b5;
    border-left: none;
    right: auto;
    left: -24px;
}

.body-box.no-footer {
    height: calc(100vh - 122px);
}

.body-box.no-footer h1 {
    font-size: 30px;
    text-align: left;
    letter-spacing: normal;
}

.body-box.no-footer p {
    font-weight: 500;
    font-size: 22px;
}

.single-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.single-form-left {
    width: 250px;
}

.single-form-left label {
    font-weight: 700;
    font-size: 20px;
    margin-top: 7px;
    display: block;
}

.single-form-center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.single-form-right {
    width: 250px;
    position: relative;
}

.single-form input,
.single-form textarea {
    background: #D6D5D5;
    border: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    min-width: 410px;
}

.contact-form .single-select-box {
    width: 410px;
    margin-top: 15px;
}

.contact-form .single-select-box label {
    font-size: 20px;
    padding-left: 25px;
    display: block;
}

.contact-form .single-select-box label:before {
    left: 0;
    top: 5px;
}

.single-form textarea {
    resize: none;
    height: 115px;
    width: 100%;
}

.single-form button {
    background: #34e5b5;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 25px;
    padding: 15px 60px;
}

.single-form-right button {
    position: absolute;
    bottom:3px;
    right:0px;
    margin-left: 20px;
}

.map-box-area {
    width: 50%;
    float: left;
}

.map-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 92px);
    position: relative;
    overflow: hidden;
}

.map-box-text-list {
    overflow: auto;
    padding: 0 40px;
    position: relative;
    margin: 0;
    margin: 70px 0;
}

.map {
    width: 50%;
    height: 100vh;
    overflow: hidden;
}

.single-address {
    font-family: 'Source Sans Pro', sans-serif;

}

.single-address h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

.single-address p {
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 20px;
}

.single-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-address ul li {
    font-weight: 600;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.single-address ul li img {
    width: 14px;
    margin-right: 10px;
}

.single-address button {
    background: #34e5b5;
    color: #fff;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 45px;
    margin: 20px 10px 30px;
    display: block;
}

.map-box-bottom {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.map-box-bottom button {
    background: #34e5b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    margin-left: 15px;
}

.map-box-bottom button img {
    max-width: 40px;
    margin-right: 10px;
}

.btn {
    position: fixed;
    top: 15px;
    background: transparent;
    border: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.8" /><feFuncG type="linear" slope="1.8" /><feFuncB type="linear" slope="1.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: grayscale(1) brightness(1.8);
    filter: grayscale(1) brightness(1.8);
    left: 20%;
    z-index: 1;
}

.btn.arrow-bottom {
    top: auto;
    bottom: 100px;
}

.btn.active {
    -webkit-filter: none;
            filter: none;
}

.single-address-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-address h2 span {
    background: #34e5b5;
    color: #fff;
    min-width: 32px;
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    font-weight: 600;
}

.footer-paged {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
}

.popup-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup-box-wrapper {
    background: rgba(255,255,255,.8);
    z-index: 6;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

.popup-box-body {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,1);
    padding: 40px;
}

.popup-box-body h2 {
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 30px;
}

.popup-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}

.popup-input label {
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
}

.popup-input input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #CECBCA;
    border: 0;
    padding: 10px;
}

.popup-box .single-address-button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 25px;
}

.popup-box .single-address-button button {
    background: #34e5b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    border: 0;
    padding: 8px 12px;
    margin-top: 20px;
    margin-left: 15px;
}



.popup-box-body p {
    font-weight: 500;
    font-size: 17px;
}

.single-form.buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}