section.contact_bg {
    padding-bottom: 0;
    position: relative;
    padding-top: 20px;
    min-height: 650px;
}

section.contact_bg:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: #00C8DC;
}

.contact_heading {
    line-height: 1em;
}

.contact_heading h2 {
    border-bottom: 1px solid white !important;
    font-size: 60px;
    text-transform: none;
}

.contact_heading h2:after {
    color: white !important;
    text-align: center;
}

.contact-sub-heading span {
    color: lightcyan !important;
    font-family: "raleway", sans-serif !important;
    font-size: 30px;
}

p.contact-sub-heading {
    color: white !important;
    font-family: "raleway", sans-serif !important;
    font-size: 24px;
    float: left;
}

.contact-sub-heading a {
    color: white !important;
    font-family: "raleway", sans-serif !important;
    font-size: 24px;
    line-height: 1.2em;
    float: left;
}

.contact-sub-heading-demo span {
    color: white !important;
    font-family: "raleway", sans-serif !important;
    font-size: 18px;
    float: left;
    text-align: left;
}

.contact-textbox {
    font-size: 16px;
    font-family: "raleway", sans-serif !important;
    background-color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid rgba(227, 167, 28, 0.6);
    color: rgb(12, 129, 138);
    margin: 0 0 5px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.contact-textarea {
    font-size: 16px;
    font-family: "raleway", sans-serif !important;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid hsl(42, 100%, 58%);
    color: rgb(12, 129, 138);
    margin: 0 0 5px;
    padding: 5px;
    width: 100%;
    min-height: 130px;
    box-sizing: border-box;
    resize: none;
}

input::placeholder {
    font-size: 14px;
    font-family: "raleway", sans-serif !important;
    font-style: italic; 
    color: rgb(12, 129, 138);
}

textarea::placeholder {
    font-size: 14px;
    font-family: "raleway", sans-serif !important;
    font-style: italic; 
    color: rgb(12, 129, 138);
}

.contact-button {
    color: white;
    background-color: hsl(42, 100%, 58%);
    border: 0;
    font-size: 14px;
    font-family: "raleway", sans-serif !important;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    padding: 8px;
    text-align: right;
    float: right;
}

.confirmation {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.svg-circle {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    float: left;
    border: 3px solid #6f9362;
    background: #6f9362;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    cursor: pointer
}

.circle-svg {
    margin: 51px 43px 46px
}

.circle.close {
    box-shadow: 0px 0px 40px 100px #63ce3a inset;
}
