/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
    body{
        background:#fff;
    }
    .header {
    position: relative;
    background: #fff;
    }
    a.navbar-brand {
    width: 80%;
    }
    .section--main {
    height: 450px;
    }
    .main-content h1 {
    font-size: 2.5rem;
    }
    .main-content h2 {
    font-size: 1.5rem;
    }
    .main-content p {
    font-size: 1rem;
    }
    .section--about {
    margin-top: 0;
    }
    .about-content {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(-24px);
    }
    .white-box {
    padding: 1rem;
    }
    .section-intro h2 {
    font-size: 2rem;
    }
    .energy-img {
    display: none;
    }
    
    .section--about {
    height: auto;
    margin-top: 0;
    background: #fff;
}
.white-box {
    padding: 2rem;
    margin-left: 1rem;
}
.service-card {
    justify-content: center;
}
.section--services {
    margin: 0;
    background: #333;
}
p {
    font-size: .9rem;
}

.section--energy {
    background: #333;
    padding: 5rem 2rem;
    margin-top: 0;
}
.section--about {
    background: #fff;
    margin: 0;
}
.slick-prev:before {
   
    margin-left: 9px;
}
.slick-next:before {
   
    margin-left: -30px;
    
}
  .slick-next:before, .slick-prev:before {
    font-size: 29px;
}  
.theme-btn {
   
    display: flex;
    margin-top: 20px;
}


.section--inner-main{
    height:450px;
}

.contact-form.main {
   border-radius:20px;
    margin-top: 20px;
}
.contact-info {
    border-radius:20px;
    
}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .inner-main-content h1{
        font-size:2.3rem;
    }
    .slick-prev:before {
   
    margin-left: 9px;
    }
    .slick-next:before {
    margin-left: -30px;
    }
    .slick-next:before, .slick-prev:before {
        font-size: 29px;
    } 
    .theme-btn {
   
    display: flex;
    margin-top: 20px;
}


.section--inner-main{
    height:450px;
}

.contact-form.main {
   
    margin-top: 20px;
    border-radius:20px;
}

.contact-info {
    border-radius:20px;
    
}
}
