.page-template-page-landing header#masthead {
    border-bottom: none;
}
.masthead h2 {
    font-size: 40px;
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #fff;
}
.masthead-title h2 {
    margin-top: 14px;
    margin-bottom: 5px;
}

.static-header_top {
    padding-top: 100px;
    background: linear-gradient(to top, rgba(14, 47, 100, 0.8), rgba(14, 47, 100, 0.8)), url(https://libertydoorandawning.com/wp-content/uploads/2024/06/clopay-header332211.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.content-cont h2 {
    margin-bottom: 25px;
    font-size: 50px;
}

.static-header_top h2, .static-header_top h3 {
    margin-top: 0;
}

.content-cont {
    padding-right: 100px;
    padding-left: 24px;
    margin-bottom: 50px;
}

.content-cont h2, .content-cont p {
    color: #fff;
}

.form-cont {
    position: relative;
}

.form-cont__inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-cont h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
}

.form-cont label {
    font-weight: 600;
    font-size: 18px;
}

.form-cont label span {
    color: #c12b2d;
}

.form-cont input[type=text], .form-cont input[type=tel], .form-cont input[type=email], .form-cont textarea {
    border: none;
    background: #f0f5fb;
}

.form-cont textarea {
    height:150px;
}

.form-cont__inner {
    position: absolute;
    background: #fff;
    padding: 45px;
    width: 91.5%;
}
.col-xxs-12 button.submit {
    border-radius: 30px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}
.col-xxs-12.submit {
    display: flex;
    justify-content: center;
}

.static-header_bottom {
    background: #f0f5fb;
    padding: 20px;
    min-height: 196.25px;
}

.icon-cont img {
    margin: 30px 25px 30px 0;
    width: auto;
    height: auto;
    object-fit: cover;
}
.col-xs-12.col-md-6.icon-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* half-text-half-map start */
section.half-text-half-map {
    padding: 50px 0;
}
.container.container-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.col-first {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col-first h2 {
    font-size: 45px;
    font-weight: 600;
}
.col-first p {
    line-height: 30px;
}
.container.container-flex:before {
    display: none;
}
.container.container-flex::after {
    display: none;
}
/* half-text-half-map end */

/* content start */
section.content {
    background-color: #f4f4f4;
}
.container.container-content {
    width: 65%;
    padding: 100px 0;
}
.container-content h2 {
    font-size: 45px;
    margin:0;
}
.container-content p {
    font-size: 45px;
    line-height: 30px;
}
/* content end */

/* half-text-half-images start */
section.half-text-half-images {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 100px 0;
}
.col-first-content {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 35px;
}
.col-second-images {
    width: 45%;
    justify-content: flex-start;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.col-first-content h2 {
    font-size: 45px;
    margin: 0;
}
.col-first-content p {
    line-height: 30px;
}
.col-img-contain {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.col-img-contain img {
    width: 49%;
    height: 90%;
    object-fit: cover;
}
.col-full-img img {
    height: 400px;
    object-fit: fill;
    width: 100%;
}
.col-full-img {
    padding: 0;
}
/* half-text-half-images end */

/* half-image-half-text start */
section.half-image-half-text {
    display: flex;
    flex-direction: row;
    background-color: #f4f4f4;
}
.col-first-image {
    width: 40%;
    padding: 0;
}
.col-second-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}
.col-first-image img {
    width: 100%;
    height:100%
}
.col-second-content h2 {
    font-size: 45px;
    margin: 0;
}
.col-second-content p {
    width: 80%;
    margin: 5px 0;
}
.product-list li {
    margin: 5px 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}
ul.product-list {
    padding: 0;
    margin: 0;
}
.product-list {
    list-style: none;
    padding-left: 0;
}
.product-list li::before {
    content: "\2212";
    font-size: 30px;
    font-weight: 600;
    color: #9b0425;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* half-image-half-text end */

/* content-white-bg start */
section.content-white-bg {
    padding: 100px 0;
}
.container.container-content-white-bg {
    width: 65%;
}
.container.container-content-white-bg h2 {
    font-size: 45px;
}
.content-white-bg-list li {
    margin: 5px 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}
ul.content-white-bg-list {
    padding: 0;
}
.content-white-bg-list {
    list-style: none;
    padding-left: 0;
}
.content-white-bg-list li::before {
    content: "\2212";
    font-size: 30px;
    font-weight: 600;
    color: #9b0425;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* content-white-bg end */

/* testimonial-landing start */
section.testimonial-landing {
    padding: 100px 0;
    background-color: #f4f4f4;
}
.container.container-testimonial {
    display: flex;
    flex-direction: row;
}
.col-first-testimonial {
    width: 30%;
    padding-top:50px;
    padding-left: 0;
}
.col-second-testimonial {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 0;
}
.col-first-testimonial h2 {
    font-size: 45px;
    margin: 0;
    margin-bottom: 20px;
}
.testimonial-cards {
    background-color: #fff;
    margin: 0 20px;
    border-bottom: 7px solid #c6062f;
    padding: 40px 25px;
}
.testimonial-cards {
    display: none;
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
}
.testimonial-cards.active {
    display: block; 
    opacity: 1;
}
.button-controls {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.slider-container {
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 46%;
    background-color: #fff;
    margin: 0px 15px;
    border-bottom: 7px solid #c6062f;
    padding: 15px 25px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.slide::after {
    content: "";
    display: table;
    clear: both;
}
.slide:last-child {
    border-right: none;
}
.prev {
    left: 10px;
    margin-right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #4a638b;
    border-style: none;
}

.next {
    right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #4a638b;
    border-style: none;
}
.container-testimonial::before{
    display:none;
}
.container-testimonial::after{
    display:none;
}
/* testimonial-landing end */

/* section.footer-cta start */
section.footer-cta {
    position: relative;
    background-image: url('https://libertydoorandawning.com/wp-content/uploads/2015/05/S2-Coach-Cover-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
section.footer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e2f64;
    opacity: 0.7;
    z-index: 1;
}
section.footer-cta > * {
    position: relative;
    z-index: 2;
}
.container-footer-cta h2 {
    color: #fff;
    font-size: 45px;
    margin: 20px 0;
    text-align: center;
}
.container-footer-cta p {
    color: #fff;
    text-align: center;
}
.container.container-footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
}
.footer-cta-buttons {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.footer-cta-buttons .button--secondary::after {
    background: #0d1d30 !important;
}
/* section.footer-cta end */









@media (max-width: 1024px ) {
    .form-cont__inner {
        position: relative;
        background: #fff;
        padding: 45px;
        width: 100%;
        margin-bottom: 50px;
    }
    .static-header_top h2, .static-header_top h3 {
        margin-top: 0;
        font-size: 45px;
    }
    section.half-text-half-map {
        padding: 50px 0;
    }
    .col-first {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .col-first h2 {
        font-size: 40px;
        font-weight: 600;
        margin-top: 0;
    }
    .container.container-flex {
        display: flex;
        flex-direction: column;
    }
    .container.container-content {
        width: 65%;
        padding: 50px 0;
    }
    section.half-text-half-images {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 50px 0;
    }
    .col-second-images {
        width: 100%;
        padding: 0 20px;
    }
    .col-first-content {
        width: 100%;
    }
    .col-first-content h2 {
        font-size: 40px;
        margin: 0;
        margin-top: 0;
    }
    .col-img-contain {
        margin-top: 8px;
        height: 450px;
    }
    .col-first-image img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .col-first-image {
        width: 50%;
        padding: 0;
    }
    .col-second-content {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.content-white-bg {
        padding: 50px 0;
    }
    .container.container-content-white-bg h2 {
        font-size: 40px;
        margin-top: 0;
    }
    .col-first-testimonial h2 {
        font-size: 40px;
    }
    .col-first-testimonial {
        width: 40%;
        padding-top: 20px;
    }
    .slide p {
        font-size: 14px !important;
    }
    section.testimonial-landing {
        padding: 50px 0;
    }
    section.footer-cta {
        padding: 50px 0;
    }
    .footer-cta-buttons {
        width: 100%;
    }
    .container-content h2 {
        font-size: 40px;
        margin: 0;
    }
    .col-second-content h2 {
        font-size: 40px;
        margin: 0;
    }
    .container-footer-cta h2 {
        font-size: 40px;
    }
    .slide {
        min-width: 90%;
        height: 400px;
        margin: 0px 20px;
    }
}







@media (max-width: 767px) {
    /* static-header-with-form start */    
    .content-cont {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 50px;
    }
    .content-cont h2, .content-cont p {
        color: #fff;
        font-size: 35px;
    }
    .form-cont__inner {
        background: #fff;
        padding: 45px;
        width: 100%;
        margin-bottom: 50px;
        position: relative;
    }
    .icon-cont img {
        margin: 30px 10px 30px 0;
        width: 45%;
    }
    .col-xs-12.col-md-6.icon-cont {
        display: flex;
        justify-content: center;
    }
    /* static-header-with-form end */

    /* section.half-text-half-map start */
    .col-second iframe {
        height: 350px;
    }
    section.half-text-half-map {
        height: auto;
        padding: 25px 0;
    }
    .container.container-flex {
        display: flex;
        flex-direction: column;
    }
    .col-first {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .col-first h2 {
        font-size: 27px;
        font-weight: 600;
    }
    /* section.half-text-half-map end */

    /* section.half-text-half-map start */
    .container.container-content {
        width: 100%;
        padding: 50px 20px;
    }
    .container-content h2 {
        font-size: 27px;
        margin: 0;
    }
    /* section.half-text-half-map end */

    section.half-text-half-images {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 50px 0;
    }
    .col-first-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 20px;
    }
    .col-first-content h2 {
        font-size: 27px;
        margin: 20px 0;
    }
    .col-img-contain {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
        height: auto;
    }
    .col-second-images {
        width: 100%;
        padding: 0 10px;
    }
    .col-second-images img {
        height: 250px;
    }
    .col-second-images img {
        height: 190px;
    }

    /* section.half-image-half-text start */
    section.half-image-half-text {
        display: flex;
        flex-direction: column;
        background-color: #f4f4f4;
        padding: 0;
        padding-bottom: 25px;
    }
    .col-first-image {
        width: 100%;
        padding: 15px 10px;
    }
    .col-second-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }
    .col-second-content h2 {
        font-size: 27px;
        margin: 0;
    }
    .col-second-content p {
        width: 100%;
        margin: 5px 0;
    }
    /* section.half-image-half-text end */
    
    /* section.content-white-bg start */
    section.content-white-bg {
        padding: 50px 20px;
    }
    .container.container-content-white-bg {
        width: 100%;
    }
    .container.container-content-white-bg h2 {
        font-size: 27px;
        margin-top: 0;
    }
    /* section.content-white-bg end */
    
    /* section.testimonial-landing start */
    section.testimonial-landing {
        padding: 50px 0;
        background-color: #f4f4f4;
    }
    .container.container-testimonial {
        display: flex;
        flex-direction: column;
    }
    .col-first-testimonial {
        width: 100%;
        padding-top: 0px;
        padding-left: 20px;
    }
    .col-first-testimonial h2 {
        font-size: 27px;
        margin: 0;
        margin-bottom: 20px;
    }
    .col-second-testimonial {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .slide {
        min-width: 90%;
        height: 300px;
        margin: 0px 20px;
    }
    .button-controls {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    /* section.testimonial-landing end */

    /* section.footer-cta start */
    section.footer-cta {
        padding: 50px 10px;
    }
    .container.container-footer-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .container-footer-cta h2 {
        color: #fff;
        font-size: 27px;
        margin: 20px 0;
        text-align: center;
    }
    .footer-cta-buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 140px;
    }
    /* section.footer-cta end */
}