
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
}

/* ALERT TOP PAGE */
/* .notice_par {
    text-align: center;
    border: 2px solid red;
    margin: 2rem;
    background-color: rgb(255, 0, 0, 0.1);
    border-radius: 8px;
    padding: 1rem;
} */
.notice_alert {
    text-align: center;
    /* border: 2px solid red; */
    /* background-color: rgb(255, 0, 0, .8); */
    background-color: #e74c3c;
    margin: 2rem;
    /* background-color: rgb(255, 0, 0, 0.1); */
    border-radius: 8px;
    padding: 1rem;
    color: #ffffff;
    display: flex;
}
.notice_par {
    padding: 1rem;
}

/* ALERT FOR SCHEDULE BUTTON */
.AlertPar {
    padding: 1rem;
}
/* .AlertPar {
    color: white;
    border: 2px solid red;
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
    display: block;
    position: absolute;
    
    bottom: 0;
    left: 0;
    margin: 2rem;
    margin-bottom: 9rem;
    background-color: rgb(255, 0, 0, .8);
} */

.alert-box {
    position: relative;
    display: flex;
    color: white;
    display: flex;
    /* border: 2px solid red; */
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
    /* display: block; */
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    margin: 2rem;
    margin-bottom: 9rem;
    /* background-color: rgb(255, 0, 0, .8); */
    background-color: #c0392b;
}

/* .noticeClose {
  color: green;
  
} */



/* Navigation */
.nav-center {
    background-image: url('images/stainlesssteelimg.jpg');
    background-size: cover;
}

.nav-business-container {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    align-items: center;
    /* padding: 1rem; */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.business-logo {
    display: flex;
    align-items: center;
    padding: .5rem;
}

/* .appliance-head {
    width: 30%;
} */

.appliance-head {
  width: 100%;
}

.business-name {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    /* display: flex; */
    flex-direction: column;
    padding: 0 1rem;
}

.name {
    text-align: center;
}

/* .phone {
    display: flex;
    justify-content: flex-end;
    padding: 0 1rem;
    color: rgb(255, 255, 255);
    font-size: 15px;
} */

.phone {
  display: flex;
  justify-content: flex-end;
  /* padding: 0 1rem; */
  padding: 5px;
  /* color: rgb(255, 255, 255); */
  color: rgb(63, 161, 168);
  /* font-size: 15px; */
  font-size: 10px;
  /* font-family: fantasy; */
  font-weight: 100;
}

/* Sidebar */
.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: grey; */
    transform: translate(-100%);
    transition: all .5s;
    z-index: 2;
    height: 100vh;
}

.show-sidebar {
    display: block;
    transform: translate(0);
    z-index: 2;
    height: 100vh;
}

ul.arrow-links.show-links {
    display: flex;
    justify-content: center;
    /* display: inline-flex; */
    width: 100%;
    padding: 0;
    /* margin: auto; */
    height: 100%;
    border: none;
    box-shadow: none;
}

show-links {
  /* display: block; */
  display: flex;
  flex-wrap: wrap;
  /* height: 8rem; */
  /* height: 20rem; */
  /* height: 35rem; */
  /* height: 38rem; */
  height: 46rem;
  /* height: 10rem; */
  width: 30rem;
  /* width: 50rem; */
  /* width: 20rem; */
    padding-top: 1rem;
  /* transform: translateY(-2px); */
}

.arrow-links {
  /* display: none; */
  /* border: 1px solid black; */
  /* background-color: #ffffff; */
  /* position: absolute; */
  width: 15rem;
  /* border-radius: 5px; */
  /* padding: 10px; */
  box-shadow: 1px 8px 20px #000000;
  z-index: 2;
  /* background: #3fa1a7b3; */
  /* background: #3fa1a8; */
  background: #fff;
  color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* transition: all 0.3s ease; */
    height: 0;
    overflow: hidden;
    /* transition: all 1s; */
}

.sidebar-header {
    /* background-color: grey; */
    /* background: linear-gradient(to right, rgb(128, 128, 128), rgba(128, 128, 128, 0.4)); */
    background: linear-gradient(to right, rgb(128, 128, 128), rgba(12, 126, 126));
}

.service-link7 {
    list-style-type: none;
    padding: 1.75px 1.5px;
}

.service-link {
    display: flex;
    /* margin: 2rem; */
    margin: 1rem 0;
    align-items: center;
}

.fridge-dropdown.services-btn, .washer-dropdown.services-btn, .dryer-dropdown.services-btn
.dishwasher-dropdown.services-btn, .microwave-dropdown.services-btn, .oven-dropdown.services-btn, .cooktop-dropdown.services-btn {
    list-style-type: none;
    text-align: center;
    color:#3fa1a8;
    display: none;
}

.service_svg_img.fridge, .service_svg_img.washer, .service_svg_img.dryer, .service_svg_img.dishwasher,
.service_svg_img.microwave, .service_svg_img.oven, .service_svg_img.cooktop, .service_svg_img.garbageD {
    list-style-type: none;
}

.button-link {
    padding: 3px 5px;
    /* width: 120px;
    font-size: 12px; */
    display: block;
    text-align: center;
    width: 80px;
    font-size: 10px;
    border-radius: 4px;
    background-color: #ffffff;
    /* border-color: rgb(63, 161, 168); */
    border: 2px solid #3fa1a8;
    color: #3fa1a8
}


.sidebar-content {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.svg-arrow {
  margin: 0 5px;
}

.sidebar-logo {
        display: flex;
        align-items: center;
}

.aside-title {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
}

.title-center {
    text-align: center;
}

.social-links-container {
    display: grid;
}

.social-links {
    /* display: flex;
    justify-content: space-evenly; */
    /* display: grid; */
    display: none;
    grid-template-columns: repeat(2, 20px);
    grid-template-rows: 400px;
    grid-gap: 10px;
    place-self: center;
    padding: 0;
    list-style-type: none;
}

/* Shared active style */
.active {
  font-weight: bold;
  opacity: 0.6;
  pointer-events: none;
}

/* For top nav only (non-dropdown links) */
.nav-li > a.active {
  pointer-events: none;
  color: gray;
  /* padding-left: 1rem; */
}

ul.links {
    list-style-type: none;
    font-family: "Abril Fatface", serif;
}

li.nav-li {
    padding: 1rem;
    text-transform: uppercase;
}

.header-links {
    background-color: rgb(255, 255, 255);
    min-height: 100vh;
}

/* .home-link {
  padding-left: 1rem;
} */

.service_link_flex {
    display: flex;
}

.services-link {
  cursor: pointer;
}

.about-link, .services-link, .contact-link, .facebook-link, .linkedin-link {
    text-decoration: none;
    list-style-type: none;
}

li.facebook-link, li.linkedin-link {
    margin: auto;
    cursor: pointer;
    padding: 0px 5px;
}

/* Main content */
/* appliance hero img */
.appliance-hero {
    width: 100%;
    /* opacity: .6; */
    opacity: .4;
}

/* .main-content {
    width: 315px;
    height: 165px;
    margin: 20px;
    position: relative;
} */
 /* .main-content { */
    /* width: 315px;
  height: 165px;
  margin: 20px;
  background-image: url(picture.jpg); */
  /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), url(picture.jpg); */
 /* } */

 .thumbnail {
    position: relative;
}

 .hero-desc {
    animation: appear 6s infinite;
    color: rgb(63, 161, 168);
    /* font-family: 'Abril Fatface'; */
    /* font-family: sans-serif; */
    /* font-weight: 600; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: 2rem;
    /* margin: 1.5rem; */
    line-height: 2;
}

/* .appliance-hero-container {
    height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.65) 100%);
} */


.main-title {
    text-align: center;
    font-size: 15px;
    margin: 2rem;
    /* font-family: fantasy; */
    font-weight: 600;
    color: rgb(63, 161, 168);
}

.main-description {
    text-align: center;
    /* font-size: 12px; */
    font-size: 14px;
    margin: 2rem;
    line-height: 2;
}

/* services section */

.services-provided {
    background-color: rgb(128, 128, 128, 0.4);
    box-shadow: inset 0 0 40px 30px;
    color: rgb(255, 255, 255);
}

/* serves title */
.services-title {
    text-align: center;
    text-transform: uppercase;
    /* margin: 2rem; */
    padding: 2rem;
    /* font-family: 'Abril Fatface'; */
}

.fridge-img {
    width: 50%;
    display: block;
    margin: auto;
    /* width: 100%; */
}

.fridge-title {
    text-align: center;
    text-transform: uppercase;
    margin: 1rem;
    color: rgb(63, 161, 168);
    /* font-size: 10px; */
    /* font-family: fantasy; */
    /* font-family: math; */
    font-weight: 600;
}

/* .services-fridge-desc {
    text-align: center;
} */

.fridge-desc {
    margin: 0rem 2rem;
    /* padding: 1rem 2rem; */
    padding-bottom: 2rem;
    /* color: rgb(63, 161, 168); */
    /* font-size: 10px; */
    /* font-family: fantasy; */
    font-family: math;
    text-align: center;
    font-weight: 100;
    line-height: 1.5;
    display: block;
}


.dryer-img {
    width: 50%;
    display: block;
    margin: auto;
    /* width: 100%; */
}

.dryer-title {
    text-align: center;
    text-transform: uppercase;
    margin: 1rem;
    color: rgb(63, 161, 168);
    /* font-size: 10px; */
    /* font-family: fantasy; */
    /* font-family: math; */
    font-weight: 600;
}

.dryer-desc {
    margin: 0rem 2rem;
    /* padding: 1rem 2rem; */
    padding-bottom: 2rem;
    font-family: math;
    text-align: center;
    font-weight: 100;
    line-height: 1.5;
    display: block;
}


.washer-img {
    width: 50%;
    display: block;
    margin: auto;
    /* width: 100%; */
}

.washer-title {
    text-align: center;
    text-transform: uppercase;
    margin: 1rem;
    color: rgb(63, 161, 168);
    /* font-size: 10px; */
    /* font-family: fantasy; */
    /* font-family: math; */
    font-weight: 600;
}

.washer-desc {
    margin: 0rem 2rem;
    /* padding: 1rem 2rem; */
    padding-bottom: 2rem;
    font-family: math;
    text-align: center;
    font-weight: 100;
    line-height: 1.5;
    display: block;
}


.dishwasher-img {
    width: 50%;
    display: block;
    margin: auto;
    /* width: 100%; */
}

.dishwasher-title {
    text-align: center;
    text-transform: uppercase;
    margin: 1rem;
    color: rgb(63, 161, 168);
    /* font-size: 10px; */
    /* font-family: fantasy; */
    /* font-family: math; */
    font-weight: 600;
}

.dishwasher-desc {
    margin: 0rem 2rem;
    /* padding: 1rem 2rem; */
    padding-bottom: 2rem;
    font-family: math;
    text-align: center;
    font-weight: 100;
    line-height: 1.5;
    display: block;
}

.services-title {
  /* font-family: fantasy; */
  /* font-weight: 100; */
  color: rgb(63, 161, 168);
}

 .services-fridge-desc, .services-dryer-desc, .services-washer-desc, .services-dishwasher-desc {
    color: rgb(0, 0, 0);
}

.brands-header {
    /* padding: 1rem; */
    margin: 3rem 0;
}

.brands-title {
    text-align: center;
    /* margin: 1rem; */
    margin: 5rem 10px;
    /* font-family: 'Abril Fatface'; */
    text-transform: uppercase;
    /* font-family: fantasy; */
    /* font-weight: 100; */
    color: rgb(63, 161, 168);
}

.appliance-brands {
    width: 100%;
}

/* revealing elements for services section */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}



/* testimonial section */

/* .testimonial-section {
  max-height: 120px;
  position: relative;
  overflow: hidden;
} */

.testimonial-section {
  position: relative;
}

.sidebar-box {
  max-height: 120px;
  position: relative;
  overflow: hidden;
}
.sidebar-box .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, black);
}

.testimonial-section, .see-reviews-btn {
  /* position: absolute;  */
  /* bottom: 0; 
  left: 0;
  width: 100%;  */
  text-align: center; 
  margin: 0; 
  /* padding: 30px 0;  */
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  /* background-image: linear-gradient(to bottom, transparent, black); */
  background: linear-gradient(to right, rgb(126, 126, 126), rgba(126, 126, 126, 0.3));
}

.testimonial-review.wordFade {
  max-height: 150px;
  position: relative;
  overflow: hidden;
}

.wordFade, .see-reviews-btn {
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 30px 0; 
	color: whitesmoke;
  /* text-transform: uppercase; */
  /* "transparent" only works here because == rgba(0,0,0,0) */
  /* background-image: linear-gradient(to bottom, transparent); */
}

.testimonials {
  /* padding: 2rem 1rem; */
  color: black;
  font-family: sans-serif;
  text-align: center;
  font-size: 12px;
  margin: 0 2rem;
  line-height: 2;
  color: rgb(245, 245, 245);

  /* max-height: 100%;
  position: relative;
  overflow: hidden; */
}

.review-logo {
    display: flex;
    align-items: center;
}

.logo-review {
  text-align: center;
    /* padding: 1rem; */
    padding: 3px;
    /* border: 1px solid black; */
    margin: 1rem;
    /* width: 20px; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background-color: lightblue;
    color: white; */
    /* font-family: fantasy;
    font-weight: 100; */
    background-color: rgb(63, 161, 168);
}

.testimonial-content {
  /* background-color: rgb(128, 128, 128, 0.4); */
  /* box-shadow: inset 0 0 40px 30px; */
  /* box-shadow: inset 0 0 90px 30px; */
  /* box-shadow: inset 0 45px 90px 30px; */
  box-shadow: inset 10px -150px 120px 0px;
  color: rgb(255, 255, 255);
  /* box-shadow: 0 30px 40px rgba(0,0,0,.1); */

  
}

.title_star {
  padding: 20px;
  /* padding-bottom: 0; */
}

.testimonial-title {
    color: #3fa1a8;
}

testimonial-title {
    text-align: center;
    font-size: 15px;
    /* font-family: 'Abril Fatface'; */
    padding: 1rem 2rem;
    /* color: rgb(0, 0, 0); */
    text-transform: uppercase;
    /* font-family: fantasy; */
    font-weight: 600;
    color: rgb(63, 161, 168);
}

/* .testimonial-star {
  width: 10%;
  height: 30px;
  padding: 5px;
  background-color: steelblue;
  border: 1px solid black;
  border-radius: 50%;
} */

.testimonial-rank {
  padding: 10px;
}

/* .testimonial-service {
  padding: 0rem 1.5rem;
} */

.testimonial-review {
    /* padding: 5px 1.5rem; */
    padding: 5px 0;
    line-height: 1.5;
}

a.review_link {
  margin: auto;
  display: block;
  /* border : 1px solid black; */
  text-transform: uppercase;
  border-radius: 8px;
  color: #ffffff;
  /* width: 8rem; */
  /* width: 120px; */
  width: 10rem;
  /* box-shadow: 5px 3px 6px #3fa1a8; */
  /* box-shadow: 0 8px 20px #3fa1a8; */
  box-shadow: 0 3px 10px rgba(128, 128, 128, 0.6);
  /* padding: .75px 1.25px; */
  padding: 0.75rem 1.5rem;
  /* background-color: rgb(63, 161, 168); */
  background: linear-gradient(to right, #3fa1a8, #237379);
  /* box-shadow: 0 8px 20px rgba(128, 128, 128, 0.6); */
  
  transition: all 0.3s ease;
}

a.review_link:hover {
  transform: translateY(-2px);
  /* background-color: rgb(63. 161, 168, 0.4); */
  background: linear-gradient(to right, #3fa1a8,  #31a0a8);
  box-shadow: 0 8px 20px rgba(68, 163, 161, 0.5)
}

/* appliance schedule section */
.chooseUs {
  /* font-family: fantasy; */
  color: rgb(63, 161, 168);
  margin: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  text-transform: uppercase;
}

.schedule-header {
  /* background-color: rgb(128, 128, 128, 0.4);
  box-shadow: inset 0 0 40px 30px; */
  color: rgb(255, 255, 255);
  position: relative;
  padding: 2rem;
  background-color: rgb(128, 128, 128, 0.4);
  box-shadow: inset 10px -150px 120px 0px;
}

.schedule-title {
  color: rgb(0, 0, 0);
}

.schedule-statement {
  margin: 2rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2;
  color: rgb(63, 161, 168);
  /* font-family: fantasy; */
}

.schedule-main-description, .schedule-main-slogan, .schedule-main-offer {
  text-align: center;
  /* font-size: 12px; */
  font-size: 14px;
  margin: 2rem;
  line-height: 2;
}

.schedule-main-offer {
    color: rgb(63, 161, 168);
    font-style: italic;
}

.appliance-schedule-image {
  width: 100%;
}

.image-emblem {
  width: 100%;
}

.schedule-cta {
  text-align: center;
  /* margin: 1rem; */
  margin: .5rem;
  /* font-weight: 600; */
  /* font-family: fantasy; */
  text-transform: uppercase;
}

.cta-btn {
  margin: auto;
  display: block;
  /* background-color: rgb(0, 0, 255, 0.7); */
  background-color: rgb(63, 161, 168);
  border-radius: 10px;
}

span.call, .number {
  text-align: center;
  display: block;
  padding: 10px;
  color: rgb(68, 163, 161);
  /* font-family: fantasy; */
}

.number {
  padding: 0;
}


/* POPUP DIV */
.popupDiv-flex {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    align-items: center;
    z-index: 9999;
}

.popup.showPopup, .popup6.showPopup {
  margin: 5rem auto;
}

.popup, .popup6 {
  overflow: hidden;
}

.popup, .popup2, .popup3, 
.popup4, .popup5, .popup6 
{
 background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  /* padding: 2rem; */
  max-width: 600px;
  width: 90%;
  transition: all 0.4s ease;




  display: none;
  width: 300px;
  /* height: 300px; */
  /* position: absolute; */
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  /* margin: auto; */
  margin: .5rem auto;
  /* display: block; */
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  border: 1px solid rgb(0, 0, 0);
  max-height: 630px; /* Limit height */
  overflow-y: scroll; /* Scroll if content overflows */
  overflow: auto;
  /* padding-right: 10px; */
   /* clip-path: inset(0 round 14px); */
  /* overflow: hidden; */
  /* margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: white !important; */
}

/* .popup4, .popup5, .popup6 {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  transition: all 0.4s ease;
  border-radius: 10px;
  border: 1px solid rgb(0, 0, 0);
 
} */
input, select, textarea {
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  /* width: 100%; */
  font-size: 1rem;
  transition: border 0.2s ease;
}

input:focus, select:focus, textarea:focus {
  /* border-color: #007BFF; */
  border-color: rgb(63, 161, 168);
  outline: none;
}

button.schedule_finish, button.pop2_btn, button.pop3_btn, button.pop4_btn,
button.pop5_btn, .finish_btn {
  /* background-color: #007BFF; */
  background-color: rgb(63, 161, 168);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  border: none;
  transition: background 0.2s ease;
  cursor: pointer;
}

.cta-btn {
      margin: auto;
    display: block;
    font-size: 16px;
    /* border: 1px solid black; */
    border: none;
    text-transform: uppercase;
    border-radius: 8px;
    color: #ffffff;
    /* width: 10rem; */
    width: 15rem;
    box-shadow: 0 3px 10px rgba(128, 128, 128, 0.6);
    padding: 0.75rem 1.5rem;
    background: linear-gradient(to right, #3fa1a8, #237379);
    /* box-shadow: 0 8px 20px rgba(128, 128, 128, 0.6); */
    transition: all 0.3s ease;
    cursor: pointer
}

.cta-btn:hover {
  transform: translateY(-2px);
  /* background-color: rgb(63. 161, 168, 0.4); */
  background: linear-gradient(to right, #3fa1a8,  #31a0a8);
  box-shadow: 0 8px 20px rgba(68, 163, 161, 0.5)
}

.finish_btn {
    margin: 1rem auto;
    display: block;
    /* margin: 1rem; */
}

/* button.pop2_btn {
  background-color: rgb(63, 161, 168);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    border: none;
    transition: background 0.2s ease;
    cursor: pointer;
} */

/* button:hover {
  background-color: #0056b3;
  background-color: rgb(63, 161, 168);
} */





/*END EXPERIMENT*/
.appliance-head-popup {
  /* width: 100%;
  margin: 2rem auto; */
  width: 80%;
  margin: 1rem auto;
  display: block;
}

.popup-title {
  /* font-family: fantasy; */
  color: rgb(63, 162, 168);
  margin: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.flex-container {
  display: flex;
  justify-content: center;
  /* align-text: center; */
  text-align: center;
  margin: 1rem;
}

.svg {
  /* width: 45%; */
  /* width: 35%; */
  width: 30%;
  /* width: 50px; */
  /* width: 100%; */
  /* border: 1px solid black; */
  /* background-color: lightgrey; */
  /* background-color: rgb(63, 161, 168, 0.4); */
  /* padding: 10px; */
  margin: 10px;
}

.service_svg {
  width: 50px;
  margin: 10px;
}


.btn-icon.checked {
  /* border: 4px solid rgb(63, 161, 168); */
  border: 2px solid rgb(63, 161, 168);
    background-color: #e0f7fa;
    box-shadow: 0 0 5px rgba(63, 161, 168, 0.6);
    border-radius: 8px;
    /* padding:0; */
    margin: 10px;
}
.checked {
  border: 4px solid rgb(63, 161, 168);
  /* background-color: green; */
}

.counterDiv {
  display: none;
}

.showCounter {
  display: block;
  font-size: 12px;
}

/* POPUP 2 PREVIOUS BUTTON STYLES */
/* button.next {
  margin: .5rem auto;
  display: block;
  background-color: rgb(63, 161, 168, 0.7);
  border: 2px solid rgb(63, 161, 168);
    background-color: #e0f7fa;
    box-shadow: 0 0 5px rgba(63, 161, 168, 0.6);
    border-radius: 8px;
} */


.btn-icon {
  /* width: 100px;
  background-color: rgb(63, 161, 168, 0.4); */
  background: none;
  border:  none;
}

/* counter alert notice */
.counter-note {
  text-align: center;
  padding: .5rem;
  color: red;
}



/* popup div 3 */

/* appliance container */
.appliance-container {
  padding-top: 15px;
}

.fridge-svg {
  width: 50%;
  display: block;
  margin: 2rem auto;
}


/* .body {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  overflow: hidden;
} */

.showPopup {
  display: block;
}

.popup-img {
  /* width: 50%; */
  width: 100%;
  /* margin: 1rem auto;
  display: block; */
}

.popup-close, .popup2-close, .popup3-close, .popup4-close, .popup5-close {
    cursor: pointer;
    height: 0;
}

.pop1_img {
  margin-top: 1rem;
}

/* .popup3-icon {
  width: 20%;
} */

.popup3-icon {
width: 15%;
    display: block;
    margin: auto;
}

.description {
  text-align: center;
  text-transform: capitalize;
}

textarea {
  margin: 1rem auto;
  display: block;
  width: 12rem;
}

textArea:placeholder-shown {
  font-style: italic;
}

.brand, .model {
  display: block;
  margin: 10px auto;
}

.brand:placeholder-shown {
  font-style: italic
}

.model:placeholder-shown {
  font-style: italic;
}


/* .pop3_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 30%;
  height: 20px;
  margin: auto;
} */

.pop2_btn, .pop3_btn, .pop5_btn {
  /* margin: 1rem auto;
  display: block;
  background-color: rgb(63, 161, 168); */
  margin: .5rem auto;
    display: block;
    /* background-color
Sets the background color of an element.
Learn more
Don't show
: rgb(63, 161, 168, 0.7); */
    border: 2px solid rgb(63, 161, 168);
    background-color: #e0f7fa;
    box-shadow: 0 0 5px rgba(63, 161, 168, 0.6);
    border-radius: 8px;
}

/* Popup 4 */
.scheduling-container {
    /* display: flex;
    flex-direction: column; */
    /* align-items: center; */
    margin: 1rem;
}

select.schedule-time {
  position: relative;
  z-index: 9999;
}

.mon-btn, .tues-btn, .wed-btn, .thurs-btn, .fri-btn {
  /* width: 20%; */
  width: 50px;
  color: rgb(63, 161, 168)
}

.check {
  background-color: rgb(63, 161, 168);
  color: rgb(255, 255, 255);
}

#schedule-time {
  margin: 2rem auto;
  display: block;
  box-shadow: -1px 1px rgb(63, 161, 168);
    /* width: 50%;
    margin: 5px; */
}


.info-title {
  color: rgb(63, 161, 168);
  margin: 1rem;
  /* font-family: fantasy; */
  text-align: center;
  text-transform: uppercase;
}

.first-section, .second-section, .third-section, .fourth-section {
  display: flex;
}

.first_name, .last_name, .address, .city, .state, .sch-zip {
  /* box-shadow: -1px 1px dimgrey; */
  box-shadow: -1px 1px rgb(63, 161, 168);
    width: 50%;
    margin: 5px;
}

.c-phone, .email {
  width: 50%;
  margin: 5px;
  box-shadow: -1px 1px rgb(63, 161, 168);
    /* margin: 5px auto; */
    display: block;
    /* margin: 5px; */
}


/* li.highlight {
  background-color: #2196f3; 
  color: white;
  font-weight: bold;
  border-radius: 50%;
  transition: all 0.2s ease;
} */

.schedule_finish {
  margin: 2rem auto;
  display: block;
  background-color: rgb(63, 161, 168);
  color: rgb(255, 255, 255);
}


/* POPUP 5 */
/* .popup5 {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.popup5.showPopup {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
} */

.main-greeting {
  margin: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  /* font-family: fantasy; */
  color: rgb(63, 161, 168);
  display: none;
}


.center-div {
  /* margin: 1rem 2rem; */
  /* margin: auto 5rem; */
  text-align: center;
}
.confirm_phone {
    display: block;
}

/* .confirm-flex.location {
    display: flex;
}

.confirm_city, .confirm_state {
    padding-right: 5px;
} */

/* .confirm_state {
    padding-right: 5px;
} */
/* .confirm-flex {
  display: flex;
  display: inline;
  margin: auto 20%;
  font-family: math;
  justify-content: center;
  text-transform: uppercase;
} */

.Appointment_date_container {
    text-align: center;
}

 .date_title { 
    /* font-family: fanstasy;
    font-weight: 600; */
    margin-top: 1rem;
    /* margin: 10px; */
    padding: 10px;
    text-transform: uppercase;
    color: rgb(63, 161, 168);
 }

/* .confirm_first, .confirm_last, .confirm_address, .confirm_city, .confirm_state, .confirm_zip, .confirm_date, .confirm_time {
  padding: 5px;
  padding: 0 3px;
} */

.confirm_desc {
  text-align: center;
}

.confirm_date {
  /* text-align: center;
  display: flex;
  flex-direction: column; */
  display: none;
}

.confirm_time {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.confirm_brand {
  text-align: center;
  text-transform: uppercase;
}

.confirm_model {
  text-align: center;
}

/* .appliance_type_container {
  margin: 1rem;
} */

/* .info-form {
    display: flex;
    flex-direction: column;
} */

/* POPUP 5 styles for applainces section */
.confirm_appliance_info {
  margin: 1rem;
}
.confirm_image {
    width: 40px;
    margin: 10px auto;
    display: block;
}

.confirm_description, .confirm_brand, .model_sku {
    text-align: center;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 2px;
}

.text_area {
  text-align: center;
  word-wrap: break-word;
  padding: 2px;
}

/* .desc-name, .brand-name, .model-name, .issue-name {
  color: rgb(63, 161, 168);
  padding: 2px;
  text-transform: uppercase;
} */
 .title-desc, .title-brand, .title-model, .title-issue {
  color: rgb(63, 161, 168);
  padding: 2px;
  text-transform: capitalize;
 }

/* .finish_btn {
    margin: 1rem auto;
    display: block; 
    margin: .5rem auto;
    display: block;
    background-color: rgb(63, 161, 168, 0.7);
     border: 2px solid rgb(63, 161, 168);
    background-color: #e0f7fa;
    box-shadow: 0 0 5px rgba(63, 161, 168, 0.6);
    border-radius: 8px;
} */

/* END POPUP5 */

.popup-location-title {
  color: rgb(0, 0, 0);
  margin: 1rem;
  margin-bottom: 4rem;
  text-align: center;
}

.location-title {
  text-align: center;
  /* font-family: 'Abril Fatface'; */
  /* font-family: fantasy;
  margin: 1rem; */
  color: rgb(63, 161, 168);
}

.location-marker {
    height: 5vh;
    display: block;
    /* margin-top: 0; */
    /* margin: 10rem auto; */
    margin: 1rem auto;
    width: 50%;
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}

.zip {
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* margin-bottom: 7.5rem; */
  /* margin: 4rem 5rem; */
  /* margin: 5rem; */
  font-size: 10px;
  text-align: center;
  /* margin-left: 4rem;
  display: block;
  left: 0;
  right: 0; */
  /* margin: auto;*/
}

.addressDiv {
  display: flex;
  /* padding: 0; */
  /* justify-content: center; */
  align-items: flex-start;
  /* margin: 0; */
  margin: 10px;
  /* margin-bottom: 2rem; */
}

form.submit {
    display: flex;
    margin: auto;
    align-items: center;
    /* margin-top: 5rem; */
}

.input {
  /* margin: auto; */
  display: block;
  /* margin-top: 5rem; */
  width: 60%;
}

.schedule-btn {
  /* background-color: orangered; */
  /* background-color: rgb(63, 161, 168);
  color: white;
  border-radius: 8%;
  padding: 1px 20px; */
  margin: 0 5px;

  background-color: rgb(63, 161, 168);
    color: white;
    padding: 0.67rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    border: none;
    transition: background 0.2s ease;
    cursor: pointer;
}

.error {
  font-size: 10px;
  /* padding: 0 3rem; */
  padding: 5px 2rem;
  color: rgb(255, 0, 0);
}

.disabled {
  background-color: rgb(128, 128, 128) !important;
}

button.email {
  display: block;
  margin: auto;
}

button.call {
  display: block;
  margin: 1rem auto;
}




/* Footer */
.footer-container {
    background-image: url('images/stainlesssteelimg.jpg');

}

/* .frame {
    width: 315px;
    height: 165px;
    margin: 20px;
    position: relative;
  }
  
  .fade {
    height: 100%;
    width: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.65) 100%);
  } */

  /* .frame {
    width: 315px;
    height: 165px;
    margin: 20px;
    background-image: url(picture.jpg);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), url(picture.jpg);
  }

  &.faded-all:after, &.faded-left.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset 0 0 $blur-radius $spread-radius;
} */

/* .faded .faded-right {
    position: relative;
    display: inline-block;
    color: white;
  }
  .faded, .faded-all:after, .faded.faded-left, .faded-top, .faded-right, .faded-bottom:after {
    box-shadow: inset 0 0 40px 16px;
  }

.faded .faded-wide .faded-all:after, .faded.faded-wide.faded-left.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset 0 0 80px 28px;
  } */

  /* .faded, .faded-left, .faded-right, .faded-bottom:after {
    box-shadow: inset 0 -20px 40px 16px;
  }
   */
   .faded {
    position: relative;
    display: inline-block;
    color: white;
    /* color: rgb(0, 0, 0, 0.9); */
  }
  .faded:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
  }

/* } */
/* .faded.faded-left:after {
  box-shadow: inset 40px 0 40px -16px;
}
.faded.faded-right:after {
  box-shadow: inset -40px 0 40px -16px;
}
.faded.faded-top:after {
  box-shadow: inset 0 40px 40px -16px;
}
.faded.faded-bottom:after {
  box-shadow: inset 0 -40px 40px -16px;
}
.faded.faded-left.faded-right:after {
  box-shadow: inset 40px 0 40px -16px, inset -40px 0 40px -16px;
}
.faded.faded-left.faded-top:after {
  box-shadow: inset 40px 40px 40px -16px;
}
.faded.faded-right.faded-bottom:after {
  box-shadow: inset -40px -40px 40px -16px;
}
.faded.faded-top.faded-right:after {
  box-shadow: inset -40px 40px 40px -16px;
}
.faded.faded-top.faded-bottom:after {
  box-shadow: inset 0 40px 40px -16px, inset 0 -40px 40px -16px;
}
.faded.faded-left.faded-bottom:after {
  box-shadow: inset 40px -40px 40px -16px;
}
.faded.faded-top.faded-right.faded-bottom:after {
  box-shadow: inset -20px 0 40px 16px;
}
.faded.faded-left.faded-right.faded-bottom:after {
    box-shadow: inset 0 -20px 40px 16px;
  }
  .faded.faded-left.faded-top.faded-bottom:after {
    box-shadow: inset 20px 0 40px 16px;
  }
  .faded.faded-left.faded-top.faded-right:after {
    box-shadow: inset 0 20px 40px 16px;
  } */


  .faded.faded-all:after, .faded.faded-left.faded-top.faded-right.faded-bottom:after {
    /* box-shadow: inset 0 0 40px 16px; */
    box-shadow: inset 0 0 40px 30px;
  }


  /* .faded.faded-narrow.faded-left:after {
    box-shadow: inset 20px 0 20px -10px;
  }
  .faded.faded-narrow.faded-right:after {
    box-shadow: inset -20px 0 20px -10px;
  }
  .faded.faded-narrow.faded-top:after {
    box-shadow: inset 0 20px 20px -10px;
  }
  .faded.faded-narrow.faded-bottom:after {
    box-shadow: inset 0 -20px 20px -10px;
  }
  .faded.faded-narrow.faded-left.faded-right:after {
    box-shadow: inset 20px 0 20px -10px, inset -20px 0 20px -10px;
  }
  .faded.faded-narrow.faded-left.faded-top:after {
    box-shadow: inset 20px 20px 20px -10px;
  }
  .faded.faded-narrow.faded-right.faded-bottom:after {
    box-shadow: inset -20px -20px 20px -10px;
  }
  .faded.faded-narrow.faded-top.faded-right:after {
    box-shadow: inset -20px 20px 20px -10px;
  }
  .faded.faded-narrow.faded-top.faded-bottom:after {
    box-shadow: inset 0 20px 20px -10px, inset 0 -20px 20px -10px;
  }
  .faded.faded-narrow.faded-left.faded-bottom:after {
    box-shadow: inset 20px -20px 20px -10px;
  }
  .faded.faded-narrow.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset -10px 0 20px 10px;
  }
  .faded.faded-narrow.faded-left.faded-right.faded-bottom:after {
    box-shadow: inset 0 -10px 20px 10px;
  }
  .faded.faded-narrow.faded-left.faded-top.faded-bottom:after {
    box-shadow: inset 10px 0 20px 10px;
  }
  .faded.faded-narrow.faded-left.faded-top.faded-right:after {
    box-shadow: inset 0 10px 20px 10px;
  }
  .faded.faded-narrow.faded-all:after, .faded.faded-narrow.faded-left.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset 0 0 20px 10px;
  }
  .faded.faded-wide.faded-left:after {
    box-shadow: inset 80px 0 80px -28px;
  }
  .faded.faded-wide.faded-right:after {
    box-shadow: inset -80px 0 80px -28px;
  }
  .faded.faded-wide.faded-top:after {
    box-shadow: inset 0 80px 80px -28px;
  }
  .faded.faded-wide.faded-bottom:after {
    box-shadow: inset 0 -80px 80px -28px;
  }
  .faded.faded-wide.faded-left.faded-right:after {
    box-shadow: inset 80px 0 80px -28px, inset -80px 0 80px -28px;
  }
  .faded.faded-wide.faded-left.faded-top:after {
    box-shadow: inset 80px 80px 80px -28px;
  }
  .faded.faded-wide.faded-right.faded-bottom:after {
    box-shadow: inset -80px -80px 80px -28px;
  }
  .faded.faded-wide.faded-top.faded-right:after {
    box-shadow: inset -80px 80px 80px -28px;
  }
  .faded.faded-wide.faded-top.faded-bottom:after {
    box-shadow: inset 0 80px 80px -28px, inset 0 -80px 80px -28px;
  }
  .faded.faded-wide.faded-left.faded-bottom:after {
    box-shadow: inset 80px -80px 80px -28px;
  }
  .faded.faded-wide.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset -40px 0 80px 28px;
  }
  .faded.faded-wide.faded-left.faded-right.faded-bottom:after {
    box-shadow: inset 0 -40px 80px 28px;
  }
  .faded.faded-wide.faded-left.faded-top.faded-bottom:after {
    box-shadow: inset 40px 0 80px 28px;
  }
  .faded.faded-wide.faded-left.faded-top.faded-right:after {
    box-shadow: inset 0 40px 80px 28px;
  }
  .faded.faded-wide.faded-all:after, .faded.faded-wide.faded-left.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset 0 0 80px 28px;
  } */

/* .hero-desc {
    animation: appear 6s infinite;
    color: rgb(63, 161, 168);
    font-size: 10px;
    font-family: fantasy;
    font-weight: 600;
} */

  @keyframes appear {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
  }

  @keyframes slide {
    0% {
        margin-left: -800px;
    }

    20% {
        margin-left: -800px;
    }

    35% {
        margin-left: 0px;
    }

    100% {
        margin-left: 0px;
    }
}

.copyright {
    display: flex;
    justify-content: center;
    padding: 1rem;
    font-family: 'Abril Fatface';
}

.copyright-text {
    font-size: 10px;
    text-align: center;
}

.contact-us {
    padding: 1rem;
}

.footer-social {
    display: flex;
}

.footer-social-links {
    display: flex;
}

.footer-links {
    list-style-type: none;
    display: flex;
    margin: 1rem;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
    flex-direction: column;
}

.footer-link {
    padding: 10px 0;
}

/* MEDIA 768PX */
@media screen and (min-width: 768px) {

/* navbar 768px */
.nav-bar {
    display: none;
}

.home-link {
  padding-left: 1rem;
}

.sidebar {
  /* position: static; */
  position: absolute;
  top:initial;
  left:initial;
  height: 0;
  background: none;
  transform: initial;
  width: 0%;
  z-index: initial;
  transition: none;
}

.sidebar-header {
  display: none;
}

.header-links {
  position: absolute;
  margin: -30px 0;
  display: flex;
  background-color: initial;
}

ul.links {
  display: flex;
  font-size: 12px;
}

ul.links-container {
  position: relative;
}

.about-link {
  padding-left: 2rem;
}

.svg-arrow {
  margin: 0 5px;
}

li.nav-li {
  /* padding: 1.2rem; */
  padding-top: 1.2rem;
  /* padding-left: 1.5rem; */
  padding: 8px;
  display: flex;
  height: 0px;
}

.arrow-links {
  /* display: none; */
  /* border: 1px solid black; */
  /* background-color: #ffffff; */
  position: absolute;
  left: 0;
  width: 15rem;
  /* border-radius: 5px; */
  /* padding: 10px; */
  box-shadow: 1px 8px 20px #000000 !important;
  z-index: 2;
  /* background: #3fa1a7b3; */
  /* background: #3fa1a8; */
  background: #fff;
  color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* transition: all 0.3s ease; */
    height: 0;
    overflow: hidden;
    /* transition: all 1s; */
}

/* .services-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */

.show-links {
  display: block;
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin: 2rem 4rem;
  /* height: 8rem; */
  /* height: 20rem; */
  /* height: 35rem; */
  /* height: 38rem; */
  /* height: 46rem  !important; */
  border: 1px solid black !important;
  height: 26rem !important;
  width: 30rem !important;
  /* width: 50rem; */
  /* width: 20rem; */
    padding-top: 1rem;
  /* transform: translateY(-2px); */
}

.service-link {
  list-style-type: none;
  /* padding: 5px; */
  /* padding: 2rem; */
  /* padding: 3rem 2rem; */
  /* padding: .5rem; */
  text-align: center;
  /* margin: 0 2rem; */
}

.dryer-dropdown, .fridge-dropdown, .washer-dropdown, .dishwasher-dropdown, .microwave-dropdown,
.oven-dropdown, .garbageD-dropdown {
  text-transform: uppercase;
  /* margin: 15px; */
  margin: 30px;
  cursor: pointer;
  /* width: 100px; */
  /* width: 9rem; */
  border-bottom: 2px solid;
  /* padding: 2px; */
}

.dryer-service1, .fridge-service1, .washer-service1, .dishwasher-service1, .microwave-service1, .oven-service1,
.garbageD-service1 {
    border-radius: 5px;
    /* padding: 5px; */
    list-style-type: none;
    /* color: #ffffff; */
    color: #3fa1a8;
    /* color: black; */
    /* background-color: white; */
    /* background-color: rgb(63, 161, 168); */
    /* background-color: #fff; */
    position: relative;
    /* height: 0; */
    overflow: hidden;
    /* position: absolute; */
}

/* ul.dryer-service1::before, ul.fridge-service1::before {
    content: '';
      position: absolute;
      
      top: -12px;
     
      left: 20px;
      border-width: 0 10px 15px 10px;
      border-style: solid;
      border-color: transparent transparent #00aabb transparent;
      border-color: transparent transparent #fff transparent;
} */

/* .show-dryer-service {
  height: initial;
  overflow: initial;
  background-color: white;
  display: block;
} */

.svg-flex {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    list-style-type: none;
    /* margin: auto; */
}

/* .svg {
  width: 12%;
} */

li.img_svg {
    width: 100px;
}

li.service_svg_img {
    width: 40%;
}
 .dryer-service1.show-service {
    /* height: 8rem; */
    height: 9rem;
    /* width: 10rem; */
    /* overflow: visible;
    display: flex;
    align-items: center; */
 }

 .fridge-service1.show-service, .washer-service1.show-service, .dishwasher-service1.show-service,
 .microwave-service1.show-service, .oven-service1.show-service, .garbageD-service1.show-service  {
    /* height: 10rem; */
    /* height: 6rem; */
    height: 7rem;
    /* width: 10rem; */
    margin: auto;
    /* width: 20rem;
    overflow: visible;
    display: flex;
    align-items: center; */
 }

 /* .washer-service1.show-service {
    height: 6rem;
    width: 10rem;
 } */

.service_link_flex {
    display: flex;
}

li.service-link7 {
    /* padding: 2px; */
    padding: 2px 10px;
    /* margin: 5px 15px; */
    /* background-color: rgb(63, 161, 168); */
    /* text-align: center; */
    list-style-type: none;
    /* color: #ffffff;
    border-radius: 5px;
    padding: .75rem 1.25px;
    box-shadow: 1px 4px 10px black; */
}

.button-link {
    /* background-color: rgb(63, 161, 168); */
    margin: auto;
    display: block;
    border-radius: 5px;
    border: 2px solid #3fa1a8;
    /* padding: .75rem 1.25px; */
    padding: 3px 5px;
    width: 120px;
    /* box-shadow: 1px 4px 10px #000000;
    font-size: 10px; */
    cursor: pointer;
    /* color: #fff; */
    color: #3fa1a8;
}
/* Social Containers */
.social-links-container {
  /* display: block; */
  display: none;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, 20px);
  grid-gap: 10px;
  place-self: center;
  /* padding: 0; */
  margin: 5px;
  list-style-type: none;
  /* grid-template-rows: 0px; */
  grid-template-rows: initial;
  
}

li.facebook-link, li.linkedin-link {
  margin: 0;
}


  /* appliance head logo image */
  .appliance-head {
    /* width: 50%; */
    /* width: 80%; */
    width: 60%;
    margin: auto;
  }

  .phone {
    font-size: 15px;
  }

  .main-title {
    font-size: 20px;
  }

  p.hero-desc {
    font-size: 2rem;
    padding: 5rem;
}

/* appliance hero image */
.appliance-hero {
  width: 100vw;
  height: 50vh;
}

/* MAIN DESCRIPTION */
.main-description {
  font-size: 14px;
  margin: 2rem 4rem;
}

/* services fridge section */
.services-fridge {
  display: flex;
  align-items: center;
  padding: 5rem;
}

.fridge-img {
  /* width: 50%; */
  width: 30%;
  display: initial;
}

/* services dryer section */
.services-dryer {
  display: flex;
  align-items: center;
  padding: 5rem;
}

.dryer-img {
  /* width: 50%; */
  width: 30%;
  /* box-shadow: 1px 8px 20px; */
}

/* services washer section */
.services-washer {
  display: flex;
  align-items: center;
  padding: 5rem;
}

.washer-img {
  width: 30%;
}

/* services dishwasher section */
.services-dishwasher {
  display: flex;
  align-items: center;
  padding: 5rem;
}

.dishwasher-img {
  width: 30%;
}

/* Brands section 768px */
.brands-title {
  font-size: 2rem;
}

/* testimonial section title */
.testimonial-title {
  /* font-size: 1.5rem; */
    color: #3fa1a8;
    padding: 2rem 0;
    text-transform: uppercase;

}

.testimonials {
  font-size: initial;
  padding: 0 5rem;

}

.logo-review {
  padding: initial;
}

a.review_link {
  width: 15rem;
}

/* choose us section title */
.chooseUs {
  font-size: 2rem;
}

/* schedule your next app. title 768px */
.schedule-flex-container {
    display: flex;
    align-items: center;
    margin: 3rem;
}

.appliance-schedule-image {
    width: 50%;
}

.images {
    width: 50%;
}

.schedule-statement {
  font-size: 2rem;
}

.schedule-cta {
  font-size: 16px;
}

/* POPUP WIDTH */
.popup.showPopup, .popup2.showPopup, .popup3.showPopup, .popup4.showPopup, .popup5.showPopup, .popup6.showPopup {
    width: 50%;
}

/* footer should be removed 8/12/2025 */
.footer-links-content {
  display: flex;
  justify-content: center;
}

/* #footer-appliance-head {
  width: 80%;
} */

.footer-links {
  font-size: 15px !important;
}
}

/* Media 1024px */
@media screen and (min-width: 1024px) {
  /* nav phone */
  #phone {
    font-size: 1rem;
  }

    #copyright {
      height: initial;
    }

    .appliance-brands {
    width: 80%;
    margin: auto;
    display: block;
}

.schedule-main-description {
  font-size: 18px;
  padding: 1rem 2rem;
}

.testimonial-review {
  font-size: 18px;
}

.schedule-main-offer {
  font-size: 18px;
}

span.call, .number {
  font-size: 18px;
}

.alert-box {
  font-size: 25px;
}
/* .notice_par {
  text-align: center;
  font-size: 25px;
} */
}



* {
    /* margin: 0; */
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /* color: white !important; */
}

/* body {
    display: flex;
    background: #edecec;
    min-height: 100vh;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
} */

.calendar-container {
    /* background: #484747; */
    /* width: 320px;                 */
    border-radius: 10px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); */
    /* box-shadow: 0 15px 40px rgba(63, 161, 168, 0.12); */
    box-shadow: 0 15px 40px rgba(63, 161, 168, 0.5);
    font-family: 'Poppins', sans-serif;
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 15px 20px 8px;     
    justify-content: space-between;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 30px;              
    width: 30px;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.4rem;          
}

.calendar-navigation span:last-child {
    margin-right: -8px;
}

header .calendar-navigation span:hover {
    background: #f2f2f2;
}

header .calendar-current-date {
    /* font-weight: 500; */
    font-size: 1.2rem;
    /* font-family: fantasy; */
    color: rgb(63, 161, 168);        
}

.calendar-body {
    padding: 10px;     
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 10px;    
    width: 100%;
}

.calendar-body li {
    width: calc(100% / 7);
    height: 30px;               
    line-height: 30px;          
    font-size: 0.9rem;          
    color: #414141;
    margin-top: 20px;           
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
    font-size: 0.85rem;         
}

.calendar-dates li.inactive {
    color: #aaa;
    cursor: default;
}

.calendar-dates li.active {
    color: #fff;
}
.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 30px;             
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    /* background: #6964ff; */
    background: rgb(63, 161, 168)
}

.calendar-dates li:not(.active):not(.highlight):hover::before {
    background: #858484;
}

.calendar-dates li.highlight {
    background: transparent !important;          
    border: 2px dotted #38f3b1 !important;       
    border-radius: 50%;                           
    position: relative;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: calc(100% / 7);
}

/* Popup 6 styles */
.faded-img_pop6 {
  width: 100%;
  position: relative;
    display: inline-block;
    color: white;
}

.faded-img_pop6:after {
  /* box-shadow: inset 0 0 10px 30px; */
  box-shadow: inset 0 0 15px 15px;
   content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
}

.finish-page-div {
  position: relative;
}
.finish-page-img {
  box-shadow: inset 0 0 40px 30px;
  width: 100%;
}
/* .finish-page-img {
  position: relative; 
}

.finish-page-img:after {
  content:""; 
  position: absolute; 
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  height: 40%;  
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

} */
