@charset "utf-8";
/* CSS Document */

#banner,
.homebannerslider {
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 1903px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

.homebannerslider {
  float: left;
  background: #000;
  max-height: 100vh;
}

.bannerimgvid {
  position: relative;
}

.bannerimgvid:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}

.bannerimgvid {
  position: relative;
  height: 100vh;
}

#myVideo {
  width: auto;
  height: 100%;
}

video {
  /* width: 100%;
    margin: -585px 0 0 0; */
  /* top: 50%; */
  position: relative;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bnrcontent {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

.slidediv.slideone {
  position: relative;
}

.bnrcontent .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 0px;
}

.homebannerslider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homebannerslider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  width: 20px;
  bottom: 50%;
  left: 50px;
  flex-wrap: wrap;
  margin: 0 0 -50px 0;
}

.homebannerslider .slick-dots li {
  margin: 0 0 !important;
}

.homebannerslider .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: -9999px;
  transition: none;
  border-radius: 50%;
}

.homebannerslider .slick-dots li.slick-active {
  margin: 0;
}

.homebannerslider .slick-dots li.slick-active button {
  background: #f8a73f;
}

.homebannerslider .slick-prev {
  left: 15px !important;
  top: 45%;
  border: 1px solid #93989c;
  border-radius: 50%;
}

.homebannerslider .slick-next {
  right: 15px !important;
  top: 45%;
  border: 1px solid #93989c;
  border-radius: 50%;
}

.banner50.bannerleft {
  width: 50%;
}

.bannertxt {
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.32px;
  line-height: 1.3;
  /* font-size: clamp(1.5rem, 1.225rem + 1.375vw, 2.875rem); */
  font-size: clamp(1.25rem, 1.075rem + 1.5vw, 2.875rem);
  padding: 0 30px 0 0;
  position: relative;
}

.bannertxt span {
  position: relative;
}

.bannertxt span::before {
  content: "";
  position: absolute;
  background: url(../images/banner-dash.svg) no-repeat 0 0;
  width: 152px;
  height: 13px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bannersmalltxt {
  position: relative;
  color: var(--white);
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}

.bannersmalltxt img {
  margin: 0 10px 0 0;
}

.bannerform {
  position: absolute;
  bottom: 116px;
  width: 550px;
}

.bannerform .bnrformtitle {
  color: var(--white);
  font-weight: 800;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  text-transform: uppercase;
  letter-spacing: 0.64px;
  width: 100%;
}

.bnrformbx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.formfielddiv {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: calc(100% - 200px);
  align-items: center;
}

.formfielddiv p {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
}

.formfielddiv .btn_theme.btninvert img {
  filter: brightness(0) invert(1);
  margin: 0 0 0 10px;
}

.formfielddiv select {
  width: calc(100% - 160px);
  margin: 0 0 0 10px;
  background: url(../images/select-bx-down-white.svg) no-repeat right 5px center
    transparent;
  border: 0px solid transparent;
  border-bottom: 1px solid #898787;
  color: var(--white);
  font-weight: bold;
  padding: 10px 20px 10px 0;
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
}

/* Repair Specialists section styles */
.repairspecialist.sec_padd {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.repairspecialist .featurecontainer {
  max-width: 650px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px auto 0;
}

.featurecontainer dl.featurebx {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 25px;
  max-width: 190px;
  background: #edf6ff;
  margin: 0 10px;
  border-radius: 10px;
  border: 1px solid #d4e7fb;
}

.featurecontainer dl.featurebx dt {
  width: 50px;
  margin-right: 5px;
}

.featurecontainer dl.featurebx dt:after {
  display: none;
}

.featurecontainer dl.featurebx dd {
  width: calc(100% - 60px);
  font-size: 14px;
  font-weight: 600;
  color: var(--darkgrey);
  line-height: 1.7;
}

.featurecontainer .featurebx img {
  filter: invert(63%) sepia(93%) saturate(286%) hue-rotate(133deg)
    brightness(83%) contrast(90%);
}

.doubleborderline {
  position: relative;
  margin: 60px 0 0 0;
  height: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.repairspecialist .btnbar {
  margin: 50px 0 0;
}

.doubleborderline span {
  width: 100px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: -14px;
  margin: 0 0 0 -50px;
  background: var(--white);
}

.doubleborderline span:before {
  content: "";
  position: absolute;
  background: url(../images/logo-black.svg) no-repeat center center;
  width: 82px;
  height: 28px;
  left: 50%;
  margin: 0 0 0 -41px;
  filter: invert(9%) sepia(100%) saturate(7490%) hue-rotate(248deg)
    brightness(83%) contrast(141%);
}

/* steps section styles */
.stepsec {
}

.stepcontainer {
  width: calc(100% + 40px);
  margin: 60px -20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: my-sec-counter;
}

.stepbx {
  width: calc(25% - 40px);
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  background: var(--litebg);
  text-align: center;
  position: relative;
}

.stepbx .stepname {
  width: 100%;
  clear: both;
  /* font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); */
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.32px;
  line-height: 1.4;
  margin: 20px 0;
  height: 54px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0 30px;
}

.stepbx .stepname:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--black);
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -10px;
}

.stepbx .stepicon {
  background: var(--white);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
}

.stepbx .stepicon img {
  filter: invert(9%) sepia(100%) saturate(7475%) hue-rotate(248deg)
    brightness(82%) contrast(143%);
}

.about-page .stepbx .stepicon img {
  filter: none;
}

.stepnumber {
  position: absolute;
  z-index: 0;
  width: 120px;
  height: 120px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 0 -60px;
}

.stepbx .stepnumber:after {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) "";
  /* font-size: clamp(1.125rem, 0.1rem + 5.125vw, 6.25rem); */
  font-size: clamp(3.75rem, 3.1432rem + 2.589vw, 6.25rem);
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
  position: absolute;
  left: -35px;
  z-index: -1;
}

.stepbx p {
  height: 140px;
  -webkit-line-clamp: 5;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* whychoose section styles */
.whychoose-innerdiv {
  background: #edf6ff;
}

.fancybox-container .fancybox-content {
  min-width: 600px !important;
  min-height: 600px !important;
}

.contentimgdiv a:before {
  content: "";
  position: absolute;
  background: url(../images/play-button.svg) no-repeat 0 0;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin: -93px 0 0 -93px;
}

span.contentvideoimg {
  content: "";
  position: absolute;
  z-index: 1;
  width: 99px;
  height: 99px;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin: -54px 0 0 -50px;
  opacity: 1 !important;
}

.repairspecialist.sec_padd .heading40 {
  font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  font-weight: 900;
}

/*----- MEDIA QUERIES  -----*/
@media (max-width: 1900px) {
}

@media (max-width: 1439.98px) {
  .repairspecialist .btnbar {
    margin: 30px 0 0;
  }

  .stepbx {
    width: calc(25% - 10px);
    margin: 0 5px;
    padding: 25px;
  }

  .stepcontainer {
    width: calc(100% + 20px);
    margin: 50px -10px 0;
  }
}

@media (max-width: 1199.98px) {
  .stepcontainer {
    margin: 30px -10px 0;
  }
  .bnrcontent .container {
    padding-top: 70px;
  }
}

@media (max-width: 991.98px) {
  .stepbx {
    width: calc(50% - 10px);
  }

  .stepcontainer {
    row-gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .banner50.bannerleft {
    width: 100%;
    padding-left: 30px;
  }

  .bannerimgvid {
    /* height: 472px; */
    height: 550px;
  }

  .bannerleft .bnrformbx {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 8px;
  }

  .bannerleft .bannerform {
    width: auto;
  }

  .bannerleft .formfielddiv {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .bannerleft .bnrcontent .container {
    padding-bottom: 0px;
  }

  .banner50.bannerleft {
    padding-left: 15px;
  }

  .bannerleft .bannerform {
    position: relative;
    bottom: unset;
  }

  .bannerleft .bannersmalltxt {
    margin-left: 0px;
    display: none;
  }

  .bannerleft .bannersmalltxt img {
    max-width: 23px;
  }

  .bannerleft .bannertxt {
    margin-bottom: 75px;
  }

  .bannerleft .formfielddiv select {
    width: 250px;
    margin-left: 0;
  }

  .bannerleft .formfielddiv {
    flex-wrap: wrap;
    row-gap: 0px;
  }

  .bnrcontent .container {
    padding-bottom: 30px;
    align-items: flex-end;
  }

  .bannersmalltxt img {
    max-width: 23px;
  }

  .bannersmalltxt {
    margin-left: 0px;
  }

  .repairspecialist.sec_padd {
    padding: 40px 0px 0 !important;
  }

  .repairspecialist.sec_padd .smalltxt {
    margin-bottom: 5px;
  }

  .featurecontainer dl.featurebx {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px 5px;
    margin: 0 4px;
    width: calc(33.33% - 8px);
    min-height: 122px;
    justify-content: center;
  }

  .featurecontainer dl.featurebx dd {
    width: 100%;
    line-height: 20px;
  }

  .featurecontainer dl.featurebx dt {
    margin-right: 0;
    width: 42px;
  }

  .repairspecialist .featurecontainer {
    margin: 25px -4px 0;
  }

  .repairspecialist .btnbar {
    margin: 23px 0 0;
  }

  .header_wrap > .btn_more {
    border: 1px solid #16254c !important;
  }

  .stepbx .stepicon {
    /* width: 90px;
    height: 90px; */
    width: 70px;
    height: 70px;
    padding: 15px;
  }

  .stepbx .stepname {
    padding: 0 0px;
    margin-bottom: 15px;
    height: 42px;
  }

  .stepbx .stepnumber:after {
    /* left: -12px;
    top: 19px; */
    left: 3px;
    top: 10px;
  }

  .stepbx p {
    height: 150px;
    -webkit-line-clamp: 7;
    line-height: 1.5;
  }

  .formfielddiv p {
    margin-right: 10px;
  }
  .bannertxt {
    padding: 0 0 0 0;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
}
