<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prod-open,
.left-right-open {
  width: 100% !important;
  -webkit-transition: .5s all linear;
  -moz-transition: .5s all linear;
  transition: .5s all linear;
}

.left-right-open {
  margin-left: 0% !important;
  margin-right: 0% !important;
}

.icons-close,
.icons-open {
  display: none !important;
  -webkit-transition: .5s all linear;
  -moz-transition: .5s all linear;
  transition: .5s all linear;
}

.icons-open {
  display: block !important;
}

.icons-open ul {
  list-style-type: none;
  padding-left: 0px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.prod-info {
  width: 80%;
}

.table-product {
  width: 75%;
  height: 100%;
  display: table;
  margin: 0 auto;
}

.table-cell {
  vertical-align: middle;
  display: table-cell;
}

.timeline-section ul.timeline li.prod-parent-left,
.timeline-section ul.timeline li.prod-parent-right {
  width: 60%;
  overflow: hidden;
  float: left;
  position: relative;
}

.timeline-section ul.timeline li.prod-parent-right {
  float: right;
}

.prod-left,
.prod-right {
  height: 350px;
  width: 75%;
  background-color: gray;
  -moz-border-radius: 250px;
  border-radius: 250px;
  position: relative;
  -webkit-transition: .5s all linear;
  -moz-transition: .5s all linear;
  transition: .5s all linear;
  margin-left: 13%;
}

.prod-right {
  margin-left: 0%;
  margin-right: 13%;
  float: right;
}

.prod-left.zenita {
  background-color: #f2d9dd;
}

.prod-left.sentino {
  background-color: #fcd6c4;
}

.prod-left.snowpearl-distemper {
  background-color: #fbeaaa;
}

.prod-right.celeste {
  background-color: #e8d5e5;
}

.prod-right.snowpearl {
  background-color: #d9ebca;
}

.prod-left.uni-gloss {
  background-color: #eccacf;
}

.prod-right.pentasia {
  background-color: #c9e1e8;
}

.prod-left.snowcryl {
  background-color: #e6c6b9;
}

.prod-right.sandtex {
  background-color: #dbd0de;
}

.prod-left.trump {
  background-color: #cad9c1;
}

.prod-right.all-rounder {
  background-color: #dae0cc;
}

.prod-left.snowcem-plus {
  background-color: #d9cbbc;
}

.prod-left.special-cw {
  background-color: #d4dfc2;
}

.prod-right.universal-primers {
  background-color: #f0dad3;
}

.prod-left.snowcem-interior {
  background-color: #c8dce3;
}

.prod-right.snowpearl-interior {
  background-color: #e9dce9;
}

.prod-left.snowglo {
  background-color: #eed4db;
}

.prod-left.snowcem-plus {
  background-color: #c8cad4;
}

.prod-right.cemcolor {
  background-color: #d9a8b7;
}

.prod-left.harcrete {
  background-color: #d9e0b9;
}

.prod-right.impermo {
  background-color: #cccada;
}

.prod-left.biowash {
  background-color: #d7e29c;
}

.prod-left.acrylic-putty {
  background-color: #f5c9c7;
}

.prod-right.snowcare-putty {
  background-color: #f9ebbf;
}

.table-product h4.media-heading {
  font-family: 'Gotham-Book';
  text-align: left;
  font-size: 15px;
}

.table-product li.feature-list {
  margin: 22px 0px;
}

.table-product .four-list li.feature-list {
  margin: 8px 0px;
}

.prod-image-left,
.prod-image-right {
  width: 155px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.prod-image-right {
  left: auto;
  right: 0px;
}

.prod-image-left img,
.prod-image-right img {
  width: 100%;
}

.timeline li h3.prod-title,
.timeline li p.prod-tag,
.timeline li h4.prod-head,
.timeline li p.features,
.download-link {
  font-size: 24px;
  color: #212121;
  font-family: 'Gotham-Book';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.timeline li p.prod-tag {
  font-size: 10px;
  letter-spacing: 2px;
}

.timeline li h4.prod-head,
.download-link {
  font-size: 13px;
  letter-spacing: 3px;
  margin: 15px 0px 0px 0px;
}

.timeline li .features {
  text-align: justify;
  font-family: 'Gotham-Book';
}

@media screen and (min-width: 320px) and (max-width: 321px) {
  .prod-left,
  .prod-right {
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 300px;
  }

  .timeline li h3.prod-title {
    font-size: 15px !important;
  }

  .prod-image-left,
  .prod-image-right {
    width: 70px !important;
  }

  .timeline li h4.prod-head,
  .download-link,
  .features {
    font-size: 10px !important;
  }

  .download-link {
    margin-top: 2px;
  }
}

@media screen and (max-width: 519px) {
  .prod-left,
  .prod-right {
    width: 100%;
  }

  .prod-image-left,
  .prod-image-right {
    width: 85px;
  }

  .table-product {
    width: 100%;
  }

  .timeline li h3.prod-title {
    font-size: 22px;
  }

  .left-align,
  .right-align {
    text-align: center;
    margin-bottom: 5px;
  }

  .timeline li p.prod-tag {
    font-size: 10px;
  }

  .timeline li h4.prod-head,
  .download-link {
    font-size: 11px;
  }

  .features {
    font-size: 11px;
  }
}

@media screen and (min-width: 424px) and (max-width: 519px) {
  .prod-left,
  .prod-right {
    height: 330px;
  }
}

@media screen and (min-width: 520px) and (max-width: 767px) {
  .prod-left,
  .prod-right {
    width: 80%;
    -moz-border-radius: 250px;
    border-radius: 250px;
    margin: 0 auto;
    float: none;
  }

  .table-product {
    width: 75%;
  }

  .prod-image-left,
  .prod-image-right {
    width: 135px;
  }

  .timeline li h3.prod-title {
    font-size: 25px;
  }

  .left-align,
  .right-align {
    text-align: center;
    margin-bottom: 5px;
  }

  .timeline li p.prod-tag {
    font-size: 10px;
  }

  .timeline li h4.prod-head,
  .download-link,
  .features {
    font-size: 12px;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .timeline-section ul.timeline li.prod-parent-left,
  .timeline-section ul.timeline li.prod-parent-right {
    width: 75%;
  }

  .prod-left,
  .prod-right {
    width: 87%;
  }

  .table-product {
    width: 65%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .prod-left,
  .prod-right {
    width: 85%;
    height: 410px;
  }

  .table-product {
    width: 72%;
  }
}

@media screen and (max-width: 767px) {
  .timeline-section ul.timeline li.prod-parent-left,
  .timeline-section ul.timeline li.prod-parent-right {
    float: none;
    width: 100%;
  }

  .prod-left,
  .prod-right {
    float: none;
    margin-left: 0%;
    margin-right: 0%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .know-more {
    display: none;
  }
}

.contact-bttn {
    margin-right: 0;
    height: 80px;
    background-color: #dac3da;
    width: 15%;
    margin-right: 13%;
}
.prod-open .contact-bttn, .left-right-open {
    width: 100% !important;
    }
.contact-bttn .table-product {
    width: 100%;
}
.contacttxt.right.icons-open ,.contacttxt-sp.right.icons-open{
    text-align: right;
}
.contacttxt-sp h1 .fa.fa-question {
    display: initial;
}
.contacttxt {
    font-size: 22px;
    font-weight: 600;
    margin-top: 3px;
    color: #443f3f;
}
.contacttxt-sp.icons-open {
    font-size: 22px;
    font-weight: 600;
    margin-top: 3px;
    color: #443f3f;
}
.contacttxt.left.icons-open {
    text-align: left;
}
.contacttxt.right.icons-open h1 {
    font-size: 28px;
    background: linear-gradient(to right, #2c3782 , #da225f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-weight: 600;
}
.contacttxt-sp.right.icons-open h1{
    font-size: 25px;
    background: linear-gradient(to right, #2c3782 , #da225f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;  
}
.contacttxt.left.icons-open b {
    text-decoration: underline;
        cursor: pointer;
}
li.frmobile {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 991px){
li.frmobile {
    display: block;
    clear: both;
}
.frmobile {
    background: #dac3da;
    border-radius: 20px;
}
li.row.prod-parent-right.frdesktop {
    display: none;
}
.info-text h1 {
    font-size: 25px;
    background: linear-gradient(to right, #2c3782 , #da225f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-weight: 600;
}
.info-text-sp h1 {
    font-size: 25px;
    background: linear-gradient(to right, #2c3782 , #da225f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
        margin-top: 5px;
}
.info-text-sp h1 .fa.fa-question {
    display: initial;
}
li.frmobile .info-text {
    font-size: 20px;
    text-align: center;
}
li.frmobile .info-text-sp {
    font-size: 20px;
    text-align: center;
}
.info-image {
    text-align: center;
    margin-top: 10px;
}
.info-text.lasttext {
    margin-top: 0px;
    margin-bottom: 12px;
}
.info-text.lasttext b {
    text-decoration: underline;
}
}

.contacttxt a {
    color: #443f3f;
}
.info-text.lasttext a {
    color: #443f3f;
}</pre></body></html>