h3, .h3{
    color: #052142 !important;
}
.testimonials-container .find-button-container{
    text-align: center;
}
.testimonials-container .find-button-container .btn-banner{
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    padding: 20px 25px;
    cursor: pointer;
    appearance: none;
    border-radius: 5px;
    background: #f56b6b;
    color: #fff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
section.page-bottom-section .text p:last-child:before{
    content: '' !important;
}
section.page-bottom-section .text p:last-child{
    font-size: 18px !important;
}
.why-choose-griswold-section .benefit-container .services-section-container{
    gap: 30px;
    display: flex;
}
.why-choose-griswold-section .benefit-container .services-section-container .service-container .image{
    text-align: center;
}
.griswold-testimonial-slider-container .testimonial-dotnav li a.active{
    border-radius: 50%;
}
@media(max-width: 959px){
    .why-choose-griswold-section .benefit-container .services-section-container{
        flex-direction: column;
    }
}
/* accrodion */
    .griswold-find-location-page-container .national-office-info-container{
        margin-top: 100px;
    }
    .lct-state-container {
        border-radius: 5px;
        background: #e9e9e9;
        margin-bottom: 10px;
        border: 1px solid #e9e9e9;
    }
    .uk-location-accordion{
        max-width: 1064px !important;
    }
    .lct-accordion {
        color: #052142;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        font-weight: 500;
        text-align: left;
        outline: none;
        font-size: 18px;
        transition: 0.4s;
        border-radius: 5px;
        background-color: #fff7e8;
    }
    .panel p:first-child{ 
        padding-top: 20px;
    }
    .panel > a{
        font-size: 14px;
        text-align: center;
        display: inline-block;
        padding: 15px 15px !important;
        cursor: pointer;
        appearance: none;
        border: none;
        border-radius: 5px;
        background: #f56b6b;
        color: #fff;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        margin-right: 20px;
    }
    .panel p{
        display: none;
    }
    .panel.show p {
        display: block;
        border-top: 1px solid #d9d9d9;
        padding-top: 20px;
        font-size: 14px;
        font-weight: 400;
    }
    .panel.show p span{
      font-size:1.2em; 
      font-weight:600;
    }
    .active, .lct-accordion:hover {
        background-color: #e9e9e9; 
        font-weight: 700;
    }
    .active{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #fff7e8;
        color: #f56b6b;;
    }
    .panel.show{
        height: auto !important;
        max-height: 1000px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-bottom: 10px;
    }
    .panel {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: 500ms max-height ease;
        max-height: 0;
        padding: 0 18px;
        background-color: #fff7e8;
    }
/* end of accordion */

.awards-section-container {
    padding: 80px 0 40px 0;
}
.awards-section-container .heading{
    margin-bottom: 20px;
}
.awards-section-container .images-container {
    display: flex;
    gap: 20px;
}
.awards-section-container .images-container .image{
    align-items: center;
    padding-left: 0 !important;
}
#gform_submit_button_3,
a.btn-primary{
	text-align: center;
    display: inline-block;
    padding: 20px 25px;
    cursor: pointer;
    appearance: none;
    border-radius: 5px;
    background: #f56b6b;
    color: #fff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 20px;
    display: block;
}
#gform_submit_button_3{
    padding: 10px 20px !important;
    font-size: 15px !important;
    margin-top: 12px !important;
}
.gfield_required{
    color: white !important;
    font-size: 16px !important;
}
.top-gradient{
    padding: 40px 0;
}
.banner-form .top-gradient{
    display: flex;
    justify-content: flex-end;
}
.banner-form .top-gradient .top-outer-container{
    width: 400px;
    margin: 0;
    justify-content: center;
}

.banner-form .top-gradient.top-gradient-mobile{
    justify-content: center !important;
}

.icon-group:first-child .icon-container{
    background-position: right 26% !important;
}
.icon-group:first-child .icon-container.short-right{
    margin-right: 20px;
    width: unset !important;
}
.icon-group .icon-container.short-left{
    margin-left: 20px;
    width: unset !important;
}
/* New Landing Page */
.gform_wrapper form .legal-text{
    line-height: 1.4em;
}
.gform_wrapper form .gform_button{
    background: #f56b6b !important;
}
.gform_wrapper form .gfield--type-email label,
.gform_wrapper form .gfield--type-phone label,
.gform_wrapper form .gfield--type-text label,
.gform_wrapper form .gfield--type-textarea label{
 display: none !important;
}

.griswold-landing-page .page-bottom-section{
    justify-content: center !important;
    display: flex;
    flex-direction: column;
}
#gform_3 p,
#gform_3 label{
    line-height: 1.3em;
}
#gform_3 h3,
#gform_3 #field_3_8{
    display: none;
}
#gform_3 textarea{
    height: 75px !important;
    min-block-size: unset;
}
.banner-form-container{
    padding-bottom: 40px !important;
}
.page-template-template-home-2 .bottom-border-ellipse-container{
    clip-path: none !important;
    }
    
section.banner-form{
    clip-path: ellipse(130% 100% at 50% 0);
} 
    
.griswold-landing-page .title h3{
    padding: 0 90px;
}
.griswold-landing-page .page-top-section .img-wrapper {
    position: relative;
}
.griswold-landing-page .page-top-section .img-wrapper img.attachment-post-thumbnail {
    width: 100%;
    max-height: 1252px;
    object-fit: cover;
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
}
.griswold-landing-page .page-top-section .img-wrapper img.logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 37px;
}
    .w-100{
        width: 100%;
    }
    .d-flex{
        display: flex;
    }
    .text-center{
        text-align: center;
    }
    @media all and (min-width: 992px) {
        .griswold-landing-page .top-section {
            margin-top: -445px;
            z-index: 10;
            position: relative;
       }
    }
    @media all and (min-width: 992px) {
        .griswold-landing-page .top-section .info-form {
            flex-direction: row;
            gap: 50px;
       }
    }
    @media all and (min-width: 1480px) {
        .griswold-landing-page .top-section .info-form {
            gap: 100px;
       }
    }
    @media all and (min-width: 1580px) {
        .griswold-landing-page .top-section .info-form {
            gap: 164px;
       }
    }
    .griswold-landing-page .top-section .info-form .info {
        margin-top: 60px;
        padding: 0 16px;
    }
    @media all and (min-width: 992px) {
        .griswold-landing-page .top-section .info-form .info {
            max-width: 400px;
            margin-top: 320px;
       }
    }
    @media all and (min-width: 1200px) {
        .griswold-landing-page .top-section .info-form .info {
            max-width: 390px;
       }
    }
    @media all and (min-width: 1480px) {
        .griswold-landing-page .top-section .info-form .info {
            max-width: 654px;
            margin-top: 120px;
       }
    }
    .griswold-landing-page .top-section .info-form .info h3 {
        margin-bottom: 40px;
    }
    .griswold-landing-page .top-section .info-form .info p {
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin: 0;
    }
    .griswold-landing-page .top-section .info-form .gform_wrapper {
        background-color: #052142;
        padding: 60px 30px;
        margin-top: 60px;
    }
    @media all and (min-width: 768px) {
        .griswold-landing-page .top-section .info-form .gform_wrapper {
            width: 662px;
       }
   
    }
    @media all and (min-width: 992px) {
        .griswold-landing-page .top-section .info-form .gform_wrapper {
            padding: 80px 75px;
            margin-top: 0;
       }
    }
    .griswold-landing-page .top-section .info-form .gform_wrapper .gform_heading {
        display: unset;
    }
    .griswold-landing-page .top-section .info-form .gform_wrapper .gform_heading h2 {
        color: #fff;
    }
    .griswold-landing-page .top-section .info-form .gform_wrapper .gform_heading .gform_required_legend {
        display: none;
    }
    .griswold-landing-page .top-section .info-form .gform_wrapper form .gform-body label, .griswold-landing-page .top-section .info-form .gform_wrapper form .gform-body span.gfield_required {
        color: #fff !important;
    }
    .griswold-landing-page .top-section .info-form .gform_wrapper form .gform-body .ginput_container {
        margin-bottom: 46px !important;
    }
    .griswold-landing-page .top-section .info-form .gform_wrapper form .gform_footer {
        width: fit-content;
        margin: 46px auto 0;
    }
    .griswold-landing-page .why-choose-griswold-section {
        margin-top: 120px;
    }
    .griswold-landing-page .page-bottom-section .title-container .icon-group,
    .griswold-landing-page .why-choose-griswold-section .title-container .icon-group {
        width: 100%;
    }
    .griswold-landing-page .page-bottom-section{
        background-color: #fff7e8;
    }
    .griswold-landing-page .page-bottom-section .title-container .icon-group .icon-container{
        background: url("https://dev-griswold-home-care.pantheonsite.io/tulsa/wp-content/themes/griswold-local/dist/images/salmon-logo.png") repeat-x !important;
    }
    .griswold-landing-page .page-bottom-section .title-container .icon-group .icon-container,
    .griswold-landing-page .why-choose-griswold-section .title-container .icon-group .icon-container {
        background: url("https://www.griswoldcare.com/promo/wp-content/themes/griswold-promo/dist/images/white-logo.png") repeat-x;
        height: 50px;
        width: 100%;
        position: relative; 
    }
    .griswold-landing-page .page-bottom-section .title-container.second{
        justify-content: center;
        gap: 20px;
    }
    .griswold-landing-page .page-bottom-section .title-container{
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 20px !important;
    }
    .griswold-landing-page .page-bottom-section .title-container .icon-group .icon-container.extend-right,
    .griswold-landing-page .why-choose-griswold-section .title-container .icon-group .icon-container.extend-right {
        background-position: right;
        padding-right: 20px;
    }
    .griswold-landing-page .page-bottom-section .title-container .icon-group .icon-container.extend-left,
    .griswold-landing-page .why-choose-griswold-section .title-container .icon-group .icon-container.extend-left {
        background-position: left;
        margin-left: -20px;
    }
    .griswold-landing-page .page-bottom-section .title-container .icon-group.icon-group-left,
    .griswold-landing-page .why-choose-griswold-section .title-container .icon-group.icon-group-left {
        padding-right: 100px;
    }
    .griswold-landing-page .page-bottom-section .title-container .icon-group.icon-group-right,
    .griswold-landing-page .why-choose-griswold-section .title-container .icon-group.icon-group-right {
        padding-left: 100px;
    }
    .griswold-landing-page .why-choose-griswold-section .benefit-container {
        padding: 50px 16px;
    }
    @media all and (min-width: 992px) {
        .griswold-landing-page .why-choose-griswold-section .benefit-container {
            justify-content: center; 
            padding: 40px 0;
       }
    }
    .griswold-landing-page .why-choose-griswold-section .benefit-container .benefit {
        max-width: 370px;
        margin-bottom: 40px;
    }
    @media all and (min-width: 992px) {
        .griswold-landing-page .why-choose-griswold-section .benefit-container .benefit {
            margin-bottom: 0;
       }
    }
    .griswold-landing-page .why-choose-griswold-section .benefit-container .benefit p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        margin: 0;
    }
    .griswold-landing-page .why-choose-griswold-section .benefit-container .benefit p.benefit-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 15px;
    }
    .griswold-landing-page .video-section {
        margin: 0 16px 60px;
    }
    section.banner-form{
        position: relative;
        background-size: cover !important;
    }
    section.banner-form .background-overlay{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: linear-gradient(180deg, rgba(3, 18, 33, 0), rgba(3, 18, 33, .29) 25%, rgba(3, 18, 33, .55));
    
    }
    @media (min-width: 1201px){
        .griswold-landing-page .banner-form .banner-container .banner-description > img{
            display: none;
        }
    }
    .uk-dotnav>*>*{
        width: 16px !important;
        height: 16px !important;
    }
    .uk-slider{
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
    .uk-slider-nav{
        justify-content: center;
    }
    .uk-slider .slider-items .image{
        width: 33.3%;    
         display: flex;
         justify-content: center;
        align-items: center;
        margin-top: 15px !important;
    }
    .uk-slider .slider-items .image img{
        width: 200px;
   
    }
    @media (max-width: 767px) {
        .griswold-landing-page .page-bottom-section .image-container img{
            width: 100% !important;
        }
        .services-paragraph p{
            margin-bottom: 0 !important;
        }
        .griswold-landing-page .services-section-container .service-container .description > *:last-child,
        .griswold-landing-page .services-section-container .h6{
            text-align: justify;
        }
        .griswold-landing-page .page-bottom-section .text-container .text,
        .griswold-landing-page .services-section-container{
            padding-bottom: 0 !important;
        }
        .griswold-testimonial-slider-container .slider-container{
            padding-top: 100px;
        }
        .griswold-landing-page .why-choose-griswold-section .title h3{
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .griswold-landing-page .why-choose-griswold-section .benefit-container{
            padding-top: 20px;
        }
        .griswold-landing-page .why-choose-griswold-section{
            margin-top: 20px
        }
        .griswold-landing-page .banner-button .find-button-container a{
            font-size: 14px !important;
            padding: 15px !important;
        }
        .griswold-landing-page .map-photo > div .map-text-section-container{
            flex-direction: column !important;
            gap: 20px !important;
        }
        .griswold-landing-page .map-photo{
            padding: 40px 20px !important;
            margin-bottom: 40px !important;
        }
        .griswold-landing-page .griswold-testimonial-slider-container .slider-container{
            padding-bottom: 0;
        }
        .why-choose-griswold-section .icon-group{
            display: none;
        }
        .griswold-landing-page .title h3{
            padding: 20px;
        }
        body .griswold-landing-page .banner-form > .banner-container .banner-description{
            width: 100%;
            min-height: 600px;
       }
        body .griswold-landing-page .banner-form > .banner-container .banner-description .banner-text{
           padding: 20px; 
       }
       .griswold-landing-page .banner-form > .banner-container{
        flex-direction: column;
       }
        body .griswold-landing-page .banner-form > .banner-container .banner-form-container{
           width: 100%; 
       }
    } 
    .griswold-landing-page .banner-form .banner-container .banner-description > img,
    .griswold-landing-page .banner-form .video-embed-container{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
    }
    .griswold-landing-page .banner-form > .banner-container{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .griswold-landing-page .banner-form > .banner-container .banner-text h2{
        color: white;
    }
    .griswold-landing-page .banner-form > .banner-container .banner-text ul li{
        color:white;
        font-weight: 500;
    }
    .griswold-landing-page .banner-form > .banner-container .banner-description{
        display: flex;
        position: relative;
        flex-direction: column;
        padding: 20px 200px 100px 200px;
        justify-content: center;
        width: 65%;
    }
    
    .griswold-landing-page .banner-form > .banner-container .banner-form-container{
        background-color: #052142;
        padding: 1em 30px;
        width: 35%;
    }
    .griswold-landing-page .banner-form h3{
        color: white !important;
        font-size: 27px;
    }
    .griswold-landing-page .banner-form > .banner-container .banner-form-container h2{
        display: none;
    }
    .griswold-landing-page .banner-form > .banner-container .banner-form-container form legend,
    .griswold-landing-page .banner-form > .banner-container .banner-form-container form p,
    .griswold-landing-page .banner-form > .banner-container .banner-form-container form label{
        color: white;
        font-size: 14px;
    }
    .griswold-landing-page .banner-form > .banner-container .banner-form-container form .gform_fields{
        gap: 10px;
    }
    
    .griswold-landing-page .banner-form > .banner-container .banner-form-container .gform_required_legend{
        display: none
    }
    
    .griswold-landing-page .banner-form a.btn-banner {
        text-align: center;
        display: inline-block;
        padding: 20px 25px;
        cursor: pointer;
        appearance: none;
        border-radius: 5px;
        background: #f56b6b;
        color: #fff;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
    }
    
    @media all and (min-width: 992px) {
        .griswold-landing-page .video-section {
            margin: 0 16px 120px;
       }
    }
    .griswold-landing-page .video-section p {
        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        text-align: center;
        margin: 0;
    }
    .griswold-landing-page .video-section .video-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .griswold-landing-page .video-section .video-container iframe {
        width: 1228px;
        height: 645px;
        margin-bottom: 40px;
    }
    .griswold-landing-page .page-bottom-section {
        margin: 0;
        display: flex;
        padding: 40px 0;
        position: relative;
    }
    @media all and (min-width: 992px) {
        .griswold-landing-page .page-bottom-section {
            flex-direction: column;
            align-items: center;
            /* justify-content: center; */
       }
    }
    .testimonials-container,
    .FAQ-bottom-section{
        margin-top: 80px;
    }
    .community-section-container .image-container{
        justify-content: center;
        margin: 20px;
    }
    .community-section-container{
        display: flex;
        gap: 30px;
        margin-top: 30px;
        justify-content: center;
    }
    .community-section-container .community-container {
        display: flex;
        gap: 20px;
        width: 33.3%;
        flex-direction: column;
    } 
    .community-section-container .community-container .image{
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .community-section-container .community-container img{
        object-fit: contain;
        height: 120px;
        width: 80%;
    }
    .community-section-container .community-container .h6.title{
        min-height: 55px;
        font-weight: 700;
    }
    
    .griswold-landing-page .page-bottom-section > div.uk-container{
        margin: 0;
    }
    .griswold-landing-page .page-bottom-section .text-container .text{
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: inherit;
        max-width: 550px;
    }
    .griswold-landing-page .page-bottom-section .image-container{
        display: flex;
        position: relative;
        width: 100%;
        margin-top: 20px;
        object-fit: cover;
    }
    .griswold-landing-page .page-bottom-section h2{
        font-size: 44px;
    }
    .griswold-landing-page .page-bottom-section .image-container{
        gap: 20px; 
     }
    .griswold-landing-page .page-bottom-section .image-container img {
        height: auto;
        width: 50%;
        object-fit: contain;
        max-width: 800px;
    }
    .griswold-landing-page .FAQ-bottom-section .title{
        margin-bottom: 20px;
    }
    .griswold-landing-page .testimonials-container,
    .griswold-landing-page .FAQ-bottom-section,
    .griswold-landing-page .map-photo{
        padding:40px 0;
    }
    footer.content-info{
        margin-top: 80px;
    }
    .heading.h3{
        margin-bottom: 20px;
    }
    .griswold-landing-page .map-photo > div .map-text-section-container{
        gap: 104px;
    }
    .griswold-landing-page .map-photo > div a{
        font-weight: 400;
        color: #052142;
        max-width: 280px;
        text-wrap: balance;
    }
    .griswold-landing-page .map-photo > div .address{
        display: flex;
        gap: 10px;
    }
    .griswold-landing-page .map-photo > div .address i.fa-directions{
        color: #052142 !important;  
    }
    .griswold-landing-page .map-photo > div i{
        margin-top: 8px;
        display: inline-block;
        margin-left: 10px;
        color: #f56b6b;
    }
    
    .griswold-landing-page .map-photo > div .phone{
        margin-bottom: 60px;
    }
    .griswold-landing-page .map-photo > div .additonal-info-heading{
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 13px;
        text-decoration: underline;
    }
    .griswold-landing-page .map-photo .text-section .additional-info p strong{
        color: #f56b6b !important;
    }
    /* @media all and (min-width: 992px) {
        .griswold-landing-page .page-bottom-section .image-container .image-gradient {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(360deg, #fff, rgba(210, 231, 222, 0) 85.79%), no-repeat
       }
    } */
    .griswold-landing-page .page-bottom-section ul li,
    .griswold-landing-page .page-bottom-section p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5em;
        text-align: justify;
    }

    .griswold-landing-page .services-section-container {
        padding-bottom: 62px;
    }
    @media all and (min-width: 960px) {
        .griswold-landing-page .services-section-container {
            padding-bottom: 0;
       }
    }
    @media all and (min-width: 960px) {
        .griswold-landing-page .services-section-container .service-container {
            /* max-width: 410px; */
            text-align: center;
            width: 33.3%;
            padding:0;
            text-align: justify;
       }
    }
    @media (max-width: 959px){
        .griswold-landing-page .page-bottom-section > div.uk-container .community-section-container{
            flex-direction: column;
        }
        .community-section-container .community-container{
            width: 100%;
        }
        .why-choose-griswold-section .benefit-container .services-section-container{
            text-align: center;
        }
    }
    .griswold-landing-page .services-section-container .service-container img{
        width: 250px;
   }
    .griswold-landing-page .services-section-container .service-container .title {
        margin-bottom: 15px;
        text-align: center;
    }
    .griswold-landing-page .services-section-container .service-container .description > * {
        color: #052142;
        font-size: 16px;
        line-height: 28px;
    }
    @media all and (min-width: 640px) {
        .griswold-landing-page .services-section-container .service-container .description > * {
            font-size: 18px;
            line-height: 31px;
       }
    }
    .griswold-landing-page .services-section-container .service-container .description > *:last-child {
        margin-bottom: 0;
    }

/* Custom */
@media (min-width: 1200px) {
    .page-top-section .img-wrapper img.attachment-post-thumbnail {
        max-height: 80vh;
        height: unset;
    }
}
.services-paragraph p{
    margin-bottom: 40px;
    text-align: justify;
}
.services-paragraph {
    max-width: 900px;
    text-align: center;
}
/* header{
    display: none;
} */
/* testimonoial */
@media (max-width: 630px) {
	body .griswold-testimonial-slider-container .ui-coverflow-wrapper{
		height: 320px;
	}
}
@media (max-width: 950px) {
	body .griswold-testimonial-slider-container .slider-container{
	    padding-bottom: 0 !important;
    }
	.griswold-testimonial-slider-container .ui-coverflow-wrapper{
		height: 500px;
	}
		body .griswold-foundation-container .foundation-details .logo-section .logo-container{
		width:300px;
		height: auto
	}
    body .griswold-testimonial-slider-container .testimonial-dotnav{
        margin-top:0px !important; 
    }
}
.griswold-landing-page .griswold-testimonial-slider-container .slider-container{
    padding-bottom: 80px;
}
.griswold-testimonial-slider-container .testimonial-dotnav{
	margin-top:40px !important; 
}

body .griswold-testimonial-slider-container .slider-container{
	padding-bottom: 150px;
}



@media (min-width: 1201px){
    .griswold-landing-page .banner-form .banner-container .banner-description > img{
        display: none;
    }
}
@media (max-width: 1400px) {
    .griswold-landing-page .page-bottom-section{
        flex-direction: column !important;
    }
    
    .griswold-landing-page .page-bottom-section > div.uk-container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 !important;
        padding: 0 40px;
    }
    .griswold-landing-page .page-bottom-section > div.uk-container .text{
        max-width: unset !important;
    }
    .griswold-landing-page .page-bottom-section .image-container{
        position: relative !important;
        width: 100% !important;
    }
}
@media (max-width: 1200px) {
    
     body .griswold-landing-page .banner-form > .banner-container .banner-description{
        width: 60%;
        padding: 00px; 
    }
    .griswold-landing-page .banner-form .banner-container .banner-description > img{
        object-fit: cover;
        object-position: center;
    }
    body .griswold-landing-page .banner-form > .banner-container .banner-description .banner-text{
        padding:40px; 
    }
     body .griswold-landing-page .banner-form > .banner-container .banner-form-container{
        width: 40%; 
        padding: 0;
    }
    body .griswold-landing-page .banner-form > .banner-container .banner-form-container .banner-form{
        padding: 40px 20px;
    }
} 

@media (max-width: 767px) {
    .community-section-container .community-container .h6.title{
        text-align: center;
    }
    .griswold-landing-page .services-section-container .service-container .image{
        text-align: center;
    }
    .griswold-landing-page .page-bottom-section .text-container .text,
    .griswold-landing-page .services-section-container{
        padding-bottom: 0 !important;
    }
    .griswold-testimonial-slider-container .slider-container{
        padding-top: 100px;
    }
    .services-paragraph{
        padding-bottom: 0px;
    }
    .griswold-landing-page .why-choose-griswold-section .title h3{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .griswold-landing-page .why-choose-griswold-section .benefit-container{
        padding-top: 20px;
    }
    .griswold-landing-page .why-choose-griswold-section{
        margin-top: 20px
    }
    .griswold-landing-page .banner-button .find-button-container a{
        font-size: 14px !important;
        padding: 15px !important;
    }
    .griswold-landing-page .map-photo > div .map-text-section-container{
        flex-direction: column !important;
        gap: 20px !important;
    }
    .griswold-landing-page .map-photo{
        padding: 40px 20px !important;
        margin-bottom: 40px !important;
    }
    .griswold-landing-page .griswold-testimonial-slider-container .slider-container{
        padding-bottom: 0;
    }
    .why-choose-griswold-section .icon-group{
        display: none;
    }
    .griswold-landing-page .title h3{
        padding: 20px;
    }
    body .griswold-landing-page .banner-form > .banner-container .banner-description{
        width: 100%;
        min-height: 660px;
   }
    body .griswold-landing-page .banner-form > .banner-container .banner-description .banner-text{
       padding: 20px; 
   }
   .griswold-landing-page .banner-form > .banner-container{
    flex-direction: column;
   }
    body .griswold-landing-page .banner-form > .banner-container .banner-form-container{
       width: 100%; 
   }
} 


@media (max-width: 1080px) {
    .griswold-landing-page .page-bottom-section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .griswold-landing-page .page-bottom-section > div.uk-container,
    .griswold-landing-page .page-bottom-section .image-container{
        flex-direction: column;
        align-items: center;
    }
    .griswold-landing-page .page-bottom-section .title-container.second{
        margin-bottom: 20px !important;
    }

    .community-container .community-section-container{
        flex-direction: column;
    }
    .community-container .community-section-container .community-container{
        width: 100%;
    }
    .FAQ-bottom-section .uk-container{
        padding: 20px;
    }
}
@media (max-width: 767px) {
    section.banner-form {
        clip-path: none !important;
    }
    .gform-theme--foundation .gform_footer{
        justify-content: center;
    }
    .griswold-landing-page .page-bottom-section > div.uk-container{
        padding: 0;
    }
    .awards-section-container .uk-slider ul{
        gap: 20px;
        align-items: center;
    }
}

.griswold-testimonial-slider-container .slider-container .testimonial-card .video-container .play-icon {
    background: url(https://www.griswoldcare.com/wp-content/themes/griswold-national/dist/images/play.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
}