section + section{
    border: none;
}
section:not(:nth-child(1)) {
    margin-top: 36px;
    margin-bottom: 36px;
}
.page{
    overflow-x: hidden;
}
.description{
    padding: 0 0 36px 0;
    font-size: 20px;
    color: #404040;
}
.description p, .description span{
    font-family: "myriad-pro", sans-serif !important;
}
.get-in-touch{
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.5);
    background-size: cover;
    min-height: 400px;
    padding:40px 0 100px 0;
    position: relative;
    background-position: center;
}
.get-in-touch p.content{
    display:block;
    width:80%;
    margin: auto;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.get-in-touch .btn-wrap{
    width:100%;
    position:absolute;
    height:100px;
}
.get-in-touch .btn-wrap.bottom{
    bottom:0;
}
.banners .card{
    position:relative;
}
.banners h3{
    text-align: center;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    margin: 0;
    min-height: 66px;
    padding: 12px;
    display: block;
}
.banner{
    background-size: cover;
    width: 100%;
    height: 300px;
    margin: 6px 0;
}
.banner p.content {
    font-size: 16px;
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align:center;
    text-transform:uppercase;
    left: 0;
    padding: 12px;
    width: 100%;
    min-height: 66px;
}
.btn-special{
    max-width: 300px; 
    position:relative;
    border-radius: 6px 6px;
    display: block;
    border:0;
    margin: 0 auto;
    background-color: #11ac99;
    color: #fff;
    width:auto;
    text-shadow: 1px 1px 2px #404040;
}
.btn-special:hover{
    color: #fff;
    background: linear-gradient(to bottom, #00dcc1, #27bba9);
    background: -webkit-linear-gradient(top, #00dcc1 0%, #11ac99 100%);
}
.gallery{
    margin-bottom: 48px !important;
}
.gallery .card{
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    margin: 18px 0;
    min-height: 300px;
    background-position: center;
    background-size: 100%;
    background-size: cover;
    border: 3px double #fff;
}
.gallery .card h5{
    padding: 0;
    margin: 0;
    font-size: 24px;
}
.gallery .card img{
    width:100%;
}
.gallery .card p.content {
    font-size: 16px;
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    padding: 12px;
    width: 100%;
    min-height: 66px;
}
.btn.view-more{
    margin-top: 24px;
    margin-bottom: 36px;
}
.gallery .btn.view-more{
    display: block;
    margin: 0 auto;
    width: -webkit-max-content;
    width: fit-content;
}
.testimonials{
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.5);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 40px 0 100px 0;
    position: relative;
    margin-top: 48px !important;
}
.testimonials p, .testimonials span{
    font-family: "myriad-pro", sans-serif !important;
}
h2{
    font-size: 3em;
    text-align: center;
    margin: 2rem 0;
    font-weight: 300;
    color: #11ac99;
    text-transform: uppercase;
}
#frm_form_10_container {
    width: 100%;
}
#frm_form_10_container input[type="text"] {
    width: 100%;
}
#frm_form_10_container textarea {
    width: 100%;
}
#frm_form_10_container select {
    width: 100%;
}
.frm_radio {
    display: block;
    padding: 12px;
}
@media (min-width: 1024px){
    .frm_form_field.frm_half{
        width: 50% !important;
    }
}