

/* service detail page */
.industry-detail {
  padding: 0 0 80px 0;
}

.industry-detail-right-block {
  width: 392px;
}

.industry-detail-left-block {
  width: calc(100% - 392px);
  padding-right: 54px;
}

.industry-detail-description .heading-40 {
  margin-top: 26px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.industry-detail-description .heading-40:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: #363636;
}

.industry-detail-description p {
  line-height: 24px;
  letter-spacing: 0px;
}

.industry-detail-description ul li {
  line-height: 24px;
  letter-spacing: 0px;
}

.industry-detail-image {
  margin: 50px 0 25px 0;
}

.industry-detail-image img {
  border-radius: 10px;
}



/* got termite section */
.industry-detail-page .got-termite {
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
  width: 392px;
}
.got-termite-form{
  margin-bottom: 30px;
}

.got-termite .heading-36 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

.got-termite p {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 18px;
  letter-spacing: 0.42px;
}

.got-termite .form-bg-wrapper {
  border: 1px solid var(--yellowcolor);
  padding: 40px 30px;
}

.got-termite-img img {
  border-radius: 10px;
  position: relative;
}

.got-termite input {
  width: 100%;
}
/* *** */
.got-termite .upload_btn {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #BFBFBF;
  height: 45px;
}
.got-termite .upload_btn>label {
  color: #323536;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 12px 17px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}
.got-termite .fakebtn .form_upload_btn {
  position: absolute;
  left: 1px;
  top: 1px;
  background: var(--themecolor);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.64px;
  line-height: 1;
  font-weight: normal;
  height: 41px;
  min-width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 5px;
}
.got-termite .upload_btn .wpcf7-form-control-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 620px;
  width: 100%;
  height: 45px;
  cursor: pointer;
  z-index: 2;
}
.got-termite .upload_btn>.wpcf7-form-control-wrap input[type='file'] {
  width: 100%;
  height: 45px;
  opacity: 0;
  cursor: pointer;
}
.got-termite span.wpcf7-file-name {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  padding: 12px 10px 12px 150px;
  background: #ffffff;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.28px;
  z-index: 0;
}
.got-termite .form-group {
  border-radius: 5px;
}
/* ** */

.industry-detail-brand {
  background: #F2F2F2;
  padding: 30px 50px;
  border-radius: 10px;
}

.industry-detail-brand .brand-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.industry-detail-brand .heading-36 {
  text-align: center;
  font-size: 24px;
}

.industry-detail-brand .heading-36:after {
  position: absolute;
  content: "";
  background: url(../images/title-bottom.svg) no-repeat;
  left: 15%;
  bottom: -20px;
  width: 224px;
  height: 14px;
}

.industry-detail-brand .logo-box:not(:last-child) {
  padding: 17px;
  border: 0;
}

.industry-detail-brand .logo-box {
  text-align: center;
}

.industry-detail-brand .logo-box img {
  margin: 0 auto;
  height: 93px;
  width: 205px;
  object-fit: contain;
}




/* responsive start */
@media (max-width:  1599.98px) {
}

@media (max-width:  1439.98px) {

}

@media (max-width:  1199.98px) {

}

@media (max-width:  991.98px) {
  /* service2 css */
  .industry-detail-right-block {
    width: 100%;
}
.industry-detail-left-block {
  width: calc(100%);
  padding-right: 0;
}
.industry-detail-image {
  margin: 25px 0 25px 0;
  text-align: center;
 }
 .industry-detail-brand .heading-36:after{
  left: 37%;
 }
 .industry-detail-brand .heading-36
 {
  margin-bottom: 40px;
 }
 .industry-detail-brand .brand-list {
  grid-template-columns: repeat(2, 1fr);
 }
 .industry-detail-page .got-termite{
  width: 100%;
 }

}

@media (max-width:  767.98px) {

}

@media (max-width:  575.98px) {
  /* service2 css */
 
.industry-detail-brand .brand-list {
  grid-template-columns: repeat(1, 1fr);
 }
 .industry-detail-brand .heading-36:after {
  left: 16%;
}

.industry-detail-description p {
line-height: 28px;
}
.industry-detail {
padding: 0 0 40px 0;
}

}
