/* min-width */

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1230px;
  }
}






/* max-width */

@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 30px;
  }

  header .navbar-menu {
    padding: 15px 0 11px 0 !important;
  }

  header .navbar.is-sticky {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbar-nav {
    padding: 130px 30px;
    background-color: #000;
  }

  .navbar-menus .navbar-nav .nav-item .nav-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
  }

  .navbar-toggler {
    float: right;
    max-width: 48px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--green);
    background-color: var(--green);
    z-index: 9999;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .navbar-toggler-icon {
    max-width: 20px;
    width: 100%;
    height: 16px;
    border-bottom: 2px solid var(--white);
    transition: all 300ms linear;
    margin-top: 0;
    position: relative;
    background-image: none;
  }

  .navbar-toggler-icon::before {
    position: absolute;
    content: "";
    max-width: 20px;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: var(--white);
    transition: all 300ms linear;
  }

  .navbar-toggler-icon::after {
    position: absolute;
    content: "";
    max-width: 20px;
    width: 100%;
    height: 2px;
    top: 7px;
    left: 0;
    background-color: var(--white);
    transition: all 300ms linear;
  }

  .offcanvas.offcanvas-end {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    flex-direction: column;
    transform: translateX(100%);
    transition: 0.3s all;
    background: #fff;
    border-left: none;
    height: 100vh;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(7px) rotate(-45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
  }

  header .navbar-menu .navbar .collapse:not(.show) {
    display: flex;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
  }

  .reponsive-icon {
    display: flex !important;
    gap: 30px;
  }

  .header-search-icons {
    display: none !important;
  }

  .navbar-menu .navbar-nav .nav-item .nav-link:hover::after,
  .nav-item .nav-link.active:hover {
    width: 19%;
    opacity: 0.9;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open #brgr-menu-overlay-container {
    opacity: 1;
    pointer-events: inherit;
  }

  body.menu-open .navbar-toggler {
    z-index: 999999;
  }

  .step-shaps {
    display: none;
  }

  .res-search-icon {
    display: block;
  }

  .otherpages-wrap {
    padding-left: 0;
  }

  .footer_list {
    padding-right: 0;
  }

  /* about page start */
  .innerpage-hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-thumb {
    padding-right: 0px;
  }

  .solar-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about_solar_membar .member_wrp {
    width: auto;
    top: 160px;
    right: auto;
    left: 155px;
  }

  .our_solub {
    padding-bottom: 130px;
  }

  .solar-team-item {
    margin-bottom: 30px;
  }

  /* contact page  */

  .contact-map-content iframe {
    width: 100%;
  }

  .contact-wrap {
    padding-left: 0;
    padding-top: 45px;
  }
}

@media only screen and (max-width: 991px) {

  .hero-sec .hero-sec-heading h1 {
    font-size: 48px;
    line-height: 52px;
    max-width: 670px;
    width: 100%;
  }

  .client-user-review {
    margin-bottom: 40px;
  }

  .client-heading h3 {
    font-size: 40px;
    margin-bottom: 30px;
    max-width: 460px;
    width: 100%;
  }

  .client-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .client-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .service-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-sec {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .faq-sec {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .faq-heading {
    text-align: center;
  }

  .faq-client-user {
    justify-content: center;
    margin-bottom: 40px;
  }

  .faq-heading h4 {
    font-size: 40px;
    max-width: 530px;
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .faq-client-user {
    justify-content: center;
  }

  .portfolio-sec {
    background-color: rgb(235, 243, 237);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-wrap {
    padding: 100px 0;
  }

  .header-top {
    display: none;
  }

  .service-item-content p {
    width: 100%;
    margin: 0 auto;
  }

  .steps_wrp {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .counter_area {
    padding-top: 0px;
  }

  .counter_list h4 {
    font-size: 46px;
  }

  .winning_award {
    flex-wrap: wrap;
  }

  .member_wrp {
    top: 180px;
    right: 300px;
  }

  .solar_details {
    margin-top: 50px;
  }

  .blog_content {
    margin-top: 80px;
  }

  .card_wrp {
    margin-bottom: 30px;
  }

  .crad_wrap_res {
    margin-bottom: 0px;
  }

  .solar_challenge {
    margin: 80px 0 -135px 0;
  }

  .start_work {
    justify-content: center;
    margin-top: 20px;
  }

  .solar_challenge h4 {
    text-align: center;
  }

  .service_wrp {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    margin-left: 50px;
  }

  .solar-drives {
    display: none;
  }

  .hero-sec {
    padding-top: 150px;
  }

  .client-user-review {
    justify-content: flex-start;
    margin-left: 20px;
  }

  .hero-sec-heading {
    margin-bottom: 30px;
  }

  .about-wrapper {
    margin-top: 40px;
  }

  /* about page start */
  .solar-service-item {
    margin-bottom: 30px;
  }

  .solar-service {
    padding-top: 0px;
  }

  .our_agency {
    margin-top: 0;
  }


  .about-steps {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .video-shape {
    display: none;
  }

  .about-page .video-wrap h3 {
    font-size: 50px;
  }

  .about-page .video-wrap {
    padding: 100px 0;
  }

  .about-cta-area .cta-wrapper {
    padding: 15px 0;
    width: 100%;
  }

  .cta-wrapper img {
    margin-right: 18px;
  }

  .about_solar_content {
    padding-top: 0;
  }

  .about_solar_content .solar_details {
    margin-top: 80px;
  }

  .about-page .our_solub_data {
    margin-top: 30px;
  }

  .about-page .our_solub_data {
    margin-left: 0;
  }

  .about_solar_membar .member_wrp {
    width: max-content;
    position: static;
    margin-top: 20px;
  }

  .about-page .our_solub_data::after {
    display: none;
  }

  .about-page .solar-section-title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .solar-team-ptb {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .testimonial-heading h4 {
    font-size: 40px;
    max-width: 290px;
    width: 100%;
  }

  .testimonial-navigation {
    margin-bottom: 30px;
  }

  .contact-breadcrumb {
    padding-bottom: 80px;
  }



}

@media only screen and (max-width: 767px) {
  .offcanvas.offcanvas-end {
    width: 70%;
  }

  .client-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
  }

  .hero-sec {
    background: linear-gradient(180deg,
        #8dffa8 0%,
        rgba(157, 255, 180, 0) 100%);
    padding-top: 138px;
  }

  a.navbar-brand {
    z-index: 9999;
  }

  .client-user-review {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 20px;
  }

  .hero-sec .hero-sec-heading h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .solar-drives {
    display: none;
  }

  .client-heading {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .client-heading h3 {
    max-width: 500px;
    width: 100%;
  }

  .counter_list p {
    width: 176px;
  }

  .winning_award {
    box-shadow: none;
    flex-direction: column;
    gap: 14px;
  }

  .steps_wrp {
    padding-bottom: 0;
  }

  .our_solub_data {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .our_solub {
    padding-top: 0px;
  }

  .card_wrp .card_img {
    max-width: 405px;
    width: 100%;
    margin: 0 auto;
  }

  .card-body {
    max-width: 417px;
    width: 100%;
    margin: 0 auto;
  }

  .solar_challenge {
    margin: 50px 0 -135px 0;
  }

  .service_wrp {
    margin-left: 20px;
    margin-top: 40px;
  }

  .cta-wrapper {
    padding: 15px 0;
  }

  /* about page start */

  .innerpage-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-page .solar-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-heading {
    margin-bottom: 40px;
  }

  .about-page .innerpage-hero .breadcrumb-title {
    font-size: 50px;
  }

  .about-icon {
    position: static !important;
    margin-bottom: 20px;
  }

  .about-page .video-wrap h3 {
    font-size: 44px;
  }

  .testimonial-heading h4 {
    font-size: 35px;
    max-width: 100%;
    width: 100%;
  }

  /* about page end */

  .contact-inner-wrap {
    padding: 30px;
  }

  .contact-inner-wrap-title {
    margin-bottom: 0;
    font-size: 34px;
  }

  .contact-inner-heading {
    margin-bottom: 40px;
  }

  .contact-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .member_wrp {
    position: inherit;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }

  .navbar-nav {
    padding: 90px 30px;
  }

  .solar_details .solar_content h4 {
    font-size: 35px;
  }

  .calculate_data {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }

  .call_us_center {
    display: flex;
    align-items: center;
  }

  .about-sec {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .hero-sec-heading {
    margin-bottom: 20px;
  }

  .client-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-sec {
    padding-top: 50px;
  }

  .breand-sec {
    padding: 30px 0;
  }

  .portfolio-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .member_wrp {
    top: 0;
    right: 0;
  }

  .card-body {
    max-width: 100%;
    width: 100%;
  }

  .card_wrp .card_img {
    max-width: 100%;
    width: 100%;
  }

  .card-body h4 {
    margin: 12px 0;
  }

  footer {
    margin-top: 100px;
    padding: 80px 10px 50px;
    background-color: #ebf3ed;
  }

  .copyright_section {
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }

  .social_section {
    margin-top: 20px;
  }

  .blog_title h4 {
    font-size: 35px;
  }

  .blog_content {
    margin-top: 70px;
  }

  .start_work {
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .winning_award {
    padding: 0px 8px 30px 8px;
  }

  .about-btn-box {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .about-item-box {
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
  }

  .about-item-content p {
    max-width: 250px;
    width: 100%;
  }

  .service-pre-title h4 {
    font-size: 35px;
    line-height: 35px;
  }

  .cta-wrapper p {
    font-size: 16px;
  }

  .according-menubar .accordion-button.collapsed {
    font-size: 14px;
    padding-right: 19px;
  }

  .getstart-btn {
    bottom: 25px;
    left: 30px;
  }

  .getstart-btn a {
    font-size: 14px;
    padding: 14px 30px 14px;
  }

  .client-item-icon span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
  }

  .aboutthumb-content span {
    font-size: 14px;
    padding: 19px 19px;
  }

  .about-heading h3 {
    font-size: 35px;
  }

  .client-heading h3 {
    font-size: 35px;
  }

  .capacity_wrp,
  .world_ratio {
    flex-wrap: wrap;
  }

  .counter_list h4 {
    font-size: 35px;
  }

  .counter_list p {
    font-size: 16px;
    width: 236px;
  }

  .faq-heading h4 {
    font-size: 35px;
    margin: 0 auto 20px auto;
  }

  .counter_list {
    flex-direction: column;
    gap: 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .counter_list h4 {
    text-align: center;
    margin: 0 auto 12px auto;
  }

  .hero-sec .hero-sec-heading h1 {
    font-size: 35px;
    line-height: 38px;
  }

  .client-wrapper {
    width: 100%;
    gap: 30px;
  }

  /* about page start */

  .about-breadcrum .solar_details .solar_content h4 {
    font-size: 32px;
  }

  .about-breadcrum .about-thumb-2 {
    position: static !important;
    margin-top: 20px;
  }


  .solar-about-item-content p br {
    display: none;
  }

  .calculate_data .tp-btn {
    font-size: 14px;
  }

  .our_solub {
    padding-bottom: 80px;
  }

  .about-page .solar-section-title {
    font-size: 30px;
  }


  .about-page .video-wrap h3 br {
    display: none;
    font-size: 40px;
  }

  .about-page .about-client-feedback {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .contact-heading h4 {
    font-size: 35px;
  }

  .accordion-button::after {
    right: 18px;
  }

  .according-menubar .accordion-body {
    padding: 0 34px 34px 30px;
  }

  .accordion-btn,
  .accordion-button::after {
    position: absolute;
    top: inherit;
    right: inherit;
    height: inherit;
    width: inherit;
    line-height: inherit;
    text-align: center;
    border-radius: inherit;
    transition: inherit;
    transform: inherit;
    border: none;
  }

  .accordion-button {
    display: inherit;
  }

  .about-footer {
    padding: 80px 0px 0px;
  }
}

@media only screen and (max-width: 425px) {
  .aboutthumb-content span {
    font-size: 14px;
    padding: 19px 10px;
  }

  .faq-heading h4 {
    font-size: 32px;
    margin: 0 auto 20px auto;
    letter-spacing: -0.4px;
  }

  .according-menubar .accordion-button:not(.collapsed) {
    padding: 18px 16px 18px 24px;
  }

  .according-menubar .accordion-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 22px 22px 25px;
    color: #828282;
    border-radius: 0 0 16px 16px;
  }

  .accordion-body strong {
    font-size: 14px;
    line-height: 22px;
  }

  .about-heading h3 {
    font-size: 32px;
  }

  .service-pre-title h4 {
    font-size: 32px;
    line-height: 35px;
  }

  .about-page .solar-service {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .contact-page .contact-section-title br {
    display: none;
  }

}

@media only screen and (max-width: 375px) {

  .about-page .video-wrap h3 {
    font-size: 41px;
  }
}