/*-- -------------------------- -->
<---           Reviews          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #carouselDouble {
    display: none;
  }
  #reviews {
    padding-bottom: 1.25em;
    margin: auto;
    background: #002868;
    margin-bottom: -0.33333333em;
  }
  #reviews h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.35em;
    font-weight: 700;
    color: #ffffff;
    width: 80%;
    margin: auto;
  }
  #reviews .reviews-footer {
    margin-bottom: 2.5em;
  }
  #reviews .reviews-footer p {
    text-align: center;
    line-height: 1.33333333em;
    width: 80%;
    margin: auto;
    opacity: 1;
    color: #ffffff;
  }
  #reviews .reviews-footer a {
    font-size: 1em;
    line-height: 1.33333333em;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
  }
  #reviews .container {
    width: 80%;
    max-width: 82.5em;
  }
  #reviews .container:first-of-type {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }
  #reviews .review {
    padding: 1.125em 1.875em 1.125em 1.875em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 25.625em;
    margin: auto;
    margin-bottom: 2.5em;
    border-radius: 20px;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  #reviews .review:last-of-type {
    margin-bottom: 1.25em;
  }
  #reviews .review .profile {
    display: block;
    height: 6.1875em;
    width: 6.1875em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #reviews .review p {
    color: #000000;
    margin-top: 1.55555556em;
    line-height: 1.33333333;
    margin-bottom: 1.55555556em;
    text-align: left;
  }
  #reviews .review .star-group {
    border-bottom: 1px solid #E7E7E7;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  #reviews .review .star-group .name {
    color: #1A1A1A;
    line-height: 1.33333333em;
    text-align: left;
    font-weight: bold;
    display: block;
  }
  #reviews .review .star-group img {
    display: block;
    width: 5.6875em;
    height: 0.9375em;
    margin: 0;
  }
  #reviews .black-btns .carousel-control-next,
  #reviews .black-btns .carousel-control-prev {
    filter: invert(100%);
  }
  #reviews .review-card {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    background-color: #F9F9F9;
    border-radius: 20px;
    width: 80%;
    height: auto;
    padding: 30px;
    max-width: 1200px;
    margin-top: 50px;
  }
  #reviews .review-card .review-landing .line {
    width: 50%;
    justify-content: left;
  }
  #reviews .review-card .review-landing .line hr {
    border: 4px solid #002868;
    border-radius: 5px;
    margin: 10px 0px 20px 0px;
  }
  #reviews .review-card .review-landing p {
    margin-bottom: 10px;
  }
  #reviews .review-card .animated {
    width: 250px;
    height: 250px;
    margin: auto;
  }
  #reviews .review-card .animated img {
    border-radius: 5px;
    width: 250px;
    height: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #carouselDouble {
    display: block;
  }
  #carouselSingle {
    display: none;
  }
  #reviews .container {
    font-size: min(1.4vw, 1em);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    column-gap: 1.875em;
  }
  #reviews .review {
    margin: 0;
    margin-bottom: 2.5em;
  }
  #reviews .review:last-of-type {
    margin-bottom: 2.5em;
  }
  #reviews .review-card {
    flex-direction: row;
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  #reviews .review-card h3,
  #reviews .review-card p {
    color: black;
  }
  #reviews .review-card .review-landing {
    width: 80%;
    padding-right: 200px;
  }
  #reviews .review-card .animated {
    width: 300px;
    height: 300px;
    padding-right: 50px;
  }
  #reviews .review-card .animated img {
    width: 300px;
    height: auto;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #carouselDouble {
    width: 100%;
    margin: auto;
    max-width: 1200px;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
