p.text-icon {
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 20px 0px; 
    color: #253642;
}
p.slide-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    color: #0071CF;
}
p.slide-middle{
    font-size: 26px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
    color: #000000;
}
p.slide-middle2 {
    font-size: 36px;
    font-weight: 300;
    margin: 0px 0px 0px 30px;
    color: #0071CF;
}
p.slide-bottom {
    font-size: 34px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
    color: #707070;
    font-family: 'Fasthand', cursive;
}



p.fieldname {
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0px 6px 0px;
    color: #ffffff;
}


p.title1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
    letter-spacing: -1px;
    color: #0071CF;
}
p.paragraph1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0px 18px 20px 18px;
    color: #444444;
    line-height: 24px;
}

.appearance (@value: none) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


button.button1 {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #C1262B;
    padding: 18px 25px;;
    border: 2px solid #ffffff;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    width: 320px;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
button.button1:hover{
    background-color: #213C5C;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}



button.button2 {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 15px 25px;;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background-color:#B71E22;;
    cursor: pointer;
    outline: none;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
button.button2:hover{
        background-color: #cc0000;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


input[type="text"]{
    width: calc( 100% - 24px);
    padding: 10px 12px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -webkit-appearance: none;

}
input[type="text"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

input[type="number"]{
    width: calc( 100% - 24px);
    padding: 10px 12px;
    font-size: 18px;
    font-family: 'Roboto',Sans-Serif;
    font-weight: 400;
    color: #000000; 
    border: 0px; 
    background-color : #f7f7f7; 
    outline: none;
    -webkit-appearance: none;

}
input[type="number"]:focus {
    background-color: #f0f0f0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}


.custom-select {
    height: 42px;
    font-size: 18px;
    color: #333333; 
    background-color: #F7F7F7;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 8px 8px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    cursor: pointer;
    width: calc( 100% - 24px);
}
.custom-select:focus {
    background-color: #F0F0F0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

::-webkit-input-placeholder { /* Chrome */
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
}

