*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Patrick Hand";
}



li {
    list-style: none;
}



.footer {
    margin-top: 40px;
    padding-top: 47px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ABB2B8;
    display: flex;
    justify-content: space-between;
}

.footercontacts1{
    margin-top: 0px;
}

.footercontacts {
    text-align: right;
    padding-right: 8px;
    padding-bottom: 10px;
}

.form {
    border-style: dotted;
    border-radius: 10px;
    border-width: 12px;
    text-align: center;
    padding: 7px;
}

.h1signup {
    text-align: center;
    padding: 20px;
}

.serviceh1 {
    text-align: center;
    padding-top: 10px;
}

.switch_ceiling_wiring_washer {
    display: flex;
    justify-content: space-around;
    margin-top: 26px;
    margin-left: 12px;
    margin-right: 12px;
    gap: 29px;
}
.p_padding {
    padding-top: 7px;
    padding-bottom: 7px;
}    

.testimonials {
    padding-top: 5px;
    padding-left: 6px;
}

.testimonials1 {
    padding-bottom: 7px;
    padding-left: 6px;
}

.classmate1 {
    border-radius: 50%;
    width: 190px;
    height: 190px;
}

.classmates {
    padding-top: 15px;
    display: flex;
    gap: 20px;
    justify-content:space-around;
    padding-left: 10px;
    padding-right: 10px;
}

.select1 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    padding-left: 25px;
}

.h2 {
    padding-bottom: 11px;
    font-size: 40px;
}

.select {
    padding: 7px;
    align-self: center;
}

.pricingpage {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;

}
.div1_2_3 {
    display: flex;
    justify-content: space-around;
}
.plan {
    background-color: #ABB2B8;
    color: #fff;
    padding: 40px;
    font-size: larger;
    border-radius: 10px;
}

.pricing {
    font-size: 30px;
}
.electric {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 47px;
}
.electric1 {
    padding-left: 20px;
    padding-bottom: 30px;
    font-size: 47px;
}

.danvo {
    font-size: 23px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.classdanvo {
    border-radius: 20px;
    padding: 8px;
}

.danvo_electric_electric1_img_only {
    display: flex;
}

.img_only {
    padding-top: 30px;
    padding-right: 40px;
}

/* nav */
/* Navbar Styling Starts */
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #949CA7;
    color: #fff;
}

.nav-links a {
    color: #fff;
}

/* Logo */
.logo {
    font-size: 32px;
    color: #fff;
}

/* Navbar */
.menu {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 32px;
}

/* Responsive Navbar Menu Starts */

  /* Checkbox Hack */

  input[type=checkbox] {
    display: none;
}

 /* HAMBURGER MENU*/
 .hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
 }

 .hero {
    width: 1000px;
    height: 700px;
    padding-bottom: 20px;
}

button {
    color: #fff;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #D2D1D2;
    font-size: 30px;
    bottom: 100px;
    margin-left: 10px;
    font-family: "Patrick Hand";
    
}

.button {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #949CA7;
    font-size: 30px;
    bottom: 100px;
    margin-left: 10px;
    font-family: "Patrick Hand";
    border: none;
    
}


img {
    width: 400px;
    height: 413px;
}

a,a:link {
    text-decoration: none;
    color: black;
}