/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

/*form reset*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


.modal-content__title {
    font-size: 1.5rem !important;
    font-weight: bold;
}
.modal-content__form-box {
    padding: 0 5px !important;
    text-align: left;
}

#inputbox1,
#inputbox2 {
    background: #fff;
    padding: 15px;
    margin: 5px 5px 30px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    color: #000 !important;
}
h4.form_head4 {
    margin-bottom: 10px;
    color: #000;
}
.input_100 input[type=text], .input_100 input[type=email], .input_100 input[type=tel], .input_100 textarea, .input_100 select {
    width: 100%;
    outline: none;
    color: #000 !important;
    border: none !important;
    border-bottom: solid 1px #95A17B !important;
    padding: 7px 12px;
    background: #fff;
}
.select-box{
position:relative
}
.select-box::after{
position: absolute;
content:'▼';
top: 28%;
right: 4%;
color: #333;
}

input[type="submit"], input[type="button"] {
    margin: auto;
    display: inline-block;
    width: 77% !important;
    background: #95A17B !important;
    color: #fff;
    padding: 13px;
    border-radius: 5px;
    letter-spacing: 3px;
    filter: none;
    font-size: 100%;
}
.select-box::after{
pointer-events: none;
}
