input, textarea {
    border: 1px solid #0064a8 !important;
    min-height: 55px !important;
    border-radius: 5px !important;
    margin: 0px !important;
    font-size: 14px !important;
    padding-left: 15px !important;
    color: #000000 !important;
}


::placeholder {
  color: #333333 !important;
}


input#gform_submit_button_3 {
    margin-top: -20px !important;
    border: none !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    padding: 12px 35px !important;
    min-height: unset !important;
}


#form li{margin:0px !Important;}



.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 39px;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100%);
    left: 0;
    top: 16px;
    background: #0054a8;
        padding-bottom: 17px;
}

.timeline li {
    position: relative;
    margin-bottom: 20px;
        list-style: none !important;

}


.timeline li:before {
    content: "";
    position: absolute;
    width: 10.5px;
    height: 10.5px;
    background: #FFFFFF;
    border: 1px solid #0054a8 ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    left: -44px;
    top: 6px;
}
 


.timeline li:last-child:before {
    background: #0054a8 ;
    border-color: #0054a8 ;
}

.timeline li:last-child {
    margin-bottom: -30px !important;
}