html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Conv_Arquitecta W00 Regular';
  /*font-family: 'Conv_MyriadPro-Regular';*/
  font-size: 16px;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #4e4e4e url(../images/loading.gif) no-repeat center center;
  background-size: 300px auto;
  z-index: 9999999;
  top: 0px;
}

.status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 245px;
  height: 288px;
  z-index: 9;
}

.vidSlider {
  background: #fff;
}

/* .vidSlider .slick-track::before, .vidSlider .slick-track::after{

  display: none;

} */

.vidSlider .slick-track .slick-slide {
  margin: auto;
}

.mainTestimonial {
  padding: 20px 30px;
  position: relative;
}

@media(min-width:992px) {
  .mainTestimonial {
    max-height: 400px;
    overflow: auto;
  }
}

.mainTestimonial>div {
  margin: auto;
  padding-top: 40px;
}

.mainTestimonial>div::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  left: 29px;
  color: #dff9f9;
  font-size: 2.5rem;
  text-shadow: 1px 1px 2px #aadada;
}

.mainTestimonial p {
  text-align: left;
}

.mainTestimonial h5 span {
  color: #ed1c24;
  font-size: 15px;
  display: block;
  letter-spacing: 1px;
}

@media(min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.banner {
  height: 100%;
  max-height: 850px;
  overflow: hidden;
}

.banner video {
  width: 100%;
  height: auto;
}

.banner .slick-slide img {
  width: 100%;
  height: auto;
}

.mainBanner .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 30px;
}

header {
  position: fixed;
  z-index: 9991;
  padding-bottom: 0px;
  width: 100%;
}

.fixedHeadr {
  background: #dff9f9;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.fixedHeadr .bannerIcon {
  display: none;
}

.gradientBg {
  background-image: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: 9;
}

p {
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav {
  text-align: right;
  padding-top: 0px;
  padding-right: 0px;
}

.nav li {
  display: inline-block;
}

.nav li a {
  color: #424242;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 13px 17px;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
  background: url(../images/link_bg.png) repeat-x;
  background-position: center -50px;
  border-radius: 20px;
  overflow: hidden;
  /*-webkit-transition:all 0.2s ease-in-out;  transition:all 0.2s ease-in-out;*/
}

.nav li a:hover {
  color: #ed1c24;
  text-decoration: none;
  background: url(../images/link_bg.png) repeat-x;
  background-position: center 0px;
  -moz-animation: bgAnim 5s linear infinite;
  -webkit-animation: bgAnim 5s linear infinite;
  animation: bgAnim 5s linear infinite;
}

@keyframes bgAnim {
  0% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 0% 0px;
    border-radius: 20px;
  }
  33% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 104px 0px;
    border-radius: 10px 20px 30px 40px;
  }
  66% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 104px 0px;
    border-radius: 30px 20px 30px 40px;
  }
  100% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 209px 0px;
    border-radius: 20px;
  }
}

.nav li a:after {
  /*content: '';*/
  position: absolute;
  bottom: 0px;
  width: 0%;
  left: 0;
  display: block;
  height: 2px;
  background: #fff;
  /*-moz-transition: all 0.3s ease-in-out;



    -webkit-transition: all 0.3s ease-in-out;



    transition: all 0.3s ease-in-out;*/
}

.nav li a:hover:after {
  width: 100%;
}

.menuIcon {
  margin-right: 20px;
  width: 40px;
  clear: both;
  cursor: pointer;
}

.menuIcon span {
  width: 40px;
  height: 3px;
  display: block;
  float: right;
  background: #ed3237;
  margin-bottom: 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.counterNum {
  text-align: center;
  /*border-bottom: 1px solid #d4e0e0;*/
}

.social_youtube_post iframe {
  width: 100%;
}

.fbPost {
  height: 400px;
  overflow: auto;
  background: #fff;
}

.fbPost iframe {
  height: 518px;
}

.youTube iframe {
  height: 400px;
}

.fbPost iframe, .youTube iframe {
  vertical-align: top;
}

.counterNum strong {
  color: #ed1c24;
  font-size: 2rem;
  display: block;
  font-weight: 500;
}

.vidSlider .slick-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
}

.vidSlider .slick-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
}

.counterNum>div:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d4e0e0;
  top: 0;
  right: 0;
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.counterNum>div:last-child:before {
  display: none;
}

.menuIcon span:first-child {
  width: 40px;
}

.menuIcon span:nth-child(2) {
  width: 33px;
}

.menuIcon span:last-child {
  margin-bottom: 0px;
  width: 36px;
}

.menuIcon:hover span {
  width: 40px;
}

.menuIcon_logo {
  text-align: right;
}

.menuIcon_logo .menuIcon, .menuIcon_logo .mLogo {
  display: inline-block;
  vertical-align: middle;
}

/***************/

.menuPanel {
  background: #3e3e3e;
  position: fixed;
  right: 0;
  top: 0;
  width: 505px;
  height: 100%;
  z-index: 991;
  text-align: left;
  overflow: auto;
}

.menuPanel ul {
  padding: 20px 50px;
}

.menuPanel li a {
  display: block;
  padding: 15px 0px;
  color: #cecece;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menuPanel li a:hover {
  color: #ff4950;
  padding-left: 3px;
}

.menuPanel li a.active {
  color: #ff4950;
}

.menuPanel li {
  border-bottom: 1px solid #525252;
  position: relative;
}

.menuPanel li.subMenu:before {
  content: "\f107";
  position: absolute;
  right: 4px;
  top: 10px;
  display: block;
  font-family: 'FontAwesome';
  color: #cecece;
  font-size: 25px;
}

.menuPanel ul ul {
  padding: 0 0 0 15px;
  background: #525252;
}

.menuPanel ul ul li {
  border-bottom: none;
}

.menuPanel h2 {
  color: #ff4950;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.menuPanel .form-control {
  background-color: #616161;
  border: 1px solid #3e3e3e;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 20px;
  border: none;
  color: #fff;
  font-size: 18px;
}

.menuPanel .form-control:focus {
  border: none;
  box-shadow: none;
}

.menuPanel button.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 40px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 18px;
}

.menuPanel button.btn:hover {
  background: #ff4950;
}

.menuPanel .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cecece;
}

.menuPanel .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #cecece;
}

.menuPanel .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #cecece;
}

.menuPanel .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #cecece;
}

.starSelect .fa {
  color: #cbd4d4;
  font-size: 22px;
  margin-right: 5px;
  cursor: pointer;
}

.starSelect .fa.active {
  color: #52c6c6;
}

.closeButton {
  text-align: right;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/close_icon.png) no-repeat center bottom;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.closeButton:hover {
  background: url(../images/close_icon.png) no-repeat center top;
}

.fadeAnim {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quickEnquiry {
  padding: 20px 50px;
}

.bannerIcon {
  position: absolute;
  left: 0px;
  top: 200px;
  z-index: 99;
}

.bannerIcon .rounded-circle {
  width: 79px;
  height: 79px;
  border: 4px solid #fff;
  margin-bottom: 28px;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}

.bannerIcon .rounded-circle:hover {
  -webkit-animation: bgAnim_1 3s linear infinite;
  animation: bgAnim_1 3s linear infinite;
}

.bannerIcon .rounded-circle:after {
  content: '';
  width: 4px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -2px;
}

.bannerIcon .rounded-circle:nth-child(4):after {
  display: none;
}

.mainBanner {
  height: 100%;
  overflow: hidden;
}

h3 {
  color: #ed1c24;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.slider h3:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/drops.png) no-repeat;
  background-size: 90% auto;
  position: absolute;
  left: 0px;
  top: -25px;
}

h3:after {
  content: '';
  width: 70px;
  height: 2px;
  border-radius: 4px;
  /*background:#000;*/
  display: block;
  background-image: linear-gradient(0deg, #000 0%, #222 50%, #000 100%);
}

h3.centerLine:after {
  margin: 10px auto 0px auto;
}

/* h4{



  color:#ed1c24; font-size:40px; text-transform:uppercase;  margin-bottom:20px; position:relative;



  }







  h4:after{



  content:'';



  width:100px;



  height:3px;



  border-radius:3px;







  display:block;



  background-image: linear-gradient(0deg, #000 0%, #222 50%, #000 100%);



  }*/

@keyframes bgAnim_1 {
  0% {
    background: rgba(0, 0, 0, 0.4) url(../images/water_bg.png) repeat-x;
    background-position: 0% 50px;
  }
  50% {
    background: rgba(0, 0, 0, 0.4) url(../images/water_bg.png) repeat-x;
    background-position: 100px 30px;
  }
  100% {
    background: rgba(0, 0, 0, 0.4) url(../images/water_bg.png) repeat-x;
    background-position: 209px 50px;
  }
}

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

.slider p.redColor {
  margin-bottom: 10px;
  color: #ed1c24;
}

.slider .slick-dots {
  top: 50%;
  bottom: inherit;
  width: 45px;
  right: -45px;
  transform: translateY(-50%);
}

.slider .slick-dots li {
  display: block;
  height: 13px;
  width: 13px;
  line-height: 30px;
  text-align: center;
  color: #000;
  border: 1px solid #ed1c24;
  margin: 10px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 10px;
  overflow: hidden;
}

.slider .slick-dots li:after {
  height: 20px;
  width: 3px;
  background: #ed1c24;
  content: '';
  left: 50%;
  bottom: -20px;
  margin-left: -1.5px;
  display: block;
  position: absolute;
}

.slider .slick-dots li:last-child:after {
  display: none;
}

.slider .slick-dots li.slick-active {
  background: #ed1c24;
  color: #fff;
}

.animCircle {
  display: none;
}

.animCircle, .animCircle_1 {
  position: absolute;
  left: 30px;
  width: 120%;
  height: 80%;
  background-image: linear-gradient(45deg, #e7f3f3 0%, #bdf4f2 100%);
  border-radius: 43% 50% 50% 45%;
  z-index: -1;
  -ms-transform: scale(1, 1.05) skewX(5deg);
  /* IE 9 */
  transform: scale(1, 1.05) skewX(5deg);
  /* Standard syntax */
  animation: cirAnim 12s linear infinite;
}

.big-border-radius {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.animCircle_1 {
  left: inherit;
  top: -20px;
  right: 0px;
  width: 200px;
  height: 200px;
  opacity: 1;
  z-index: 0;
  background-image: inherit;
  background: #dff9f9;
  animation: cirAnim_1 12s linear infinite;
}

.brandLogo {
  max-width: 239px;
  padding: 0px;
  border: 1px solid #d4e5e5;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

@keyframes cirAnim {
  0% {
    background-image: linear-gradient(45deg, #e7f3f3 0%, #bdf4f2 100%);
    border-radius: 43% 50% 50% 45%;
    -ms-transform: scale(1, 1.05) skewX(5deg) rotate(0deg);
    /* IE 9 */
    transform: scale(1, 1.05) skewX(5deg) rotate(0deg);
    /* Standard syntax */
  }
  50% {
    background-image: linear-gradient(75deg, #e7f3f3 0%, #bdf4f2 100%);
    border-radius: 50% 40% 40% 48%;
    -ms-transform: scale(1, 1) skewX(2deg) rotate(180deg);
    /* IE 9 */
    transform: scale(1, 1) skewX(2deg) rotate(180deg);
    /* Standard syntax */
  }
  100% {
    background-image: linear-gradient(45deg, #e7f3f3 0%, #bdf4f2 100%);
    border-radius: 43% 50% 50% 45%;
    -ms-transform: scale(1, 1.05) skewX(5deg) rotate(360deg);
    /* IE 9 */
    transform: scale(1, 1.05) skewX(5deg) rotate(360deg);
    /* Standard syntax */
  }
}

@keyframes cirAnim_1 {
  0% {
    border-radius: 43% 50% 50% 45%;
    -ms-transform: scale(1, 1.05) skewX(5deg) rotate(0deg);
    /* IE 9 */
    transform: scale(1, 1.05) skewX(5deg) rotate(0deg);
    /* Standard syntax */
  }
  50% {
    border-radius: 50% 40% 40% 48%;
    -ms-transform: scale(1, 1) skewX(2deg) rotate(180deg);
    /* IE 9 */
    transform: scale(1, 1) skewX(2deg) rotate(180deg);
    /* Standard syntax */
  }
  100% {
    border-radius: 43% 50% 50% 45%;
    -ms-transform: scale(1, 1.05) skewX(5deg) rotate(360deg);
    /* IE 9 */
    transform: scale(1, 1.05) skewX(5deg) rotate(360deg);
    /* Standard syntax */
  }
}

.leftSlideContent {
  padding: 0px 20px;
}

.leftSlideContent img {
  position: relative;
  z-index: 9;
  -moz-border-radius: -webkit-border-radius: 10px;
  border-radius: 10px;
}

.bannerText {
  position: absolute;
  left: 100px;
  color: #fff;
  width: 122px;
  letter-spacing: 1px;
}

.text_1 {
  top: 6px;
}

.text_2 {
  top: 121px;
}

.text_3 {
  top: 221px;
}
.text_4 {
  top: 321px;
}

.bannerHead {
  position: absolute;
  text-transform: uppercase;
  left: 50%;
  top: 190px;
  z-index: 99;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.bannerHead h2 {
  color: #000;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.bannerHead h1 {
  font-size: 72px;
  color: #dc2c1f;
  line-height: 62px;
}

.sepLine {
  height: 7px;
  background: #000;
  width: 100px;
  position: relative;
  margin-bottom: 20px;
}

.sepLine:after {
  content: '';
  display: block;
  height: 3px;
  background: #cfe0e0;
  position: absolute;
  width: 342px;
  left: 100px;
  top: 2px;
  border-radius: 5px;
}

.logo {
  position: relative;
  /*background:#fff;*/
  padding: 20px 0px 0px;
  /*text-align:center;*/
  /*padding:15px; */
  border-radius: 15px;
}

.logo img {
  margin: 0 auto;
}

.mLogo {
  position: relative;
}

.social_media {
  padding-right: 0px;
  /* position: absolute;



  z-index: 99;



  left: 50%;



  top: 20px;



  -moz-transform: translateX(-50%);



  -webkit-transform: translateX(-50%);



  transform: translateX(-50%);



  margin: 0 -5px;*/
  padding-top: 0px;
  position: relative;
}

.social_media a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #dc2a1d;
  background: #fff;
  margin: 0px 5px 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social_media a:hover {
  background: #dc2a1d;
  color: #fff;
}

.feedBackBtn {
  background: #dff9f9;
  padding: 15px;
  margin-bottom: 30px;
}

.feedBackBtn a {
  /* background: url(../images/read_more.png) no-repeat; */
  background: #52c6c6;
  max-width: 220px;
  height: 45px;
  display: block;
  line-height: 45px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 17px;
  position: relative;
  margin: 20px auto 20px auto;
}

.feedBackBtn a .fa {
  margin-left: 10px;
}

.feedBackBtn a:hover {
  background: #ed1c24;
  text-decoration: none;
}

#feedbackFormNew {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 20px;
}

#feedbackFormNew button, #feedbackFormNew button:focus, #feedbackFormNew button:active {
  border: none;
  outline: none;
  height: auto;
}

#feedbackFormNew h4 {
  color: #ed1c24;
}

#feedbackFormNew label {
  color: #52c6c6;
}

#feedbackFormNew .form-control {
  border: 1px solid #52c6c6;
}

.readMore {
  /*background: url(../images/read_more.png) no-repeat;*/
  background: #52c6c6;
  width: 139px;
  height: 45px;
  display: block;
  line-height: 45px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 17px;
  position: relative;
}

.readMore:hover {
  color: #eb020d;
  text-decoration: none;
  -webkit-animation: redWaves 2s linear infinite both;
  -moz-animation: redWaves 2s linear infinite both;
  animation: redWaves 2s linear infinite both;
}

.readMore .fa {
  /*position: absolute;



  right: 10px;



  top: 15px;*/
  margin-left: 15px;
}

@keyframes redWaves {
  0% {
    background: #52c6c6 url(../images/red_wave.png) repeat-x;
    background-position: 0px bottom;
  }
  50% {
    background: #52c6c6 url(../images/red_wave.png) repeat-x;
    background-position: 139px bottom;
  }
  100% {
    background: #52c6c6 url(../images/red_wave.png) repeat-x;
    background-position: 278px bottom;
  }
}

.waves, .waves1 {
  background: url(../images/waves.png) repeat-x left bottom;
  height: 128px;
  position: absolute;
  bottom: -50px;
  width: 100%;
  -webkit-animation: wavesAnim 6s linear infinite both;
  -moz-animation: wavesAnim 6s linear infinite both;
  animation: wavesAnim 6s linear infinite both;
}

.waves1 {
  /*background: url(../images/waves.png) repeat-x left bottom;



  height: 128px;



  position: absolute;



  bottom: 0px;



  width: 100%;*/
  opacity: 0.5;
  -webkit-animation: wavesAnim_1 5s linear infinite both;
  -moz-animation: wavesAnim_1 5s linear infinite both;
  animation: wavesAnim_1 5s linear infinite both;
}

.waves3, .waves4 {
  background: url(../images/waves_cyan.png) repeat-x left bottom;
  height: 128px;
  position: absolute;
  top: -70px;
  width: 100%;
}

.waves3 {
  -webkit-animation: wavesAnim 6s linear infinite both;
  -moz-animation: wavesAnim 6s linear infinite both;
  animation: wavesAnim 6s linear infinite both;
}

.waves4 {
  opacity: 0.5;
  -webkit-animation: wavesAnim_1 5s linear infinite both;
  -moz-animation: wavesAnim_1 5s linear infinite both;
  animation: wavesAnim_1 5s linear infinite both;
}

.slideImg {
  position: absolute;
  right: -19px;
  top: 0px;
  z-index: -1;
}

.visitUs {
  margin-top: 40px;
  padding-bottom: 50px;
}

@keyframes wavesAnim {
  0% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 0% top;
    bottom: -20px;
  }
  50% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 600px top;
    bottom: 0px;
  }
  100% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 1200px top;
    bottom: -20px;
  }
}

@keyframes wavesAnim_1 {
  0% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 0% top;
    bottom: -30px;
  }
  50% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 600px top;
    bottom: 0px;
  }
  100% {
    /*background: url(../images/waves.png) repeat-x;*/
    background-position: 1200px top;
    bottom: -30px;
  }
}

.bottomImg img {
  width: 100%;
  height: auto;
}

.flipCard {
  perspective: 1000px;
  position: relative;
}

.flipCardInner {
  width: 255px;
  height: 255px;
  /*transform-style: preserve-3d;



  -webkit-animation: flipImg 0.3s infinite;



  animation: flipImg 10s infinite;*/
}

.rotateImg_1, .rotateImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 255px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotateImg_1 {
  transform: rotateY(180deg);
}

@keyframes flipImg {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.certifiedMatter {
  position: relative;
  z-index: 99;
}

/*****************/

.cyanBg {
  background: #e7f3f3;
}

h4 {
  font-size: 32px;
  color: #000;
}

.appointmentForm h4 {
  margin-bottom: 25px;
}

.appointmentForm h4:after {
  display: block;
  width: 50px;
  height: 2px;
  background: #000;
  content: '';
  margin-top: 5px;
}

.leftForm {
  background: #fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.leftForm.p-5 {
  padding: 2rem !important;
}

@media(min-width: 1000px) {
  .appointmentForm img.img-fluid {
    height: 484px;
    object-fit: cover;
  }
}

.leftForm input, .leftForm textarea {
  width: 100%;
  padding: 10px 15px;
  display: block;
  font-size: 17px;
  background: none;
  border: none;
  border-bottom: 2px solid #67bdbd;
  color: #ed1c24;
}

.leftForm input:focus, .leftForm textarea:focus {
  outline: none;
}

.leftForm textarea {
  min-height: 100px;
}

.leftForm button {
  border: 0;
}

.leftForm input::-webkit-input-placeholder, .leftForm textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ed1c24;
}

.leftForm input::-moz-placeholder, .leftForm textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ed1c24;
}

.leftForm input:-ms-input-placeholder, .leftForm textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ed1c24;
}

.leftForm input:-moz-placeholder, .leftForm textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ed1c24;
}

.appointmentForm img {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/**********************************************************/

.pipe {
  position: absolute;
  background: #fff;
}

.pipe-top {
  width: 80px;
  height: 35px;
  left: 50%;
  top: 0;
  margin-left: -40px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pipe_1 {
  top: 35px;
  left: 50%;
  width: 50px;
  height: 95px;
  margin-left: -25px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.pipe_2 {
  bottom: 0px;
  right: 0%;
  width: 200px;
  height: 50px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pipe_3 {
  top: 0;
  left: 0;
  width: 50px;
  height: 400px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

/***/

.pipe-top-1 {
  width: 80px;
  height: 35px;
  right: 40px;
  top: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pipe-top-2 {
  width: 50px;
  height: 85px;
  margin-left: -25px;
  left: 50%;
  top: 35px;
}

.pipe-top-3 {
  height: 100px;
  width: 50px;
  top: -100px;
  left: 60px;
}

#product img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  width: 100%;
}

.productCard {
    border: 2px solid #cecece;
}

 /*
#product img:hover {
  margin-top: -3px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
} 
*/

.productLink {
    text-decoration: none !important;
}

.proData {
  margin-bottom: 30px;
}




.proData h4 {
  text-align: center;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 5px 7px 5px;
}

.proData a:before {
  opacity: 0;
  display: none;
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #52c6c6 url(../images/zoom_icon.png) no-repeat center center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.proData a:hover:before {
  opacity: 1;
}

.proData>div {
  margin-bottom: 30px;
   row-gap: 20px 
}

.verTab {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 0px;
}

.verTab p {
  font-size: 16px;
  text-align: center;
  line-height: normal;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media(min-width:992px) {
  .verTab p {
    display: none;
    position: absolute;
    padding: 8px 10px;
    background: #52c6c6;
    color: #fff;
    width: 250px;
    top: 0px;
    right: -250px;
    z-index: 999;
  }
}

.tab {
  border-bottom: 2px solid #e7f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.tab:hover, .tab.active {
  /*background: #000;*/
  -webkit-animation: bgAnim_2 3s linear infinite;
  animation: bgAnim_2 3s linear infinite;
}

@keyframes bgAnim_2 {
  0% {
    background: #52c6c6 url(../images/water_bg_1.png) repeat-x;
    background-position: 0% 100px;
  }
  50% {
    background: #52c6c6 url(../images/water_bg_1.png) repeat-x;
    background-position: 100px 80px;
  }
  100% {
    background: #52c6c6 url(../images/water_bg_1.png) repeat-x;
    background-position: 209px 100px;
  }
}

.tab:hover p {
  color: #fff;
  display: block;
}

.tab:last-child {
  border-bottom: none;
}

.tab>div {
  margin: auto;
  padding: 10px 0px;
}

.tab>div>div {
  width: 60px;
  height: 60px;
  margin: 0px auto 0px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab_1 {
  background: url(../images/icons/Odor_FreeBath_2026.png) no-repeat center top;
  background-size: 52px auto;
}

/*
.tab:hover .tab_1, .tab.active .tab_1 {
  background: url(../images/icons/Odor_FreeBath_2026.png) no-repeat center bottom;
  background-size: 52px auto;
}
*/

.tab_2 {
  background: url(../images/icons/leakproof-bathrooms.png) no-repeat center;
  background-size: 70px auto;
}
/*
.tab:hover .tab_2, .tab.active .tab_2 {
  background: url(../images/icons/leakproof-bathrooms.png) no-repeat center bottom;
  background-size: 52px auto;
}
*/


.tab_3 {
  background: url(../images/icons/quick-installation.png) no-repeat center;
  background-size: 70px auto;
}
/*
.tab:hover .tab_3, .tab.active .tab_3 {
  background: url(../images/icons/quick-installation.png) no-repeat center bottom;
  background-size: 50px auto;
}
*/

.tab_4 {
  background: url(../images/icons/water-saving.png) no-repeat center;
  background-size: 80px auto;
}

/*
.tab_4 {
  background: url(../images/icons/water-saving.png) no-repeat center top;
  background-size: 50px auto;
}

.tab:hover .tab_4, .tab.active .tab_4 {
  background: url(../images/icons/water-saving.png) no-repeat center bottom;
  background-size: 50px auto;
}
*/

.tab_5 {
  background: url(../images/icons/premium-bathrooms.png) no-repeat center;
  background-size: 70px auto;
}
/*
.tab:hover .tab_5, .tab.active .tab_5 {
  background: url(../images/icons/premium-bathrooms.png) no-repeat center bottom;
  background-size: 50px auto;
}
*/

.tab_6 {
  background: url(../images/icons/sustainable-living-technologies.png) no-repeat center;
  background-size: 70px auto;
}

/*
.tab:hover .tab_6, .tab.active .tab_6 {
  background: url(../images/icons/sustainable-living-technologies.png) no-repeat center bottom;
  background-size: 50px auto;
} */


.tab_7 {
  background: url(../images/icons/indoor-air.png) no-repeat center;
  background-size: 70px auto;
}
/*
.tab:hover .tab_7, .tab.active .tab_7 {
  background: url(../images/icons/indoor-air.png) no-repeat center bottom;
  background-size: 50px auto;
} */


.tab_8 {
  background: url(../images/icons/hotwater_despenser.png) no-repeat center top;
  background-size: 50px auto;
}

.tab:hover .tab_8, .tab.active .tab_8 {
  background: url(../images/icons/hotwater_despenser.png) no-repeat center bottom;
  background-size: 50px auto;
}

.tab_9 {
  background: url(../images/icons/radient.png) no-repeat center top;
  background-size: 50px auto;
}

.tab:hover .tab_9, .tab.active .tab_9 {
  background: url(../images/icons/radient.png) no-repeat center bottom;
  background-size: 50px auto;
}

.padLeft_30 {
  padding-left: 30px;
}

/***********  testimonial  *****************/

.clientPic {
  width: 130px;
  height: 130px;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

.star {
  color: #67bdbd;
}

.star i {
  margin: 0px 3px;
}

.testimonialSlider p {
  color: #547979;
  line-height: 20px;
  font-size: 16px;
}

.testimonialSlider h4 {
  color: #ed1c24;
  font-size: 24px;
  display: inline-block;
}

.testimonialSlider h4:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #000;
  display: block;
  margin: 5px auto;
}

.testimonialSlider .slick-prev:before, .brandSlider .slick-prev:before, .mainBanner .slick-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
}

.testimonialSlider .slick-next:before, .brandSlider .slick-next:before, .mainBanner .slick-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
}

.testimonialSlider .slick-prev:before, .testimonialSlider .slick-next:before, .brandSlider .slick-prev:before, .brandSlider .slick-next:before, .mainBanner .slick-prev:before, .mainBanner .slick-next:before {
  font-size: 28px;
}

.mainBanner .slick-prev {
  left: 25px;
}

.mainBanner .slick-next {
  right: 25px;
}

.mainBanner .slick-prev:before, .mainBanner .slick-next:before {
  color: #fff;
  font-size: 32px;
}

.slick-prev, .slick-next {
  top: calc(50% + 0px) !important;
}

/*****************************************************/

.brandSlider {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 15px 0px;
}

.brandSlider img {
  margin: 0 auto;
}

/*********************/

.brochure a {
  font-size: 36px;
  color: #52c6c6;
  text-transform: uppercase;
  text-decoration: none;
}

.brochure a:hover {
  color: #ed1c24;
}

.brochure img {
  vertical-align: middle;
  margin-right: 30px;
}

.brochure>div {
  padding: 40px 15px
}

.brochure a span {
  margin-left: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  background: #52c6c6 url(../images/download_arrow.png) no-repeat center center;
}

.brochure a:hover span {
  background: #ed1c24 url(../images/download_arrow.png) no-repeat center center;
}

.brochureImg {
  background: url(../images/brochure.jpg) no-repeat right -80px;
  background-size: 90% auto;
}

/********************************************/

footer ul li {
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  font-size: 18px;
  margin-bottom: 10px;
}

footer li a {
  color: #788c8c;
}

footer li a:hover {
  color: #000;
  text-decoration: none;
}

.footerLogo img {
  width: 120px;
}

footer .social_media {
  margin: 0px -5px 30px -5px;
}

footer p {
  color: #788c8c;
  font-size: 14px;
  text-transform: lowercase;
}

.whiteBox {
  background: #fff;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.whiteBox .leftStrip, .whiteBox .rightStrip {
  position: absolute;
  top: 0;
}

.whiteBox .leftStrip {
  left: 0;
  transform: translateX(-100%);
}

.whiteBox .rightStrip {
  right: 0;
  transform: translateX(100%);
}

.redColor {
  color: #ed1a22;
}

footer .whiteBox h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

footer .whiteBox p {
  text-transform: inherit;
  color: #000;
  font-size: 17px;
}

.whiteBox p span {
  display: inline-block;
  vertical-align: text-top;
  min-width: 35px;
}

.whiteBox p strong {
  display: inline-block;
  padding-left: 5px;
}

.pipeBg {
  background: url(../images/pipe.jpg) no-repeat right 150px top;
  min-height: 380px;
}

.pipeBg {
  position: relative;
  z-index: 999;
}

.pipeBg span {
  position: absolute;
  font-size: 40px;
  text-transform: uppercase;
  color: #e7f3f3;
  font-family: 'Conv_Arquitecta W00 Heavy';
  left: 15px;
  top: 25px;
}

.lastPipe {
  position: absolute;
  height: 170px;
  width: 35%;
  left: 0px;
  top: 367px;
  background: url(../images/pipe_bg.jpg) repeat-x;
}

/***********************************************************/

/**********************************************************/

@media(max-width: 1300px) {
  footer ul li {
    min-width: 110px;
  }
  .brochure a {
    font-size: 26px;
  }
}

@media(max-width: 1200px) {
  .lastPipe {
    display: none;
  }
  .pipe {
    display: none;
  }
  #product h3 {
    margin-bottom: 0px;
  }
}

@media(max-width: 992px) {
  header {
    position: relative;
  }
  .menuIcon {
    width: 30px;
  }
  .menuIcon span {
    height: 3px;
  }
  .menuIcon span:first-child {
    width: 30px;
  }
  .menuIcon span:nth-child(2) {
    width: 23px;
  }
  .menuIcon span:last-child {
    width: 26px;
  }
  .logo {
    padding: 15px;
  }
  .brand {
    margin-bottom: 0px !important;
  }
  .brochure a {
    font-size: 26px;
    display: block;
    text-align: center;
  }
  .brochure img {
    margin-right: 20px;
  }
  .banner {
    height: auto;
  }
  .pipeBg {
    background: none;
    min-height: 100px;
  }
  .pipeBg span {
    text-align: center;
    position: relative;
    left: inherit;
    top: inherit;
    font-size: 24px;
    color: #a8d8d8;
    display: block;
  }
  footer .whiteBox {
    margin-bottom: 30px;
  }
  .slider .row {
    margin: 0px;
  }
  .slider .col-lg-7.pl-5 {
    padding-left: 15px !important;
  }
  .leftSlideContent {
    margin-bottom: 20px;
  }
  .appointmentForm img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .padLeft_30.allProducts {
    padding-left: 15px;
    padding-right: 15px !important;
  }
}

@media(max-width:768px) {
  .fbPost iframe {
    height: 619px;
  }
}

@media(max-width: 767px) {
  .gradientBg {
    height: 100px;
  }
  .animCircle_1 {
    display: none;
  }
  .bannerIcon {
    display: none;
  }
  h3 {
    font-size: 30px;
  }
  .slider .slick-dots {
    top: inherit;
    bottom: inherit;
    width: auto;
    right: inherit;
    transform: translateY(0%);
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .slider .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
  }
  .waves, .waves1, .waves3, .waves4 {
    display: none;
  }
  .leftForm.p-5 {
    background: none;
    padding: 2rem !important;
  }
  .visitUs {
    margin-top: 0px;
  }
  /************************/
  .verTab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .verTab p {
    font-size: 16px;
    display: none;
  }
  .verTab .tab {
    padding: 0 15px;
    width: 100%;
    border-bottom: none;
  }
  .tab:hover p {
    color: #000;
    display: none;
  }
  /* .tab>div>div {

    display: none;

  } */
}

@media(max-width: 576px) {
  .proData h4 {
    font-size: 18px;
  }
  .fbPost {
    width: 320px;
    margin: 0 auto;
  }
  .fbPost iframe {
    height: 535px;
  }
  .youTube iframe {
    height: 300px;
  }
  .mainTestimonial>div::before {
    top: -10px;
    font-size: 1.5rem;
    display: none;
  }
  .certifiedMatter p {
    text-align: center;
  }
  .gradientBg {
    display: none;
  }
  .mainBanner {
    margin-bottom: 30px;
  }
  .rotateImg_1, .rotateImg {
    position: relative;
    top: inherit;
    left: inherit;
    width: 200px;
    height: 200px;
    margin: 0 auto 30px auto;
  }
  .flipCardInner {
    width: auto;
    height: auto;
  }
  .menuPanel {
    width: 100%;
  }
  h3 {
    font-size: 28px;
    text-align: center;
  }
  h3:after {
    margin: 0 auto;
    width: 50px;
    height: 1px;
  }
  .slider {
    text-align: center;
  }
  .slider a.readMore {
    display: inline-block;
  }
  .brochure img {
    display: none;
  }
  .brochure a span {
    margin-left: 0px;
  }
}

@media(max-width: 400px) {
  footer ul li {
    width: 100px;
  }
}
.brandLogo img {
    height: 60px;
    width: 140px;
    object-fit: contain;
    padding: 10px;
}
