@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,500&display=swap");
:root {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

.fontFamily-1 {
  font-family: "Poppins", sans-serif;
}

html,
body {
  width: 100%;
  width: -webkit-fill-available;
  margin: 0 1px;
  padding: 0 2px;
  font-family: "Poppins", sans-serif !important;
}

.margin-top {
  margin-top: 5vh;
}

div#containid {
  margin-top: 1.5%;
  border: 2px solid #01ab5e;
  border-bottom-width: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Roboto'; */
  color: #4c4e3d;
  font-style: normal;
  /* font-weight: 600 !important; */
}

.w-100 {
  width: 25% !important;
  position: relative;
  left: -1.2%;
  padding: 2%;
}

a#pre {
  left: 41%;
  top: 45%;
}

a#nex {
  right: 42%;
  top: 44%;
}

/* .mt-5,
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem;
} */

.container.d-flex {
  width: auto;
  justify-content: center;
}

button.btn.btn-success {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  right: 24vh;
  position: relative;
  margin-left: 4px;
  height: 49px;
}

.stickycontainer {
  width: -webkit-fill-available;
  position: sticky;
  top: 0;
  background-color: #00335e;
  margin-bottom: 20px;
  z-index: 1;
  margin-top: 4vh;
}

#stickyzipcontainer {
  /* display: flex; */
  display: -webkit-flex;
  max-width: -webkit-fill-available;
  justify-content: center;
  h2 {
    color: white;
    padding: 6px;
    font-size: 23px;
    margin-top: 1%;
    margin-right: 27px;
  }
}

h1.text-center {
  color: blue;
}

.textbefore {
  position: relative;
  display: block;
  height: fit-content;
  width: 78%;
  background-color: blue;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  text-align: center;
  color: white;
  padding: 2px;
  right: 73vh;
  top: 0.5vh;
}

.textafter {
  position: relative;
  display: block;
  height: fit-content;
  width: 96%;
  background-color: green;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  text-align: center;
  color: white;
  padding: 2px;
  right: 92vh;
  top: 41.5vh;
}

.image-grid {
  /* display: flex; */
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0px 0px 0px 4vw;
}

.image-grid img {
  width: 45.8%;
  /* Adjust as needed */
  padding: 5px;
  /* Adjust as needed */
  box-sizing: border-box;
}

#gridimage {
  width: 45.5%;
  margin-left: 47px;
}

#containerimage {
  width: 100%;
  margin-bottom: 2vh;
}

#secondcontainerimage {
  width: 100%;
  margin-top: 2vh;
}

#videoCarousel {
  /* display: flex; */
  display: -webkit-flex;
  text-align: center;
}

#control-prev-left-arrow {
  left: 33%;
}

#control-prev-right-arrow {
  right: 33%;
}

h2.text-center.text-italic {
  font-weight: 600;
}

span.text-success {
  margin-left: 1.2%;
}

.foot-h1 {
  font-weight: 600;
}

#footerabovecontainer {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fill-available;
  border-radius: 20px;
  margin: 5px;
  #footer-h1-div {
    width: -webkit-fill-available;
    text-align: center;
    .foot-h1 {
      margin-top: 20px;
      color: #4c4e3d !important;
      line-height: 1.4 !important;
      width: -webkit-fill-available !important;
      span {
        color: #28a745;
        font-weight: 800;
      }
    }
    .foot-para {
      color: #4c4e3d;
      width: -webkit-fill-available;
    }
  }
}

#footer {
  width: 100%;
  position: relative;
  background-color: #00335e;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin-top: 140px;
  align-items: center;
}

#blue-container-footer {
  background-color: #757575;
  position: absolute;
  bottom: 80%;
  width: 85%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

#grey-container-footer {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-around;
  padding: 30px;
  column-gap: 15%;
  margin-top: 120px;
  width: 100%;
}

#blue-container-footer h2 {
  margin-top: 70px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.end-p {
  color: #fff;
}

hr {
  color: #fff;
  z-index: 2;
  border: 0.5px solid #fff;
  width: 95%;
}

#footer-information {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}

#footer-information h3 {
  font-weight: 900;
}

#footer-information p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 0;
}

#nav-menu-footer a span {
  opacity: 0.3;
}

.text-black {
  width: 26vw;
}

.div-form-para {
  margin-top: 0;
}

@media (max-width: 767px) {
  #footerabovecontainer {
    flex-direction: row;
    /* Place items side-by-side on smaller screens */
    margin-top: 2%;
    margin-bottom: 2%;
  }
  #secondcontainerimage {
    width: 100%;
    margin-bottom: 35px;
    margin-top: -7px;
    /* Adjust image width as needed */
  }
  #footer-div-container {
    width: 50%;
    /* Adjust container width as needed */
  }
}

div#footer-div-container {
  position: relative;
  box-sizing: border-box;
  bottom: 18vh;
  /* display: flex; */
  display: -webkit-flex;
}

#footer-secondrow-div {
  margin-bottom: 22px;
}

#footer-justifycontent-div {
  padding: 24px;
}

.col-2 {
  position: relative;
  /* -ms-flex: 0 0 16.666667%; */
  flex: 1;
  margin-right: -7px;
  /* border: 2px solid tan; */
}


#affiliate-btn-first {
  position: relative;
}

#affiliate-btn-second {
  position: relative;
}

#sticky-nav-btn {
  position: static;
  margin-top: 47px;
  width: max-content;
  text-align: center;
}

#sticky-nav-input {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  margin: 5px;
  border: none;
  text-align: center;
  width: 100%;
  height: 50%;
  margin-top: -4px;
}

#stickyzipcontainerheading {
  color: white !important;
}

.sticky-nav-secondtdiv {
  width: max-content;
  /* display: flex; */
  display: -webkit-flex;
}

.sticky-nav-firstdiv {
  position: relative;
  /* width: 22%; */
  margin-right: 22px;
  /* display: flex; */
  display: -webkit-flex;
  align-items: center;
}

.sticky-container-nav {
  /* display: flex; */
  display: -webkit-flex;
  align-items: center;
}

#footer-first-div {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
  justify-content: center;
}

#firstdiv-input-text {
  height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  width: -webkit-fill-available;
  border: 1px #4c4e3d solid;
}

.footer-first-div-seconddiv {
  /* display: flex; */
  display: -webkit-flex;
}

#seconddiv-buttonbtn {
  height: 42px;
  right: 0;
  width: -webkit-fill-available;
  height: auto;
}


.text-center.fontFamily-1 {
  font-weight: 600;
}

#heres-div {
  margin-top: 12px;
  margin-bottom: 12px;
  span {
    color: #28a745;
  }
}

#our-work-div {
  margin-bottom: 10px;
}

.real-storie-h5 {
  color: #4c4e3d;
}

#locate-h2 {
  span {
    color: #28a745;
  }
}

.para-color {
  color: #4c4e3d !important;
}

#line-container {
  border: 2px solid #28a745;
}

#ehome-logo-div-container {
  margin: 0;
  width: -webkit-fill-available;
  max-width: -webkit-fill-available;
}

/*--------------- custom CSS end------------------------------ */

p {
  margin-top: 10px;
}

a {
  /* margin-top: 10px; */
  color: white;
  /* font-size: 12px; */
}

a:hover {
  cursor: pointer;
  color: white;
}

.footer p {
  margin-bottom: 10px;
  font-weight: 500;
  padding: 8px;
}

.page-contain {
  padding: 40px 100px 40px 100px;
}

.contain p {
  margin: 10px 50px 10px 50px;
}

span#phone-error-msg {
  color: red;
}

.form-checkbox {
  /* float: left;
  margin-bottom: -13px;
  margin-left: 20px; */
  margin: auto;
}

.consulation-label {
  margin-top: -6px;
}

.phone-privacy {
  display: block;
  height: 100px;
  overflow-y: auto;
  margin-top: 10px;
  color: #888;
}

.phone-privacy span {
  color: black;
  border-bottom: 1px solid;
}

#exampleModalTermsOfUse .modal-dialog {
  max-width: 1300px;
}

#exampleModalTermsOfUse .modal-content {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}

#exampleModalTermsOfUse .modal-body {
  padding: 4rem;
  text-align: justify;
}

#exampleModalTermsOfUse .modal-title {
  margin-left: 500px;
}

#exampleModalPrivacyPolicy .modal-dialog {
  max-width: 1300px;
}

#exampleModalPrivacyPolicy .modal-content {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}

#exampleModalPrivacyPolicy .modal-body {
  padding: 4rem;
  text-align: justify;
}

#exampleModalPrivacyPolicy .modal-title {
  margin-left: 500px;
}

#exampleModalAuthorize .modal-dialog {
  max-width: 1300px;
}

#exampleModalAuthorize .modal-content {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}

#exampleModalAuthorize .modal-body {
  padding: 4rem;
  text-align: justify;
}

#exampleModalAuthorize .modal-title {
  margin-left: 500px;
}

#exampleModalCalifornia .modal-dialog {
  max-width: 1300px;
}

#exampleModalCalifornia .modal-content {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
}

#exampleModalCalifornia .modal-body {
  padding: 4rem;
  text-align: justify;
}

#exampleModalCalifornia .modal-title {
  margin-left: 500px;
}

#exampleModalDoNotSell .modal-dialog {
  max-width: 1300px;
}

#exampleModalDoNotSell .modal-content {
  border-radius: 2rem;
}

#exampleModalDoNotSell .modal-body {
  padding: 4rem;
  text-align: justify;
}

#exampleModalDoNotSell .modal-title {
  margin-left: 500px;
}

.cards-wrapper {
  /* display: flex; */
  display: -webkit-flex;
  justify-content: center;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

.carousel-inner {
  padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.footer-links {
  padding-right: 5px;
}

.logo {
  width: 14%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.top-logo {
  width: 15%;
  margin-top: 10px;
}

.mask {
  background-color: rgba(255, 255, 255);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 25px;
  width: max-content;
}

h5 {
  font-size: 18px;
  /* font-weight: 600; */
}

.form-group label {
  font-weight: 600;
}

.banner-card-span {
  font-size: 13px;
}

.repair {
  width: 90%;
  margin-top: 10px;
  float: right;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
}

.replace {
  width: 90%;
  margin-top: 10px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
}

.google-1 {
  width: 40%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -20px;
  float: right;
}

.google-2 {
  width: 25%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 12px;
  float: left;
}

.btn-next {
  color: white;
  padding: 8px 30px 8px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 15px;
}

.bg-green {
  background-color: #00335e;
}

.color-green {
  color: #01ab5e;
}

.home-quotes {
  width: 35%;
  margin: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 12px;
}

.banner-card2-span {
  margin-top: 5px;
  font-size: 11px;
}

.bg-purple {
  background-color: #5959d3;
}

.color-purple {
  color: #00335e;
}

.choose-us {
  color: black;
  font-weight: 100;
}

.shield {
  height: 30px;
  width: 30px;
}

#footer h3 {
  color: #fff;
  font-size: 21px;
}

#footer-information {
  width: 45%;
}

#footer-nav {
  width: 30%;
}

.logo-footer {
  position: absolute;
  width: 80%;
  bottom: 65%;
}

.logo-footer img {
  width: 100%;
}

#nav-menu-footer,
#footer-nav,
#footer-contact {
  display: flex;
  display: -webkit-flex;
  row-gap: 12px;
  flex-direction: column;
  text-align: justify;
}

#footer h3 #footer-contact {
  align-items: flex-start;
  justify-content: center;
}

#nav-menu-footer {
  align-items: flex-start;
}

#nav-menu-footer a {
  color: #fff;
}

.ico-text {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  column-gap: 2px;
  justify-content: center;
  align-items: baseline;
}

.fb {
  width: 10%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.icons-social a {
  color: #fff;
  padding: 2px 4px;
  margin-top: 10px;
  font-size: 1.4em;
  margin-left: 20px;
}

#email-footer {
  width: 200px !important;
  height: 60px;
}

#submit-btn-footer {
  width: 100px !important;
  height: auto;
  align-self: baseline;
}

#footer h3 {
  font-size: 21px;
}

#footer-information {
  width: 45%;
}

#footer-nav {
  width: 30%;
}

.logo-footer {
  position: absolute;
  width: 80%;
  bottom: 65%;
}

.logo-footer img {
  width: 100%;
}

#nav-menu-footer,
#footer-nav,
#footer-contact {
  display: flex;
  display: -webkit-flex;
  row-gap: 12px;
  flex-direction: column;
  text-align: justify;
}

#footer-contact {
  align-items: flex-start;
  justify-content: center;
}

#nav-menu-footer {
  align-items: flex-start;
}

#nav-menu-footer a {
  color: #fff;
}

#footer hr {
  border: 0.5px solid #fff;
  width: 95%;
}

.insta {
  width: 10%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#main-heading-2 {
  color: #000;
  background-color: #28a745;
  text-align: center;
  display: none;
}

.card-img-top {
  height: 4em;
  width: 4em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: -40px;
  border: 6px solid #5959d3;
}

.card-title {
  font-size: 13px;
}

.card {
  color: white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.card-text {
  font-size: 13px;
}

.carousel-tag {
  width: 35%;
  margin-left: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 10px;
  padding: 3px;
}

.card-right {
  margin: 0px 120px 0px 20px;
}

.card-left {
  margin: 0px 20px 0px 120px;
}

.prev-carousel {
  margin: 50px 0px 0px 50px;
}

.next-carousel {
  margin: 50px 50px 0px 0px;
}

.footer-logo-bg {
  top: 5px;
  padding: 0px;
  left: 17px;
}

.social-icon {
  float: right;
  margin-top: 5px;
}

.stars {
  width: 20%;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#btn-container-div {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

#image-btn {
  position: relative;
}

#partner-sub-heading {
  text-transform: capitalize;
  color: #4c4e3d;
  font-size: 18px;
  text-align: center;
}

#locate-h2 {
  font-weight: 600;
}

.modal-footer {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
  padding: 1rem !important;
  border-top: 1px solid #dee2e6 !important;
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  position: relative !important;
  bottom: 10px !important;
}

.modal-footer > :not(:last-child) {
  margin-right: 25rem !important;
}

.modal-footer > :not(:first-child) {
  margin-left: 3.25rem !important;
}

button#form-page-7 {
  position: relative;
}

.grid-container {
  margin: 10px;
}

#video-manager {
  margin: 18px 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#video-manager video {
  width: 60%;
  margin: auto;
}

/* for mobile */

@media (max-width: 768px) {
  .web-text {
    display: none;
  }
  .cost-col-1 ul {
    margin-left: -30px;
  }
  .cost-col-2 ul {
    margin-left: -30px;
  }
  .cost-col-1 h4 {
    font-weight: 700;
  }
  .cost-col-2 h4 {
    font-weight: 700;
  }
  .cost-col-1 {
    margin: 45px;
  }
  .cost-col-2 {
    margin: 45px;
  }
  .warranty-img-content {
    margin: 30px 10px;
  }
  hr.green-border {
    background-color: #01ab5e;
    height: 4px;
    width: 100%;
    margin-top: 0;
  }
  #searchdiv-div3 {
    /* margin-left: 1px; */
    margin: auto;
  }
  .col-lg-6.col-md-6.col-sm-12.col-12.search-img {
    display: -webkit-flex;
    justify-content: center;
    margin-top: 3vh;
  }
  .search-content {
    margin: 70px;
  }
  .search-li {
    margin: -4px 13px 4px -41px;
  }
  .bg-image {
    background-image: linear-gradient(
        90deg,
        rgba(1, 0, 10, 0.6) 0%,
        rgba(0, 0, 0, 0.6) 0%
      ),
      url("../image/mobile_banner.png");
    height: auto;
    width: 100%;
  }
  .banner-text {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    width: -webkit-fill-available;
    margin-top: -5vh;
  }
  .header-content {
    text-align: center;
    padding-top: 60px;
  }
  .btn-stopthesearch {
    margin-left: 0px;
  }
  .web-roofing-type {
    display: none;
  }
  .mob-roofing-type {
    display: block;
  }
  .roofing-type {
    margin: 30px;
  }
  .roofing-type-name {
    margin-top: 10px;
  }
  .roofing-type-content {
    margin: 10px 10px 0px 10px;
  }
  .roofing-type-heading {
    margin: 0px 10px 0px 10px;
  }
  #mask2 {
    display: none;
  }
  .form-checkbox {
    float: left;
    margin-bottom: -13px;
    margin-left: -15px;
  }
  .page-contain {
    padding: 20px;
  }
  .footer-logo-bg {
    width: 25%;
    margin-left: 30px;
  }
  .fb {
    width: 6%;
  }
  .insta {
    width: 6%;
  }
  .pic1 {
    width: 30%;
    margin-top: 10px;
    float: right;
  }
  .pic2 {
    width: 30%;
    margin-top: 10px;
  }
  .pic3 {
    width: 30%;
    margin-top: 10px;
    float: left;
  }
  .pic4 {
    width: 30%;
    margin-top: 10px;
    float: right;
  }
  .pic5 {
    width: 30%;
    margin-top: 10px;
  }
  .pic6 {
    width: 30%;
    margin-top: 10px;
  }
  .header {
    display: -webkit-flex;
    justify-content: center;
  }
  .award {
    width: 80%;
    padding: 5px;
  }
  .top {
    padding: 1rem;
  }
  .next-carousel {
    margin: 10px 0px 0px 0px;
  }
  .prev-carousel {
    margin: 10px 0px 0px 0px;
  }
  .card-left {
    margin: 0px 40px 0px 40px;
  }
  .carousel-heading {
    margin: 0px;
  }
  .top-logo {
    display: none;
  }
  .mask {
    background-color: rgba(255, 255, 255);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 25px;
    width: 314px;
  }
  .text-black {
    width: -webkit-fill-available;
  }
  #carouselExampleControls {
    display: none;
  }
  #exampleModalTermsOfUse .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalTermsOfUse .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalTermsOfUse .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalTermsOfUse .modal-title {
    margin-left: 50px;
  }
  #exampleModalPrivacyPolicy .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalPrivacyPolicy .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalPrivacyPolicy .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalPrivacyPolicy .modal-title {
    margin-left: 50px;
  }
  #exampleModalAuthorize .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalAuthorize .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalAuthorize .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalAuthorize .modal-title {
    margin-left: 50px;
  }
  #exampleModalCalifornia .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalCalifornia .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalCalifornia .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalCalifornia .modal-title {
    margin-left: 50px;
  }
  #exampleModalDoNotSell .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalDoNotSell .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalDoNotSell .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalDoNotSell .modal-title {
    margin-left: 50px;
  }
  #footer {
    display: -webkit-inline-flex;
    width: 100%;
    text-align: -webkit-center;
  }
  .footer-top {
    width: -webkit-fill-available;
    .container {
      margin: 0px;
      padding: 0px;
    }
    .col-md-10 {
      /* border: 2px solid; */
      width: -webkit-fill-available;
      /* display: flex; */
      display: -webkit-flex;
      margin: 0;
      padding: 0;
      h2 {
        position: relative;
        top: -73%;
        left: 11%;
      }
    }
  }
  #secondrow {
    display: block;
    position: relative;
    bottom: 20px;
  }
  .row.justify-content-center.footer-links {
    width: -webkit-fill-available;
    display: flex;
    p {
      width: max-content;
      float: right;
      margin-right: -8px;
      font-size: 9px;
    }
    .col-2 {
      height: -webkit-fill-available;
      width: -webkit-fill-available;
      align-self: center;
      text-align: center;
    }
  }
  .button.btn-success {
    margin-left: 10px;
  }
  .row {
    margin: 0;
  }
  #input-text-above-footer {
    display: none;
  }
  #above-footer-btn {
    display: none;
  }
  #footer-secondrow-div {
    /* display: flex; */
    display: -webkit-flex;
    width: -webkit-fill-available;
  }
  #footer-justifycontent-div {
    /* display: flex; */
    display: -webkit-flex;
    padding: 0px;
  }
  .grid-container {
    text-align: center;
  }
  .btn.btn-stopthesearch.color-purple {
    display: none;
  }
  #videocontainer {
    max-width: none;
    text-align: -webkit-center;
  }
  #videocontainer-row {
    width: -webkit-fill-available;
  }
  video {
    width: -webkit-fill-available;
  }
  .stickycontainer {
    margin-top: 18px;
  }
  #stickyzipcontainerheading {
    text-align: center;
  }
  #footer-first-div {
    display: none;
  }
  .footer-h1 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer-para {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 584px) {
  .slider-container {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #footer-information {
    width: 100% !important;
  }
  button#form-page-7 {
    position: absolute;
    right: 35%;
    top: 510px;
  }
  #video-manager video {
    height: auto;
  }
  #ehome-768-for-div {
    flex-direction: column;
    align-items: center;
  }
  #stickyzipcontainerheading span {
    color: #28a745;
  }
  .header form {
    width: 100%;
    height: 570px;
    background-color: #fff;
  }
  #is_follow_up_email {
    right: 22rem !important;
  }
  .pic1,
  .pic2,
  .pic3,
  .pic4,
  .pic5,
  .pic6 {
    width: 100% !important;
    height: auto;
  }
  .row {
    margin: 1px -20px;
  }
  #form-zip {
    margin-top: 40px;
  }
  .form-name {
    margin-top: 70px;
  }
  #email,
  #phone {
    margin-top: 50px;
  }
  .div-form-para {
    margin-top: 5px;
    font-size: 11px !important;
  }
  /* .rating-google{
    margin:81px 0 0 0;
  } */
  .mask-material-ask {
    width: 100%;
  }
  .mask {
    width: 100%;
    padding: 15px;
  }
  .mask-email-ask {
    padding: 25px;
  }
  .btn-next {
    position: absolute;
    right: 36%;
    top: 510px;
  }
  .banner-card-span {
    font-weight: bold;
    font-size: 15px;
  }
  #form-page-1 {
    position: absolute;
    right: 30%;
    top: 510px;
  }
  #h3-green-blue-for-phone {
    color: #4c4e3d;
    font-weight: 600;
    font-style: normal;
  }
  .foot-h1 {
    font-size: 18px;
    font-weight: 600;
  }
  .foot-para {
    font-size: 14px;
  }
  #main-heading-2 {
    display: grid;
    margin-left: 15px;
    width: fit-content;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
  }
  .banner-text {
    color: #393939 !important;
    font-weight: 550;
  }
  .mask {
    margin-bottom: 0;
    margin-top: 0;
  }
  .bg-image {
    background-image: linear-gradient(
      120deg,
      #84fab0 0%,
      rgb(0 255 137 / 8%) 100%
    );
    border-radius: 20px;
  }
  .logo {
    width: 50%;
  }
  .google-1 {
    width: 65%;
  }
  .google-2 {
    width: 48%;
  }
  .grid-container {
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    row-gap: 6px;
    margin: 6px 0;
  }
  .img-n-text-manager {
    width: 60% !important;
    margin: 20px auto auto auto;
  }
  .image1 {
    width: 95%;
  }
  #stickyzipcontainer {
    padding: 18px;
  }
  .header-content {
    padding-top: 0;
  }
  .bg-green {
    padding: 1px;
  }
  h2#stickyzipcontainerheading {
    margin-right: 0px;
    padding: 0;
    font-weight: 600;
    font-size: large;
    color: #4c4e3d !important;
    text-transform: capitalize;
  }
  #sticky-nav-input {
    height: 30px;
    width: 160px;
  }
  .stickycontainer {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  }
  .sticky-container-nav {
    margin-top: 22px;
  }
  .sticky-nav-firstdiv {
    width: max-content;
    margin-right: 0;
    margin-top: 5px;
  }
  .sticky-nav-secondtdiv {
    margin-top: 5px;
  }
  #sticky-nav-input {
    font-size: 12px;
    margin-top: 5px;
  }
  #sticky-nav-btn {
    font-size: 12px;
    height: fit-content;
    margin: 0;
    margin-top: 21px;
    width: 90px;
    position: relative;
    right: 0;
    top: 0;
  }
  .search-div {
    border-left: 0 !important;
  }
  input[type="text"] {
    margin: 0px;
  }
  .w-100 {
    width: 27% !important;
    position: relative;
    left: -4.2%;
    padding: 1%;
  }
  #stickyzipcontainer {
    flex-direction: column;
    align-items: center;
  }
  hr.green-border {
    /* width:90%;
  height:4px;
margin-top: 0; */
    /* margin-bottom: 0; */
    display: none;
  }
  .ehome-logo-image {
    width: 150px;
    height: auto;
    margin: auto;
  }
  .fit-search-image {
    width: 90% !important;
  }
  .foot-h1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .foot-para {
    margin-right: 0 !important;
  }
  .banner-text {
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 8px;
    text-align: left;
    width: -webkit-fill-available;
    margin-top: 0;
  }
  .small-heading-phone {
    font-size: 21px !important;
  }
  .para-color {
    font-size: 14px;
  }
  #partner-sub-heading {
    font-size: 14px;
  }
  #searchdiv-div3 {
    h3 {
      font-size: 21px;
    }
    .search-li {
      font-size: 14px;
    }
  }
  .container.mt-4.mb-1 {
    h1 {
      font-size: 20px;
    }
  }
  #footer-form {
    width: 75%;
  }
  #grey-container-footer {
    align-items: flex-start;
  }
  #locate-h2 {
    font-size: 20px;
  }
  #blue-container-footer h2 {
    margin-top: 30px;
  }
  .icons-social a {
    margin-left: 8px;
  }
  form {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .top {
    margin-bottom: 15px;
    height: 85%;
  }
  #blue-container-footer h2 {
    font-size: 21px;
  }
  #footer {
    margin-top: 85px;
  }
  .logo-footer {
    position: absolute;
    width: 92%;
    bottom: 77%;
  }
  .footer-h1 {
    font-size: 20px;
  }
  #grey-container-footer {
    flex-direction: column;
    row-gap: 25px;
    margin-top: 85px;
  }
  #blue-container-footer {
    bottom: 92%;
    width: 95%;
  }
  #nav-menu-footer,
  #footer-nav,
  #footer-contact {
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .col-2 {
    display: contents;
  }
}

/* for web */

@media (min-width: 768px) {
  .item1 {
    grid-area: image1;
  }
  .item2 {
    grid-area: image2;
  }
  .item3 {
    grid-area: image3;
  }
  .item4 {
    grid-area: image4;
  }
  .item5 {
    grid-area: image5;
  }
  .grid-container {
    display: grid;
    grid-template-areas: "image1 image1";
    column-gap: 10px;
  }
  .mob-text {
    display: none;
  }
  .cost-col-1 ul {
    margin-left: -30px;
  }
  .cost-col-1 h4 {
    font-weight: 700;
  }
  .cost-col-2 h4 {
    font-weight: 700;
    margin-left: 50px;
  }
  .cost-col-1 {
    margin-top: 30px;
  }
  .cost-col-2 {
    margin-top: 30px;
  }
  .warranty-img-content {
    margin: 40px 70px;
  }
  hr.green-border {
    display: none;
  }
  .fit-search-image {
    /* margin: 0px 80px 30px 80px; */
    margin-top: 5vh;
  }
  .search-li {
    margin: 10px;
  }
  .bg-image {
    background-image: linear-gradient(
        90deg,
        rgba(1, 0, 10, 0.6) 0%,
        rgba(0, 0, 0, 0.6) 0%
      ),
      url("../image/bannerr.jpg");
    height: 700px;
    display: -webkit-flex;
    justify-content: space-between;
    opacity: 0.9;
  }
  .banner-text {
    font-weight: 700;
    margin-left: 1.5vw;
    margin-top: 210px;
    width: -webkit-fill-available;
    font-size: 2.5rem;
  }
  .header-content {
    /* padding-top: 130px; */
    /* float: left; */
    /* display: inline; */
    /* position: absolute; */
    /* top: 22vh; */
    /* border: 2px solid; */
    width: -webkit-fill-available;
    /* padding: 0px; */
    /* margin: 0px; */
  }
  button.btn.btn-stopthesearch.color-purple {
    margin-left: 3.5vh;
    margin-top: -32vh;
  }
  .header {
    float: right;
    margin-right: 14px;
    margin-top: 17vh;
  }
  .award {
    width: 50%;
    padding: 20px;
  }
  #carouselExampleControlsMobile {
    display: none;
  }
  .web-roofing-type {
    display: block;
  }
  .mob-roofing-type {
    display: none;
  }
  .roofing-type {
    margin: 80px;
  }
  .roofing-type-name {
    margin-top: 10px;
  }
  .roofing-type-content {
    margin: 10px 20px 0px 20px;
  }
  .roofing-type-heading {
    margin: 0px 20px 0px 20px;
  }
  .col-2 {
    display: contents;
  }
  #para1 {
    padding: 10px;
  }
  #para2 {
    padding: 10px;
  }
  #para3 {
    padding: 10px;
  }
  #para4 {
    padding: 10px;
  }
  #para5 {
    padding: 10px;
  }
  #para6 {
    padding: 10px;
  }
  #videocontainer {
    overflow: auto;
  }
}

.pic1 {
  width: 90%;
  margin-top: 10px;
  float: right;
  cursor: pointer;
}

.pic2 {
  width: 90%;
  margin-top: 10px;
  cursor: pointer;
}

.pic3 {
  width: 90%;
  margin-top: 10px;
  float: left;
  cursor: pointer;
}

.pic4 {
  width: 90%;
  margin-top: 10px;
  float: right;
  cursor: pointer;
}

.pic5 {
  width: 90%;
  margin-top: 10px;
  cursor: pointer;
}

.pic6 {
  width: 90%;
  margin-top: 10px;
  float: left;
  cursor: pointer;
  height: 67%;
}

.disclaimer {
  color: white;
  font-size: 10px;
  padding-bottom: 20px;
}

.progress {
  height: 0.5rem;
  margin: 0px 30px 20px 30px;
}

.progress-bar {
  background-color: #01ab5e;
}

.percentage {
  font-size: 10px;
  float: left;
  margin: -18px 0px 0px 37px;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 50%;
  background-color: #01ab5e;
}

.thankyou-contain {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tag {
  border: 3px solid #5959d3;
  padding: 6px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.logo-text {
  width: 80%;
}

.justify-content {
  text-align: justify;
}

.fit-search-image {
  width: 84%;
  margin-right: 0;
  float: inline-end;
}

.search-div {
  border-left: 50px solid #00335e;
  /* display: flex; */
  display: -webkit-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.search-li {
  font-size: 22px;
  list-style: none;
}

.warranty {
  margin-top: 50px;
}

.bullet-arrow {
  width: 20px;
  margin: 10px;
}

.warranty-img {
  width: 100px;
}

.warranty-img-div {
  margin: 60px 60px 20px 60px;
}

.cost-div {
  background-color: #f5f5f9b5;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cost-li {
  font-size: 20px;
  margin: 10px;
  list-style: none;
}

.cost-btn {
  color: white;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

button.btn.btn-stopthesearch.color-purple {
  background-color: white;
  font-size: 20px;
  font-weight: 700;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  float: left;
  position: relative;
}

.photos img {
  width: 100%;
  height: auto;
  padding: 10px 2px;
  filter: contrast(100%);
  transition: all 0.2s ease-in-out;
}

.photos img:hover {
  filter: contrast(125%);
}

.img-n-text-manager {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ehome-logo-image {
  width: 80%;
}

.image1 {
  width: 100%;
}

#ehome-768-for-div {
  justify-content: space-around;
  align-items: flex-start;
}

.ehome-logo-image img {
  width: 100%;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}

/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#videocontainer {
  height: auto;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  max-width: 100%;
  /* display: flex; */
  display: -webkit-flex;
  overflow-x: hidden;
}

#top-ten-section {
  text-align: center;
  margin-top: 45px;
}

#roofing-para-provider {
  margin-top: 20px;
  margin-bottom: 80px;
  color: #4c4e3d !important;
}

#top-ten-heading {
  font-weight: 600 !important;
  color: #4c4e3d !important;
}

#roofing-provider-company-holder {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-solar-provide-half img {
  border: 10px solid #f1f1f1;
  /* border-radius: 50%; */
  position: absolute;
  top: -85px;
  width: 18%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@media screen and (max-width: 320px) {
  .web-text {
    display: none;
  }
  .cost-col-1 ul {
    margin-left: -30px;
  }
  .cost-col-2 ul {
    margin-left: -30px;
  }
  .cost-col-1 h4 {
    font-weight: 700;
  }
  .cost-col-2 h4 {
    font-weight: 700;
  }
  .cost-col-1 {
    margin: 45px;
  }
  .cost-col-2 {
    margin: 45px;
  }
  .warranty-img-content {
    margin: 30px 10px;
  }
  hr.green-border {
    background-color: #01ab5e;
    float: left;
    height: 9px;
    width: 100%;
    margin-top: 0;
  }
  #searchdiv-div3 {
    margin-left: 1px;
    margin-right: 0px !important;
  }
  .col-lg-6.col-md-6.col-sm-12.col-12.search-img {
    /* display: flex; */
    display: -webkit-flex;
    justify-content: center;
  }
  .search-content {
    margin: 70px;
  }
  .search-li {
    margin: -4px 13px 4px -41px;
  }
  .bg-image {
    background-image: linear-gradient(
        90deg,
        rgba(1, 0, 10, 0.6) 0%,
        rgba(0, 0, 0, 0.6) 0%
      ),
      url("../image/mobile_banner.png");
    height: 700px;
    width: auto;
  }
  .banner-text {
    font-weight: 600;
    margin: 20px;
    font-size: 18px;
    text-align: center;
  }
  .header-content {
    text-align: center;
    padding-top: 60px;
  }
  #head-text-id {
    display: inline-block;
    /* margin-top: 0vh; */
  }
  .btn-stopthesearch {
    margin-left: 0px;
  }
  .web-roofing-type {
    display: none;
  }
  .mob-roofing-type {
    display: block;
  }
  .roofing-type {
    margin: 30px;
  }
  .roofing-type-name {
    margin-top: 10px;
  }
  .roofing-type-content {
    margin: 10px 10px 0px 10px;
  }
  .roofing-type-heading {
    margin: 0px 10px 0px 10px;
  }
  #mask2 {
    display: none;
  }
  .form-checkbox {
    float: left;
    margin-bottom: -13px;
    margin-left: -15px;
  }
  .page-contain {
    padding: 20px;
  }
  .footer-logo-bg {
    width: 25%;
    margin-left: 30px;
  }
  .fb {
    width: 6%;
  }
  .insta {
    width: 6%;
  }
  .pic1 {
    width: 30%;
    margin-top: 10px;
    float: right;
  }
  .pic2 {
    width: 30%;
    margin-top: 10px;
  }
  .pic3 {
    width: 30%;
    margin-top: 10px;
    float: left;
  }
  .pic4 {
    width: 30%;
    margin-top: 10px;
    float: right;
  }
  .pic5 {
    width: 30%;
    margin-top: 10px;
  }
  .pic6 {
    width: 30%;
    margin-top: 10px;
  }
  .header {
    float: right;
  }
  .award {
    width: 80%;
    padding: 5px;
  }
  .top {
    padding: 1rem;
  }
  .next-carousel {
    margin: 10px 0px 0px 0px;
  }
  .prev-carousel {
    margin: 10px 0px 0px 0px;
  }
  .card-left {
    margin: 0px 40px 0px 40px;
  }
  .carousel-heading {
    margin: 0px;
  }
  .top-logo {
    display: none;
  }
  .mask {
    background-color: rgba(255, 255, 255);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 25px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 50px;
    margin: 0px;
  }
  #carouselExampleControls {
    display: none;
  }
  #exampleModalTermsOfUse .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalTermsOfUse .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalTermsOfUse .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalTermsOfUse .modal-title {
    margin-left: 50px;
  }
  #exampleModalPrivacyPolicy .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalPrivacyPolicy .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalPrivacyPolicy .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalPrivacyPolicy .modal-title {
    margin-left: 50px;
  }
  #exampleModalAuthorize .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalAuthorize .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalAuthorize .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalAuthorize .modal-title {
    margin-left: 50px;
  }
  #exampleModalCalifornia .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalCalifornia .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalCalifornia .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalCalifornia .modal-title {
    margin-left: 50px;
  }
  #exampleModalDoNotSell .modal-dialog {
    max-width: 300px;
    margin-left: 35px;
  }
  #exampleModalDoNotSell .modal-content {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
  }
  #exampleModalDoNotSell .modal-body {
    padding: 2rem;
    text-align: justify;
  }
  #exampleModalDoNotSell .modal-title {
    margin-left: 50px;
  }
  #footer {
    display: -webkit-inline-flex;
    width: 100%;
    text-align: -webkit-center;
  }
  .footer-top {
    width: -webkit-fill-available;
    .container {
      margin: 0px;
      padding: 0px;
    }
    .col-md-10 {
      /* margin-left: -13px; */
      h2 {
        position: relative;
        top: -73%;
        left: 11%;
      }
    }
  }
  #secondrow {
    display: block;
    position: relative;
    bottom: 20px;
  }
  .row.justify-content-center.footer-links {
    /* display: flex; */
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    p {
      width: max-content;
      float: right;
      margin-right: -8px;
      font-size: 9px;
    }
    .col-2 {
      height: -webkit-fill-available;
      width: -webkit-fill-available;
      align-self: center;
      text-align: center;
    }
  }
  .button.btn-success {
    margin-left: 10px;
  }
  .row {
    margin: 0;
  }
  #input-text-above-footer {
    display: none;
  }
  #above-footer-btn {
    display: none;
  }
  #footer-justifycontent-div {
    /* display: flex; */
    display: -webkit-flex;
    padding: 0px;
  }
  .grid-container {
    text-align: center;
  }
  .btn.btn-stopthesearch.color-purple {
    display: none;
  }
  #videocontainer {
    max-width: none;
    text-align: -webkit-center;
  }
  .stickycontainer {
    margin-top: 18px;
  }
  #stickyzipcontainerheading {
    text-align: center;
  }
  #footer-first-div {
    display: none;
  }
}

#related-services {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 5px 10px 5px;
}

#related-services h2 {
  color: #4c4e3d;
}

#services-manager {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  width: 90%;
  justify-content: space-around;
  align-items: baseline;
  margin-top: 10px;
}

.services-columns {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.services {
  align-self: baseline;
  color: #4c4e3d;
}

@media (max-width: 500px) {
  #video-manager video {
    height: auto;
    width: 100%;
    margin: auto;
  }
  #related-services h2 {
    font-size: 21px;
    margin-left: 20px;
  }
  #related-services {
    align-items: flex-start;
  }
  .services h6 {
    font-size: 14px;
  }
  #services-manager {
    flex-direction: column;
    row-gap: 8px;
  }
  #top-ten-heading {
    font-size: 21px;
  }
  #roofing-para-provider {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .solar-provider-company-container {
    width: 95% !important;
  }
  .img-solar-provide-half img {
    top: 20px !important;
    left: 20px !important;
    width: 30% !important;
  }
  .solar-provider-name {
    font-size: 18px !important;
  }
  .name-year-star {
    width: 100% !important;
    border-left: 4px solid #5352c9 !important;
    align-items: center !important;
    align-items: baseline !important;
    padding: 10px 10px !important;
    margin-left: 55px !important;
  }
  .rating-num {
    font-size: 14px !important;
  }
  .rating {
    column-gap: 6px !important;
  }
  .solar-provider-paragraph {
    display: none !important;
  }
}
