.testimonialswrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
	margin-top: 10px;
}
.testimonialswrap .btn {
    margin-bottom: 10px;
}
.testimonialswrap .btn-secondary {
    color: #fff;
    background-color: #9c6f08;
    border-color: #9c6f08;
}
.testimonialswrap .btn-secondary:focus,
.testimonialswrap .btn-secondary:hover {
    color: #9c6f08;
    background: #fff;
}
.testimonialswrap .card,
.testimonialswrap .card-header {
	border:0!important;
	background:#fff;
}
.testimonialswrap .card-header{
	display:none;
}
.testimonialswrap .card-body {
	padding:0;
}
.testimonialsinnerhome {
    position: relative;
    display: inline-block;
    margin: 70px 20% 50px 20%;
    width: 60%;
    padding: 30px 0 0 0;
    text-align: center;
    background: #00502f url(../../images/quote.png) no-repeat left 50px center;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.testimonialsinner {
    position: relative;
    display: inline-block;
    margin: 30px 20%;
    width: 60%;
    padding: 30px 0 0 0;
    text-align: center;
    background: #00502f url(../../images/quote.png) no-repeat left 50px center;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.testimonialsinner h2 {
    color: #fff;
    line-height: 0;
    font-size: 40px;
    font-weight: bold;
	font-family: 'Comic Neue', cursive;
}
.testimonialsinner img {
    width: 200px;
    margin: 20px auto;
    margin-bottom: 0;
}
.banner {
    margin: 0 auto;
    text-align: center;
    width: 200px;
    margin: 20px auto;
    margin-bottom: 0;
}
.testimonial h1 {
    color: #404040;
	font-family: 'Comic Neue', cursive;
}
.testimonial p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Comic Neue', cursive;
}
.testimonial blockquote {
    width: 80%;
    margin: 0 auto;
    font-style: italic;
    color: #404040;
    line-height: 25px;
    font-size: 17px;
}

section {
    width: 100%;
    margin: 0 auto;
}
.simple blockquote h4 {
    color: #FFF;
    margin: 20px 0 0 0;
}
.simple blockquote p:before {
    top: 0;
}
.simple blockquote p:before {
    content: "\201C";
    font-size: 22px;
    font-family: 'Comic Neue', cursive;
}
.simple blockquote p:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
    font-size: 22px;
    font-family: 'Comic Neue', cursive;
}
.simple blockquote p {
    width: 90%;
    padding: 25px 25px 0 25px;
    text-align: center;
    margin: 0 5%;
    font-family: 'Comic Neue', cursive;
}
.simple blockquote hr {
    color: #fff;
    width: 50%;
	margin-left: 25%;
    border-top: 1px solid #fff;
}
.simple cite {
    font-size: 18px;
    color: #fff;
    font-style: normal;
    font-family: 'Comic Neue', cursive;
}
.simple cite a {
    color: #2d91c2;
    text-decoration: none;
    font-size: 0.85em;
}
.simple cite a:hover {
    color: #00b4cc;
}
.bg {
    background: linear-gradient(to bottom, #2d91c2 0%, #1e528e 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.slick-prev,
.slick-next {
    display: none !important;
}
.slick-list {
    min-height: 200px !important;
    height: auto !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots {
    display: none !important;
}

.testimonialinner {
    position: relative;
    display: inline-block;
    width: 1024px;
    height: 168px;
    text-align: center;
}
.testimonial1 {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 20px 50px 0 10px;
    color: #FFF;
    font-style: italic;
}
.testimonial2 {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 20px 50px 0 50px;
    color: #FFF;
    font-style: italic;
}
.testimonial3 {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 20px 10px 0 50px;
    color: #FFF;
    font-style: italic;
}

section.content > .container:not(:empty) {
    padding-top: 7rem;
    padding-bottom: 5rem;
}
.content .accordion {
    margin: 3rem 0;
}
.collapse:not(.show) {
    display: block;
}
.md-accordion .card a {
    color: #FFF;
}
.md-accordion .card a:hover,
.md-accordion .card a:focus {
    text-decoration: none;
}
.md-accordion .card .fa-angle-down {
    float: right;
}
.md-accordion .card .fa-angle-down:before {
    content: "\f107";
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.md-accordion .card .card-body {
    background: #00502f url(../../images/quote.png) no-repeat left 50px center;
    margin: 0 auto;
    text-align: center;
}
.md-accordion .card .card-body p:before {
    top: 0;
}
.md-accordion .card .card-body p:before {
    content: "\201C";
    font-size: 22px;
    font-family: sans-serif;
}
.md-accordion .card .card-body p:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
    font-size: 22px;
    font-family: 'Comic Neue', cursive;
}
.md-accordion .card .card-body p {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    width: 90%;
    padding: 25px 25px 0 25px;
    text-align: center;
    margin: 0 5%;
    font-family: 'Comic Neue', cursive;
}

.md-accordion .card .card-body hr {
    color: #FFF;
    width: 50%;
    border-top: 1px solid #FFF;
}
.md-accordion .card .card-body cite {
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-family: 'Comic Neue', cursive;
    margin: 0 auto;
    text-align: center;
}
.md-accordion .card .card-body cite a {
    color: #2d91c2;
    text-decoration: none;
    font-size: 0.85em;
}
.md-accordion .card .card-body cite a:hover {
    color: #00b4cc;
}
.md-accordion .card .card-body cite .testimonials-date {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
}
.md-accordion .card .card-body cite img {
    width: 200px;
    margin: 20px auto;
    margin-bottom: 0;
}

@media only screen and (max-width: 4096px) and (min-width: 1980px) {
    .testimonialswrap {
        height: 1200px;
    }
    .testimonialsinner {
        margin: 200px 15%;
        padding: 100px 0;
    }
    .testimonialsinner h2 {
        font-size: 72px;
    }
    .testimonialsinner img {
        margin-top: 0;
    }
    .simple blockquote p {
        margin: 50px 10%;
    }
    .simple cite {
        font-size: 32px !important;
    }
    .testimonial p {
        font-size: 22px;
        line-height: 30px;
    }
    .testimonial span {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .testimonialsinner,
    .testimonialsinnerhome {
        margin: 100px 10%;
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .testimonialwrap {
        height: auto;
    }
    .testimonialsinner,
    .testimonialsinnerhome {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        margin: 100px 0;
    }
    .testimonial1 {
        width: 30%;
        padding: 10px;
    }
    .testimonial2 {
        width: 30%;
        padding: 10px;
    }
    .testimonial3 {
        width: 30%;
        padding: 10px;
    }
}

@media (max-width: 960px) {
    .testimonialsinner {
        margin: 100px 5%;
        width: 90%;
    }
}

@media (max-width: 780px) {
    .testimonialwrap {
        height: auto;
    }
    .testimonialinner {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    .testimonial1 {
        width: 30%;
        padding: 10px;
    }
    .testimonial2 {
        width: 30%;
        padding: 10px;
    }
    .testimonial3 {
        width: 30%;
        padding: 10px;
    }
}

@media (max-width: 640px) {
    .testimonialwrap {
        height: auto;
    }
    .testimonialinner {
        width: 100%;
        height: auto;
    }
    .testimonial1 {
        width: 90%;
        font: 11px;
        padding: 5px;
    }
    .testimonial2 {
        width: 90%;
        font: 11px;
        padding: 5px;
    }
    .testimonial3 {
        width: 90%;
        font: 11px;
        padding: 5px;
    }
}

@media (max-width: 580px) {
    .testimonialsinner {
        margin: 50px 5%;
    }
    .testimonialsinner h2 {
        line-height: 1;
    }
}

@media (max-width: 560px) {
    .testimonialsinner {
        width: 98%;
        margin: 30px 1%;
        padding: 0 0 30px 0;
    }
    .simple blockquote p {
        width: 90% !important;
        padding: 25px 0 !important;
        margin: 0 5% !important;
    }
}

@media (max-width: 500px) {
    .testimonialsinner {
        margin: 5px 1%;
    }
}

.jumbotron {
    background: #00502f url(../../images/quote.png) no-repeat left 50px center;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

