/* CSS Document */
@media (max-width:800px) {
  section {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #hero {
    height: auto !important;
  }
  .hero-1 {
    font-size: 30px !important;
    color: white;
  }
  .hero-2 {
    font-size: 36px !important;
    color: #F2A241;
  }
  .hero-main-text {
    font-family: 'Playfair Display', serif;
    font-size: calc(48px + 0.6vw);
    color: #F2A241;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    padding: 40px 0px;
  }
  .hero-text {
    font-family: 'Playfair Display', serif;
    font-size: calc(28px + 0.6vw);
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    line-height: 45px !important;
    width: auto !important;
  }
  .modal-content {
    width: 100% !important;
  }
  .modal-container {
    padding: 6px 6px !important;
  }
  #get-prices {
    justify-content: center !important;
  }
  #msform fieldset {
    margin: 0px !important;
  }
  .slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 55px !important;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
  }
  ul.slides {
    height: 330px !important;
    /*		width: 300px !important;*/
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    list-style: none;
  }
  .carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px !important;
    z-index: 999;
    text-align: center;
  }
  .carousel-dots .carousel-dot {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: darkgrey;
    opacity: 0.5;
    margin: 10px;
  }
  .carousel-controls {
    font-size: 50px !important;
  }
  #reviews h2 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  #reviews h3 {
    font-size: 14px !important;
  }
  .carousel-controls .next-slide {
    top: -160px !important;
  }
  .carousel-controls .prev-slide {
    top: -160px !important;
  }
  #about h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
  }
  #about p {
    font-family: "Raleway";
    font-weight: 500px;
    font-size: calc(14px + 0.6vw);
    text-align: center;
  }
  /*	Carousel*/
  .slider-container {
    top: -42px !important;
	  width: 540px !important;
  }
  .slider-container .bullet-container {
    position: initial !important;
    padding-top: 128px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-container .bullet-container .bullet {
    margin-right: 14px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: gray;
    opacity: 0.5;
  }
  .slider-container .bullet-container .bullet:last-child {
    margin-right: 0px;
  }
  .slider-container .bullet-container .bullet.active {
    opacity: 1;
  }
  .slider-container .slider-content {
    height: 69% !important;
  }
  .slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: z-index 0ms 250ms;
  }
  .slider-container .slider-content .slider-single .slider-single-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-download {
    position: absolute;
    display: block;
    right: -22px;
    bottom: 12px;
    padding: 15px;
    color: #333333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;
    font-family: "karla";
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
    outline: none;
    text-decoration: none;
  }
  .slider-container .slider-content .slider-single .slider-single-title {
    display: block;
    float: center;
    margin: 6px 0 0 0px;
	  padding-top: 0px !important;
    font-size: 13px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #F2A241;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
  }
  .slider-container .slider-content .slider-single .slider-single-likes p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #ffffff;
  }
  .slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
    outline: none;
    text-decoration: none;
  }
  .slider-container .slider-content .slider-single.preactivede .slider-single-image {
    transform: translateX(-50%) scale(0);
  }
  .slider-container .slider-content .slider-single.preactive {
    z-index: 1;
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-image {
    opacity: 0.3;
    border-radius: 50px;
    transform: translateX(-25%) scale(0.8);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-download {
    transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-title {
    transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-likes {
    transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.proactive {
    z-index: 1;
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-image {
    opacity: 0.3;
    border-radius: 50px;
    transform: translateX(25%) scale(0.8);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-download {
    transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-title {
    transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-likes {
    transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactivede .slider-single-image {
    transform: translateX(50%) scale(0);
  }
  .slider-container .slider-content .slider-single.active {
    z-index: 2;
  }
  .slider-container .slider-content .slider-single.active .slider-single-image {
    opacity: 1;
    border-radius: 50px;
    transform: translateX(0%) scale(1);
  }
  .slider-container .slider-content .slider-single.active .slider-single-download {
    opacity: 1;
    transition-delay: 100ms;
    transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-title {
    opacity: 1;
    transition-delay: 200ms;
    transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-likes {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-likes i {
    animation-name: heartbeat;
    animation-duration: 500ms;
    animation-delay: 900ms;
    animation-interation: 1;
    animation-fill-mode: forwards;
  }
  .slider-container .slider-left {
    position: absolute;
    /*  z-index: 3;*/
    display: block;
    right: 85%;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    padding: 20px 15px;
    border-top: 2px solid #fdc84b;
    border-right: 2px solid #fdc84b;
    border-bottom: 2px solid #fdc84b;
    border-left: 2px solid #fdc84b;
    margin-right: -2px;
  }
  .slider-container .slider-right {
    position: absolute;
    /*  z-index: 3;*/
    display: block;
    left: 85%;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    padding: 20px 15px;
    border-top: 2px solid #fdc84b;
    border-right: 2px solid #fdc84b;
    border-bottom: 2px solid #fdc84b;
    border-left: 2px solid #fdc84b;
    margin-left: -2px;
  }
  .slider-container .not-visible {
    display: none !important;
  }
  /*	End-Carousel*/
  #stairlifts h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 40px;
  }
  #stairlifts h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #293C4B;
  }
  #stairlifts h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #293C4B;
  }
  #stairlifts h8 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #293C4B;
  }
  #stairlifts img {
    position: absolute;
    width: 150px;
  }
  #about img {
    position: absolute;
    width: auto;
  }
  #stairlifts div.features {
    background: linear-gradient(#F2A241 1.41%, #F2A241 1.41%, #F2A241 20.99%, #FADAB3 97.79%);
    border-radius: 20px;
    padding-top: 300px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 3px 10px 1px #888888;
  }
  #stairlifts button {
    width: 183px;
    height: 46.45px;
    background: #293C4B;
    border-radius: 50px;
    color: white;
    margin-bottom: 20px;
  }
  #get-prices {
    background: #293C4B;
    height: 0% !important;
    width: 100%;
    background-image: none !important;
  }
  #get-prices h1 h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-align: center;
  }
  #get-prices h1 {
    font-family: 'Playfair Display', serif;
    color: #F2A241;
    font-size: 35px;
	      text-align: center;
  }
  #get-prices h2 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 28px;
	      text-align: center;
  }
  #get-prices button {
    border-radius: 50px;
    width: 260px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
  }
  #FAQ {
    padding: 0 0 !important;
  }
  #FAQ h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
  }
  #FAQ .container {
    margin-top: 20px;
  }
  #FAQ .container h2 {
    position: relative;
    width: 23rem;
    color: hotpink;
    margin: 20px 0;
  }
  #FAQ .container h2::after {
    position: absolute;
    content: '';
    width: 67px;
    height: 2px;
    right: 5px;
    background-color: hotpink;
    bottom: 0;
  }
  #FAQ .accordion {
    width: 100%;
    padding: 0 5px;
    border-bottom: 2px solid #3D3D3D;
    cursor: pointer;
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  #FAQ .accordion i {
    color: black;
    transition: all .5s ease-in;
  }
  #FAQ .accordion .fa-minus {
    display: none;
  }
  #FAQ .active, .accordion:hover {
    background-color: #293C4B;
    color: white;
    transition: all .5s ease-in;
    border: 2px solid #dddddd;
  }
  #FAQ .active .fa-minus {
    display: block;
  }
  #FAQ .active .fa-plus {
    display: none;
  }
  #FAQ .accordion h5 {
    font-size: 15px !important;
    margin: 0;
    color: #001733;
    padding-left: 5px;
    text-align: left;
  }
  #FAQ .active i, #FAQ .active h5, #FAQ .accordion:hover i, #FAQ .accordion:hover h5 {
    color: white;
  }
  #FAQ .panal {
    padding: 0 15px;
    border-left: 1px solid #293C4B;
    margin-left: 25px;
    font-size: 12px;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
  }
  .slider-container .slider-left {
    right: 77% !important;
    top: 102% !important;
  }
  .slider-container .slider-right {
    left: 77% !important;
    top: 102% !important;
  }
  /*	Form formating*/
  #contact {
    background: #E8FCFA;
    color: black;
    min-height: 40rem;
  }
  #contact h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
  }
  #contact h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  #contact h3 {
    font-size: 14px;
  }
  #contact input[type=text], select, textarea {
    height: 32px !important;
    width: 100% !important; /* Full width */
    padding: 12px !important; /* Some padding */
    border: 1px solid #ccc !important; /* Gray border */
    border-radius: 4px !important; /* Rounded borders */
    box-sizing: border-box !important; /* Make sure that padding and width stays in place */
    margin-top: 6px !important; /* Add a top margin */
    margin-bottom: 16px !important; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    background-color: white !important;
  }
  select:invalid {
    color: gray;
  }
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #45a049;
  }
  /* Add a background color and some padding around the form */
  .container {
    border-radius: 5px;
    padding: 20px;
  }
  #contact button {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 50px 0;
    width: 260px;
    height: 66px;
    background: #7F7F7F;
    border-radius: 50px;
  }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  /*	End-Form Formating*/
  footer {
    height: auto;
    justify-content: center;
    padding: 20px 50px !important;
  }
  footer img {
    width: 39px;
    height: auto;
  }
  footer .links {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
  }
  footer h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    color: #F2A241;
  }
  footer h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  footer p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #293C4B;
  }
  footer h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #293C4B;
  }
  footer button {
    border-radius: 50px;
    justify-content: center;
    padding: 0px;
    margin: 5px 0px;
  }
  footer input {
    width: 260px !important;
    border: 2px solid #DCDCDC;
    border-radius: 12px !important;
    height: 50px !important;
    padding: 12px !important; /* Some padding */
    box-sizing: border-box !important; /* Make sure that padding and width stays in place */
    margin-top: 6px !important; /* Add a top margin */
    margin-bottom: 16px !important; /* Bottom margin */
    resize: vertical !important; /* Allow the user to vertically resize the textarea (not horizontally) */
    background-color: white !important;
  }
}