/*@Media Query Mixin*/
/*@Media Query Mixin End*/
.section-padding-diff {
  padding: 5rem 0;
}

.ledcompare {
  text-align: center;
  background: url("../img/whatisled.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.ledcompare::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #000000f7;
  left: 0;
}

.ledcompare .row {
  margin-top: 4rem;
}

.ledcompare .img {
  width: 103px;
  margin: 0 auto 1rem;
}

.ledcompare p {
  color: #fff;
  z-index: 1;
  position: relative;
}

.ledcompare h6 {
  color: #fff;
  z-index: 1;
  position: relative;
}

.bold {
  font-weight: 600;
}

.advled {
  text-align: center;
}

.advled ul {
  margin: 4rem 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.advled ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .advled ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (max-width: 600px) {
  .advled ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.advled ul li h6 {
  margin-top: 1rem;
}

.grediant {
  background: #f07d07;
  background: linear-gradient(74deg, #f07d07 0%, #ec6416 100%, #e94d1f 100%);
  color: #fff;
  padding: 10px 2rem;
}

.table {
  border: 1px solid #fff;
}

.table thead {
  background: #f07d07;
  background: linear-gradient(74deg, #f07d07 0%, #ec6416 100%, #e94d1f 100%);
}

.table thead th {
  color: #fff;
}

.table td, .table th {
  color: #fff;
}

.enquiry-wrapper {
  position: fixed;
  right: 7px;
  top: 20%;
  z-index: 99;
}

@media screen and (max-width: 1600px) {
  .enquiry-wrapper {
    top: 20%;
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
  }
}

.enquiry-wrapper .enquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transform: translateX(165px);
          transform: translateX(165px);
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(147px);
            transform: translateX(147px);
  }
}

@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(148px);
            transform: translateX(148px);
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box {
    width: 100%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.enquiry-wrapper .enquiry-box:hover {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:hover {
    -webkit-transform: translateX(0px) translateY(5px);
            transform: translateX(0px) translateY(5px);
  }
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border: none;
    border-left: 1px solid #fff;
  }
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #f1592f;
  width: 47px;
  padding: 7px;
}

@media screen and (max-width: 1440px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 42px;
    padding: 5px;
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    text-align: center;
  }
}

.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .mail-content,
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}

.enquiry-wrapper .enquiry-box a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

.imghover {
  position: relative;
}

.imghover .img {
  position: relative;
  overflow-x: hidden;
}

.imghover .img .showflt-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f78623;
  background: -webkit-gradient(linear, left top, left bottom, from(#f78623d4), color-stop(37%, #f3682dc9), to(#f15a2fb8));
  background: linear-gradient(180deg, #f78623d4 0%, #f3682dc9 37%, #f15a2fb8 100%);
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.imghover .img .showflt-overlay p {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .mtop {
    margin-top: 80px;
  }
}

.modal input, .modal textarea {
  border: 1px solid #000;
  resize: none;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #1e1e1e;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}

#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}

#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #f1592f;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}
/*# sourceMappingURL=smarty.css.map */