@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff'),
        url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

button, input[type="checkbox"], input[type="radio"], label {
  cursor: pointer;
}
.default_button.blue_btn{
  background-color:#004681;
}
.default_button{
  width: 100%;
  background-color: #e3830b;
  border: 0;
  color: #fff;
  padding: 10px 0;
  display:block;
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.add_box_shadow{
  box-shadow: 0px 0px 25px #fff;
  position:absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  float: none !important;
  margin: 0 !important;
  right: 10%;
  z-index: 999;
}
.notice_text{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background:#000000;padding:10px 50px;color:#ffffff;font-size:18px;}
.text_align_center{text-align:center;}
.container {
  width: 90%;
  margin: 0 auto;
}

.notice_text .home-link{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color:#ffffff;
  font-size:18px;
  text-decoration: none;
  margin-right: 20px;
}
.notice_text .home-link img{
  width: 25px;
  margin-right: 10px;
}

.display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify_spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify_around{
  justify-content: space-between;
}
.align_flexstart{
  align-items: flex-start;
}
.items_center{
  align-items: flex-start;
}
.product_right{
  width: 25%;
  max-width: 175px;
  margin-right: 10px;
  text-align: center;
}
.product_right img{
  margin-bottom: 10px;
  width: 71px;
}
.product_right h4{
  font-size: 18px;
  line-height: 20px;
}
.content_margin{
  margin-right: 40px;
}
.product_align{
  align-items: center;
}
.about_product ul li{
  list-style-type: none;
  font-size: 16px;
  padding-bottom: 5px;
}
.flex_column {
  flex-direction: column;
}

.width_50 {
  width: 50%;
}

.width_100 {
  width: 100%;
}

input {
  border-radius: 0;
}

.margin_bottom5 {
  margin-bottom: 5px;
}
.margin--b5cent{
  margin-bottom: 5%;
}
.margin--t5cent{
  margin-top: 5%;
}
.fa-spinner {
    margin-right: 10px!important;
}

.top_banner {
  /* height: 547px;
  background-image: url(../images/banner_interior_new.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  position:relative;
}

.banner_section{
  position:relative;
}
.banner_section .banner_wrap{
  position:relative;
}
.banner_section .banner_wrap .banner-content{
  width:440px;
  position:absolute;
  left:33%;
  top:73%;

}
.banner_section .banner_wrap .banner-content p{
  font-size:20px;
  color:#ffffff;
}
.banner_section .banner_wrap img{
  width:100%;
  height:547px;
  object-fit: cover;
}
.banner_section .slick-dots{
  bottom:-15px;
}
.banner_section .slick-dots li button:before{
  color:#767676;
  opacity:1;
}
.banner_section .slick-dots li.slick-active button:before{
  color:#004681;
}
.overlay_body{
  background: rgba(0,0,0,0.6);
  position:fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index:0;
}

.logo {
  margin-left: 32px;
  padding-top: 24px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo img:not(:last-child) {
  margin-right: 32px;
}

.enquiry_form_data {
  width:300px;
  background: #fff;
  float: right;
  margin-top: 21px;
  margin-right:10%;
  position:absolute;
  right:0;
  top:0
}

.call_info {
  background-color: #004681;
  padding: 12px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.call_info .call {
  margin-bottom: 15px;
  font-weight: bold;
}

.call_info a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}

.call_info:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #004681 transparent transparent transparent;
  position: relative;\
  display: block;
  margin: 0 auto;
  top: 20px;
}

.form_fields {
  padding: 14px 10px;
  background-color: #e7ecf0;
  border: 1px solid #97a5b0;
  margin-top: 8px;
}

.enquiry_form {
  width: 100%;
  color: #000;
}

.enquiry_form input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 11px;
  padding: 5px 2px;
  background-color: #d9dee2;
  border: 1px solid #83888c;
}
.enquiry_form .box {
  margin-top: 10px;
}

.enquiry_form span {
  font-weight: bold;
}

.nature_of_site {
  font-size: 14px;
  margin-top: 9px;
  color: #000;
  margin-bottom: 10px;
}

.nature_of_site div:not(:last-child) {
    margin-right: 20px;
}

.nature_of_site input {
  width: auto;
  margin: 0 2px 0 0;
}

.affected_surfaces {
  font-size: 14px;
  color: #000;
  margin-top: 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.affected_surfaces input {
  margin: 0 2px 0 0;
  width: auto;
}

.display_none {
  display: none;
}

.tnc_check {
  margin-top: 9px;
  font-size: 10px;
}

.tnc_check input {
  width: auto;
  margin: 2px 2px 0 0;
}

.submit_form {
  width: 100%;
  background-color: #e3830b;
  border: 0;
  color: #fff;
  padding: 10px 0;
  margin-top: 30px;
}

.otp_text {
    font-size: 14px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #004681;
}

.video_section {
  padding: 40px 0;
}

.leakage_man_content p {
  font-size: 18px;
  margin-bottom: 15px;
}

.products_accordion {
  border-top: 1px solid #adadad;
}

.product_heading {
  padding: 20px 0;
  cursor: pointer;
}
.product_data{
  margin-bottom: 30px;

}


.accordion_icon:before {
  content: '+';
  height: 36px;
  width: 36px;
  background-color: #e3830b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  color: #fff;
}

.active_accordion:before {
  content: '–';
}

.products_accordion:not(:first-of-type) .product_hidden_data {
  display: none;
}

.product_content {
  margin-top: 20px;
}

.product_content p {
  margin-bottom: 15px;
}

.product_images {
  padding: 30px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product {
  margin-right:1.5%;
  margin-bottom: 10px;
  align-items: center;
  width:calc((100% / 5) - 1.5% );
  text-decoration: none;
  color: #000;
  justify-content: flex-start;
  border:1px solid #D4D4D4;
  border-radius:10px;
  overflow:hidden;
  padding-bottom:25px;
}
.product:last-child{
  margin-right:0;
}
.product img {
  width:120px;
}
.product .image_wrap{
  width:100%;
  background-color:#F8F8F8;
  text-align:center;
  padding:5px 0;
  margin-bottom:25px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.product p{
  font-size: 20px;
  color: #000;
}

.product p.description{
  font-size:15px;
  margin-top: 10px;
  color: #3d3d3d;
  text-align: center;
  padding:0 30px;
}
.testimonials {
  background-color: #103185;
  padding: 20px;
    color: #fff;
    text-align: center;
}

.testimonial_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

.testimonial_title::before {
  content: url(../images/quote1.png);
  margin-right: 5px;
}
.testimonial_title::after {
  content: url(../images/quote2.png);
  margin-left: 5px;
}

.testimonial_content .name {
  font-size: 20px;
  margin-bottom: 20px;
}

.testimonial_content .quote {
  margin: 0 auto;
  width: 70%;
  outline: 0;
}

.slick-list.draggable {
    padding-bottom: 20px;
}

.slick-slide{
  height: auto;
}
.slick-initialized .slick-slide {
    outline: 0;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 55px;
  opacity: 0.2;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.thankyou {
  text-align: center;
  padding: 15px;
}
.services_section{
  width:100%;
}
.services_section ul{
  display: flex;
  align-items: center;
  justify-content:center;
  width: 100%;

}
.services_section ul li{
  display: flex;
  align-items: center;
  margin-right:50px;
}

.services_section ul li:last-child{
  margin-right:0;
}
.services_section ul li p{
  margin-left:20px;
}

.services_section ul li img{
  max-width:198px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
@media screen and (max-width:1680px){
  .banner_section .banner_wrap .banner-content{
  left:30%;
  }
}
@media screen and (max-width:1440px){
  .banner_section .banner_wrap .banner-content{
  left:27%;
  }
}
@media screen and (max-width:1366px){
  .banner_section .banner_wrap .banner-content{
  left:25.5%;
  }
  .product p{
    font-size:18px;
  }
  .product p.description{
    font-size:14px;
  }
  .services_section ul li img{
    max-width:120px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner_section .banner_wrap .banner-content{
  left:24.5%;
  }
  .enquiry_form_data {
    margin-right: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_section .banner_wrap .banner-content{
  left:18%;
  }
  .enquiry_form_data {
    margin-right: 20px;
  }
  .product {
    margin-right:0;
    text-align:center;
  }
  .services_section ul li img{
    max-width:80px;
  }
}

.leakage_man_video h3{
  color:#004681;
  font-size:22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .leakage_man_video h3{
    font-size:18px;
  }
  .leakage_man_video{
    margin-bottom:20px;
  }
  .banner_section{
    display: none;
  }
  .top_banner{
    height: auto;
    background: #004681;
  }
  .logo {
    float: none;
    margin: 0;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo img:first-child {
    margin-right: 0;
  }
  .logo img:not(:first-child) {
    display: none;
  }
  .enquiry_form_data {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-right:0;
    position:relative;
  }
  .enquiry_form input {
    padding: 10px 2px;
  }
  .video_section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .leakage_man_content {
    margin-bottom: 20px;
  }
  .testimonials {
    padding: 20px 0;
  }
  .width_100{
    width:100%;
  }
  .content_margin{
    margin-right: 0;
  }
  .product_items_center{
    align-items: center;
    flex-direction: column;
  }
  .product_right{
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
  }
  .product_size{
    width: 100%;
  }
  .product_images{
    padding: 0;
    margin-bottom: 20px;
  }
  .product {
    margin-bottom: 30px;
  }
  .services_section ul{
    flex-wrap: wrap;
  }
  .services_section ul li{
    width:100%;
    margin-right:0;
    margin-bottom:20px;
  }
}

.blog--wrapper{
  padding: 45px 0;
}

.blog--title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #004681;
  text-align: center;
}

.blog--card-wrapper{
  display: flex;
  align-items: stretch;
  justify-content: space-between;

}

.blog--card{
  width: calc((100% - 100px) / 4);
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.blog--card img{
  width: 100%;
  object-fit: cover;
}

.card--title{
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #004681;
  line-height: 26px;
}

@media only screen and (max-width: 768px) {
  .blog--title{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .blog--card-wrapper{
    flex-wrap: wrap;
  }
  .blog--card{
    width: 100%;
    margin-bottom: 20px;
  }
}

.header--logo{
  display: block;
  position: absolute;
  top: 55px;
  left: 50px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .header--logo{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }
  .header--logo img{
    width: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .notice_text{
    padding: 10px 20px;
  }
}

.cloader{
  background-color: #fbfbfb;
  width:100%;
  position:fixed;
  display:flex !important;
  justify-content:center;
  align-items:center;
  height:100%;
  top:0;
  z-index: 999;
}
