/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 650px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

/*** this is an autogenerated file 
 Do not make any edits here  ****/ 
.leftElement{float:left}.rightElement{float:right}.headingText{font-weight:700;font-size:60px}.subheadingText{font-weight:700;font-size:30px}.modal-open{overflow:hidden!important}.full-width{width:100%}.radio-btn-wp{display:block;position:relative;padding-left:25px;margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-btn-wp input{position:absolute;opacity:0;cursor:pointer;right:auto}.radio-btn-wp .checkmark{position:absolute;top:50%;left:0;transform:translateY(-50%);height:25px;width:25px;background-color:transparent;border:1px solid #431a80;border-radius:50%}.radio-btn-wp .checkmark:after{content:"";position:absolute;display:none;border-radius:50%;background:#431a80}.radio-btn-wp:hover input~.checkmark{background-color:transparent}.radio-btn-wp input.selected~.checkmark:after,.radio-btn-wp input:checked~.checkmark:after{display:block}.radio-btn-wp input.selected~.checkmark{background-color:transparent}.get-filter-pills .action-btn{position:relative}.get-filter-pills .action-btn label{width:100%;height:100%;position:absolute}.get-filter-pills .action-btn label input{top:0;left:0;z-index:33;width:100%;height:100%;position:absolute}.get-filter-pills .action-btn.rd-btn .for-desktop{padding-left:30px}.authorableBgElement{background-repeat:no-repeat;background-position:100% 100%}.text-ellipsis{text-overflow:ellipsis;max-width:70%;overflow:hidden;white-space:nowrap}.text-ellipsis-70{max-width:70%}.textOverImageWrap__parent{position:relative}.textOverImageWrap{position:absolute;bottom:0;margin:20px 0 15px;color:#fff;z-index:2;font-weight:400;display:flex;flex-direction:column;justify-content:center;width:100%;word-break:break-word;padding:0 10px}@media (min-width:992px){.textOverImageWrap{padding:0 25px}}.textOverImageWrap h2,.textOverImageWrap p{margin-bottom:4px}.textOverImageWrap p{font-size:12px;line-height:24px;letter-spacing:.92px}@media (min-width:992px){.textOverImageWrap p{font-size:13px;letter-spacing:1px}}.textOverImageWrap h2{letter-spacing:0}.textOverImageWrap .ctaComp{margin-top:5px}@media (min-width:992px){.textOverImageWrap .ctaComp{margin-top:8px}}.textOverImageWrap--align-top{top:0}.textOverImageWrap--align-top-center{justify-content:center;text-align:center}.textOverImageWrap--align-top-left{justify-content:flex-start}.textOverImageWrap--align-top-right{justify-content:flex-end}.textOverImageWrap--align-bottom{bottom:0}.textOverImageWrap--align-bottom-center{justify-content:center;text-align:center}.textOverImageWrap--align-bottom-left{justify-content:flex-start}.textOverImageWrap--align-bottom-right{justify-content:flex-end}.textOverImageWrap--align-center{top:0;align-items:center}.textOverImageWrap--align-center-center{justify-content:center;text-align:center}.textOverImageWrap--align-center-left{justify-content:flex-start}.textOverImageWrap--align-center-right{justify-content:flex-end}.textOverImageWrap--align-overlay{padding:20px 30px 25px;margin:0;width:90%!important}.slick-slider.slick-dotted{margin-bottom:0}img[src*=jpeg],img[src*=jpg],img[src*=png],img[src*=webp]{background-image:unset}.banner-desc-text p{padding:0 200px}@media (min-width:320px) and (max-width:991px){.banner-desc-text p{padding:0 20px}}.banner-desc-text.center p{text-align:center}.banner-desc-text.right p{text-align:right}.banner-desc-text.left p{text-align:left}.disabledElement{pointer-events:none;opacity:.5!important}.hideDisabledElement{pointer-events:none;display:none!important}.colorPDPPage .similarProdWrap{background-color:transparent}@media (min-width:320px) and (max-width:991px){.colorPDPPage .slick-dots,.productDetailsPageWrap .slick-dots{bottom:25px}.colorPDPPage .slick-dots li,.productDetailsPageWrap .slick-dots li{width:auto!important;height:20px!important}.colorPDPPage .slick-dots li button:before,.productDetailsPageWrap .slick-dots li button:before{width:12px!important;height:12px!important;margin:0 7px;background:#fff;opacity:1;border:1px solid rgba(42,42,42,.38)}.colorPDPPage .slick-dots li.slick-active button:before,.productDetailsPageWrap .slick-dots li.slick-active button:before{width:26px!important;height:12px!important;margin:0;background:#fff;opacity:1;border:1px solid rgba(42,42,42,.38)}}.plp-popular-tags{background-color:#fff}.mobile-sms-success{padding-top:15px;align-items:center;display:flex;width:100%;margin-bottom:40px}.mobile-sms-success.email-success{margin-bottom:0!important}@media (min-width:320px) and (max-width:991px){.mobile-sms-success{align-items:end}}.mobile-sms-success .mobile-success-message{margin-left:9px;color:#24a600}.mobile-sms-success .successTick{padding:12px}@media (min-width:320px) and (max-width:991px){.mobile-sms-success .successTick{margin-bottom:8px}}.productDetailsPageWrap .appImage picture{width:100%}.productDetailsPageWrap .appImage picture img{width:100%;max-height:400px;max-width:600px;height:400px}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .appImage picture img{max-height:100%;max-width:100%;height:auto}}.productDetailsPageWrap .visualiser-app--img img{width:100%;height:400px;max-height:400px;max-width:600px}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .visualiser-app--img img{max-height:100%;max-width:100%;height:auto}}.centerText-DC .informationWrap h1,.centerText-DC .informationWrap h2,.centerText-DC .informationWrap h3,.centerText-DC .informationWrap h4,.centerText-DC .informationWrap h5,.centerText-DC .informationWrap h6,.centerText-DC .informationWrap p{text-align:center}.colour-pdp-product-id{font-size:13px;font-weight:500;text-transform:uppercase}@media (min-width:320px) and (max-width:991px){.colour-pdp-product-id{font-size:12px;margin-top:18px;padding-bottom:0}}.colour-pdp-colour-name{font-weight:500;font-size:13px;text-transform:uppercase}.bannerTextDesc h4,.bannerTextDesc h5,.bannerTextDesc h6,.bannerTextDesc p,.image-banner h4,.image-banner h5,.image-banner h6,.image-banner p{font-size:13px!important;font-weight:500!important}.banner-desc-text h1,.bannerTextDesc h1,.image-banner h1{text-transform:capitalize}.banner-desc-text p{width:100%!important;max-width:733px!important;padding:0!important;position:relative!important}@media (min-width:320px) and (max-width:991px){.banner-desc-text p{max-width:100%!important;padding:0 20px!important}}.banner-desc-text.center p{margin:auto!important}.banner-desc-text.left p{margin-right:auto!important}.banner-desc-text.right p{margin-left:auto!important}.colorpro-disclaimer-wp>div{display:flex;align-items:baseline}@media (min-width:320px) and (max-width:991px){.colorpro-disclaimer-wp>div{display:block}}.colorpro-disclaimer-wp>div .colorProWrap{width:85%}@media (min-width:320px) and (max-width:991px){.colorpro-disclaimer-wp>div .colorProWrap{width:100%}}.colorpro-disclaimer-wp>div .rte.text{padding:0;margin-bottom:0}@media (min-width:320px) and (max-width:991px){.colorpro-disclaimer-wp>div .rte.text{padding:0 20px;margin-bottom:10px}}.swatchComponentWrap,.titleOnImageCarousel__body{display:flex;justify-content:space-between;scrollbar-width:none;-ms-overflow-style:none}.swatchComponentWrap::-webkit-scrollbar,.titleOnImageCarousel__body::-webkit-scrollbar{width:0!important}@media (min-width:320px) and (max-width:991px){.visualiser-app{border-top:1px solid #dfdfdf!important;padding-top:29px!important}}@media (min-width:768px) and (max-width:991px){.visualiser-app{border-top:none!important;padding-top:0!important}}.store-locator-wp .appCta,.store-locator-wp .visualiser-app--form,.visualiser-app .appCta,.visualiser-app .visualiser-app--form{max-width:600px}.apPlpListing .product-filters-container .filter-menu-area{padding-left:20px}@media (min-width:320px) and (max-width:991px){.apPlpListing .product-filters-container .filter-menu-area{padding:20px 0}}.cc-global iframe{height:81vh}@media (min-width:320px) and (max-width:991px){.cc-global iframe{border:none;height:100%}}.cls-banner-target:first-of-type .shop-look-popular-tags{padding-top:32.91667%;position:relative;overflow:hidden}@media (min-width:320px) and (max-width:991px){.cls-banner-target:first-of-type .shop-look-popular-tags{padding-top:110.27778%}}@media (min-width:320px) and (max-width:575px){.cls-banner-target:first-of-type .shop-look-popular-tags{padding-top:110.27778%}}.cls-banner-target:first-of-type .shop-look-popular-tags img{position:absolute;width:100%;top:0;height:100%}.cls-banner-target:first-of-type.cls-banner-target--self-aspect{padding-top:32.91667%}@media (min-width:992px){.cls-banner-target:first-of-type.cls-banner-target--self-aspect{width:100%;min-height:350px}}@media (min-width:320px) and (max-width:991px){.cls-banner-target:first-of-type.cls-banner-target--self-aspect{padding-top:109.33333%}}@media (min-width:320px) and (max-width:575px){.cls-banner-target:first-of-type.cls-banner-target--self-aspect{padding-top:109.33333%}}.cls-banner-target:first-of-type .js-carouselWithText{position:absolute;width:100%;height:100%;top:0}.cls-banner-target:first-of-type .js-banner-active-target{position:relative;padding-top:32.91667%;min-height:auto}@media (min-width:320px) and (max-width:991px){.cls-banner-target:first-of-type .js-banner-active-target{padding-top:112.26667%}}@media (min-width:320px) and (max-width:575px){.cls-banner-target:first-of-type .js-banner-active-target{padding-top:112.26667%}}@media (min-width:1200px) and (max-width:1366px){.cls-banner-target:first-of-type .js-banner-active-target{min-height:460px}}.cls-banner-target:first-of-type .js-banner-active-target .parallax-area-wp{position:absolute;top:0;width:100%;height:100%}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(1turn);-moz-transform:rotate(1turn);-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.saving-progress-status{display:inline-block}.saving-progress-status-buy-now{display:inline-block!important}.ap-rating-wp .star{font-size:16px;width:auto;display:inline-block;color:#fcb017}.ap-rating-wp .star:last-child{margin-right:0}.star:before{content:"\2605"}.ap-rating-wp .star.half:before,.ap-rating-wp .star.off:before{content:"\2606"}.ap-rating-wp .star.half:after{content:"\2605";position:absolute;margin-left:-16px;width:8px;overflow:hidden}.mobile-icon{display:none!important}@media (min-width:320px) and (max-width:991px){.mobile-icon{display:block!important}}.ccFormsImgRedirection[href=""]{cursor:default}.disable-overflow{overflow:hidden}.visible-in-Desktop{display:block}@media (min-width:320px) and (max-width:991px){.visible-in-Desktop{display:none!important}}.visible-in-mobile{display:none}@media (min-width:320px) and (max-width:991px){.visible-in-mobile{display:block}}.tax-text{font-style:normal;font-weight:100;font-size:12px;line-height:20px}.spriteIcon{display:inline-block;cursor:pointer}.envFrnd,.sheen,.specialEffect{width:35px;height:40px}.specialEffect{background-position:496px 244px}.sheen{background-position:442px 244px}.envFrnd{background-position:388px 244px}.addTowishlistIcon,.shareProductIcon{width:30px;height:30px;background-size:350px}.shareProductIcon{background-position:392px 132px}.addTowishlistIcon{background-position:592px 130px}.selectedProd{background-position:654px 214px;background-size:450px}.callIco,.collapseTargateIco,.expand,.filterIco,.minusIco,.plusIco,.tickIco{width:16px;height:17px;background-size:350px}.collapseTargateIco{background-position:200px 300px}.expand{background-position:168px 300px}.filterIco{background-position:335px 300px}.tickIco{background-position:68px 300px}.minusIco{background-position:302px 300px}.plusIco{background-position:268px 300px}.callIco{background-position:135px 300px}.nextArrow,.prevArrow{width:35px;height:35px}.prevArrow{background-position:279px 244px}.nextArrow{background-position:334px 244px}.searchSpriteIcon{background-position:-147px 0;width:20px;height:20px}.cartIcon{background-position:-113px 0;width:20px;height:21px}.caretUpIcon{background-position:-145px -193px;width:21px;height:21px}.caretDownIcon{background-position:-106px -192px;width:21px;height:21px}.profileIcon{background-position:-79px -1px;width:20px;height:20px}.profileIcon-active{background-position:-314px -193px;width:20px;height:20px}.paintBudgetCalcIcon{background-position:-39px -142px;width:33px;height:38px}.paintSelectorIcon{background-position:-85px -147px;width:40px;height:28px}.buyColorSampleIcon{background-position:-136px -149px;width:38px;height:24px}.buySwatchIcon{background-position:-188px -149px;width:35px;height:24px}.backIcon{background-position:-115px -126px;width:22px;height:13px}.minus{height:2px}.paintsTexturesBlue{background-position:-277px -216px;width:30px;height:27px}.wallPaperRollCalcIcon{background-position:-38px -195px;width:34px;height:33px}.howToApplyIcon{background-position:-91px -196px;width:29px;height:31px}.howToApplyIcon-small{background-position:-7px -10px;width:14px;height:14px}.visitStoreIcon{background-position:-137px -195px;width:35px;height:32px}.myAccountMobileBlueIcon{background-position:-321px -257px;width:29px;height:30px}.phoneMobileBlueIcon{background-position:-366px -260px;width:27px;height:27px}.nextIcon{background-position:-148px -126px;width:22px;height:13px}.spriteIcon-Firstfold{background-image:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-Sprite-firstFold.webp)}.spriteIcon-Aprevamp,.spriteIcon-Firstfold{display:inline-block;background-repeat:no-repeat}.spriteIcon-Aprevamp{background-image:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-Sprite.webp)}.healthIconBlue{background-position:-319px -639px;width:31px;height:29px}.healthIconBlack{background-position:-85px -489px;width:31px;height:29px}.findcontractor{background-position:-42px -489px;width:30px;height:28px}.backGrntee{background-position:-1359px -215px;width:42px;height:42px}.yearWarranty{background-position:-1493px -214px;width:35px;height:42px}.stopSolution{background-position:-1429px -214px;width:35px;height:42px}.facebookImg{background-position:-671px -442px;width:8px;height:14px}.twitterImg{background-position:-698px -443px;width:15px;height:12px}.pinterestImg{background-position:-729px -442px;width:12px;height:14px}.instagramImg{background-position:-758px -442px;width:15px;height:15px}.youtubeImg{background-position:-786px -442px;width:18px;height:13px}.flagIndia{background-position:-1041px -485px;width:24px;height:24px}.flagGlobal{background-position:-666px -486px;width:24px;height:24px}.flagBangladesh{background-position:-700px -486px;width:24px;height:24px}.flagEgypt{background-position:-734px -486px;width:24px;height:24px}.flagMiddleEast{background-position:-768px -486px;width:24px;height:24px}.rightArrow{background-position:-148px -126px;width:25px;height:13px}.leftArrow{background-position:-115px -126px;width:22px;height:13px}.arrowDown{background-position:-766px -383px}.arrowDown,.arrowUp{width:21px;height:21px}.arrowUp{background-position:-805px -384px}.plus{background-position:-242px -125px}.minus,.plus{width:12px;height:12px}.minus{background-position:-275px -125px}.closeIcon{background-position:-865px -316px;width:17px;height:15px}.appStore{background-position:-5px -369px}.appStore,.playStore{width:143px;height:43px}.playStore{background-position:-166px -369px}.videoPlayButton{background-position:-1289px -215px;width:42px;height:42px}.favouriteIcon{background-position:-660px -233px;width:40px;height:40px}@media (min-width:320px) and (max-width:991px){.favouriteIcon.color-catalogue-revamp-list--wishList{background-position:-665px -279px;width:29px;height:29px}}.favouriteIcon-selected{background-position:-720px -233px;width:40px;height:40px}.sharepdpIcon{cursor:pointer;background-position:-415px -44px;width:40px;height:40px}.profileIconWhite{background-position:-360px -188px;width:29px;height:29px}.nextIconWhite{background-position:-1104px -388px;width:22px;height:13px}.spriteImgIcon>button{padding-bottom:32px}.colorCatalogue{background-position:-273px -419px;height:36px;width:37px}.interiorWallPaints{background-position:-323px -420px;width:36px;height:34px}.exteriorWallPaints{background-position:-372px -420px;width:37px;height:35px}.onlineColorConsultancy{background-position:-273px -472px;width:37px;height:31px}.homePaintingServices{background-position:-324px -469px;width:33px;height:37px}.waterProofing{background-position:-375px -469px;width:33px;height:37px}.wallCoverings,.wallCoveringsBlue{background-position:-275px -522px;width:31px;height:31px}.waterProofingBlue{background-position:-366px -214px;width:28px;height:31px}.servicesBlue{background-position:-410px -213px;width:28px;height:32px}.blogBlue{background-position:-453px -216px;width:30px;height:27px}.shopBlue{background-position:-277px -256px;width:29px;height:33px}.wallStickers{background-position:-323px -524px;width:36px;height:26px}.kidWorld{background-position:-373px -520px;width:36px;height:35px}.selectedArrow{background-position:-491px -182px;width:35px;height:35px}.arrowDownBig{background-position:-668px -382px;width:24px;height:24px}.arrowUpBig{background-position:-708px -382px;width:24px;height:24px}.wishListIcon{background-position:-42px -3px;width:25px;height:20px}.customCheckBox-unchecked{background-position:-669px -313px;width:23px;height:23px}.customCheckBox-checked{background-position:-709px -313px;width:23px;height:23px}.pointerOpen{background-position:-892px -238px;width:30px;height:30px}.pointerClose{background-position:-938px -238px;width:30px;height:30px}.downarrow{background-position:-668px -382px}.downarrow,.uparrow{width:30px;height:30px}.uparrow{background-position:-708px -382px}.whatsAppIcon{background-position:-520px -295px;width:30px;height:30px}.downloadPDFIcon{background-position:-28px -35px;width:21px;height:26px}.calendarIcon{background-position:-1450px -315px;width:20px;height:18px}.whiteCloseIcon{background-position:-936px -236px;width:34px;height:34px}.enquireTransparentIcon{background-position:-207px -55px;width:19px;height:23px}.facebookIco,.mailIco,.prIco,.twitterIco,.wpIco{width:34px;height:32px}.prIco{background-position:-586px -295px}.facebookIco{background-position:-481px -295px}.wpIco{background-position:-520px -295px}.twitterIco{background-position:-552px -295px}.mailIco{background-position:-625px -295px}.infoIcon{background-position:-591px -190px;width:16px;height:16px}.colorPro-Logo{background-position:-1150px -550px;width:130px;height:50px}.successTick{background-position:-617px -186px;width:26px;height:26px;background-size:800px}.categories{background-position:-281px -323px;width:22px;height:21px}.catalog{background-position:-317px -322px;width:22px;height:22px}.location{background-position:-355px -322px;width:18px;height:22px}.calculatorIcon{background-position:-389px -322px;width:22px;height:22px}.enquireNow{background-position:-1034px -43px;width:30px;height:31px}.magneeto-active{background-position:-1360px -300px;width:80px;height:40px}.magneeto-not-active{background-position:-1450px -300px;width:80px;height:40px}.glow-active{background-position:-1549px -300px;width:80px;height:40px}.glow-not-active{background-position:-1639px -300px;width:80px;height:40px}.draggable-circle{background-position:-652px -120px;width:76px;height:76px}@media (min-width:320px) and (max-width:991px){.magneeto-active{background-position:-1360px -370px;width:60px;height:30px}.magneeto-not-active{background-position:-1428px -370px;width:60px;height:30px}.glow-active{background-position:-1502px -370px;width:60px;height:30px}.glow-not-active{background-position:-1569px -370px;width:60px;height:30px}}.send-sms{background-position:-781px -226px;width:52px;height:56px}.brickIco{background-position:-1570px -214px;width:62px;height:46px}.homeRenovationIco{background-position:-1668px -210px;width:55px;height:46px}.germIco{background-position:-1563px -120px;width:45px;height:45px}.filter-downArrow{background-position:-877px -385px;width:16px;height:16px}.filter-upArrow{background-position:-898px -385px;width:16px;height:16px}.spriteIcon-AprevampPhase3{background-image:url(../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.webp);display:inline-block;background-repeat:no-repeat}.callIcon{background-position:-108px -206px}.callIcon,.locNavIcon{width:45px;height:45px}.locNavIcon{background-position:-63px -206px}.ctaIco{background-position:-854px -244px;width:30px;height:30px}.instaIcon{background-position:-756px -440px;width:18px;height:18px}.callIco{background-position:-37px -71px;width:14px;height:14px}.callIcoBlack{background-position:-108px -202px;width:31px;height:34px}.directionIco{background-position:-66px -202px;width:37px;height:37px}.shareIco{background-position:-25px -202px;width:37px;height:37px}.locatorIco{background-position:-75px -489px;width:30px;height:30px}.phase3spriteHome{background-position:-301px -32px;width:42px;height:40px}.phase3spriteHands{background-position:-363px -43px;width:50px;height:32px}.phase3spriteChat{background-position:-435px -35px;width:48px;height:40px}.phase3spriteHomePainting{background-position:-504px -35px;width:40px;height:40px}.phase3spriteProjectsDone{background-position:-105px -150px;width:28px;height:26px}.phase3spriteHappyCustomers{background-position:-683px -568px;width:40px;height:40px}.phase3spriteYrsofExpertise{background-position:-740px -562px;width:32px;height:42px}.ap-services-wallpainting .moneyBackParent .leftImageRightText .bckGroundGrey,.apService .moneyBackParent .leftImageRightText .bckGroundGrey{background-color:transparent;border-radius:0}.spriteIcon-Aprevamp.favouriteIcon{cursor:pointer}.flagFiJiIsland{background-position:-836px -486px;width:24px;height:24px}.flagNepal{background-position:-870px -486px;width:24px;height:24px}.flagSrilankaAp{background-position:-904px -486px;width:24px;height:24px}.flagSrilankaCauseWay{background-position:-938px -486px;width:24px;height:24px}.flagIndonesia{background-position:-972px -486px;width:24px;height:24px}.flagEthiopia{background-position:-1006px -486px;width:24px;height:24px}.flagSingapore{background-position:-972px -486px;width:24px;height:24px}.wallpaper-blue{background-position:-423px -418px;width:34px;height:33px}.worker-icon{background-position:-1283px -606px;width:36px;height:53px}.cycle-icon{background-position:-1356px -608px;width:56px;height:48px}.notepad-icon{background-position:-1454px -607px;width:52px;height:50px}.tableLamp-icon{background-position:-1542px -604px;width:50px;height:57px}.warrantyfull-icon{background-position:-1629px -605px;width:46px;height:56px}.pattern-icon{background-position:-1714px -608px;width:53px;height:54px}.warrantyoutline-icon{background-position:-1803px -608px;width:44px;height:54px}.navigation-icon{background-position:-1277px -695px;width:50px;height:50px}.contractor-info-icon{background-position:-1364px -690px;width:50px;height:56px}.contractor-select-icon{background-position:-1460px -690px;width:50px;height:56px}.contractor-icon{background-position:-1546px -690px;width:50px;height:56px}.home-painting-icon{background-position:-1628px -690px;width:52px;height:56px}.medal-icon{background-position:-740px -563px;width:32px;height:41px}.milestone-icon{background-position:-104px -148px;width:30px;height:30px}.addBorderedIcon{background-position:-238px -244px;width:23px;height:23px}.removeBorderedIcon{background-position:-281px -244px;width:23px;height:23px}.editFieldIcons{background-position:-982px -437px;width:23px;height:22px}.confirmEditIcon{background-position:-195px -244px;width:23px;height:23px}.thumb-down-filled-icon,.thumb-down-icon,.thumb-up-filled-icon,.thumb-up-icon{width:43px;height:45px}.thumb-up-icon{background-position:-1777px -211px}.thumb-down-icon{background-position:-1849px -210px}.thumb-up-filled-icon{background-position:-1777px -295px}.thumb-down-filled-icon{background-position:-1849px -295px}.apHome-desktopIcon{background-position:-1277px -796px;width:50px;height:50px}.apHome-brandQualityIcon{background-position:-1365px -796px;width:50px;height:50px}.apHome-3dIcon{background-position:-1462px -796px;width:50px;height:50px}.apHome-manWithHeadphoneIcon{background-position:-1547px -796px;width:50px;height:50px}.apHome-swastikTypeIcon{background-position:-1630px -796px;width:50px;height:50px}.apHome-callIcon{background-position:-1713px -796px;width:50px;height:50px}.colourIdeaStore-tourIco{background-position:-1127px -229px;width:45px;height:45px}.shipping-N-return{background-position:-271px -837px;width:25px;height:26px}.applicationProcess{background-position:-376px -840px;width:28px;height:23px}.loyaltyReward{background-position:-323px -837px;width:31px;height:26px}.apHome-home{background-position:-48px -71px;width:11px;height:11px}.apHome-home--mobile{background-position:-77px -71px;width:21px;height:21px}.apHome-home--quickLinks{background-position:-422px -516px;width:34px;height:37px}.apHome-home--serviceMenu{background-position:-190px -192px;width:34px;height:37px}.expertJoyPartner{background-position:-3px -444px;width:212px;min-width:210px;height:39px}.joyPartner{background-position:-241px -444px;width:154px;min-width:154px;height:38px}.expWallPaint{background-position:-7px -503px;width:34px;min-width:34px;height:30px}.expWaterproofing{background-position:-59px -504px;width:31px;min-width:31px;height:29px}.expIntWallText{background-position:-107px -501px;width:34px;min-width:34px;height:32px}.expWoodFinishes{background-position:-160px -504px;width:31px;min-width:31px;height:32px}.expExtWallText{background-position:-213px -501px;width:45px;min-width:45px;height:32px}.expWallpapers{background-position:-288px -502px;width:31px;min-width:31px;height:32px}.excManualPainting{background-position:-14px -569px;width:35px;min-width:35px;height:34px}.excFinishBySpray{background-position:-64px -569px;width:38px;min-width:38px;height:35px}.excFinishBySander{background-position:-122px -569px;width:35px;min-width:35px;height:35px}.expTVInterior{background-position:-349px -503px;width:33px;min-width:33px;height:31px}.expTools{background-position:-410px -503px;width:30px;min-width:30px;height:32px}.expFurniture{background-position:-467px -503px;width:34px;min-width:34px;height:30px}.paintbucket{background-position:-817px -813px;width:62px;height:62px}.thumbshield{background-position:-898px -813px}.notes,.thumbshield{width:62px;height:62px}.notes{background-position:-976px -813px}.twopeople{background-position:-1051px -813px;width:62px;height:62px}.serviceExpandIcon{background-position:-704px -842px;width:30px;height:30px}.successTick-lg{background-position:-537px -186px;width:30px;height:30px;background-size:800px}.locationTagIcon{background-position:-215px -6px;width:11px;height:11px}.locationTagIconInHeader{background-position:-214px -45px;width:11px;height:11px}.wpIconLarge{background-position:-1174px -608px;width:38px;height:40px;margin-right:5px}.getDesignColourAppArrow{display:inline-block;transform:scale(1.7,2);padding-left:2.25px;padding-bottom:2px}@font-face{font-family:apFontExtraBold;src:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/fonts/manrope/Manrope-ExtraBold.ttf);font-display:swap}@font-face{font-family:apFontBold;src:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/fonts/manrope/Manrope-Bold.ttf);font-display:swap}@font-face{font-family:apFontMedium;src:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/fonts/manrope/Manrope-Medium.ttf);font-display:swap}@font-face{font-family:apFontRegular;src:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/fonts/manrope/Manrope-Regular.ttf);font-display:swap}@font-face{font-family:apFontLight;src:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/fonts/manrope/Manrope-Light.ttf);font-display:swap}@media (min-width:992px){.desk-extra-bold-85{font-size:85px;font-family:apFontExtraBold}.desk-extra-bold-64{font-size:64px;font-family:apFontExtraBold;line-height:70.4px}.desk-light-60{font-size:60px;font-family:apFontLight}.desk-extra-bold-54{font-size:54px;font-family:apFontExtraBold;line-height:56.4px}.desk-extra-bold-40{font-size:40px;font-family:apFontExtraBold}.desk-extra-bold-32{font-size:32px;font-family:apFontExtraBold;line-height:35.2px}.desk-extra-bold-20{font-size:20px;font-family:apFontExtraBold}.desk-bold-20{font-size:20px;font-family:apFontBold}.desk-extra-bold-16{font-size:16px;font-family:apFontExtraBold}.desk-medium-16{font-size:16px;font-family:apFontMedium;line-height:21.86px}.desk-medium-14{font-size:14px;font-family:apFontMedium}.desk-medium-12{font-size:12px;font-family:apFontMedium}.desk-regular-11{font-size:11px;font-family:apFontRegular}.desk-regular-10{font-size:10px;font-family:apFontRegular}}@media (min-width:320px) and (max-width:991px){.mob-extra-bold-85{font-size:85px;font-family:apFontExtraBold}.mob-extra-bold-64{font-size:64px;font-family:apFontExtraBold}.mob-light-60{font-size:60px;font-family:apFontLight}.mob-extra-bold-54{font-size:54px;font-family:apFontExtraBold}.mob-extra-bold-40{font-size:40px;font-family:apFontExtraBold}.mob-extra-bold-32{font-size:32px;font-family:apFontExtraBold;line-height:35.2px}.mob-extra-bold-20{font-size:20px;font-family:apFontExtraBold;line-height:27.32px}.mob-bold-28{font-size:28px;font-family:apFontBold}.mob-bold-24{font-size:24px;font-family:apFontExtraBold;line-height:28.8px}.mob-bold-20{font-size:20px;font-family:apFontBold}.mob-extra-bold-16{font-size:16px;font-family:apFontExtraBold;line-height:21.86px}.mob-medium-16{font-size:16px;font-family:apFontMedium}.mob-medium-14{font-size:14px;font-family:apFontMedium}.mob-medium-12{font-size:12px;font-family:apFontMedium;line-height:16.39px}.mob-regular-11{font-size:11px;font-family:apFontRegular;line-height:15.03px}.mob-regular-10{font-size:10px;font-family:apFontRegular}}@media (min-width:992px){.desk-weight-300{font-weight:300}.desk-weight-400{font-weight:400}.desk-weight-500{font-weight:500}.desk-weight-600{font-weight:600}.desk-weight-700{font-weight:700}.desk-weight-800{font-weight:800}}@media (min-width:320px) and (max-width:991px){.mob-weight-300{font-weight:300}.mob-weight-400{font-weight:400}.mob-weight-500{font-weight:500}.mob-weight-600{font-weight:600}.mob-weight-700{font-weight:700}.mob-weight-800{font-weight:800}}@media (min-width:992px){.desk-padd-top-5{padding-top:5px}.desk-padd-top-10{padding-top:10px}.desk-padd-top-20{padding-top:20px}.desk-padd-top-25{padding-top:25px}.desk-padd-top-30{padding-top:30px}.desk-padd-top-35{padding-top:35px}.desk-padd-top-40{padding-top:40px}.desk-padd-top-45{padding-top:45px}.desk-padd-top-50{padding-top:50px}.desk-padd-top-60{padding-top:60px}.desk-padd-top-80{padding-top:80px}.desk-padd-top-100{padding-top:100px}.desk-padd-top-150{padding-top:150px}}@media (min-width:320px) and (max-width:991px){.mob-padd-top-5{padding-top:5px}.mob-padd-top-10{padding-top:10px}.mob-padd-top-20{padding-top:20px}.mob-padd-top-25{padding-top:25px}.mob-padd-top-30{padding-top:30px}.mob-padd-top-35{padding-top:35px}.mob-padd-top-40{padding-top:40px}.mob-padd-top-45{padding-top:45px}.mob-padd-top-50{padding-top:50px}.mob-padd-top-60{padding-top:60px}.mob-padd-top-80{padding-top:80px}.mob-padd-top-100{padding-top:100px}.mob-padd-top-150{padding-top:150px}}@media (min-width:992px){.desk-margin-top-5{padding-top:5px}.desk-margin-top-10{padding-top:10px}.desk-margin-top-20{padding-top:20px}.desk-margin-top-25{padding-top:25px}.desk-margin-top-30{padding-top:30px}.desk-margin-top-35{padding-top:35px}.desk-margin-top-40{padding-top:40px}.desk-margin-top-45{padding-top:45px}.desk-margin-top-50{padding-top:50px}.desk-margin-top-60{padding-top:60px}.desk-margin-top-80{padding-top:80px}.desk-margin-top-100{padding-top:100px}.desk-margin-top-150{padding-top:150px}}@media (min-width:320px) and (max-width:991px){.mob-margin-top-5{padding-top:5px}.mob-margin-top-10{padding-top:10px}.mob-margin-top-20{padding-top:20px}.mob-margin-top-25{padding-top:25px}.mob-margin-top-30{padding-top:30px}.mob-margin-top-35{padding-top:35px}.mob-margin-top-40{padding-top:40px}.mob-margin-top-45{padding-top:45px}.mob-margin-top-50{padding-top:50px}.mob-margin-top-60{padding-top:60px}.mob-margin-top-80{padding-top:80px}.mob-margin-top-100{padding-top:100px}.mob-margin-top-150{padding-top:150px}}body,html{font-family:Manrope;font-weight:400;padding:0;background-color:#fff;color:#222;font-size:14px;line-height:22px}@media (min-width:576px){body,html{padding-bottom:0!important}}.commonWrapper{max-width:1440px!important;margin-left:auto!important;position:relative!important;margin-right:auto!important}@media (min-width:576px) and (max-width:767px){.commonWrapper{max-width:600px!important;margin:auto!important}}@media (min-width:768px) and (max-width:991px){.commonWrapper{max-width:800px;margin:auto}}.floatNone{float:none!important;width:auto!important;clear:both!important}.padding45{padding-right:4%;padding-left:4%}@media (min-width:320px) and (max-width:991px){.padding45{padding-right:4.5%;padding-left:4.5%}.padding45 .bannerWithGreybackground,.padding45 .pbc-main-wrapper{margin-left:-20px!important;width:calc(100% + 40px)!important}}.padding45 .bannerFloatVariant-3Item .bannerWithGreybackground{margin:0!important;width:100%!important}@media (min-width:320px) and (max-width:991px){.padding45-mobile{padding-left:20px;padding-right:20px}}.padding45-desktop{padding-left:4%;padding-right:4%}@media (min-width:320px) and (max-width:991px){.padding45-desktop{padding-left:0;padding-right:0}}@media (min-width:320px) and (max-width:991px){.bottom-border-with-bottom-space{margin-bottom:40px;border-bottom:1px solid rgba(34,34,34,.1)}}.texture-left-space{padding-left:40px}@media (min-width:320px) and (max-width:991px){.texture-left-space{padding-left:0;padding-top:40px}}@media (min-width:768px) and (max-width:991px){.texture-left-space{padding-left:20px;padding-top:0}}.texture-right-space{padding-right:40px}@media (min-width:320px) and (max-width:991px){.texture-right-space{padding-right:0}}@media (min-width:768px) and (max-width:991px){.texture-right-space{padding-right:20px}}.custom-enquire-now-sticker-btn{position:absolute;top:19%;right:4%}.commonDividerLine{border-bottom:1px solid rgba(34,34,34,.1)}.commonDividerLine.commonDividerLine-with-space{border:0}.commonDividerLine-with-space{position:relative}.commonDividerLine-with-space:before{content:"";position:absolute;display:block;height:1px;background-color:rgba(34,34,34,.1);width:91%;bottom:0;margin:auto;left:0;right:0}@media (min-width:992px){.commonDividerLine-with-space:before{width:92%}}.no-border{border:0!important}.padding-bottom-small50{padding-bottom:50px}@media (min-width:320px) and (max-width:991px){.padding-bottom-small50{padding-bottom:25px}}.padding-bottom-medium70{padding-bottom:70px}@media (min-width:320px) and (max-width:991px){.padding-bottom-medium70{padding-bottom:30px}}.padding-bottom-large100{padding-bottom:100px}@media (min-width:320px) and (max-width:991px){.padding-bottom-large100{padding-bottom:50px}}.padding-bottom-extraLarge120{padding-bottom:120px}@media (min-width:320px) and (max-width:991px){.padding-bottom-extraLarge120{padding-bottom:60px}}.greyBGFull{background:linear-gradient(180deg,#fff 36%,#f8f8f8 0)}.greyBGFull.bannerFloatVariant-3Item{background:linear-gradient(180deg,#fff 47%,#f8f8f8 0)}@media (min-width:320px) and (max-width:991px){.circleCrosslink-fullBG.greyBGFull{background:linear-gradient(180deg,#fff 0,#f8f8f8 0)}}.whiteBGFull{background:linear-gradient(180deg,transparent 36%,#fff 0)}.whiteBGFull.bannerFloatVariant-3Item{background:linear-gradient(180deg,transparent 47%,#fff 0)}:focus{outline:none!important;box-shadow:none}ul{padding:0;margin:0}ul li{list-style:none}.padding0{padding:0}.mainLandingPageWrap section,.productDetailsPageWrap section{margin-top:70px}@media (min-width:320px) and (max-width:767px){.mainLandingPageWrap section,.productDetailsPageWrap section{margin-top:40px}}.rightAlign{text-align:right}.centerAlign{text-align:center}.leftAlign{text-align:left}.centerElement{margin:auto}.hide{display:none}.show{display:block}.modalShadowBG{position:fixed;background-color:#000;opacity:.8;height:100%;width:100%;top:0;left:0;z-index:1050}.spriteIcon{background-image:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/CCspriteImage.png);display:block}.purpleColorText a,.purpleColorText h1,.purpleColorText h2,.purpleColorText h3,.purpleColorText h4,.purpleColorText h5,.purpleColorText h6,.purpleColorText p,.purpleColorText span,.purpleColorText ul li{color:#431a80}.whiteColorText a,.whiteColorText h1,.whiteColorText h2,.whiteColorText h3,.whiteColorText h4,.whiteColorText h5,.whiteColorText h6,.whiteColorText p,.whiteColorText span,.whiteColorText ul li{color:#fff}.blackColorText a,.blackColorText h1,.blackColorText h2,.blackColorText h3,.blackColorText h4,.blackColorText h5,.blackColorText h6,.blackColorText p,.blackColorText span,.blackColorText ul li{color:#3b3b3b}.boldFont a,.boldFont h1,.boldFont h2,.boldFont h3,.boldFont h4,.boldFont h5,.boldFont h6,.boldFont p,.boldFont span,.boldFont ul li{font-weight:700}.semi-boldFont a,.semi-boldFont h1,.semi-boldFont h2,.semi-boldFont h3,.semi-boldFont h4,.semi-boldFont h5,.semi-boldFont h6,.semi-boldFont p,.semi-boldFont span,.semi-boldFont ul li{font-weight:600}.mediumFont a,.mediumFont h1,.mediumFont h2,.mediumFont h3,.mediumFont h4,.mediumFont h5,.mediumFont h6,.mediumFont p,.mediumFont span,.mediumFont ul li{font-weight:500}.regularFont a,.regularFont h1,.regularFont h2,.regularFont h3,.regularFont h4,.regularFont h5,.regularFont h6,.regularFont p,.regularFont span,.regularFont ul li{font-weight:400}.lightFont a,.lightFont h1,.lightFont h2,.lightFont h3,.lightFont h4,.lightFont h5,.lightFont h6,.lightFont p,.lightFont span,.lightFont ul li{font-weight:300}.extra-lightFont a,.extra-lightFont h1,.extra-lightFont h2,.extra-lightFont h3,.extra-lightFont h4,.extra-lightFont h5,.extra-lightFont h6,.extra-lightFont p,.extra-lightFont span,.extra-lightFont ul li{font-weight:200}.whiteColorText h1{letter-spacing:1px}@media (min-width:992px){.whiteColorText h1{letter-spacing:4px}}p{width:auto}h1{font-weight:700;letter-spacing:normal;font-size:40px;line-height:40px}@media (min-width:992px){h1{font-size:60px;line-height:60px}}h2{font-weight:700;font-size:22px;line-height:24px;letter-spacing:normal}@media (min-width:992px){h2{font-size:30px;line-height:34px}}h3{font-weight:700;font-size:16px;line-height:22px;letter-spacing:normal}@media (min-width:992px){h3{font-size:20px;line-height:22px}}.nilayah3{font-weight:700;font-size:16px;line-height:22px;letter-spacing:normal}@media (min-width:992px){.nilayah3{font-size:20px;line-height:22px}}h4,h5,h6{font-weight:500;font-size:14px;line-height:normal;letter-spacing:normal}h4{font-weight:600}p{font-weight:400;font-size:14px;letter-spacing:.5px}.bodyCopy-p2,p{line-height:22px}.bodyCopy-p2{font-size:12px;letter-spacing:.46px}@media (min-width:992px){.bodyCopy-p2{font-size:13px;line-height:22px;letter-spacing:.5px}}.swatch-name-top-PDP{font-size:14px}.swatch-name-top,.swatch-name-top-PDP{font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#3b3b3b}.swatch-code,.swatch-name-top{font-size:12px}.swatch-code{font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#3b3b3b}.centerText{text-align:center;font-weight:500}.mediumSpace{margin-bottom:120px}.baseCTSpace{margin-bottom:70px}@media (min-width:320px) and (max-width:991px){.baseCTSpace{margin-bottom:30px}}.baseCTSpace50{margin-bottom:50px}@media (min-width:320px) and (max-width:991px){.baseCTSpace50{margin-bottom:25px}}.baseCTSpace100{margin-bottom:100px}@media (min-width:320px) and (max-width:991px){.baseCTSpace100{margin-bottom:50px}}.baseCTSpace120{margin-bottom:120px}@media (min-width:320px) and (max-width:991px){.baseCTSpace120{margin-bottom:60px}}.paddingLeft--default{padding:0 0 0 4%}@media (min-width:320px) and (max-width:991px){.paddingLeft--default{padding:0}}.paddingRight--default{padding:0 4% 0 0}@media (min-width:320px) and (max-width:991px){.paddingRight--default{padding:0}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.exploreButton{text-align:center;background:#fff;width:269px;border:1px solid #fff;border-radius:3px;color:#431a80;size:12px;letter-spacing:.86px;line-height:45px;text-transform:uppercase}.exploreButton:hover{font-weight:700;background:#431a80;color:#fff;border:1px solid #431a80}@media (min-width:320px) and (max-width:767px){.exploreButton{font-size:10px;line-height:20px;width:74%;padding:7px 0;letter-spacing:.71px;margin-top:14px}}button.exploreButton{font-size:12px}@media (min-width:320px) and (max-width:767px){button.exploreButton{font-size:10px}}.exploreLink{color:#431a80;display:block;font-size:12px;letter-spacing:.86px;font-weight:500;text-transform:uppercase;text-decoration:underline;margin-top:24px}.exploreLink:hover{text-decoration:none;font-weight:700;color:#431a80}@media (min-width:320px) and (max-width:767px){.exploreLink{display:none}}.lighttextHeading a,.lighttextHeading h1,.lighttextHeading h2,.lighttextHeading h3,.lighttextHeading h4,.lighttextHeading h5,.lighttextHeading h6,.lighttextHeading p,.lighttextHeading span,.lighttextHeading ul li{font-weight:200}a,a:hover{color:inherit}a:hover{text-decoration:none}.slick-dots>li{display:inline-block}.slick-dots>li:only-child{display:none}.slick-slide{height:auto}.slick-slide:focus{outline:none;border:none;box-shadow:none}.slick-slide a:hover{text-decoration:none}.slick-slider .slick-next,.slick-slider .slick-prev{width:22px;height:13px;top:-25px}.slick-slider .slick-next:before,.slick-slider .slick-prev:before{background-image:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-Sprite-firstFold.webp);display:block;width:22px;height:13px;opacity:1;color:transparent}.slick-slider .slick-prev{right:45px;left:unset}.slick-slider .slick-prev.slick-disabled{opacity:.4;cursor:default}@media (min-width:992px) and (max-width:1024px){.slick-slider .slick-prev{left:-25px}}.slick-slider .slick-prev:before{background-position:-115px -126px}.slick-slider .slick-next{right:0}.slick-slider .slick-next.slick-disabled{opacity:.4;cursor:default}@media (min-width:992px) and (max-width:1024px){.slick-slider .slick-next{right:-30px}}.slick-slider .slick-next:before{background-position:-148px -126px}.slick-slider .slick-next .slick-next.slick-disabled:before,.slick-slider .slick-next .slick-prev.slick-disabled:before{opacity:.25;cursor:default}.slick-slider .slick-next .slick-track a{text-decoration:none}@media (min-width:320px) and (max-width:767px){.colorGoesWellWrap .slick-slider,.productOtherCombinations .slick-slider,.sinceYouLikedWrap .slick-slider{width:100%}}@media (min-width:768px) and (max-width:991px){.colorGoesWellWrap .slick-slider,.productOtherCombinations .slick-slider,.sinceYouLikedWrap .slick-slider{width:100%}}a[href="javascript:void(0)"]{text-decoration:none;cursor:default!important}a[href="javascript:void(0)"] *{cursor:default!important}a[href="javascript:void(0)"].banner_jumpLink{text-decoration:none;cursor:pointer!important}a[href="javascript:void(0)"].banner_jumpLink *{cursor:pointer!important}.d-flex-custom{display:flex}.topGap50-10{padding-top:50px}@media (min-width:320px) and (max-width:991px){.topGap50-10{padding-top:10px}}.locateOurStoresText{padding:32px 60px}.locateOurStoresText p{margin:0}.titleTextContainer h2{margin-bottom:17px}.common-painting-detailed .topGap50-10{padding:30px 20px 0}@media (min-width:992px){.common-painting-detailed .topGap50-10{padding:55px 9% 0}}.common-painting-detailed .topGap50-10 h2{margin-bottom:22px}h2.replacedH1{font-size:60px!important;line-height:60px!important;font-weight:700!important}@media (min-width:320px) and (max-width:991px){h2.replacedH1{font-size:40px!important;line-height:40px!important}}.bannerTextDesc .replacedH1{text-transform:capitalize;letter-spacing:4px!important}@media (min-width:320px) and (max-width:991px){.bannerTextDesc .replacedH1{letter-spacing:1px!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (min-width:992px){.belowBannerText-global.rte p{padding:0 15%}}.imageLoader{background:transparent url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/ap-logo-loader.gif) 50% no-repeat}body .responsivegrid.cc-global{padding-top:125px}@media (min-width:992px){body .responsivegrid.cc-global{padding-top:136px}}body.campaignpage-template .responsivegrid.cc-global{padding-top:0}.imageBanner-fullwidth img{width:100%}.alignCenter--vertical{display:flex;align-items:center;vertical-align:middle}.pad40{padding:40px!important}@media (min-width:320px) and (max-width:991px){.pad40{padding:20px!important}}.pad20{padding:20px!important}@media (min-width:320px) and (max-width:991px){.pad20{padding:10px!important}}.topBottomPad40{padding:40px 0}@media (min-width:320px) and (max-width:991px){.topBottomPad40{padding:20px 0}}.topBottomPad60{padding:60px 0}@media (min-width:320px) and (max-width:991px){.topBottomPad60{padding:30px 0}}.leftRightPad40{padding:0 40px}@media (min-width:320px) and (max-width:991px){.leftRightPad40{padding:0 20px}}.leftRightPad20{padding:0 20px}@media (min-width:320px) and (max-width:991px){.leftRightPad20{padding:0 10px}}.topBottomPad20{padding:20px 0}@media (min-width:320px) and (max-width:991px){.topBottomPad20{padding:10px 0}}.topPad40{padding:40px 0 0}@media (min-width:320px) and (max-width:991px){.topPad40{padding:20px 0 0}}.topPad20{padding:20px 0 0}@media (min-width:320px) and (max-width:991px){.topPad20{padding:10px 0 0}}.bottomPad40{padding:0 0 40px}@media (min-width:320px) and (max-width:991px){.bottomPad40{padding:0 0 20px}}.bottomPad20{padding:0 0 20px}@media (min-width:320px) and (max-width:991px){.bottomPad20{padding:0 0 20px}}.leftPad40{padding:0 0 0 40px}@media (min-width:320px) and (max-width:991px){.leftPad40{padding:0 0 0 20px}}.leftPad20{padding:0 0 0 20px}@media (min-width:320px) and (max-width:991px){.leftPad20{padding:0 0 0 10px}}.rightPad40{padding:0 40px 0 0}@media (min-width:320px) and (max-width:991px){.rightPad40{padding:0 20px 0 0}}.rightPad20{padding:0 20px 0 0}@media (min-width:320px) and (max-width:991px){.rightPad20{padding:0 10px 0 0}}.marg0{margin:0!important}.productDetailsPageWrap .productLefSideCnt{position:relative}.productDetailsPageWrap .productLefSideCnt .productCarousel .slick-slide img{width:100%}.productDetailsPageWrap .productLefSideCnt .productCarouselNav{padding:0 38px;margin-bottom:0}@media (min-width:992px) and (max-width:1024px){.productDetailsPageWrap .productLefSideCnt .productCarouselNav{padding:0;margin-bottom:0}}.productDetailsPageWrap .productLefSideCnt .productCarouselNav .thumbImgContainer{cursor:pointer}.productDetailsPageWrap .productLefSideCnt .productCarouselNav .slick-list{padding:0}@media (min-width:576px){.productDetailsPageWrap .productLefSideCnt .productCarouselNav .slick-list{display:flex;justify-content:center}}.productDetailsPageWrap .productLefSideCnt .productCarouselNav .slick-list .slick-track{padding:0}@media (min-width:576px){.productDetailsPageWrap .productLefSideCnt .productCarouselNav .slick-list .slick-track{display:contents}}@media (min-width:992px){.productDetailsPageWrap .productDetailWrap{padding-left:42px;margin-top:35px}}@media (min-width:320px) and (max-width:767px){.productDetailsPageWrap .productDetailWrap{margin-top:10px;padding:0 20px}}@media (min-width:768px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap{margin-left:0}}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap>div{display:flex;flex-wrap:wrap}.productDetailsPageWrap .productDetailWrap>div .cmp-title{order:2}.productDetailsPageWrap .productDetailWrap>div .moreInfo-Wrap{order:3}.productDetailsPageWrap .productDetailWrap>div .onClickChange,.productDetailsPageWrap .productDetailWrap>div .suggestionBlock{order:4}.productDetailsPageWrap .productDetailWrap>div .shopvisualizer{order:5;margin-top:27px}.productDetailsPageWrap .productDetailWrap>div .shadepalletes{order:1}.productDetailsPageWrap .productDetailWrap>div .calculator{order:6}.productDetailsPageWrap .productDetailWrap>div .coatinformation{order:3}.productDetailsPageWrap .productDetailWrap>div .cta.ctaComp{order:7}.productDetailsPageWrap .productDetailWrap>div .cta.ctaComp+.rte.text{order:8}}.productDetailsPageWrap .productDetailWrap h2{line-height:40px;margin-top:-15px}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap h2{letter-spacing:0;margin-bottom:8px}}.productDetailsPageWrap .productDetailWrap h2.palleteTitle{margin-bottom:5px}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap h2.palleteTitle{margin-bottom:15px}}.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT{vertical-align:top;margin-top:10px}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT{width:100%;margin-left:0;order:1;margin-top:-20px}}.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT h4{text-transform:uppercase;margin-bottom:8px;font-weight:500;margin-bottom:15px;font-size:13px}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT h4{margin-bottom:22px;font-size:12px}}.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT h2.palleteTitle{margin-bottom:5px;line-height:40px;margin-top:-15px;text-transform:capitalize!important}.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT .moreInfo-Wrap button{background:none;border:none;padding:0;font-size:14px;font-weight:500;cursor:pointer;text-transform:uppercase;text-decoration:underline}@media (min-width:320px) and (max-width:767px){.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT .productDetailWrap,.productDetailsPageWrap .productDetailWrap .shadePallateWrapCT .productLefSideCnt{margin-bottom:0}}.productDetailsPageWrap .productDetailWrap .featuredtag,.productDetailsPageWrap .productDetailWrap .featureTag,.productDetailsPageWrap .productDetailWrap .shareComponent{display:inline-block}.productDetailsPageWrap .productDetailWrap .featuredtag{width:60%!important;min-height:1px}.productDetailsPageWrap .productDetailWrap .twovariantscolumn .contentdiv p{padding:12px 0 0;word-spacing:2px;margin-bottom:5px}@media (min-width:1200px){.productDetailsPageWrap .productDetailWrap .twovariantscolumn .contentdiv p{font-size:13px}}@media (min-width:1366px){.productDetailsPageWrap .productDetailWrap .twovariantscolumn .contentdiv p{font-size:14px}}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap .twovariantscolumn .contentdiv p{text-align:center;font-size:12px}}.productDetailsPageWrap .productDetailWrap .twovariantscolumn .asidediv{padding-left:0;padding-top:8px}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap .twovariantscolumn .asidediv .leftAlign{text-align:center}}@media (min-width:320px) and (max-width:991px){.productDetailsPageWrap .productDetailWrap .twovariantscolumn .asidediv .leftAlign .ctaText{font-size:12px}}.white-color{background:#fff}.flex-1{flex:1}.placeHolderTwo{margin:0}.placeHolderTwo .placeHolderTwoImg{width:46%;position:absolute;left:0}@media (min-width:320px) and (max-width:767px){.placeHolderTwo .placeHolderTwoImg{width:100%;padding:0;overflow:hidden}}.placeHolderTwo .placeHolderImgWithBg.placeHolderMargin{margin-top:15%}@media (min-width:320px) and (max-width:767px){.placeHolderTwo .placeHolderImgWithBg.placeHolderMargin{margin-top:20%}}.placeHolderTwo .placeHolderHeader h2{font-size:30px}@media (min-width:768px) and (max-width:991px){.placeHolderTwo .placeHolderHeader h2{font-size:20px}}@media (min-width:320px) and (max-width:767px){.placeHolderTwo .placeHolderHeader h2{font-size:22px}}.placeHolderTwo .placeHolderImgWithBg{width:100%;position:relative;display:flex;flex-direction:row-reverse}.placeHolderTwo .backgroundPlaceHolder{background-color:#f0f0f0;width:75%;left:20%;margin-top:80px;padding:8% 0}@media (min-width:768px) and (max-width:991px){.placeHolderTwo .backgroundPlaceHolder{min-height:1px}}@media (min-width:992px) and (max-width:1024px){.placeHolderTwo .backgroundPlaceHolder{min-height:450px}}@media (min-width:320px) and (max-width:767px){.placeHolderTwo .backgroundPlaceHolder{min-height:1px;height:auto;padding:20px;width:100%;left:0;margin-top:60%}}.placeHolderTwo img{position:relative;width:100%;height:auto;background:none}.placeHolderTwo .placeHolderInfo{margin:10% 10% 0 52%}@media (min-width:320px) and (max-width:767px){.placeHolderTwo .placeHolderInfo{margin:38% 0 0}.placeHolderTwo .placeHolderInfo .validateNum{margin-top:21px}}@media (min-width:768px) and (max-width:991px){.placeHolderTwo .placeHolderInfo{margin-left:50%;width:unset}}.placeHolderTwo .placeHolderInfo p{letter-spacing:.62px}.placeHolderTwo .placeHolderInfo .viewAllLink{color:#000;font-size:13px;border-bottom:2px solid #8839ff;text-decoration:none}@media (min-width:320px) and (max-width:767px){.placeHolderTwo .placeHolderInfo .viewAllLink{font-size:11px}}.placeHolderRightImg .backgroundPlaceHolder .placeHolderInfo{width:40%;margin-top:15%;margin-left:12%}@media (min-width:768px) and (max-width:991px){.placeHolderRightImg .backgroundPlaceHolder .placeHolderInfo{margin-top:6%}}@media (min-width:320px) and (max-width:767px){.placeHolderRightImg .backgroundPlaceHolder .placeHolderInfo{width:inherit;margin-left:0;margin-top:38%}}.placeHolderRightImg .placeHolderTwoImg{right:0}.placeHolderRightImg img{float:right;width:100%}.videoTextCard{position:relative;margin:0}.videoTextCard.exploreColors .placeHolderImgWithBg__bg-title-wrap{width:80%}@media (min-width:320px) and (max-width:991px){.videoTextCard.exploreColors .placeHolderImgWithBg__bg-title-wrap{width:100%}}.videoTextCard .placeHolderTwo__title{margin-bottom:30px}@media (min-width:320px) and (max-width:991px){.videoTextCard .placeHolderTwo__title{margin-bottom:0}}.videoTextCard .placeHolderImgWithBg{height:auto}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.videoTextCard .placeHolderImgWithBg{height:100%}}}.videoTextCard .placeHolderImgWithBg .backgroundPlaceHolder{position:relative;left:auto;bottom:-10%;display:flex;justify-content:center;min-height:unset;align-items:center;flex-direction:column;width:100%;margin:0;padding-left:8%;height:100%;background-repeat:no-repeat;background-position:100% 0}.videoTextCard .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{text-align:left}@media (min-width:320px) and (max-width:991px){.videoTextCard .placeHolderImgWithBg .backgroundPlaceHolder{top:-160px;margin-top:0;padding:170px 20px 30px;margin-bottom:-160px;display:block;height:auto;background-size:50% 100%}.videoTextCard .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0}.videoTextCard .placeHolderImgWithBg .backgroundPlaceHolder .downloadPaintingApp p:last-child{margin-bottom:0}}@media (min-width:768px) and (max-width:991px){.videoTextCard .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px;margin-bottom:-280px;padding-top:280px}}@media (min-width:576px) and (max-width:767px){.videoTextCard .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px;margin-bottom:-280px;padding-top:280px}}.videoTextCard .placeHolderImgWithBg__bg-title-wrap{display:flex;flex-direction:column;align-items:center;width:65%}@media (min-width:320px) and (max-width:991px){.videoTextCard .placeHolderImgWithBg__bg-title-wrap{width:100%}}@media (min-width:320px) and (max-width:991px){.videoTextCard .placeHolderImgWithBg{flex-direction:column-reverse}.videoTextCard .placeHolderImgWithBg .placeHolderTwoImg{left:auto}}.videoTextCard__title{width:30%;margin:0 10% 0 21%}@media (min-width:320px) and (max-width:991px){.videoTextCard__title{display:none}}.videoTextCard__title-img{width:100%;height:auto}.videoTextCard__title--mobile{display:none}@media (min-width:320px) and (max-width:991px){.videoTextCard__title--mobile{display:flex;justify-content:center;width:40%;margin:0 auto 20px}}.videoTextCard.placeHolderTwo .placeHolderInfo .textLinks a{color:#000;font-size:14px;border-bottom:2px solid #8839ff;text-decoration:none;display:inline-block}@media (min-width:320px) and (max-width:991px){.videoTextCard.placeHolderTwo .placeHolderInfo .textLinks a{display:inline-block;font-size:11px}}.videoTextCard.exploreColors .placeHolderImgWithBg .backgroundPlaceHolder{align-items:flex-start;justify-content:left}@media (min-width:320px) and (max-width:991px){.videoTextCard.imageVideoCarouselWLP .carouselHeadDescWrap .downloadPaintingApp__head,.videoTextCard .placeHolderLeftImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo h2{text-align:left}}.placeHolderLeftImg{margin-bottom:100px}@media (min-width:320px) and (max-width:991px){.placeHolderLeftImg{margin-bottom:0}}.placeHolderLeftImg .placeHolderImgWithBg{flex-direction:row-reverse}@media (min-width:320px) and (max-width:991px){.placeHolderLeftImg .placeHolderImgWithBg{margin-top:0;flex-wrap:wrap}}.placeHolderLeftImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0 10% 0 26%}.placeHolderLeftImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo h2{margin-bottom:15px}@media (min-width:320px) and (max-width:991px){.placeHolderLeftImg .placeHolderImgWithBg .backgroundPlaceHolder{margin-top:0}.placeHolderLeftImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0}}.placeHolderLeftImg .videoTextCard__title{margin:0 10% 0 21%}.placeHolderLeftImg .placeHolderTwoImg{position:relative;left:4%;width:65%;height:auto}.placeHolderLeftImg .placeHolderTwoImg .video-elem,.placeHolderLeftImg .placeHolderTwoImg .video-elem__thumbnail-wrap{width:100%;height:auto}@media (min-width:320px) and (max-width:991px){.placeHolderLeftImg .placeHolderTwoImg{left:auto;width:100%;padding:20px}}.placeHolderLeftBottomImg{margin-bottom:60px}@media (min-width:320px) and (max-width:991px){.placeHolderLeftBottomImg{margin-bottom:0}}.placeHolderLeftBottomImg .placeHolderImgWithBg{flex-direction:row-reverse}@media (min-width:320px) and (max-width:991px){.placeHolderLeftBottomImg .placeHolderImgWithBg{margin-top:0;flex-direction:column-reverse}}.placeHolderLeftBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:auto;margin-top:5%}.placeHolderLeftBottomImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0 10% 0 30%}@media (min-width:320px) and (max-width:991px){.placeHolderLeftBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-160px;margin-top:0}.placeHolderLeftBottomImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0}}@media (min-width:768px) and (max-width:991px){.placeHolderLeftBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px}}@media (min-width:576px) and (max-width:767px){.placeHolderLeftBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px}}.placeHolderLeftBottomImg .videoTextCard__title{margin:0 10% 0 21%}.placeHolderLeftBottomImg .placeHolderTwoImg{position:relative;left:5%;width:65%;height:100%;top:60px}.placeHolderLeftBottomImg .placeHolderTwoImg .video-elem,.placeHolderLeftBottomImg .placeHolderTwoImg .video-elem__thumbnail-wrap{width:100%;height:auto}@media (min-width:320px) and (max-width:991px){.placeHolderLeftBottomImg .placeHolderTwoImg{left:auto;width:100%;padding:5%;top:auto}}.placeHolderRightImg{margin-bottom:100px}@media (min-width:320px) and (max-width:991px){.placeHolderRightImg{margin-bottom:40px}}.placeHolderRightImg img{float:unset}.placeHolderRightImg .placeHolderImgWithBg{flex-direction:row}@media (min-width:320px) and (max-width:991px){.placeHolderRightImg .placeHolderImgWithBg{margin-top:0;flex-direction:column-reverse}}.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder{top:10%}.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{width:auto;margin:0 30% 0 18%;text-align:center}.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo h2{margin-bottom:15px}@media (min-width:992px){.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo h2{margin-bottom:25px}}.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo h3{margin-bottom:0}@media (min-width:320px) and (max-width:991px){.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-160px;margin-top:0}.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0;width:100%}}@media (min-width:768px) and (max-width:991px){.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px}}@media (min-width:576px) and (max-width:767px){.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px}}.placeHolderRightImg .videoTextCard__title{margin:0 21% 0 10%}.placeHolderRightImg .placeHolderTwoImg{position:relative;right:4%;width:65%;height:100%;left:auto;top:auto}.placeHolderRightImg .placeHolderTwoImg .video-elem,.placeHolderRightImg .placeHolderTwoImg .video-elem__thumbnail-wrap{width:100%;height:auto}@media (min-width:320px) and (max-width:991px){.placeHolderRightImg .placeHolderTwoImg{left:auto;width:100%;padding:5%;right:auto}}.placeHolderRightBottomImg{margin-bottom:60px}@media (min-width:320px) and (max-width:991px){.placeHolderRightBottomImg{margin-bottom:0}}.placeHolderRightBottomImg img{float:unset}.placeHolderRightBottomImg .placeHolderImgWithBg{flex-direction:row}@media (min-width:320px) and (max-width:991px){.placeHolderRightBottomImg .placeHolderImgWithBg{margin-top:0;flex-direction:column-reverse}}.placeHolderRightBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:auto;margin-top:5%}.placeHolderRightBottomImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0 30% 0 10%}@media (min-width:320px) and (max-width:991px){.placeHolderRightBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-160px;margin-top:0}.placeHolderRightBottomImg .placeHolderImgWithBg .backgroundPlaceHolder .placeHolderInfo{margin:0;width:100%}}@media (min-width:768px) and (max-width:991px){.placeHolderRightBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px}}@media (min-width:576px) and (max-width:767px){.placeHolderRightBottomImg .placeHolderImgWithBg .backgroundPlaceHolder{top:-280px}}.placeHolderRightBottomImg .videoTextCard__title{margin:0 21% 0 10%}.placeHolderRightBottomImg .placeHolderTwoImg{position:relative;right:5%;width:65%;height:100%;left:auto;top:60px}.placeHolderRightBottomImg .placeHolderTwoImg .video-elem,.placeHolderRightBottomImg .placeHolderTwoImg .video-elem__thumbnail-wrap{width:100%;height:auto}@media (min-width:320px) and (max-width:991px){.placeHolderRightBottomImg .placeHolderTwoImg{left:auto;width:100%;padding:5%;top:auto;right:auto}}.sideGutter .placeHolderTwo__title{padding:0 4%}@media (min-width:320px) and (max-width:991px){.sideGutter .placeHolderTwo__title{padding:0 20px}}.sideGutter.placeHolderRightBottomImg .placeHolderImgWithBg__bg-title-wrap,.sideGutter.placeHolderRightImg .placeHolderImgWithBg__bg-title-wrap{position:relative;left:4%}@media (min-width:320px) and (max-width:991px){.sideGutter.placeHolderRightBottomImg .placeHolderImgWithBg__bg-title-wrap,.sideGutter.placeHolderRightImg .placeHolderImgWithBg__bg-title-wrap{left:0}}.sideGutter.placeHolderRightBottomImg .placeHolderImgWithBg .placeHolderTwoImg,.sideGutter.placeHolderRightImg .placeHolderImgWithBg .placeHolderTwoImg{right:4%}@media (min-width:320px) and (max-width:991px){.sideGutter.placeHolderRightBottomImg .placeHolderImgWithBg .placeHolderTwoImg,.sideGutter.placeHolderRightImg .placeHolderImgWithBg .placeHolderTwoImg{right:0}}.sideGutter.placeHolderLeftBottomImg .placeHolderImgWithBg__bg-title-wrap,.sideGutter.placeHolderLeftImg .placeHolderImgWithBg__bg-title-wrap{position:relative;right:4%}@media (min-width:320px) and (max-width:991px){.sideGutter.placeHolderLeftBottomImg .placeHolderImgWithBg__bg-title-wrap,.sideGutter.placeHolderLeftImg .placeHolderImgWithBg__bg-title-wrap{right:0;order:1}}.sideGutter.placeHolderLeftBottomImg .placeHolderImgWithBg .placeHolderTwoImg,.sideGutter.placeHolderLeftImg .placeHolderImgWithBg .placeHolderTwoImg{left:4%}@media (min-width:320px) and (max-width:991px){.sideGutter.placeHolderLeftBottomImg .placeHolderImgWithBg .placeHolderTwoImg,.sideGutter.placeHolderLeftImg .placeHolderImgWithBg .placeHolderTwoImg{left:0}}.sideGutter.placeHolderLeftBottomImg .placeHolderImgWithBg .placeHolderInfo,.sideGutter.placeHolderLeftImg .placeHolderImgWithBg .placeHolderInfo{margin:0 15% 0 26%}@media (min-width:320px) and (max-width:991px){.sideGutter.placeHolderLeftBottomImg .placeHolderImgWithBg .placeHolderInfo,.sideGutter.placeHolderLeftImg .placeHolderImgWithBg .placeHolderInfo{margin:0}}.leftGutter .placeHolderTwo__title{padding:0 0 0 7.2%}.leftGutter.placeHolderRightBottomImg .placeHolderImgWithBg__bg-title-wrap,.leftGutter.placeHolderRightImg .placeHolderImgWithBg__bg-title-wrap{position:relative;left:4%}@media (min-width:320px) and (max-width:991px){.leftGutter.placeHolderRightBottomImg .placeHolderImgWithBg__bg-title-wrap,.leftGutter.placeHolderRightImg .placeHolderImgWithBg__bg-title-wrap{left:0}}.leftGutter.placeHolderRightBottomImg .placeHolderTwoImg,.leftGutter.placeHolderRightImg .placeHolderTwoImg{right:0}.leftGutter.placeHolderLeftBottomImg .placeHolderImgWithBg__bg-title-wrap,.leftGutter.placeHolderLeftImg .placeHolderImgWithBg__bg-title-wrap{position:relative;right:0}.leftGutter.placeHolderLeftBottomImg .placeHolderTwoImg,.leftGutter.placeHolderLeftImg .placeHolderTwoImg{left:4%}@media (min-width:320px) and (max-width:991px){.leftGutter.placeHolderLeftBottomImg .placeHolderTwoImg,.leftGutter.placeHolderLeftImg .placeHolderTwoImg{left:0}}.rightGutter .placeHolderTwo__title{padding:0 7.2% 0 0}.rightGutter.placeHolderRightBottomImg .placeHolderImgWithBg__bg-title-wrap,.rightGutter.placeHolderRightImg .placeHolderImgWithBg__bg-title-wrap{position:relative;left:0}.rightGutter.placeHolderRightBottomImg .placeHolderTwoImg,.rightGutter.placeHolderRightImg .placeHolderTwoImg{right:4%}@media (min-width:320px) and (max-width:991px){.rightGutter.placeHolderRightBottomImg .placeHolderTwoImg,.rightGutter.placeHolderRightImg .placeHolderTwoImg{right:0}}.rightGutter.placeHolderLeftBottomImg .placeHolderImgWithBg__bg-title-wrap,.rightGutter.placeHolderLeftImg .placeHolderImgWithBg__bg-title-wrap{position:relative;right:4%}@media (min-width:320px) and (max-width:991px){.rightGutter.placeHolderLeftBottomImg .placeHolderImgWithBg__bg-title-wrap,.rightGutter.placeHolderLeftImg .placeHolderImgWithBg__bg-title-wrap{right:0}}.rightGutter.placeHolderLeftBottomImg .placeHolderTwoImg,.rightGutter.placeHolderLeftImg .placeHolderTwoImg{left:0}.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderLeftImg .placeHolderImgWithBg .backgroundPlaceHolder,.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder{background:transparent}@media (min-width:992px){.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderLeftImg .placeHolderImgWithBg .backgroundPlaceHolder,.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderRightImg .placeHolderImgWithBg .backgroundPlaceHolder{top:0}}.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderLeftImg .placeHolderImgWithBg .placeHolderInfo,.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderRightImg .placeHolderImgWithBg .placeHolderInfo{text-align:left}.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderRightImg .placeHolderInfo{margin:0 30% 0 0}@media (min-width:992px){.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderRightImg .placeHolderInfo{margin:0 30% 0 10%}}.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderLeftImg .placeHolderInfo{margin:0 10% 0 0}@media (min-width:992px){.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderLeftImg .placeHolderInfo{margin:0 10% 0 20%}}@media (min-width:992px){.mobile-app-landing .sideGutter.placeHolderTwo.placeHolderLeftImg .placeHolderTwoImg{left:6.5%}}.mobile-app-landing .placeHolderLeftImg,.mobile-app-landing .placeHolderRightImg,.mobile-app-landing .whyWP-headWrap .placeholderImagenav-wrap{margin-bottom:0}.ap-revamp-rhs-pdp-wp .banner-desc-text p{letter-spacing:.5px;padding:0 270px;margin-top:20px}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .banner-desc-text p{letter-spacing:.54px;padding:0 30px;margin-top:20px}}.ap-revamp-rhs-pdp-wp .ccforms .enquire-form--enquire-sticky-variant.enquire-form__step-1--minimal{padding:56px 45px 70px}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .ccforms .enquire-form--enquire-sticky-variant.enquire-form__step-1--minimal{padding:30px 20px}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .ccforms .enquire-form__steps-overview{margin-bottom:23px!important}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .ccforms .floating-label:last-child{margin-bottom:0!important}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .ccforms .form-checkbox-input{margin-bottom:15px!important}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .stainResistanceComp.padding45,.ap-revamp-rhs-pdp-wp .stainResistanceComp .padding45{padding-left:0;padding-right:0}.ap-revamp-rhs-pdp-wp .stainResistanceComp .blackColorText h2,.ap-revamp-rhs-pdp-wp .stainResistanceComp .blackColorText p{padding:0 20px}.ap-revamp-rhs-pdp-wp .stainResistanceComp .sttabContainer h2,.ap-revamp-rhs-pdp-wp .stainResistanceComp .sttabContainer p{padding:0}}.ap-revamp-rhs-pdp-wp .placeHolderTwo blackColorText h2{margin-bottom:15px!important}.ap-revamp-rhs-pdp-wp .downloadColors .placeHolderInfo{margin:40px 10% 0 18%!important}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .downloadColors .placeHolderInfo{margin:2% 0 0!important}}.ap-revamp-rhs-pdp-wp .trendingArticlesSec .cmp-image{width:100%}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .bannerImgWithLeftTextComp .bannerTextDesc{width:100%!important}.ap-revamp-rhs-pdp-wp .bannerImgWithLeftTextComp .bannerTextDesc h1{font-size:40px!important}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .bannerImgWithLeftTextComp .ctaComp .ctaText,.ap-revamp-rhs-pdp-wp .similarProdWrap .ctaText{font-size:12px!important}}.ap-revamp-rhs-pdp-wp .similarProdWrap .similarProdHeading{text-align:left!important}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .similarProdWrap .similarProdHeading{padding-top:25px}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .imageWithRightTextComp .righttext-wrapper p{font-size:14px!important}}.ap-revamp-rhs-pdp-wp .imageWithRightTextComp .righttext-wrapper .ctaComp .ctaText{font-size:12px!important}.ap-revamp-rhs-pdp-wp .pbc-main-wrapper{padding:4%}.ap-revamp-rhs-pdp-wp .cmp-image picture,.ap-revamp-rhs-pdp-wp .placeHolderTwoImg picture,.ap-revamp-rhs-pdp-wp .stainResistanceWrap picture,.ap-revamp-rhs-pdp-wp .videoImgComponent picture{width:100%}.ap-revamp-rhs-pdp-wp .stainResistanceWrap .blackColorText.active p{font-weight:700!important}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .stainResistanceWrap .blackColorText.active p{font-size:16px!important}}.ap-revamp-rhs-pdp-wp .stainResistanceWrap .blackColorText p{font-weight:500}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .stainResistanceWrap .blackColorText p{font-size:16px!important}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .stainResistanceWrap .blackColorText button{display:flex;align-items:center;justify-content:space-between}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .exploreColors .blackColorText p{overflow:auto!important;text-overflow:inherit!important;white-space:normal!important}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .ctaComp.whiteBtn{margin-top:23px;padding:0 20px}}.ap-revamp-rhs-pdp-wp .centerCarouselWithText .lookbookItemImage{border-radius:0}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .centerCarouselWithText .lookbookItemImage{border-radius:0}}.ap-revamp-rhs-pdp-wp .centerCarouselWithText .trackImageTextWrap .track-since-you-like h3{font-weight:500}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .centerCarouselWithText .trackImageTextWrap .track-since-you-like h3{font-weight:500;font-size:12px!important}}.ap-revamp-rhs-pdp-wp .centerCarouselWithText .trackImageTextWrap .track-since-you-like p{font-size:13px!important;font-weight:300}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .centerCarouselWithText .trackImageTextWrap .track-since-you-like p{font-size:12px!important}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .no-border .leftImageRightText{border-bottom:1px solid rgba(34,34,34,.1)!important}.ap-revamp-rhs-pdp-wp .no-border .leftImageRightText:nth-child(2n+2){border-left:1px solid rgba(34,34,34,.1)!important}}.ap-revamp-rhs-pdp-wp .track_budget_calculator .topGap50-10{padding-top:0!important}.ap-revamp-rhs-pdp-wp .track_budget_calculator .let-us-know-budget h2{font-size:20px;text-transform:capitalize}.ap-revamp-rhs-pdp-wp .textOverImageWrap p{font-weight:500}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .palleteTitle{font-size:20px}}@media (min-width:320px) and (max-width:991px){.ap-revamp-rhs-pdp-wp .pbc-main-wrapper .planning-to-do .note{font-size:14px}}.placeHolderOne .titleAndDescription{margin-bottom:40px}.placeHolderOne .trendingItem .textLinks,.placeHolderOne .trendingItem h4,.placeHolderOne .trendingItem p{margin:15px 0}@media (min-width:320px) and (max-width:767px){.placeHolderOne .trendingItem .textLinks,.placeHolderOne .trendingItem h4,.placeHolderOne .trendingItem p{margin:10px 0}}.placeHolderOne .trendingItem .viewAllLink{color:#000;font-size:13px;border-bottom:2px solid #8839ff;text-decoration:none}@media (min-width:320px) and (max-width:767px){.placeHolderOne .trendingItem .viewAllLink{font-size:11px}}@media (min-width:320px) and (max-width:767px){.placeHolderOne .trendingItem:first-child{margin-right:0}}.placeHolderOne h2{line-height:40px;margin-bottom:55px;text-align:left}@media (min-width:320px) and (max-width:991px){.placeHolderOne h2{margin-bottom:20px;line-height:24px}}@media (min-width:991px) and (max-width:1200px){.placeHolderOne .placeHolderImg .imageWrapper{height:300px;overflow:hidden}}@media (min-width:1200px){.placeHolderOne .placeHolderImg .imageWrapper{height:300px;overflow:hidden;width:599px}}.placeHolderOne .placeHolderImg img{height:auto}.placeHolderOne .trendingArticlesSec{justify-content:center}@media (min-width:320px) and (max-width:767px){.placeHolderOne .trendingArticlesSec{display:block;overflow:hidden}}.placeHolderOne .trendingItem{padding:0;flex-basis:48%}.placeHolderOne .trendingItem h4,.placeHolderOne .trendingItem p{margin-left:0}.placeHolderOne .trendingItem h4{font-weight:700}.placeHolderOne .trendingItem p{font-size:14px}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingItem p{max-width:none;font-size:12px}}.placeHolderOne .trendingItem:last-child{margin-left:auto}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingItem:last-child{margin-top:40px}}.placeHolderOne .trendingArticlesSec>.aem-Grid.aem-Grid--12.aem-Grid--default--12{display:flex;justify-content:space-between}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingArticlesSec>.aem-Grid.aem-Grid--12.aem-Grid--default--12{flex-wrap:wrap}}.placeHolderOne .trendingItem .rte.text h3{margin:20px 0 0;line-height:2;letter-spacing:normal}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingItem .rte.text h3{line-height:24px}}.placeHolderOne .trendingItem .rte.text h2{margin-bottom:10px;margin-top:10px}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingItem .rte.text h2{margin-bottom:0;margin-top:0}}.placeHolderOne .trendingItem .rte.text p{margin-top:5px;font-size:14px;line-height:1.71;letter-spacing:.54px}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingItem .rte.text p{line-height:22px;letter-spacing:.58px}}.placeHolderOne .trendingItem .ctaComp.linkBtn .ctaText{font-size:13px}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingItem .ctaComp.linkBtn .ctaText{font-size:12px}}.placeHolderOne .trendingItem img{width:100%;height:100%}@media (min-width:320px) and (max-width:991px){.placeHolderOne .trendingItem{flex-basis:100%}}.palleteTitle{margin-bottom:35px}@media (min-width:320px) and (max-width:991px){.palleteTitle{margin-bottom:25px}}@media (min-width:320px) and (max-width:991px){.shareComponent.fabric-share-icon{margin-left:auto!important}.shareComponent.fabric-share-icon .shareWithWrap.share-tool-box{left:-76px!important}}@media (min-width:320px) and (max-width:991px){.placeorder{order:6}}@media (min-width:320px) and (max-width:991px){.fabricdetailpage .twovariantscolumn{order:7}}.text-overlay{position:relative}.text-overlay__black:before{background-color:rgba(0,0,0,.4)}.text-overlay__black:before,.text-overlay__blueBerry:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.text-overlay__blueBerry:before{background-color:rgba(67,26,128,.4)}.text-overlay__white:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-color:hsla(0,0%,100%,.4)}.text-overlay__none{background-color:transparent}.two-in-row-variant .col-lg-6{display:grid;align-items:center}.two-in-row-variant .col-lg-6:nth-child(odd){padding-right:25px;padding-bottom:50px}@media (min-width:320px) and (max-width:991px){.two-in-row-variant .col-lg-6:nth-child(odd){padding:0;padding-bottom:25px}}.two-in-row-variant .col-lg-6:nth-child(2n){padding-left:25px;padding-bottom:50px}@media (min-width:320px) and (max-width:991px){.two-in-row-variant .col-lg-6:nth-child(2n){padding:0;padding-bottom:25px}}.borderAll{border:1px solid rgba(34,34,34,.3);border-radius:2px}.disabled{pointer-events:none;cursor:default}.ctaComp .ctaJumpLink{border-bottom:2px solid #431a80;font-weight:600}.ctaComp .ctaJumpLink:hover{color:#431a80}.background-color-cream{background-color:#fefcf7}.background-color-dark-cream{background:#ece5d7}.background-color-black{background:#000}.background-color-half-cream{background:linear-gradient(top,#ece5d7 50%,transparent 0)}.img-border-radius-20 img{border-radius:20px}@keyframes move-from-bottom-to-top{1%{bottom:-250px}to{bottom:0;opacity:1}}@keyframes fade-from-bottom-to-top{to{opacity:1}}.allow-bottom-up-animation{opacity:0}.animate-bottom-to-top{display:block;opacity:0;position:relative;animation:move-from-bottom-to-top 1.5s forwards}.animate-fade-to-top{display:block;opacity:0;position:relative;animation:fade-from-bottom-to-top 1.5s ease-in forwards}.twovariantscolumn-with-separate-description-cta .contentdiv.col-md-6{padding-right:10px}@media (min-width:320px) and (max-width:991px){.twovariantscolumn-with-separate-description-cta .contentdiv.col-md-6{padding-right:15px;margin-bottom:32px}}.twovariantscolumn-with-separate-description-cta .asidediv.col-md-6{padding-left:10px}@media (min-width:320px) and (max-width:991px){.twovariantscolumn-with-separate-description-cta .asidediv.col-md-6{padding-right:15px}}.twovariantscolumn-with-separate-description-cta .image img{width:100%;height:100%}.twovariantscolumn-with-separate-description-cta .rte{margin-top:24px}@media (min-width:320px) and (max-width:991px){.twovariantscolumn-with-separate-description-cta .rte{margin-top:15px}}.twovariantscolumn-with-separate-description-cta .rte h2{font-size:24px}@media (min-width:320px) and (max-width:991px){.twovariantscolumn-with-separate-description-cta .rte h2{font-size:16px}}.twovariantscolumn-with-separate-description-cta .rte p{font-size:16px;font-weight:500;line-height:22.4px}@media (min-width:320px) and (max-width:991px){.twovariantscolumn-with-separate-description-cta .rte p{font-size:12px}}.icon-wishlist{cursor:pointer;width:24px;height:24px;background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/wishlist/wishlist-unselected.svg) no-repeat}.icon-wishlist.in-wishlist{width:24px;height:24px;background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/wishlist/wishlist-selected.svg) no-repeat}label.checkbox-revamp-interior{display:flex;position:relative;padding-left:25px;cursor:pointer;font-size:12px;font-weight:500;line-height:normal}label.checkbox-revamp-interior .label-name{text-transform:capitalize}label.checkbox-revamp-interior input:checked~.checkmark{border:none;background-color:#00c853}label.checkbox-revamp-interior input:checked~.checkmark:before{content:""}label.checkbox-revamp-interior input:checked~.checkmark:after{display:block}label.checkbox-revamp-interior .checkmark{position:absolute;top:0;left:0;height:14px;width:15px;border-radius:2px;border:.5px solid #000;background:#fff;margin-top:2px}label.checkbox-revamp-interior .checkmark:before{content:"\002B";display:flex;justify-content:center;align-items:center;height:13px}label.checkbox-revamp-interior .checkmark:after{content:"";display:none;width:4px;height:9px;border:solid #fff;border-width:0 2px 2px 0;position:absolute;top:10%;left:40%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}label.checkbox-revamp-interior input[type=checkbox]{display:none}
/*
updated by icf to the new version on 13-Sep-19
*/

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
	width:100% !important;
}

.jspPane
{
	position: absolute;
}

.jspPane > li{ padding:10px;}
	

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width:8px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #8fa4b9;
	position: relative;
	width:0;
}

.jspDrag
{
	background:#989898; width:5px; border-radius:5px;
	position: relative;
	top: 0;
	left:-2px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('clientlib-site-en/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('clientlib-site-en/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('clientlib-site-en/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('clientlib-site-en/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('clientlib-site-en/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('clientlib-site-en/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("clientlib-site-en/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("clientlib-site-en/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("clientlib-site-en/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("clientlib-site-en/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("clientlib-site-en/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("clientlib-site-en/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("clientlib-site-en/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("clientlib-site-en/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("clientlib-site-en/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("clientlib-site-en/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("clientlib-site-en/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("clientlib-site-en/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("clientlib-site-en/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("clientlib-site-en/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("clientlib-site-en/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("clientlib-site-en/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

.sf-menu,.sf-menu>li{float:left}.sf-menu li{position:relative;-webkit-transition:background .2s;transition:background .2s}.sf-menu ul{position:absolute;display:none;top:100%;left:0;z-index:99;box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:12em}.sf-menu a,.sf-menu li.sfHover>ul,.sf-menu li:hover>ul{display:block}.sf-menu a{position:relative;border-left:1px solid #fff;border-top:1px solid #dFeEFF;border-top:1px solid rgba(255,255,255,.5);padding:.75em 1em;text-decoration:none;zoom:1;color:#13a}.sf-menu ul ul{top:0;left:100%}.sf-menu{margin-bottom:1em}.sf-menu li.sfHover,.sf-menu li:hover{background:#CFDEFF;-webkit-transition:none;transition:none}.sf-arrows .sf-with-ul{padding-right:2.5em}.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after{border-top-color:#fff}.sf-arrows ul .sfHover>.sf-with-ul:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul li>.sf-with-ul:focus:after{border-left-color:#fff}.sf-menu .sf-mega{width:100%;display:none;left:0;position:absolute;top:100%;z-index:99}.sf-mega{background-color:#fff;box-sizing:border-box;padding:1em;width:100%}
.sf-navbar{background:#BDD2FF;position:relative;margin-bottom:5em}.sf-navbar:before{content:'';position:absolute;left:0;z-index:-1;background-color:#BDD2FF;height:200%;width:100%}.sf-navbar ul{box-shadow:none}.sf-navbar li{background:#AABDE6;position:static}.sf-navbar li.current,.sf-navbar li.sfHover,.sf-navbar li:hover,.sf-navbar ul li,.sf-navbar ul li.current{background:#BDD2FF}.sf-navbar>li>a,.sf-navbar>li>ul>li>a{border:none}.sf-navbar>li>ul{min-width:36em}.sf-navbar ul li{position:relative}.sf-navbar ul ul{left:0;top:100%}.sf-navbar ul ul li{width:100%}.sf-navbar>li>ul>li{float:left}.sf-navbar ul li.sfHover,.sf-navbar ul li:hover,.sf-navbar ul ul li{background:#D1DFFF}.sf-navbar ul ul li.current,.sf-navbar ul ul li.sfHover,.sf-navbar ul ul li:hover{background:#E6EEFF}.sf-navbar ul li.current>a{font-weight:700}.sf-arrows.sf-navbar ul .sf-with-ul:after{margin-top:-3px;margin-right:0;border-color:#dFeEFF transparent transparent;border-top-color:rgba(255,255,255,.5)}.sf-arrows.sf-navbar ul>.sfHover>.sf-with-ul:after,.sf-arrows.sf-navbar ul>li:hover>.sf-with-ul:after,.sf-arrows.sf-navbar ul>li>.sf-with-ul:focus:after{border-color:#fff transparent transparent}
/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:90%;text-align:left;white-space:no-wrap;text-overflow: ellipsis;}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{/*cursor:url(clientlib-site-en/css/grabbing.png) 8 8,move*/}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(clientlib-site-en/css/AjaxLoader.gif) center center no-repeat}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0
}
.bx-wrapper img {
    max-width: 100%;
    display: block
}
.bx-wrapper .bx-viewport {
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}
/*.bx-wrapper .bx-prev {
    left: 10px;
    background: url('clientlib-site-en/images/controls.png') 0 -32px no-repeat
}*/
/*.bx-wrapper .bx-next {
    right: 10px;
    background: url('clientlib-site-en/images/controls.png') -43px -32px no-repeat
}*/
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 99
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
.bx-wrapper .bx-controls-auto {
    text-align: center
}
/*.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(clientlib-site-en/css/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}*/
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}
/*.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(clientlib-site-en/css/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}*/
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}
ˇ .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, .75);
    width: 100%
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}
@charset "utf-8";
/* CSS Document */
/* fonts */

@font-face {
    font-family: 'Conv_accordaltbold-webfont';
    src: url('clientlib-site-en/fonts/accordaltbold-webfont.eot');
    src: url('clientlib-site-en/fonts/accordaltbold-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltbold-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltbold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_accordaltextrabold-webfont';
    src: url('clientlib-site-en/fonts/accordaltextrabold-webfont.eot');
    src: url('clientlib-site-en/fonts/accordaltextrabold-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltextrabold-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltextrabold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_accordaltlight-webfont';
    src: url('clientlib-site-en/fonts/accordaltlight-webfont.eot');
    src: url('clientlib-site-en/fonts/accordaltlight-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltlight-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltlight-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_accordaltregular-webfont';
    src: url('clientlib-site-en/fonts/accordaltregular-webfont.eot');
    src: url('clientlib-site-en/fonts/accordaltregular-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltregular-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltregular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('clientlib-site-en/fonts/icomoon.eot?2n99ii');
    src: url('clientlib-site-en/fonts/icomoon.eot?2n99ii#iefix') format('embedded-opentype'), url('clientlib-site-en/fonts/icomoon.ttf?2n99ii') format('truetype'), url('clientlib-site-en/fonts/icomoon.woff?2n99ii') format('woff'), url('clientlib-site-en/fonts/icomoon.svg?2n99ii#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    padding: 0;
}
.wrapper .container-fluid {
    padding: 0;
    margin: 0;
}
.mt-15 {
    margin-top: 15px;
}
.pad-10 {
    padding: 10px;
}
/* header section strats here */
/* .mobile-nav-list{ display : none;} */

header {} header .mobile-nav-icon {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    z-index: 100;
}
header .mobile-nav-icon ul > li {
    list-style: none;
    width: 30px;
    height: 5px;
    background-color: #ffffff;
    margin-bottom: 2px;
    border-radius: none;
    border: solid 1px #000000;
}
header .mobile-nav-icon ul > li.second {
    width: 30px;
    float: right;
}
header .mobile-nav-icon ul > li.third {
    clear: both;
}

header .nav-links-wrapper > div {
    padding-top:25px;
}

header .nav-links-wrapper5 > div {
    padding-top:0px!important; /*temp-5*/
}
header .navigation > ul {
    margin: 0;
    padding: 0;
}
header .navigation > ul > li {
    display: inline-block;
    list-style: none;
}
header .navigation > ul > li > a {
    padding: 5px 25px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Conv_accordaltbold-webfont';
    font-size: 18px;
    padding-bottom: 5px;
}
header .navigation > ul > li > a > span {
    padding-right: 10px;
}
header .navigation > ul > li > a:hover {
    text-decoration: none;
    color: #b8c0b5;
    padding-bottom: 5px;
}
header .navigation > ul > li > a.active {
    padding-bottom: 5px;
    text-decoration: none;
    color: #ffffff;
}
header .logo-ap-img {
    width: auto;
    max-width: none;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
    header .logo-ap-img {
        width: 100%;
        max-width: none;
    }
    header .nav-links-wrapper > div {
        padding-top: 0px;
        background-color: #6d6e71;
        margin-top: 30px;
    }
    header .mobile-nav-list {
        display: none;
    }

    header .campaign-nav > .nav2 > li{
        font-size: 16px;
        color: #FFFFFF;
        padding: 10px 15px 10px 0;
        width: 100%;
        font-family: 'Conv_accordaltregular-webfont';
        border-top: 1px solid rgba(255,255,255,0.5);
    }

    header .campaign-nav > .nav2 > li > a{
        padding-right: 15px;
        text-align: right;
    }

}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    header .navigation > ul {
        overflow: auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    header .navigation > ul > li > a {
        font-size: 17px;
    }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
    header .navigation {
        width: 100%;
        height: 100%;
        top: 42px;
        z-index: 10;
        left: 0;
    }
    header .navigation > ul {
        list-style-type: none;
        display: block;
    }
    header .navigation > ul > li {
        font-size: 16px;
        color: #FFFFFF;
        padding: 10px 15px 10px 0;
        width: 90%;
        font-family: 'Conv_accordaltregular-webfont';
    }
    header .navigation > ul > li > a {
        padding-right: 15px;
        text-align: right;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    header .logo-ap-img {
        width: auto;
        max-width: none;
    }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
    header .mobile-nav-icon {
        top: 10px;
    }
}

/******************************Campaign header styles start*********************************/
.campaign-header{
    width: 100%;
    top: 0;
    z-index: 20;
    color: #FFFFFF;
    position: absolute;
}

header .navigation > .nav1 > li > a{
    padding: 5px 0px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Conv_accordaltregular-webfont';
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: solid 1px #b8c0b5;
    margin-left:20px;
}

header .campaign-nav > .nav2 > li{
    display: inline-block;
    list-style: none;
}

header .campaign-nav > .nav2 > li:first-child{
    border-top:none;
}

header .campaign-nav > .nav2 > li > a {
    padding: 5px 12px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Conv_accordaltbold-webfont';
    font-size: 18px;
    padding-bottom: 5px;
}
header .campaign-nav > .nav2 > li > a:hover{
    text-decoration: none;
    color: #b8c0b5;
}

header .campaign-nav > .nav2 > li > a > span {
    padding-right: 10px;
}


header .campaign-nav > .spot-menu-2 > li {
    border-right: 1px solid #ffffff;
    display: inline-block;
    list-style: outside none none;
    padding: 5px 12px;
    font-size: 18px;
    font-family: 'Conv_accordaltbold-webfont';
    color: #000000;
    border-bottom: none;
}

header .campaign-nav > .spot-menu-2 > li > a {
    text-decoration: none;
    color: #000000;
    padding: 5px 22px;
    font-size: 18px;
    font-family: 'Conv_accordaltregular-webfont';
    display: block;
}

header .campaign-nav > .spot-menu-2 > li > a:hover{
    color: #fff;
    text-decoration: none;
}

.gray-box {
    background-color: #d2d2d2;
    border-bottom: solid 2px #ffffff;
}

header .campaign-nav > .spot-menu-2 > li > a > span{
     padding-right: 10px;
}

header .campaign-nav > .spot-menu-2 > li:last-child {
    border-right: none;
}

header .nav-two-wrapper > div{
    padding: 25px 0 0 0;
}
 .visit-spot{
        font-size: 14px;
        color: #512b8b;
        font-family: 'Conv_accordaltregular-webfont';
        text-decoration: underline;
        line-height: 25px;
    }
    .gray-container-two {
        background-color: #6d6e71;
        padding: 10px;
        border-bottom: solid 1px #ffffff;
    }
    .gray-container-three{
        background-color: #6d6e71;
        padding: 10px;
        border-bottom: solid 1px #ffffff;
    }

    @media screen and (max-width: 991px) and (min-width: 320px){
        header .navigation > ul > li {
            font-size: 16px;
            color: #FFFFFF;
            padding: 10px 15px 10px 0;
            width: 90%;
            font-family: 'Conv_accordaltregular-webfont';
        }

        header .navigation {
            width: 100%;
            height: 100%;
            top: 42px;
            z-index: 10;
            left: 0;
        }

        header .navigation > ul > li > a {
            padding-right: 15px;
            text-align: right;
        }

        header .nav-links-wrapper > div {
            padding-top: 0px;
            background-color: #6d6e71;
            margin-top: 30px;
        }

        header .nav-two-wrapper div{
            padding-top: 0px;
            background-color: #848484;
            margin-top: -8px;
        }

        header .campaign-nav > .spot-menu-2 > li{
            font-size: 16px;
            color: #FFFFFF;
            padding: 10px 15px 10px 0;
            width: 100%;
            font-family: 'Conv_accordaltregular-webfont';
            background-color: #d2d2d2;
        }

        .gray-box{
            background-color: #d2d2d2!important;
            border-bottom:none!important;
        }

        .navtop{
            padding-left:0px!important;
            padding-right:0px!important;
        }

        header .campaign-nav > .spot-menu-2 > li {
            border-right: none;
            border-bottom: 1px solid #ffffff;
        }

        header .campaign-nav > .spot-menu-2 > li > a{
            padding-right: 15px;
            text-align: left;
        }

        header .nav-links-wrapper > .spot-menu-wrap {
            padding-top: 0px;
            background-color: #d2d2d2;
            margin-top: 30px;
        }

        .camp-strip{
            margin-top:-15px!important;
        }

}
/******************************Campaign header styles end*********************************/

/* header section ends here */
/* body section starts here */

.social-media-container {
    margin-top: 25px!important;
}
.social-media-container > ul {
    margin: 0;
    padding: 0;
}
.social-media-container > ul > li {
    display: inline;
    list-style: none;
    padding-right: 3px;
}

.social-media-container-footer {
    margin-top: 12px!important;
}
.social-media-container-footer > ul {
    margin: 0;
    padding: 0;
}
.social-media-container-footer > ul > li {
    display: inline;
    list-style: none;
    padding-left: 10px;
}

.gray-container {
    background-color: #6d6e71;
    padding: 10px;
    border-bottom: solid 1px #ffffff;
}
.visit {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Conv_accordaltregular-webfont';
    text-decoration: underline;
    line-height: 25px;
}
.visit > a {
    color: #FFFFFF;
}
.purplebox {
    background-color: #5e3b8d;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.download {
    font-family: "Conv_accordaltbold-webfont";
    font-size: 16px;
    color: #333333;
}

.campaign-down #forms #email-error{
    position: relative;
    padding-bottom:10px;
}

.download-container {
    background-color: #fef1cc;
    padding-bottom: 25px;
}

.purplebox-container {
    padding: 50px 0 50px 50px;
    width: 90%;
}
/*.video-bg-container {
    background: url(clientlib-site-en/images/video-lg-bg.jpg) no-repeat center top;
    background-size: cover;
}*/
@media screen and ( min-width: 320px) and ( max-width: 320px) {
    .social-media-container {
        margin-top: 5px;
    }
}
.purplebox-text {
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Conv_accordaltregular-webfont';
    padding-bottom: 50px;
}
.purplebox-form-header-text {
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Conv_accordaltregular-webfont';
    padding-bottom: 10px;
    border-bottom: solid 1px #8a76a5;
}

.campaign-down input{
  background-color: #fff;
  border: 1px solid #d7d7d7;
  color: #000;
  padding: 7px;
  width: 75%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.campaign-down a .submit{
    background-color: #ffffff;
    color: #6d6e71;
    font-size: 18px;
    padding: 5px 15px;
    text-align: center;
    width: 100px;
    font-family: 'Conv_accordaltregular-webfont';
    border: solid 2px #6d6e71;
}

.login-input input {
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    padding: 10px 5px;
    width: 100%;
    margin-top: 20px;
}
.submit {
    background-color: #6d6e71;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 15px;
    padding: 10px 20px;
    text-align: center;
    width: 150px;
    font-family: 'Conv_accordaltregular-webfont';
}
.submit > a {
    color: #ffffff;
}
.wallpaper {
    position: relative;
}
.wallpaper-bg-image {
    width: 100%;
}

.wallpaper-form .wallpaper-caption-white-bottom-left{
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 12px 0;
    position: absolute;
    left: 5%;
    bottom: 20%;
    width: 90%;
}

.camp-spot li .wallpaper-caption-white-bottom-left{
     bottom: 20%;
}

.wallpaper-caption-white-bottom-left {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 12px 0;
    position: absolute;
    left: 9%;
    bottom: 50%;
    width: auto;
}
.sldr-title {
    font-size: 38px;
    margin-bottom: 5px;
    padding: 8px 15px;
}
.sldr-title,
.sldr-title2 {
    background-color: rgba(31, 31, 31, 0.5);
    color: #fff;
    font-family: "Conv_accordaltbold-webfont";
}
.sldr-title2 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.wallpaper-thumb > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.wallpaper-thumb > ul > li {
    list-style: none;
    float: left;
    padding-right: 2px
}

.wallpaper-thumb > ul > li > a {
    border: solid 2px #fcaf17;
    display: block;
}

.wallpaper-thumb > ul > li > a.active {
    border: solid 1px #de8300;
    border-bottom: none;
    display: block;
}

.campaign5-thumb > ul > li > a{
    border: solid 1px #FFFFFF;
    border-bottom: none;
    display: block;
}

.campaign5-thumb > ul > li{
    list-style: none;
    position: relative;
}

.wall-spotlight.wallpaper-thumb > ul > li{
    list-style: none;
    position: relative;
    float: left;
}

/*.wallpaper-thumb > ul > li > a > img { display:block; padding-bottom:0px; position:relative; width:100%;  }*/
/*.wallpaper-thumb > ul > li > a.active{
    width: 19px;
    background-image: url(clientlib-site-en/images/arrow.png);
    position: absolute;
    left: -19px;
    top: 90px;
    height:26px;
}*/
/*.wallpaper-thumb > ul > li > a:before{
    width: 19px;
    content: " ";
    background-image: url(clientlib-site-en/images/arrow.png);
    position: absolute;
    left: -19px;
    top: 90px;
    height:26px;
}*/

.bxslider {
    margin: 0;
    padding: 0;
}
.bxslider li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-wrapper {
    max-width: none !important;
}

.spotlightbanner .bx-wrapper a{
    z-index: 9;
}

.small-thumb-visible {
    display: none !important;
}
.big-thumb-visible {
    display: block;
}
.btn-style1 {
    border: 2px solid;
    color: #55565a;
    display: inline-block;
    font-size: 24px;
    padding: 5px 20px;
    transition: all 0.2s linear 0s;
}

.carousel-form-btn{
    background: transparent !important;
}

.yellow-container {
    background-color: #fcaf17;
}

.homepage-spotlight-cta:hover,
.homepage-spotlight-cta:active {
    background-color: rgba(80, 86, 90, 0.5);
    border-color: rgba(80, 86, 90, 0.5);
    color: #fff;
    text-decoration: none;
}
.homepage-spotlight-cta,
.homepage-spotlight-cta:focus {
    background-color: rgba(80, 86, 90, 1);
    border-color: rgba(80, 86, 90, 1);
    color: #fff;
}
.bg-container {
    padding: 15px;
}
.room-box {
    margin-bottom: 10px;
    padding: 0px;
}
.room-box-text {
    font-family: "Conv_accordaltregular-webfont";
    font-size: 25px;
    padding: 10px;
    text-decoration: none;
}
/* body section ends here */

@media screen and ( min-width: 320px) and ( max-width: 639px) {
    .sldr-title {
        font-size: 20px;
        margin-bottom: 5px;
        padding: 0px 15px;
    }
    .btn-style1 {
        font-size: 20px;
        padding: 5px 20px;
    }
}
@media screen and ( min-width: 640px) and ( max-width: 800px) {
    .wallpaper-caption-white-bottom-left {
        position: absolute;
        top: 100px;
    }
}
@media screen and ( min-width: 320px) and ( max-width: 767px) {
    .big-thumb-visible {
        display: none !important;
    }
    .small-thumb-visible {
        display: block;
    }
    .wallpaper-thumb > ul > li {
        display: inline-block;
        float: none !important;
    }
    .wallpaper-thumb > ul {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .bx-wrapper .bx-viewport {
        width: 99.6% !important
    }

    .campaign-down #forms #email-error{
        position: initial;
        margin-bottom: 20px;
    }
}

.campaign-select .bootstrap-select{
    width: 100% !important;
    margin-top: 20px;
}

.campaign-select.slct-style1 .dropdown-toggle{
    padding: 5px 5px;
}
.campaign5-thumb > ul > li img{
	height: auto;
    width: 100%;
}

@media screen and ( min-width: 320px) and ( max-width: 991px) {
    .visit {
        display: none;
    }
}

.campaign-video-tile{
    width:90%;
    margin:auto;
}

.temp2 > .text-input {
    min-width:0px!important;
}

.temp2 > .error{
    margin : 2px!important;
}

.dark-border {
    border-bottom: 1px solid #333333;
}

.pr-0{
    padding-right:0px;
}

.camp-strip{
    /*margin-top:-15px;*/
}

.formCarousel{
    padding-bottom:0px!important;
}

.nopad{
    padding-left:0px!important;
    padding-right:0px!important;
}

.mt-70{
    margin-top:70px;
}

.selectform-temp2{
    height:37px!important;
}

.nav-spotlight-2{
    padding-top:0px!important;
    padding-left:0px!important;
    padding-right:0px!important;
}

.pd-rt{
    padding-right:25px!important;
}

.pdm-rt{
    padding-right:10px!important;
}

@media (min-width: 1200px){
    .col-lg-offset-3{
        margin-left:29%;
        width:71%;
    }
}

.no-line{
    border-bottom:none!important;
}

.error-line div.error{
    width: 105%!important;
}

.social-media-container a img {
    width: 25px;
}

.txt-center{
    text-align:center!important;
}

.atmos-banner{ padding: 0; min-height: 692px; }
.atmos-banner-image{ width: 100%; position: absolute; left: 0; top: 0; right: 0; object-fit: cover; height: 600px; }
.atmos-widget{ position: absolute; top: 200px; right: 25px; width: 180px; }
.custom-box{ z-index: 2; }
.atmos-widget select{ width: 100%; color: #ffffff; font-size: 16px; padding: 10px; background: url("clientlib-site-en/images/down-arrow.png") #4b819e no-repeat right; background-position: right 10px center; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; margin-bottom: 15px; border-radius: 0px; }
.atmos-widget select::-ms-expand { display: none; } /* for IE */
.atmos-widget select option{ background-color: #ffffff; color: #000000; display: block; padding: 5px; }

@media screen and (min-width : 320px) and (max-width : 991px){
.atmos-banner-image{ position: static; height: auto; object-fit: cover; }
.atmos-banner .container{ width: 100%; padding: 0; }
.atmos-widget{ position: static; text-align: center; width: 100%; }
.atmos-widget select{ text-align: center; text-align-last: center;  }
.atmos-widget-container{ margin: auto; display: inline-block; display: block; background-color: #4b819e; }
.atmos-widget-container span{ display: inline-block; margin: auto; }
.atmos-banner{ min-height: auto; }
}

.atmos-banner-image{ top: 92px; }

@media screen and (min-width : 768px) and (max-width : 991px){
.atmos-banner-image{ top: 92px; }
}

@media screen and (min-width : 320px) and (max-width : 767px){
.atmos-banner{ padding-top: 100px !important; }
}

@media screen and (min-width : 767px) and (max-width : 991px){
.atmos-banner{ padding-top: 124px !important;}
}


            /***** New Campaign ***** Added on 4th October,17 *****/

.compare-popup .compare-name { font-size: 26px; color:#333; line-height: 32px; font-family: 'Conv_accordaltregular-webfont'; float:left; width:100%;}
.floating-comp .floating-form { background: #512b8b url(clientlib-site-en/images/form-voucher.png) no-repeat right 25px bottom 20px; border: 1px solid #fc3; padding:20px; float:left; width:100%;}
.floating-comp .showfloatingform a { text-decoration: none; text-align: left; display: inline-block; background: #512b8b; color: #fff; padding: 10px; border: 1px solid #fc3;}
.floating-comp .floatform_heading { width:100%; display:table;}
.floating-comp .floatform_heading .fill-icon { display:table-cell; width: 14%; padding-right: 10px; display: inline-block; vertical-align: middle; line-height: 25px; }
.floating-comp .floatform_heading span { display:table-cell; font-size: 20px; line-height: 25px; color: #fff; display: inline-block; width: 80%; vertical-align: middle; font-family: 'Conv_accordaltregular-webfont'; text-align:center}
.floating-comp .floatform { float: left; width: 100%; padding: 30px 0 0;}
.floating-comp .form-inline.floatform input, .floating-comp .form-inline.floatform textarea { background: transparent; border: none; border-bottom: 1px solid #6f5699; border-radius: 0;  width: 100%; color: #fff; font-size: 14px;font-family: Arial;  line-height: 20px; padding: 5px 2px; margin: 10px 0;}
.floating-comp .form-inline.floatform .checkbox-field label { color: #b2aac6; font-size:11px; line-height:20px; font-family:Arial; margin:20px 0; font-weight:normal;}
.floating-comp .form-inline.floatform .checkbox-field { margin-bottom:40px; float: left; width: 100%;}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:not(:checked),
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:checked {position: absolute;left: -9999px;}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:not(:checked) + label,
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:checked + label { position: relative;  padding-left: 1.95em;  cursor: pointer;}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:not(:checked) + label:before,
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 1.25em; height: 1.25em;  border: 1px solid #acacac;  background: transparent;}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:not(:checked) + label:after,
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:checked + label:after { content: '✔'; position: absolute;  top: .2em; left: .1em;  font-size: 1.3em;  line-height: 0.8;  color: #acacac; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s;}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0);}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1);}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:disabled:not(:checked) + label:before,
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd;}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:disabled:checked + label:after { color: #999;}
.floating-comp .form-inline.floatform .checkbox-field [type="checkbox"]:disabled + label { color: #aaa;}
.floating-comp .form-inline.floatform button#float-btn { border: 1px solid #ffffff; background: transparent; color: #fff; font-size: 22px; line-height: 30px; padding: 7px 50px; margin: 20px 0; font-family: 'Conv_accordaltregular-webfont';}
.floating-comp .form-inline.floatform button#float-btn:focus { outline:none;}
.floating-comp .floatform .float-btn { float:left; width:100%;}
.floating-comp input::-webkit-input-placeholder, .floating-comp textarea::-webkit-input-placeholder { color: #fff !important;}

.floating-comp .form-inline.floatform textarea { height:34px;}
.floatform .form-control:focus {  outline: none; border-bottom: 1px solid #6f5699;border: none;}



.anonymous-comp.vote-design { background:#d9e4e9; float:left; width:100%; padding:30px 0; font-family: 'Conv_accordaltregular-webfont';}
.anonymous-comp .vote-head { text-align: center;}
.anonymous-comp .vote-head { font-size:24px; line-height:30px; }
.anonymous-comp .vote-head h3 {font-size: 24px; color: #333333; line-height: 30px; margin: 20px 0 10px; border-bottom: 1px solid #a1a6a8; display: inline-block; padding: 0 40px 10px; font-family: 'Conv_accordaltregular-webfont';}
.anonymous-comp .vote-head p { font-size:14px; line-height:22px; margin:10px 0; padding:0; color:#333; font-family: Arial;}
.anonymous-comp .vote-slider .item { width: 100%; text-align: center; padding: 0 16px;}
.anonymous-comp .vote-sec { background:#fff; padding:17px; float:left; width:100%;}
.anonymous-comp .vote-left { float: left; font-size: 16px; line-height: 22px; color: #333333;}
.anonymous-comp .vote-rigt { float: right;}
.anonymous-comp .likeus { float: right; padding-left: 15px; font-size:16px; line-height:22px;}
.anonymous-comp .vote-like { float: left;font-size:16px; line-height:22px;}
.anonymous-comp .vote-like a { text-decoration:underline; color:#462580;}
.anonymous-comp .vote-slider .owl-pagination { text-align: center; display: block;}
.anonymous-comp .vote-slider .owl-pagination span {border: 1px solid #535353; width: 12px; height: 12px; display: inline-block; border-radius: 50%; background:transparent; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; margin:5px;}
.anonymous-comp .vote-slider .owl-page.active span { background:#535353; transform:scale(1.3); }
.anonymous-comp .vote-slider .owl-page { display: inline-block; padding: 20px 6px;}
.anonymous-comp .vote-slider { float: left; width: 100%; margin: 20px 0 0;}



.testi-comp .testim-head { float:left;}
.testi-comp .testim-head h4 { font-size: 24px; line-height: 30px; color: #333333; padding-bottom: 7px; border-bottom: 1px solid #ececec; display: inline-block; margin: 10px 0; text-transform: none;}
.testi-comp .testimonial-row { padding: 20px 0; border-bottom: 1px solid #d9d9d9; float:left; width:100%; font-family: 'Conv_accordaltregular-webfont';}
.testi-comp .testim-author { display: table-cell; width: 18%; text-align: center;  vertical-align: middle; position:relative;}
.testi-comp .testim-caption { display: table-cell; width: 78%; font-size: 18px;  line-height: 24px; color: #333; position: relative;  padding: 15px 80px 0; vertical-align: middle;}
.testi-comp .testim-caption::before { content:""; position:absolute; width:42px; height:37px; background:url(clientlib-site-en/images/testi-captionbefore.png) no-repeat left top; left:30px; top:0;}
.testi-comp .testim-caption::after { content:""; position:absolute; width:42px; height:37px; background:url(clientlib-site-en/images/testi-captionafter.png) no-repeat right bottom; right:0; bottom:0;}
.testi-comp .testim-caption p {font-size: 14px; line-height: 20px; margin: 15px 0; color: #333; font-family: Arial;}
.testi-comp .testi-load { text-align:center; float: left; width: 100%;}
.testi-comp .testi-load a {text-align: center; border: 2px solid #78797c; font-size: 22px; line-height: 22px; padding: 15px 38px; background: #fff; display: inline-block; color: #6d6e71;   text-decoration: none; margin: 20px 0; font-family: 'Conv_accordaltbold-webfont'; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease;}
.testi-comp .testi-load a:hover { background:#78797c; color:#fff;}
.testi-comp .testim-caption.product-list, .testi-comp .testim-caption.benefit-list { padding: 15px 20px;}
.testi-comp .testim-caption.product-list::before, .testi-comp .testim-caption.product-list::after, .testi-comp .testim-caption.benefit-list::before, .testi-comp .testim-caption.benefit-list::after { display:none;}
.testi-comp .testim-author a {display: block;}
.testi-play-icon.item.fresco { position: absolute; left: 0; right: 0; background: url(clientlib-site-en/images/testi-videoicon.png) no-repeat left top; width: 60px; height: 60px; top: 50%; margin: 0 auto; transform: translatey(-50%);}
.testi-comp .testim-caption .testi-name{ text-transform: capitalize; }

.procompare-comp.compare-main { margin: 20px 0;}
.procompare-comp .compare-me { border-right: 1px solid #cecece; padding: 20px 0; font-family: 'Conv_accordaltregular-webfont';}
.procompare-comp .compare-slider { padding-top: 25px;}
.procompare-comp .compare-caption { font-size: 17px; line-height: 20px; margin: 20px 0 0;  color: #333; font-family: 'Conv_accordaltregular-webfont';}
.procompare-comp .compare-feature { text-align: center;float: left; width: 100%; border: 1px solid #cecece; margin: 50px 0;position:relative;}
.procompare-comp .compare-head { margin-top:-20px; text-align:center;}
.procompare-comp .compare-head span { background:#fff; padding:0 25px; font-size: 26px; line-height: 32px; font-family: 'Conv_accordaltregular-webfont';}
.procompare-comp .compare-wrap { float: left; width: 100%; padding-top: 50px; padding-bottom: 50px;}
.procompare-comp .compare-box .unstyled.centered {list-style: none; margin: 0; padding: 0;}
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:not(:checked), .compare-box .unstyled.centered [type="checkbox"]:checked { position: absolute; left: -9999px;}
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:not(:checked) + label,
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:checked + label {position: relative; cursor: pointer;}
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:not(:checked) + label span:before, .compare-box .unstyled.centered [type="checkbox"]:checked + label span:before {
    content: ''; position: absolute;	left: -5px;	top: -5px;	width: 22px;height: 22px;border: 2px solid #ccc;border-radius: 50%;}
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:not(:checked) + label span:after, .compare-box .unstyled.centered [type="checkbox"]:checked + label span:after{
    position: absolute;	transition: all .2s;border: 2px solid #5e3b8d;	content:"";	left: -5px;	top: -5px;	width: 22px;height: 22px;border-radius: 50%;}
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:checked + label span { background:#5e3b8d;}
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:not(:checked) + label span:after {  opacity: 0;  transform: scale(0);}
.procompare-comp .compare-box .unstyled.centered [type="checkbox"]:checked + label span:after { opacity: 1; transform: scale(1);}
.procompare-comp .compare-box .unstyled.centered label span:hover:before { border: 2px solid #5e3b8d;}
.procompare-comp .compare-box label span { width: 12px;  height: 12px; background: #b4b4b4;  display: inline-block; border-radius: 50%; position: relative; line-height: 12px; margin: 10px 0;}
.procompare-comp .compare-feature .compare-design-slider .owl-prev { background: url(clientlib-site-en/images/compare-leftar.png) left top no-repeat;  width: 10px; height: 17px;  font-size: 0; position: absolute; left: 0; margin: 0; opacity: 1; bottom: 50%;  top: 42%;}
.procompare-comp .compare-feature .compare-design-slider .owl-next { background: url(clientlib-site-en/images/compare-rightar.png) right top no-repeat;; width: 10px; height: 17px; font-size: 0; position: absolute;  right: 0; margin: 0; opacity: 1; bottom: 50%; top: 42%;}
.procompare-comp .compare-btn { margin-bottom:-25px; float: left; width: 100%; display:inline-table;}
.procompare-comp .compare-btn a { border: 2px solid #333; font-size: 22px; line-height: 22px; padding: 15px 58px; background: #fff; display: inline-block; color: #333;text-decoration:none; font-family: 'Conv_accordaltregular-webfont'; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease;}
.procompare-comp .compare-btn a:hover {  background: #333; color: #fff;}


@media only screen and (min-width: 768px) {

    .floating-comp .form-row { float: right;}
    .floating-comp .showfloatingform { float: right;}
    .floating-comp .float-form-wrap { position: fixed; top: 23.8%; right: 0; float: right; z-index: 50; width: 50px;}
    .floating-comp .float-form-wrap.float-add { z-index: 11;}
    .floating-comp .form-row { float: right; position: absolute; right: 0; transform: translatex(100%);transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; width:550px; z-index: 9999;}
    .floating-comp .float-form-wrap.float-add .form-row { transform: translatex(-77px);}
    .floating-comp .float-form-wrap.float-add .showfloatingform a {  padding: 10px 10px 10px 33px; border-left: none; z-index: 9999;  position: relative; transition: all 0.5s ease;}
    .floating-comp .float-close { position: fixed; right: -77px; top: 0px;  padding: 16px 24px 16px 36px; display: inline-block; background: #512b8b; border: 1px solid #fc3; border-left: none;    z-index: 99;cursor:pointer;}
    .visiblecompare-phn { display:none;}
    .hiddencompare-phn { display:block;}

}

@media only screen and (min-width: 768px) and (orientation: landscape){
    .floating-comp .float-form-wrap { position: fixed; top: 22%; right: 0; float: right; z-index: 50; width: 50px;}
}

.lightbox-form.order-swatch { float: left; width: 100%; display: none;}
.lightbox-form .swatch-head { text-align: center; padding: 20px 0 20px; float: left;  width: 100%;}
.lightbox-form .swatch-head span {display: inline-block; margin: 0 auto;border-bottom:1px solid #ccc;  font-size: 24px;  line-height: 30px; padding-bottom:10px; color:#333; font-family: 'Conv_accordaltregular-webfont';}
.lightbox-form .swatch-form { background: #fff; width: 55%; margin: 0 auto; position: fixed; left: 0;  right: 0; top: 55%; transform: translatey(-50%);z-index:99;}
.lightbox-form form.form-inline.swatchform { margin: 0 auto;  width: 90%;}
.lightbox-form .form-inline.swatchform input.form-control { width: 100%;}
.lightbox-form .form-inline.swatchform input.form-control, .form-inline.swatchform textarea {  width: 100%; border: none; border-bottom: 1px solid #ccc;  border-radius: 0;  box-shadow: none; margin: 10px 0;   padding: 5px 2px;font-size:15px; color:#333;line-height: 20px;}
.lightbox-form .form-inline.swatchform input.form-control, .form-inline.swatchform select {  width: 100%; border: none; border-bottom: 1px solid #ccc;  border-radius: 0;  box-shadow: none; margin: 10px 0;   padding: 5px 2px;font-size:15px; color:#333;line-height: 20px;}
.lightbox-form .form-inline.swatchform textarea { resize:none; -webkit-resize: none; -moz-resize: none; height: 34px;}
.lightbox-form .swatch-radio label { float: left; font-size: 14px; line-height: 20px; padding-right: 10px; color:#333;}
.lightbox-form .swatch-checkbtn { font-size: 15px; line-height: 20px;  float: left; width: 72%;}
.lightbox-form .swatch-checkbtn input[type="radio"] { margin: 0 9px 0 0;  vertical-align: middle;}
.lightbox-form .swatch-radio { margin: 20px 0;}
.lightbox-form .swatch-radio [type="radio"]:checked,
.lightbox-form .swatch-radio [type="radio"]:not(:checked) { position: absolute; left: -9999px;}
.lightbox-form .swatch-radio [type="radio"]:checked + label,
.lightbox-form .swatch-radio [type="radio"]:not(:checked) + label { position: relative; cursor: pointer; line-height: 20px; display: inline-block; color: #666;}
.lightbox-form .swatch-radio [type="radio"]:checked + label span:before,
.lightbox-form .swatch-radio [type="radio"]:not(:checked) + label span:before { content: ''; position: absolute; left: -5px; top: -5px; width: 21px; height: 21px; border: 1px solid #ddd; border-radius: 100%;}
.lightbox-form .swatch-radio [type="radio"]:checked + label span:before { border: 1px solid #5e3b8d;}
.lightbox-form .swatch-radio [type="radio"]:checked + label span:after,
.lightbox-form .swatch-radio [type="radio"]:not(:checked) + label span:after { content: ''; width: 11px; height: 11px; background: #5e3b8d; position: absolute;  top: 0; left: 0; border-radius: 100%;    -webkit-transition: all 0.2s ease;  transition: all 0.2s ease;}
.lightbox-form .swatch-radio [type="radio"]:not(:checked) + label span:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
.lightbox-form .swatch-radio [type="radio"]:checked + label span:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.lightbox-form .sheen-btn label { padding-right: 0;}
.lightbox-form .sheen-btn label span { width: 11px; display: inline-block; height: 11px; background: #b9b9b9; border-radius: 50%; position: relative; margin-right: 7px; vertical-align: middle;}
.lightbox-form button#swatch-btn { margin:20px 0;  border: 2px solid #464646; background: transparent; padding: 15px 45px; font-size: 20px; line-height: 22px; color: #333; font-family: 'Conv_accordaltregular-webfont';}
.lightbox-form .swatch-submit { text-align: center; padding: 20px 0; width:100%; float:left;}
.lightbox-form .swatch-form ::-webkit-input-placeholder { color: #333;}
.lightbox-form .swatch-form ::-moz-placeholder { color: #333;}
.lightbox-form .swatch-form :-ms-input-placeholder { color: #333;}
.lightbox-form .swatch-form :-moz-placeholder { color: #333;}
.swatch-overlay { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.79);  left: 0; top: 0; z-index: 99;display:none;}
.lightform .swatch-overlay { display:block;}
.lightform .lightbox-form.order-swatch { display: block;}
.lightbox-form .lightbx-close { text-align: right; width: auto; float: right; cursor:pointer;}
.order-lightbox { float: left; width: 100%;}
.order-lightbox a { margin: 20px 0; display: inline-block; width:auto; border: 2px solid #464646; background: transparent; padding: 15px 25px; font-size: 20px; line-height: 22px; color: #333; font-family: 'Conv_accordaltregular-webfont'; transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease;}
.order-lightbox a:hover { background:#464646; color:#fff; }
.order-head h1,.order-head h2,.order-head h3,.order-head h4,.order-head h5,.order-head h6 { padding-bottom: 10px!important; border-bottom: 1px solid #ccc!important; font-family: 'Conv_accordaltbold-webfont'!important;}
.order-head h3 { font-size:24px!important; line-height: 26px!important;font-family: 'Conv_accordaltbold-webfont'!important}
/*.airpurify-main { padding: 50px 0; font-family: 'Conv_accordaltregular-webfont';}*/




.procompare-comp .compare-ray { float:left; width:100%; position:relative;}
.procompare-comp .compare-popup { float: left; width: 100%; background: #fff; position: absolute;top: 0; left: 0; border:1px solid #cecece; display:none;}
.procompare-comp .compare-popup h5 { font-size: 26px; line-height: 30px; text-align: center; color: #333333;}
.procompare-comp .compare-popup .main-product { text-align:center; border-right: 1px solid #ccc;}
.procompare-comp .compare-main {float: left; width: 100%; padding: 40px 0 60px;}
.procompare-comp .compare-listing { float:left; width:100%;}
.procompare-comp .compare-listing ul { list-style: none; margin: 0; padding: 0;}
.procompare-comp .compare-listing ul li { display: block; width: 80%; margin: 0 auto;}
.procompare-comp .compare-listing ul li .listing-row { margin: 25px 0; display:table; width:100%;}
.procompare-comp .compare-listing ul li .listing-row .compare-icn { display: table-cell; width: 15%; }
.procompare-comp .compare-listing ul li .listing-row .compare-count {vertical-align:middle; display: table-cell; padding-left: 11px; width: 85%;text-align:left;font-size:17px; line-height:20px; color:#333; font-family: 'Conv_accordaltregular-webfont';}
.procompare-comp .compare-listing ul li .listing-row .compare-count .durability-rate, .procompare-comp .compare-listing ul li .listing-row .compare-count .wash-rate {float: left;}
.procompare-comp .compare-listing ul li .listing-row .compare-count .durability-rate ul, .procompare-comp .compare-listing ul li .listing-row .compare-count .wash-rate ul { width:100%; float:left;}
.procompare-comp .compare-listing ul li .listing-row .compare-count .durability-rate ul li, .procompare-comp .compare-listing ul li .listing-row .compare-count .wash-rate ul li { float:left; width:auto; margin:0 3px; }
.procompare-comp .compare-listing ul { list-style: none; margin: 0 auto; padding: 0; clear: left;}
.procompare-comp .compare-listing ul li .listing-row .compare-count .durability-way, .procompare-comp .compare-listing ul li .listing-row .compare-count .wash-way {
    padding-left: 5px;  float: left; width: auto;}
.procompare-comp div#compare-popup-row .owl-item {  border-right: 1px solid #ccc; padding: 0 20px; text-align: center;}
.procompare-comp .compare-caption.compare-pop-head { margin-bottom: 40px;}
.procompare-comp .compare-popup .compare-popup-slider .owl-prev {
    background: url(clientlib-site-en/images/compare-leftar.png) left top no-repeat;
    width: 10px;
    height: 17px;
    font-size: 0;
    position: absolute;
    left: 0;
    margin: 0;
    opacity: 1;
    bottom: 50%;
    top: 42%;
}
.procompare-comp .compare-popup .compare-popup-slider .owl-next {
    background: url(clientlib-site-en/images/compare-rightar.png) right top no-repeat;
    width: 10px;
    height: 17px;
    font-size: 0;
    position: absolute;
    right: 15px;
    margin: 0;
    opacity: 1;
    bottom: 50%;
    top: 42%;
}
.procompare-comp .compare-change { font-size: 22px; line-height: 30px; padding: 15px 0 10px;}
.procompare-comp .compare-change a { text-decoration:underline; color:#5f3b8d; font-family: 'Conv_accordaltregular-webfont';}
.procompare-comp.compare-lightbox .compare-popup { display: block;}

.procompare-comp .compare-bck { float: left; width: 100%; padding: 10px 10px 40px;}
.procompare-comp .compare-bck span { font-size:20px; line-height:20px; color:#333; font-family: 'Conv_accordaltregular-webfont'; padding:0 10px; display:inline-block; vertical-align:middle; cursor:pointer; }
.procompare-comp.compare-lightbox { min-height: 720px;}


@media only screen and (max-width: 1366px) {

    .lightbox-form form.form-inline.swatchform { width: 90%;}
    .lightbox-form .swatch-form { width: 60%;}

}

@media only screen and (max-width: 1199px) {

    .lightbox-form .swatch-radio label { margin-bottom: 12px; width:100%;}
    .lightbox-form .swatch-checkbtn { width:100%;}
    .testi-comp .testim-caption { padding: 15px 90px 0;}
    .testi-comp .testim-caption::before { left: 20px;}
    .anonymous-comp .vote-sec { padding: 17px 10px;}
    .anonymous-comp .vote-left { font-size: 14px; line-height: 20px;}
    .anonymous-comp .likeus { font-size: 14px; line-height: 20px;}


}


@media only screen and (max-width: 991px) {

    .lightbox-form .swatch-form {
        width: 70%;
    }

    .testi-comp .testim-caption {
        width: 60%;
        padding: 14px 80px 0;
    }

    .anonymous-comp .vote-head {
        margin-bottom: 30px;
    }

    .procompare-comp .compare-me {
        padding: 10px 20px 10px 0;
    }

    .procompare-comp .compare-listing ul li {
        display: block;
        width: 100%;
    }

    .procompare-comp div#compare-popup-row .owl-item {
        border-right: 1px solid #ccc;
        padding: 0 15px;
    }

    .procompare-comp .compare-listing ul li {
        width: 100%;
    }

    .procompare-comp .compare-popup .compare-popup-slider .owl-next {
        right: 0;
    }

    .procompare-comp div#compare-popup-row .owl-item {
        padding: 0 10px;
    }
}

    @media only screen and (max-width: 767px) {


        .lightform { overflow-y: hidden;}
        .lightbox-form .form-inline.swatchform input.form-control, .form-inline.swatchform textarea {font-size: 13px; line-height: 17px; margin:5px 0 0;}
        .lightbox-form .form-inline.swatchform textarea { height: 28px;}
        .lightbox-form .form-inline.swatchform input{height:28px;}
        .lightbox-form .form-inline.swatchform select { height: 28px; margin:5px 0 0; font-size:13px; line-height:17px;}
        .lightbox-form .swatch-form { height: 430px; overflow-y: scroll;}
        .showfloatingform, .float-close { display:none;}
        .floating-comp .floatform { padding: 10px 0 70px;}
        .floating-comp .floatform_heading .fill-icon { vertical-align:top;}
        .floating-comp .form-inline.floatform .checkbox-field { margin-bottom: 0;}
        .floating-comp .form-inline.floatform button#float-btn {font-size: 17px;  line-height: 24px; padding: 7px 40px; margin: 10px 0;}
        .floating-comp .floatform_heading span {font-size: 18px; line-height: 22px;}
        .testi-comp .testim-author { width: 100%; text-align: center;}
        .testi-comp .testim-caption { width: 100%; padding: 14px 60px 0; margin: 20px 0 0;}
        .procompare-comp .compare-me { border-right: none;}
        .procompare-comp .compare-item { display: table; width: 100%; border-bottom: 1px solid #ccc; padding: 20px 0;}
        .procompare-comp .compare-cpt-bx { text-align: center; display: table-cell; width: 50%; vertical-align: middle; padding: 0 50px;}
        .procompare-comp .compare-figure { display: table-cell; width: 50%; text-align: center; vertical-align: middle;}
        .procompare-comp .compare-head span { padding: 0 15px; font-size: 32px; line-height: 38px; position: relative; z-index: 99;}
        .procompare-comp .compare-design { height: 430px; overflow-y: scroll;}
        .visiblecompare-phn { display:block;}
        .hiddencompare-phn { display:none;}

        .procompare-comp .main-product.compare-item { border-bottom: none;}
        .procompare-comp .compare-popup { position: fixed; left: 0; width: 100%; height: calc(100vh - 1px); background:#fff; z-index: 999; padding: 10px 15px; border:none; overflow-y: scroll;}
        /*.procompare-comp .compare-popup::before {background:url(clientlib-site-en/images/mobile-compare-bg.png) no-repeat left top; background-size:cover; content:''; width:100%; position:absolute; top:0; left:0; height:10px;}*/
        .procompare-comp .compare-feature { border:none;}
        .procompare-comp .compare-btn { margin: 20px 0;}
        .procompare-comp .compare-wrap { border: 1px solid #cecece;}
        .procompare-comp .compare-head { margin:40px 0 20px; float:left;}
        .procompare-comp .main-product .compare-item { border-bottom: none;}
        .procompare-comp .compare-box {
            float: left;
        }
        .procompare-comp .compare-caption {
            float: left;
            margin: 5px 0;
            padding-left: 15px;
        }
        .procompare-comp .main-product .compare-item { width: 70%; padding: 20px 0; margin: 0 auto;}
        .procompare-comp .compare-listing ul li .listing-row .compare-count { font-size:23px; line-height:28px;}
        .procompare-comp .compare-listing ul li .listing-row .compare-count span { font-size:19px; line-height:22px; padding:0 5px; display:inline-block;}
        .procompare-comp .compare-close { float: right; width: auto; position: absolute; right: 40px; top: 30px; text-align: right; cursor:pointer;}
        .procompare-comp .compare-popup .main-product { text-align: center; border-right: none; float: left; width: 100%; border-bottom: 1px solid #ccc;}
        .order-lightbox  { text-align:center;}
        .procompare-comp .compare-close { float: right; width: 25px;}

        .testi-comp .testim-author { float:left; display:block;}
        .testi-comp .testim-caption { float: left; display: block;  padding: 15px 60px 0;}
        .testi-comp .testim-caption::before { left: 0;}


    }

    @media only screen and (max-width: 540px) {

        .lightbox-form button#swatch-btn { margin: 10px 0; padding: 11px 45px; font-size: 18px; line-height: 18px; color: #333;}
        .lightbox-form .swatch-form { width: 95%;}
        .floating-comp .form-inline.floatform input {line-height: 17px; margin: 4px 0 0;}
        .floating-comp .floatform { padding: 10px 0 130px;}
        .procompare-comp .compare-cpt-bx { padding: 0 10px;}
        .procompare-comp .compare-head span { padding: 0; font-size: 22px; line-height: 28px;}
        .procompare-comp .main-product .compare-item { width: 100%;}
        .lightbox-form form.form-inline.swatchform { width: 95%;}
        .procompare-comp .compare-listing ul li .listing-row .compare-count { font-size: 20px; line-height: 25px;}
        .procompare-comp .compare-listing ul li .listing-row .compare-count span { font-size: 18px;  line-height: 20px;  padding: 0 5px;}


    }

    @media only screen and (max-width: 480px) {

        .anonymous-comp .vote-design-slider img { width: 100%;}
        .anonymous-comp .vote-design-slider .likeus img { width: auto;}
        .testi-comp .testim-caption {     padding: 50px 0 20px; margin: 40px 0 0;}

    }

    .clearfield  { clear:both;}
 /* --------------- Header --------------- */
.wrapper .header-container { background-color:#FFFFFF; padding:18px 0; position:fixed; z-index:100; width:100%; border-bottom:1px #535353 solid; }
ul.logo-container { display:inline-block; }
ul.logo-container > li { display:inline-block; padding-left:12px; }
ul.logo-container > li:first-child { padding-left:0; }

ul.nav-container { display:inline-block; padding-top:12px; }
ul.nav-container > li { display:inline-block; padding-left:30px; font-family: 'Conv_accordaltregular-webfont'; font-size:20px; color:#333333; }
ul.nav-container > li > a { text-decoration:none; color:#333333; padding-bottom: 5px; cursor: pointer;}
ul.nav-container > li > a:hover { border-bottom: 2px #333333 solid; }
ul.nav-container > li:first-child { padding-left:0; }

.menu-btn-mob a, .menu-btn-mob-close a{
  cursor: pointer;
}

/* --------------- spotlight --------------- */
#spotlight-carousel.owl-theme .item img {
  display: block;
  height: auto;
  width: 100%;
}
#spotlight-carousel.owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 99;
  display: none !important;
}
#spotlight-carousel.owl-theme .owl-controls .owl-page span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 2px;
  background: #FFFFFF;
  border: 2px solid #fea332;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 479px) {
  #spotlight-carousel.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
  }
}
#spotlight-carousel.owl-theme .owl-controls .owl-page:hover span,
#spotlight-carousel.owl-theme .owl-controls .active span {
  opacity: 1;
  background: #f7c234;
}

.component-spotlight-container .owl-controls .disabled {
  display: none;
}
.component-spotlight-container .owl-controls .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  left: 10%;
  /*background: url(clientlib-site-en/images/spotlight_sprite_arrow.png) no-repeat;*/
  color: transparent;
  width: 34px;
  height: 63px;
}
.component-spotlight-container .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  right: 10%;
  /*background: url(clientlib-site-en/images/spotlight_sprite_arrow.png) no-repeat -55px 0;*/
  color: transparent;
  width: 34px;
  height: 63px;
}
.component-spotlight-container .component-spotlight-content {
  position: absolute;
  top: 27%;
  text-transform: uppercase;
  text-shadow: 4px 4px 11px rgba(150, 150, 150, 0.56);
}
.component-spotlight-container .component-spotlight-content > p {
  font-family: exo2bold0;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 60px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .component-spotlight-container .component-spotlight-content > p {
    line-height: 22px;
  }
}
.component-spotlight-container .component-spotlight-content > span {
  font-family: exo2bold0;
  font-size: 25px;
  color: #FFFFFF;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  line-height: 40px;
}
.component-spotlight-container .component-spotlight-content > span > strong {
  font-size: 40px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .component-spotlight-container .component-spotlight-content {
    top: 15%;
  }
  .component-spotlight-container .component-spotlight-content > p {
    font-size: 20px;
    line-height: 30px;
  }
  .component-spotlight-container .component-spotlight-content > span {
    font-size: 15px;
    line-height: 20px;
  }
  .component-spotlight-container .component-spotlight-content > span > strong {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .component-spotlight-container .component-spotlight-content {
    top: 12%;
  }
  .component-spotlight-container .component-spotlight-content > p {
    font-size: 35px;
    line-height: 45px;
  }
  .component-spotlight-container .component-spotlight-content > span {
    font-size: 30px;
    line-height: 30px;
  }
  .component-spotlight-container .component-spotlight-content > span > strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .component-spotlight-container .component-spotlight-content {
    top: 11%;
  }
}

.spotlight-container{
  position: relative;
  padding-top: 78px;
}

.form-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;

}


.form-content{
    background-color:#FFFFFF;
    padding:30px;
}

.form-content p{
    font-size: 24px;
    font-family: 'Conv_accordaltregular-webfont';
    margin-bottom: 20px;
}

.form-content p > a{
  color: #535353;
}

.form-content p > a > span {
  display: none;
}


.form-content ul li{
    margin-bottom: 15px;
}

.form-content ul li:last-child{
    margin-bottom: 0;
}

.form-content ul li input{
    width: 100%;
    border: 1px #5f5f5f solid;
    padding: 0px 5px;
    font-size: 16px;
    height: 42px;
}

.form-content ul li select{
    width: 100%;
    border: 1px #5f5f5f solid;
    padding: 0px 5px;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    background: url(clientlib-site-en/images/arrow-form.jpg) 97% 57% no-repeat;
    background-size:15px;
    height: 42px;
}

.form-content ul li button{
    background-color: #613b8b;
    color: #FFFFFF;
    font-family: 'Conv_accordaltregular-webfont';
    border: none;
    padding: 8px 30px;
    font-size: 24px;
    margin-top: 20px;
}

.form-content ul li button:hover{
    background-color: #4b2674;
}

/*-------------------------------------*/

.chooseus-bg-container{
    background: url(clientlib-site-en/images/chooseus-background.jpg) no-repeat;
    background-size: cover;
}

.chooseus-section{
    background-color: #FFFFFF;
}

.form-content-section p {
    font-size: 36px;
    font-family: 'Conv_accordaltregular-webfont';
    color: #FFFFFF;
    background-color: #fea332;
    padding: 15px 35px;
    line-height: 1;
    margin: 0;
}



.arrow-down-container{
  background-color: #FFFFFF;
}

.arrow-down{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fea332;
  margin: auto;
}

.chooseus-section-content{
    background-color: #FFFFFF;
    padding: 50px 15px;
}

.chooseus-section-content h4{
    font-size: 24px;
    font-family: 'Conv_accordaltregular-webfont';
}

.chooseus-section-content p{
    font-size: 15px;
    margin-top: 20px;
    line-height: normal;
    padding: 0 140px;
}

.global-heading{
    padding-bottom:30px;
    background-color: #FFFFFF;
}

.global-heading h3{
    font-size: 40px;
    font-family: 'Conv_accordaltregular-webfont';
    color: #613b8b;
    display: inline-block;
    margin: auto;
    background-color: #FFFFFF;
    padding: 0 40px;
}

.global-heading span{
    display: block;
    height: 1px;
    background-color: #dddddd;
    margin-top:-17px;
}

.chooseus-icons{
    background-color: #FFFFFF;
    padding: 40px;
    padding-bottom: 0;
}

.chooseus-icons-content{
    margin-bottom: 40px;
    min-height: 170px;
}

.chooseus-icons-content h4{
    font-size: 20px;
    margin-top: 20px;
}

.chooseus-icons-content p{
    font-size: 15px;
    margin-top: 10px;
    line-height: normal;
    padding: 0 15px;
}

#solution-carousel{
    margin-top: 30px;
}

#solution-carousel img{
  width: 100%;
}

.product-range{
    margin-top: 50px;
}

.product-range h4{
    font-size: 24px;
    font-family: 'Conv_accordaltregular-webfont';
}

.product-range-content{
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

.product-range-content p{
    font-size: 18px;
    font-family: 'Conv_accordaltregular-webfont';
    margin-top: 15px;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 20px;
    display: inline-block;
    line-height: normal;
    color: #535353;
}

.new-previous {
    left: 0;
    background: url("clientlib-site-en/images/arrow-left-purple.png") no-repeat right center;
}

.new-next {
    right: 0;
    background: url("clientlib-site-en/images/arrow-right-purple.png") no-repeat right center;

}

.product-range-carousel .owl-controls .owl-buttons .owl-prev {
    background: url(clientlib-site-en/images/arrow-left-purple.png) left top no-repeat;
    width: 30px;
    height: 70px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 48%;
    margin: 0;
    border-radius: 0;
    background-size: 12px;
}

.product-range-carousel .owl-controls .owl-buttons .owl-next {
    background: url(clientlib-site-en/images/arrow-right-purple.png) left top no-repeat;
    width: 17px;
    height: 70px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 48%;
    margin: 0;
    border-radius: 0;
    background-size: 12px;
}

.completed-projects{
    margin-top: 50px;
    margin-bottom:50px;
}

.completed-projects-carousel{
    margin-top: 30px;
    padding: 0 25px;
}

.completed-projects-content p{
    font-size: 18px;
    font-family: 'Conv_accordaltregular-webfont';
    margin-top: 15px;
    line-height: normal;
}

.completed-projects img{
  width: 100%;
  padding: 0 5px;
}

.completed-projects-carousel .owl-controls .owl-buttons .owl-prev {
    background: url(clientlib-site-en/images/arrow-left-purple.png) left top no-repeat;
    width: 30px;
    height: 37px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 35%;
    margin: 0;
    border-radius: 0;
    background-size: 12px;
}

.completed-projects-carousel .owl-controls .owl-buttons .owl-next {
    background: url(clientlib-site-en/images/arrow-right-purple.png) left top no-repeat;
    width: 17px;
    height: 37px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 35%;
    margin: 0;
    border-radius: 0;
    background-size: 12px;
}

.bg-footer { background-color:#333333; margin-top: 70px; }
ul.social-icons { display:inline-block; }
ul.social-icons > li { display:inline-block; padding:7px; }
.copyright-copy { color:#FFFFFF; font-size:14px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; padding-top:15px; }

.menu-btn-mob-close { display:none; }

@media screen and (min-width: 320px) and (max-width: 767px) {
ul.nav-container { display:block; background-color:#5e3b8d; padding-bottom:20px; display:none; }
ul.nav-container > li { display:block; background-color:#5e3b8d; color:#FFFFFF; text-align:left; padding:8px; margin-bottom:5px; padding-left: 15px; }
ul.nav-container > li:first-child { padding-left:15px; }
ul.nav-container > li > a { color:#FFFFFF; border-bottom:1px solid #FFFFFF; }
.menu-btn-mob, .menu-btn-mob-close{ position:relative; top:-35px; }
.menu-btn-mob-close { display:none; }
.wrapper .header-container { padding-bottom:0; }
}

@media screen and (min-width: 320px) and (max-width: 767px){

  .form-container{
    top: 80px;
  }

  .form-content{
    padding: 10px 30px 0;
  }

  .form-content p{
    margin-bottom: 10px;
  }

  .logo-container img{
    width: 125px;
  }

  /*.form-content  ul { display: none;}*/

  .form-content-section p{
    font-size: 15px;
  }

  .form-content p{
    font-size: 18px;
  }

  .form-content {padding: 20px 30px 0;}

  .chooseus-section-content p{
    padding: 0;
  }
  .form-content p > a > span {
    display: inline-block;
    margin-left: 10px;
    float: right;
}

.form-content-display{
  padding-bottom: 20px;
}

  .global-heading h3{
    font-size: 28px;
  }

  .global-heading span{
    display: none;
  }

  .chooseus-section-content{
    padding: 30px 15px;
  }

  .exteriorSolutionContent{
    padding-bottom: 20px;
  }

  #solution-carousel{
    margin-top: 0;
  }

  .chooseus-icons{
    padding: 0;
  }

  .chooseus-icons-content p{
    font-size: 14px;
  }

  .product-range-content p{
    display: block;
  }

  .bg-footer ul{
    float: none !important;
    display: inherit;
    text-align: center;
  }

  .copyright-copy{
    text-align: center;
  }

  .spotlight-container{
    padding-top: 70px;
  }
}

@media screen and (min-width: 320px) and (max-width: 600px){
  .completed-projects-carousel .owl-controls .owl-buttons .owl-next{
    top: 39%;
  }

  .completed-projects-carousel .owl-controls .owl-buttons .owl-prev{
    top: 39%;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation : portrait){
   .chooseus-icons-content{
    min-height: 320px;
    margin-bottom: 10px;
  }

  .form-content ul li button{
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation : landscape){
  .chooseus-icons-content{
    min-height: 215px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) and (orientation : portrait){
  .chooseus-icons-content{
    min-height: 240px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) and (orientation : landscape){
  .chooseus-icons-content{
    min-height: 200px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px){

  .form-content ul li{
    margin-bottom: 12px;
  }

  .form-content ul li input{
    padding: 5px 10px;
    font-size: 14px;
    /*height: 28px;*/
  }

  .form-content ul li select{
    padding: 5px;
    height: 28px;
    font-size: 14px;
  }

  .form-content ul li button{
    font-size: 15px;
  }

  .form-container{
    width: 80%;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px){
  .form-container{
    width: 70%;
  }

  .form-content ul li select{
    height: 38px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px){
  .form-container{
    top: 15%;
  }

  .form-content ul li input{
    height: 30px;
    font-size: 14px;
  }

  .form-content ul li select{
    height: 30px;
    font-size: 14px;
  }

  .form-content ul li button{
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
  /*.logo-container img{
    width: 160px;
  }*/

  .form-content{
    padding: 20px 30px;
  }

  .form-content ul li button{
    margin-top: 0px;
  }

  .form-content{
    padding: 15px 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) and (orientation : portrait){
  .form-container{
    top: 7%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) and (orientation : landscape){
  .form-container{
    top: 12%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation : portrait){
  .tab-100{
    width: 100%;
    text-align: center !important;
  }

  .spotlight-container{ padding-top:50px !important; }

}



@media screen and (min-width: 992px)and (orientation : landscape){
  .form-content-section{
    margin-top: -102px;
  }
}

.up-arrow{
  display: none;
}

.global-padding-0 {
    padding-left: 0;
    padding-right: 0;
}

.form-content{ margin-right: 15px; }

@media screen and (min-width: 992px) and (max-width: 1650px){
  .form-container{ top: 18%; }
  .form-content ul li input, .form-content ul li select{ height: 42px; font-size: 16px; }
  .form-content ul li button{ margin-top: 20px; }
  /*#spotlight-carousel.owl-theme .item img{ height: 800px; object-fit: cover; }*/
}

@media screen and (min-width: 320px) and (max-width: 767px){
  .form-content{ margin-right: 0; }
  .form-container{ position: static; }
  .form-click{ display:none; }

}

@media screen and (min-width: 768px) and (max-width: 1199px){
    #spotlight-carousel.owl-theme .item img{ height:auto; }
    .form-container{ position: static; }
    .form-content{ margin-right: 0px; }
    .form-content ul li{ float: left; width:30%; }
    .form-content ul li button{ margin-top:5px; margin-left: 10px; }
    .form-content ul li:last-child{ text-align: left; }
}


.home-heading h2{ font-size:30px; font-family:"Conv_accordaltregular-webfont"; color:#4c4c4c; display:inline-block; background-color:#ffffff; padding:0 30px; }
.home-heading span{ display:block; height:2px; background-color:#ffae2e; margin:auto; margin-top:-10px; }

/* 1st September 2016 starts here */

.global-heading{
  padding-top:30px;
}

.global-heading h2{
  font-family: 'Conv_accordaltlight-webfont';
}

.global-mt-30{
  margin-top: 30px;
}

.homepage-slider-content{
  background-color: #f0e9dd;
  padding:10px 30px;
  padding-bottom: 20px;
}

.global-para{
  font-size: 25px;
  color: #333333;
  font-family: 'Conv_accordaltregular-webfont';
  margin-bottom: 0;
}

.global-span{
  display: block;
  font-size: 15px;
  color: #666666;
  font-family: 'Conv_accordaltlight-webfont';
  line-height: 18px;
}

.homepage-slider-content p{
  padding-top: 13px;
  text-align:left;
}

.homepage-slider-content a{
  font-size: 14px;
  color: #990000;
  font-family: 'Conv_accordaltlight-webfont';
  border-bottom: 1px #990000 solid;
  padding: 10px 0;
}

.homepage-slider-content a:hover{
  color: #333333;
  border-bottom: 1px #333333 solid;
}

.homepage-small-banner-content{
  background-color: #f0e9dd;
  padding:20px 30px;
}

.homepage-small-banner-content p{
  margin-bottom: 15px;
}

.homepage-stories-section-content{
  border: 1px #cccccc solid;
  border-top: 5px #ff8b19 solid;
  padding: 20px;
  position: relative;
}

.homepage-stories-section-content p{
  margin-bottom: 15px;
}

.homepage-stories-section-content a{
  display: inline-block;
  font-size: 14px;
  font-family: 'Conv_accordaltlight-webfont';
  color: #990000;
  border-bottom: 1px #990000 solid;
  padding-bottom: 5px;
}

.homepage-stories-section-content a:hover{
  color: #333333;
  border-bottom: 1px #333333 solid;
}

.homepage-stories-section-content span{
  min-height: 60px;
}

.homepage-stories-section-content img{
  position: absolute;
  bottom: 0;
  right: 0;
}

.bg-container{
  background-color: #EFE8D8;
  padding-bottom: 50px;
  margin-top: 80px;
  visibility: visible;
}

.homepage-decor-section-content{
  position: relative;
  text-align: center;
  padding-top: 90px;
}

.homepage-decor-section-content img{
  position: absolute;
  top: -34%;
  right: 35%;
}

.homepage-decor-section-content p{
  margin-bottom: 15px;
}

.homepage-decor-section-content span{
  font-size: 18px;
  line-height: 25px;
  padding: 0 39px;
}

.homepage-products-section-content{
  background-color: #f0e9dd;
  padding:20px 30px;
}

.homepage-products-section-content p{
  margin-bottom: 15px;
}

.homepage-products-small-section-content{
  background-color: #f0e9dd;
  padding:20px 30px;
}

.homepage-products-small-section-content p{
  margin-bottom: 15px;
}

.homepage-tools-slider-content img{
  float: left;
  margin-right: 10px;
}

.homepage-tools-slider-content p{
  margin-bottom: 15px;
  margin-top: 29px;
  text-align: left;
  line-height: 22px;
}

.tools-slider .owl-pagination{
  display: none;
}

.trending-video-content{
  background-color: #f0e9dd;
  padding-left: 30px;
}

.trending-video-content p{
  padding-top: 18px;
}

.trending-video-content a{
  background-color: #512b8b;
  color: #ffffff!important;
  font-size: 24px;
  font-family: 'Conv_accordaltlight-webfont';
  padding: 15px;
}

.trending-video-content a:hover{
  background-color:#411d77;
}

.pink-box{
  background-color: #cb308b;
  padding: 25px;
}

.pink-box p{
  color: #ffffff;
  line-height: 30px;
}

.pink-box span{
  color: #ffffff;
  margin-top: 15px;
}

.global-mt-20{
  margin-top: 20px;
}

.global-pr-0{
  padding-right: 0;
}

.global-mt-30{
  margin-top: 30px;
}

.global-padding-0{
  padding: 0;
}

.global-margin-0{
  margin-left: 0px;
  margin-right: 0px;
}

.slider-button-icons .bx-wrapper .bx-prev{
  background: url(clientlib-site-en/images/slider-prev.png) no-repeat 0 0px;
  width: 36px;
  height: 36px;
}

.slider-button-icons .bx-wrapper .bx-next{
  background: url(clientlib-site-en/images/slider-next.png) no-repeat 0 0px;
  width: 36px;
  height: 36px;
}

.sldr-captn{
  bottom: 10%;
}

.sldr-title, .sldr-title2{
  background-color: rgba(255, 255, 255, 0.8);
  color: #4b4b4c;
  margin-bottom: 0;
}

.sldr-title2{
  padding-top: 5px;
}

.btn-style1{
  background-color: #512b8b;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  font-family: 'Conv_accordaltlight-webfont';
}

.bnnr-secn .bx-wrapper .bx-pager .bx-pager-item{
  margin-right: 10px;
}

.orange-line-28{
  width: 26%;
}

.orange-line-40{
  width: 38%;
}

.orange-line-30{
  width: 28%;
}

.orange-line-43{
  width: 41%;
}

.orange-line-35{
  width: 33%;
}

/*Added for Platinum Page 20-12-17*/
.orange-line-70 {
  width: 70%;
}
/*Added for Platinum Page 20-12-17*/

.mt-20{
  margin-top: 20px;
}

.slider-arrow-top45 .bx-wrapper .bx-controls-direction a{
  top:45%;
}

.slider-arrow-top37 .bx-wrapper .bx-controls-direction a{
  top:37%;
}

.bx-wrapper .bx-controls-direction a{
  z-index: 100;
}


@media (min-width: 768px) and (max-width: 1199px){

  .homepage-stories-section-content{
    height: 200px;
  }

  .homepage-stories-section-content span{
    min-height: 80px;
  }

  .homepage-decor-section-content img{
    right: 23%;
  }

  .homepage-products-small-section-content{
    min-height: 138px;
  }

  .homepage-tools-slider-content{
    text-align: center;;
  }

  .homepage-tools-slider-content img{
    float: none;
  }

  .trending-video-content{
    padding-left: 15px;
  }

  .trending-video-content p{
    padding-top: 7px;
  }

  .trending-video-content a{
    font-size: 20px;
    padding: 10px;
  }

  .pink-box{
    padding: 12px;
  }

  .pink-box p{
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 320px) and (max-width: 767px){
  .mobile-mb-30{
    margin-bottom: 30px;
  }

  .mobile-mb-0{
    margin-bottom: 0 !important;
  }

  .mobile-img-100{
    width: 100%;
  }

  .mobile-padding-0{
    padding: 0;
  }

  .bg-container{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .mobile-decor-section{
    background-color: #f0e9dd;
    margin-bottom: 90px;
  }

  .mobile-decor-section:last-child{
    margin-bottom: 0;
  }

  .homepage-decor-section-content{
    padding-bottom: 30px;
  }

  .homepage-decor-section-content img{
    right: 42%;
  }

  .homepage-products-section, .homepage-trending-section{
    margin-top: 30px;
  }

}

@media (min-width: 320px) and (max-width: 639px){
  .homepage-slider-content p{
    width: 64%;
    padding-top: 0;
    text-align:left;
  }

  .homepage-slider-content a{
    display: inline-block;
    padding-top: 8px;
  }

  .homepage-small-banner-content p{
    margin-bottom: 3px;
  }

  .mobile-mt-17{
    margin-top: 17px;
  }

  .homepage-stories-section-content p{
    margin-bottom: 10px;
  }

  .bnnr-secn .bx-wrapper .bx-pager{
    bottom: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 480px){
  .home-heading h2{
    font-size: 20px;
    padding: 0 15px;
  }

  .global-para{
    font-size: 15px;
  }

  .global-span{
    font-size: 13px;
  }

  .homepage-slider-content{
    padding: 10px 20px;
  }

  .homepage-small-banner-content{
    padding: 15px 20px;
  }

  .homepage-decor-section-content img{
    right: 32%;
  }

  .homepage-products-section-content{
    padding: 15px 20px;
  }

  .homepage-products-small-section-content{
    padding: 15px 20px;
  }

  .trending-video-content{
    padding-left: 10px;
  }

  .trending-video-content p{
    padding-top: 12px;
  }

  .trending-video-content a{
    padding: 15px 7px;
    font-size: 14px;
  }

  .pink-box p{
    line-height: 24px;
    font-size: 20px;
  }

  .home-heading{
    margin-top: 0px;
    margin-bottom: 5px !important;
  }

  .homepage-decor-section-content{
    padding-top: 78px;
  }

  .homepage-decor-section-content p{
    margin-bottom: 10px;
  }

  .homepage-decor-section-content span{
    font-size: 14px;
    line-height: 18px;
  }

  #decor-mobile-section .homepage-decor-section-content{
    min-height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px){

  .orange-line-28{
    width: 40%;
  }

  .orange-line-40{
    width: 62%;
  }

  .orange-line-30{
    width: 50%;
  }

  .orange-line-43{
    width: 65%;
  }

  .orange-line-35{
    width: 57%;
  }

  .main-nav > li{
    margin-right: 4%;
  }

  .global-para{
    line-height: 28px;
  }

  .homepage-slider-content p{
    padding-top: 8px;
    text-align:left;
  }

  .global-para{
    font-size: 22px;
    line-height: 25px;
  }

  .mobile-mt-30px{
    margin-top: 30px;
  }

  .mobile-homepage-small-banner-content{
    padding: 32px 30px;
  }

  .homepage-decor-section-content{
    padding-top: 80px;
  }

  .homepage-decor-section-content p{
    min-height: 52px;
  }

  .homepage-decor-section-content img{
    top: -28%;
  }

  .homepage-decor-section-content span{
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .custom-video iframe{
    min-height: 168px !important;
  }

  .download-decor-img{
    height: 168px;
  }

  .trending-youtube-video iframe{
    min-height: 220px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px){

  .orange-line-28{
    width: 33%;
  }

  .orange-line-40{
    width: 50%;
  }

  .orange-line-30{
    width: 38%;
  }

  .orange-line-43{
    width: 53%;
  }

  .orange-line-35{
    width: 42%;
  }

  .global-para{
    line-height: 28px;
  }

  .homepage-stories-section-content span{
    min-height: 65px;
  }

  .homepage-decor-section-content span{
    padding: 0 5px;
  }

  .homepage-decor-section-content img{
    right: 31%;
  }

  .custom-video iframe{
    min-height: 221px !important;
  }

  .download-decor-img{
    height: 221px;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
  .mt-80{
    margin-top: 50px;
  }
}

@media (min-width: 641px) and (max-width: 767px){
  .orange-line-28{
    width: 50%;
  }

  .orange-line-40{
    width: 67%;
  }

  .orange-line-30{
    width: 55%;
  }

  .orange-line-43{
    width: 70%;
  }

  .orange-line-35{
    width: 59%;
  }
}

@media (min-width: 481px) and (max-width: 640px){
  .orange-line-28{
    width: 60%;
  }

  .orange-line-40{
    width: 77%;
  }

  .orange-line-30{
    width: 65%;
  }

  .orange-line-43{
    width: 80%;
  }

  .orange-line-35{
    width: 69%;
  }

  .home-heading h2{
    padding: 0 20px;
    font-size: 25px;
  }

  .homepage-decor-section-content img{
    right: 37%;
  }

  #decor-mobile-section .homepage-decor-section-content{
    min-height: 250px;
  }

}

@media (min-width: 320px) and (max-width: 480px){

  .home-heading span{
    margin-top: -12px;
  }

  .orange-line-28{
    width: 90% !important;
  }

  .orange-line-40{
    width: 90%;
  }

  .orange-line-30{
    width: 90%;
  }

  .orange-line-43{
    width: 90%;
  }

  .orange-line-35{
    width: 90%;
  }

  .sldr-captn{
    top: 55%;
  }

  .global-heading{
    padding-top: 0px;
    margin-bottom: 0;
    margin-top: 0px!important;
  }

  .bg-container{
    margin-top: 80px;
  }

  .homepage-products-section-content p{
    margin-bottom: 4px;
  }

  .homepage-products-small-section-content p{
    margin-bottom: 4px;
  }

  .sldr-title{
    font-size: 22px;
    margin-right: 95px;
  }

  .sldr-title2{
    font-size: 16px;
  }

  .sldr-titlez{
      font-size: 22px!important;
      margin-right: 95px!important;
    }

    .sldr-titlez2{
      font-size: 16px!important;
    }

  .sldr-captn .btn-style1{
    margin-top: 10px;
    font-size: 18px;
  }

  .sldr-captn .butn-style{
      margin-top: 10px;
      font-size: 18px;
    }
}

#tools-slider{
  padding: 0 15px;
}

.tools-slider #owl-demo .item{
  text-align: left !important;
}

.tools-slider .item{
  margin: 3px;
}

.tools-slider span{
  margin-top: 10px;
  font-size: 15px;
  display: inline;
  text-align: left;
}

.new-previous {
    left: 0;
    background: url("clientlib-site-en/images/arrow-left-purple.png") no-repeat right center;
}

.new-next {
    right: 0;
    background: url("clientlib-site-en/images/arrow-right-purple.png") no-repeat right center;

}

.customNavigationnew a{
  padding: 12px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 45%;
}

.bnnr-secn .bx-wrapper .bx-pager{
  bottom: 18px;
}

@media (min-width: 481px) and (max-width: 767px){

.global-heading{
  padding-top: 0px;
  margin-bottom: 0;
  margin-top: 30px;
}

}

.bx-has-pager{
  display: block;
}

@media(max-width:991px){

  .srch-input input {
  border: 1px solid #eeeeee;
  display: none;
  font-size: 12px;
  left: -305px;
  padding: 8px 5px;
  position: absolute;
  top: -5px;
  width: 300px;
}

.tab-hide {
    display: none;
}

}

.mobile-bg-container{
  background-color: transparent;
  margin-top: 90px;
  display: none;
}

@media(max-width:767px){

.srch-input input {
    left: -135px;
    width: 180px;
}

.bg-container{
  display: none;
}

.mobile-bg-container{
  background-color: transparent;
  margin-top: 30px;
  display: block !important;
}

}

#decor-mobile-section .homepage-decor-section-content{
  background-color: #EFE8D8;
  padding-top: 0;
}

#decor-mobile-section .homepage-decor-section-content img{
  position: static;
  margin-bottom: 15px;
  width: 100%;
}

#decor-mobile-section .owl-wrapper-outer{
  padding-top: 5px;
  margin-bottom: 15px;
}

#heading1{
  z-index: 999;
}

#heading2{
  z-index: 9999;
}

#heading3{
  z-index: 99999;
}

#heading4{
  z-index: 999999;
}


.mobile-global-heading h2{ font-size:20px; font-family: 'Conv_accordaltlight-webfont'; color:#4c4c4c; display:inline-block; background-color:#ffffff; padding:0 15px; }
.mobile-global-heading span{ display:block; height:2px; background-color:#ffae2e; margin:auto; margin-top:-10px; }

#mobile-heading1, #mobile-heading2, #mobile-heading3, #mobile-heading4, #mobile-heading5{
  display: none;
  border-top:1px #cccccc solid;
}


.sitemap a{
  display: block;
  font-size: 16px;
  font-family: 'Conv_accordaltlight-webfont';
  padding-bottom: 10px;
  cursor: pointer;
}

.sitemap a span{
  display: inline-block;
  padding-right: 30px;
}

.sitemap-close{
  background: url("clientlib-site-en/images/sitemap-arrow-down.png") right 4px no-repeat;
  background-size: 18px 10px;
}

.sitemap-open{
  background: url("clientlib-site-en/images/sitemap-arrow-up.png") right 4px no-repeat;
  background-size: 18px 10px;
}

/* 1st September 2016 ends here */

/* --------------- spotlight --------------- */
#spotlight-carousels.owl-theme .item img {
  display: block;
  height: auto;
  width: 100%;
}

#spotlight-carousels.owl-theme .owl-controls .owl-page:hover span,
#spotlight-carousels.owl-theme .owl-controls .active span {
  opacity: 1;
  background: #f7c234;
}

#spotlight-carousels .owl-pagination{
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  margin: auto;
}

.owl-theme .owl-controls .owl-page span{
  width: 15px;
  height: 15px;
  border: 1px #FCAF17 solid;
  background: transparent;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span{
  background: #512B8B !important;
}

@media screen and (min-width: 1170px){
.owl-theme .owl-controls .owl-page:hover span{
  background: #512B8B !important;
}
}



.component-spotlight-container .component-spotlight-content {
  position: absolute;
  top: 27%;
  text-transform: uppercase;
  text-shadow: 4px 4px 11px rgba(150, 150, 150, 0.56);
}
.component-spotlight-container .component-spotlight-content > p {
  font-family: exo2bold0;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 60px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .component-spotlight-container .component-spotlight-content > p {
    line-height: 22px;
  }
}
.component-spotlight-container .component-spotlight-content > span {
  font-family: exo2bold0;
  font-size: 25px;
  color: #FFFFFF;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  line-height: 40px;
}
.component-spotlight-container .component-spotlight-content > span > strong {
  font-size: 40px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .component-spotlight-container .component-spotlight-content {
    top: 15%;
  }
  .component-spotlight-container .component-spotlight-content > p {
    font-size: 20px;
    line-height: 30px;
  }
  .component-spotlight-container .component-spotlight-content > span {
    font-size: 15px;
    line-height: 20px;
  }
  .component-spotlight-container .component-spotlight-content > span > strong {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .component-spotlight-container .component-spotlight-content {
    top: 12%;
  }
  .component-spotlight-container .component-spotlight-content > p {
    font-size: 35px;
    line-height: 45px;
  }
  .component-spotlight-container .component-spotlight-content > span {
    font-size: 30px;
    line-height: 30px;
  }
  .component-spotlight-container .component-spotlight-content > span > strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .component-spotlight-container .component-spotlight-content {
    top: 11%;
  }
}

.spotlight-container{
  position: relative;
  padding-top: 78px;
}

#inspiring-decor-slider .owl-controls .owl-buttons .owl-prev, #featured-products-slider1 .owl-controls .owl-buttons .owl-prev, #featured-products-slider2 .owl-controls .owl-buttons .owl-prev{
    background: url(clientlib-site-en/images/slider-prev.png) left top no-repeat;
    width: 36px;
    height: 36px;
    font-size: 0;
    position: absolute;
    left: 5px;
    margin: 0;
    border-radius: 0;
    background-size: 36px;
    opacity: 1;
    bottom: 50%;
    top:42%;
}

#inspiring-decor-slider .owl-controls .owl-buttons .owl-next, #featured-products-slider1 .owl-controls .owl-buttons .owl-next, #featured-products-slider2 .owl-controls .owl-buttons .owl-next{
    background: url(clientlib-site-en/images/slider-next.png) left top no-repeat;
    width: 36px;
    height: 36px;
    font-size: 0;
    position: absolute;
    right: 5px;
    margin: 0;
    border-radius: 0;
    background-size: 36px;
    opacity: 1;
    bottom: 50%;
    top:42%;
}

#featured-products-slider1 .owl-controls .owl-buttons .owl-prev, #featured-products-slider2 .owl-controls .owl-buttons .owl-prev{
  bottom: 55%;
  top:35%;
}

#featured-products-slider1 .owl-controls .owl-buttons .owl-next, #featured-products-slider2 .owl-controls .owl-buttons .owl-next{
  bottom: 55%;
  top:35%;
}

#inspiring-decor-slider .owl-controls{
  top: 45%;
}

#featured-products-slider1 .owl-controls, #featured-products-slider2 .owl-controls{
  top: 34%;
}

#inspiring-decor-slider .owl-pagination, #featured-products-slider1 .owl-pagination, #featured-products-slider2 .owl-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  display: none;
}

#inspiring-decor-slider .owl-pagination .owl-page span{
  margin: 5px 4px;
}

.custom-video iframe{
  width: 100%;
  min-height: 270px;
}

.trending-youtube-video iframe{
  width: 100%;
  min-height: 270px;
}


@media (min-width: 320px) and (max-width: 767px){

  .mt-80{
    margin-top: 30px;
  }

  .homepage-decor-section-content img{
    top: -59px;
  }

  .mob-heading-margin{
    margin-top: 13px!important;
    margin-bottom: 10px;
  }

  #inspiring-decor-slider .owl-controls .owl-buttons .owl-prev, #featured-products-slider1 .owl-controls .owl-buttons .owl-prev, #featured-products-slider2 .owl-controls .owl-buttons .owl-prev{
    background: url(clientlib-site-en/images/slider-prev-mobile.png) no-repeat 0 0px;
    width: 25px;
    height: 25px;
    background-size: 25px;
    top:30%;
  }

  #inspiring-decor-slider .owl-controls .owl-buttons .owl-next, #featured-products-slider1 .owl-controls .owl-buttons .owl-next, #featured-products-slider2 .owl-controls .owl-buttons .owl-next{
      background: url(clientlib-site-en/images/slider-next-mobile.png) no-repeat 0 0px;
      width: 25px;
      height: 25px;
      background-size: 25px;
      top:30%
  }

  #inspiring-decor-slider .owl-controls, #featured-products-slider1 .owl-controls, #featured-products-slider2 .owl-controls{
    top: 25%
  }

  #inspiring-decor-slider .owl-pagination{
    display: block;
  }

  #featured-products-slider1 .owl-pagination{
    display: block;
  }

  #featured-products-slider2 .owl-pagination{
    display: block;
  }

  .mobile-mt-20{
    margin-top: 20px;
  }

  .mobile-mt-50{
    margin-top: 50px;
  }

  .sitemap-content-toggle{
    display: none;
  }

  .trending-youtube-video iframe{
    min-height: 300px !important;
  }

}

@media (min-width: 240px) and (max-width: 320px){
  .hdr-top{
    display: none;
  }
}

/*--------------Mobile Quick Link starts here--------------------*/

.mob-quick-links{
  position: fixed !important;
  bottom: 0;
  background-color: #512B8B !important;
  width: 100%;
}

.mob-quick-links ul li{
  float: left;
  width: 25%;
}

.mob-quick-links ul li a{
  display: block;
  background-color: #512B8B;
  color: #ffffff;
  text-align: center;
  border-left: none;
  border-right: 1px #ffffff solid;
}

.mob-quick-links ul li:last-child a{
  border-right:none;
}

.mob-quick-links ul li a span{
  display: block;
  font-size: 14px;
  font-family: "Conv_accordaltregular-webfont";
  margin-top: 5px;
}

/*--------------Mobile Quick Links ends here--------------------*/

.social-hdng-btn-fb, .social-hdng-btn-twtr, .social-hdng-btn-blog{
  color: #ffffff;
  display: block;
  padding: 17px 35px;
}

.social-hdng-btn-fb:hover, .social-hdng-btn-twtr:hover, .social-hdng-btn-blog:hover{
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 767px){

.social-close{
  background: url("clientlib-site-en/images/sitemap-arrow-down.png") right 15px center no-repeat;
  cursor: pointer;
}

.social-open{
  background: url("clientlib-site-en/images/sitemap-arrow-up.png") right 15px center no-repeat;
  cursor: pointer;
}

.social-mobhide-fb, .social-mobhide-twtr, .social-mobhide-blog{
  display: none;
}

}


/*****Added by Abhimeet***********/
.widthMax{
    width:100%!important;
}

.pb-0{
    padding-bottom:0!important;
}

.pt-0{
    padding-top:0!important;
}

.txt-left{
    text-align:left!important;
}

.butn-style{
    background-color: #512b8b;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    font-family: 'Conv_accordaltlight-webfont';
    display: inline-block;
    font-size: 24px;
}

.butn-style:hover {
  background-color: #55565a;
  border-color: #55565a;
  color: #fff;
}

.sldr-titlez, .sldr-titlez2{
  background-color: rgba(255, 255, 255, 0.8)!important;
  color: #4b4b4c!important;
  margin-bottom: 0!important;
}

.latest-previous{
    left: 0!important;
    background: url("clientlib-site-en/images/arrow-left-purple.png") no-repeat right center!important;
}

.latest-next{
    right: 0!important;
    background: url("clientlib-site-en/images/arrow-right-purple.png") no-repeat right center!important;
}

.prop{
    text-align:center!important;
    margin-top:0px!important;
    color:#666666!important;
}

@media (min-width: 320px) and (max-width: 359px){
  .mob-quick-links ul li a{
    height: 83px;
  }
}

/* 31st Jan 2017 starts here */

.tools-slider-new{ margin-top: 20px; }
.tools-slider-new a{ display: block; }
.tools-slider-new p{ margin-top: 25px; }
.tools-slider-new span{ display: block; margin-top: 10px; }

/* 31st Jan 2017 ends here */

#spot-carousel{position: relative;width: 100%}
#spot-carousel img {
  display: block;
  height: auto;
  width: 100%;
}

#spot-carousel.owl-theme .owl-controls .owl-page:hover span,
#spot-carousel.owl-theme .owl-controls .active span {
  opacity: 1;
  background: #f7c234;
}

#spot-carousel .owl-pagination{
  display: inline-block;
  position: absolute;
  /*left: 0;
  right: 0;*/
  bottom: 7px;
  margin: auto;
}


/* 6th Feb 2017 starts here */

#spot-carousel iframe{ width: 100%; }
/*--10th Feb 2017 starts here--*/
#ytplayer{ width: 100%; height: 100%;position: absolute;z-index: 2;left: 0;top: 0}
#spot-carousel li:first-child img{ position: relative; display:block;}
#spot-carousel li{ margin:0; }
/*--10th Feb 2017 ends here--*/
.spot-video{position: relative;}
.spot-video .videoOverlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: transparent; }

@media (min-width: 320px) and (max-width: 767px){
#spot-carousel .owl-pagination{ position: static; }
}
@media (min-width: 481px) and (max-width: 991px){
#spot-carousel .visible-sm-block.visible-xs-block.hidden-xs.hidden-md{display: block !important;}
#spot-carousel .visible-sm-block.visible-xs-block.hidden-sm.hidden-md{display: none !important;}
}

/* 6th Feb 2017 ends here */

.text-size > div{
    display: table!important;
}

.bxslider-wrap { visibility: hidden; }
/*.img-responsive { display: block; height: auto; max-width: 100%; width: 100%; }*/
/*.gray-strip { background-color: #6d6e71; margin-top: -1px;}
.inner-menu li { float: left; position: relative;}
.inner-menu > li > a { padding: 0 16px; line-height: 50px; }
.inner-menu li a { color: #fff; display: block; font-family: 'Conv_accordaltregular-webfont'; font-size: 15px; }
.inner-menu li:first-child a { padding-left: 0; }
.inner-menu li:hover a { color: #f6f6f6; }
.inner-menu li ul { background-color: #6d6e71; display: none; left: 0; padding: 15px 25px; position: absolute; top: 100%; width: 210px; z-index: 100; }
.inner-menu li ul li { display: block; margin-bottom: 18px; float:none; }
.inner-menu li ul li:last-child { margin-bottom: 0; }
.inner-menu li ul li a { padding: 0; }
.inner-menu li:hover ul { display: block; }
.desktop-hide { display:none; }
.affix { left: 0; top: 106px; width: 100%; z-index: 300; }
.affix_pos { top:105px; }
.inner-banner { position: relative; }
.global-padding-0 { padding-left:0; padding-right:0; }
.global-margin-0 { margin-left:0; margin-right:0; }
.global-margin-top-30 { margin-top: 30px; }



.gray-strip.affix { position: fixed !important; }

.brdcrumbs { background-color: rgba(255, 255, 255, 0.5); float: left; padding: 6px 12px; }
.brdcrumbs li { display: inline-block; font-size: 14px; }
.inner-banner { position: relative; }
.inner-banner .container { left: 0; position: absolute; top: 0; width: 100%; z-index: 100; }
.inner-banner .sldr-captn { bottom: 80px; left: 0; top: auto; }
.sldr-title { font-size: 40px; margin-bottom: 1px; padding: 8px 15px; }*/

.img-responsive-layout { display: block; height: auto; max-width: 100%; width: 100%; }

.overview-two-coloum-spotlight { margin: 50px 0 0; padding: 0 }
.overview-two-coloum-spotlight-img { position: relative; }
/*.overview-two-coloum-spotlight-img1 { background: url("clientlib-site-en/images/overview_spotlight_img1.jpg") no-repeat left top / cover; height: 450px; }*/
.overview-two-coloum-spotlight-img1 { height: 450px; }
.overview-two-coloum-spotlight-img-copy { position: absolute; width: 60%; left:25%; bottom: 20px; text-align:left;}
.overview-two-coloum-spotlight-img-copy > p { font-size: 60px; color: #ffffff; font-family: 'Conv_accordaltregular-webfont'; line-height: normal; margin: 0 0 10px; }
.overview-two-coloum-spotlight-img-copy > span { font-size: 14px; color: #ffffff; display: block; line-height: 18px; }

.overview-two-coloum-spotlight-copy-container { background: #f7f7f7; height: 450px; display: table; }
.overview-two-coloum-spotlight-copy { display: table-cell; vertical-align: middle; text-align:left; }
.overview-two-coloum-spotlight-copy > ul { list-style-type: none; padding: 0; margin: 20px 0 0 20px; }
.overview-two-coloum-spotlight-copy > ul > li { display: block; margin: 20px 0; }
.overview-two-coloum-spotlight-copy > ul > li:first-child { margin-top: 0; }
.overview-two-coloum-spotlight-copy > ul > li > p { color: #6ca361; font-size: 50px; line-height: normal; margin: 0 0 10px; font-family: 'Conv_accordaltlight-webfont'; }
.overview-two-coloum-spotlight-copy > ul > li > span { color: #303030; font-size: 16px; display: block; width: 60%; font-family: arial; }
.boder-btn { border: 1px solid #919191; text-align: center; padding: 10px 30px; font-size: 20px; color: #000000; text-decoration: none; display: inline-block; font-family: 'Conv_accordaltregular-webfont'; }
.boder-btn:hover { background-color: #55565a !important; border-color: #55565a; color: #fff !important; }
.global-padding-tb-15 { padding-top: 15px; padding-bottom: 15px; }
.global-width-150 { min-width: 150px; }

.title > h2 { margin:0;}
.title > h2 > span { margin:50px 0px 20px 0;}
.subtitle { font-size: 14px; color: #2c2c2c; font-family: arial; }

.function-boxes-wrapper > ul { padding: 0; margin: 0; list-style-type: none; }
.function-boxes-wrapper > ul > li { display: table; margin:15px 0; text-align: center; }
.function-boxes-conatiner { background: #7dc148; display: table-cell; vertical-align: middle; padding: 15px; height: 220px; position: relative; cursor: pointer; transition: all 0.3s ease 0s; }
.function-boxes-conatiner:hover { background: #4d8323; }


.function-boxes-conatiner.blue { background: #1a5e9d; display: table-cell; vertical-align: middle; padding: 15px; height: 220px; position: relative; cursor: pointer; transition: all 0.3s ease 0s; }
.function-boxes-conatiner.blue:hover { background: #0b4376; }



.function-boxes-conatiner .function-boxes-copy { opacity: 1; transition: all 0.3s ease 0s; width: 100%; position: absolute; bottom: 20%; left: 0; }
.function-boxes-conatiner:hover .function-boxes-copy {  opacity: 1; bottom: 30%; }
.function-boxes-copy > p { font-size: 22px; color: #ffffff; margin: 20px 0 10px; font-family: 'Conv_accordaltregular-webfont'; }
.function-boxes-copy > span { font-size: 14px; color: #ffffff; font-family: 'Conv_accordaltregular-webfont'; margin-bottom: 20px; opacity: 0; transition: all 0.5s ease 0s; }
.function-boxes-conatiner:hover .function-boxes-copy > span { opacity: 1; }


.arrow-function { opacity: 0.4; display: block; position: absolute; left: 20px; bottom: 20px; transition: all 0.3s ease 0s; }
.function-boxes-conatiner:hover .arrow-function { opacity: 1; left: 50%; margin-left: -13px; }

.leadership-speaks-wrapper { margin: 60px 0; }
.component-leadership-speaks-spotlight-container .item { position: relative; }
.leadership-speaks-captn > a { background: rgba(255,255,255,0.75); position: absolute; bottom: 20px; left: 0; width: 100%; padding: 20px 0; text-align: center; }
.leadership-speaks-captn > a > p { margin: 10px 0 0 0; font-size: 20px; color: #333333; }

.policies-wrapper { background: #f8f8f8; padding: 20px 0 60px; }
.policies-container { margin: 20px 0; }
.policies-container > p { font-size: 18px; color: #474747; }
.policies-container > p > span > img { margin-right: 10px;  }
.policies-container > span { font-size: 13px; color: #414141; display: block; line-height: 18px; font-family: arial; }

.campus-contianer { margin: 0 0 40px;  }
.campus-contianer > .alltext { font-size: 22px; color: #474747; margin: 20px 0 10px; /*text-transform: uppercase;*/ font-family: 'Conv_accordaltregular-webfont'; }
.campus-contianer > .alltext { font-size: 14px; color: #414141; display: block; line-height: 22px; font-family: arial; /*text-transform: capitalize;*/overflow: hidden; }
.campus-contianer .readMoreLink{ cursor: pointer; color:#5e3b8d; font-weight:bold; font-size:14px; }
.campus-contianer .readMoreLink:hover{ color:#414141; font-size:14px; }
.campus-contianer > .alltext.minHt{height: 80px; }
.campus-contianer > .alltext > p {margin-bottom:0px}

.test-slider-wrapper { margin: 20px 0; border-bottom: 1px solid #d3d3d3; padding-bottom: 40px; }
.test-copy-container { background: #333333; }
.test-copy { display: table-cell; vertical-align: middle; padding: 20px 40px 20px 40px; text-align:left}
.test-copy > p { font-size: 24px; color: #ffffff; margin: 10px 0 20px 0; line-height: normal; }
.test-copy > p > span { font-size: 18px; color: #ffffff; display: block; }
.test-copy > span { font-size: 14px; color: #ffffff; display: block; line-height: 22px; font-family: arial; }

.blog-wrapper { background: #f7f7f7; padding: 20px 0 60px; }
.blog-conatiner { position: relative; margin: 0 0 40px; }
.blog-copy { position: absolute; bottom: 5%; left: 5%; }
.blog-copy > img { position: absolute; left: 0; top: 0; }
.blog-copy > p { background: rgba(51,51,51,0.7); padding: 10px 20px; font-size: 40px; color: #ffffff; margin: 0; line-height: normal; display: inline-block; margin: 0 0 10px; font-family: 'Conv_accordaltbold-webfont'; }
.blog-copy > span { background: rgba(51,51,51,0.7); padding: 10px 20px; font-size: 22px; color: #ffffff; margin: 0; line-height: normal; display: block; font-family: 'Conv_accordaltregular-webfont'; }
.blog-copy > a { background: #5e3a8d; padding: 10px 20px; font-size: 22px; text-decoration: none; display: inline-block; color: #fff; margin: 10px 0; font-family: 'Conv_accordaltregular-webfont'; }

.featured-blog-wrapper { margin: 70px 0 30px; }
.featured-blog-conatiner { background: #ffffff; border: 1px solid #d7d7d7; padding: 20px; margin: 10px 0 }
.item-desc { text-align: center; }
.item-hdng {  font-family: 'Conv_accordaltbold-webfont'; font-size: 20px; line-height: 22px; margin-bottom: 8px; }
.featured-blog-content .like-view { margin-bottom: 10px; }
.featured-blog-content .like-view div { cursor: default; display: inline-block; line-height: 16px; margin-right: 15px; }
.featured-blog-content .like-view .view .icon { background-position: -16px 0px; width: 26px; }
.featured-blog-content .like-view div .icon { background: url(clientlib-site-en/images/like-view.png) no-repeat; display: inline-block; height: 16px; margin-right: 5px; vertical-align: top; }
.featured-blog-content .like-view .like .icon { background-position: 0 0; width: 15px; }
.featured-blog-content .like-view div .icon { background: url(clientlib-site-en/images/like-view.png) no-repeat; display: inline-block; height: 16px; margin-right: 5px; vertical-align: top; }
.featured-blog-content .red-txt { color: #0076b7; line-height: 100%; padding-top: 10px; position: relative; }
.featured-blog-content .red-txt:before { background-color: #0076b7; content: ""; height: 1px; left: 50%; margin-left: -49px; position: absolute; top: 0; width: 98px; }

.news-container > ul { list-style-type: none; padding: 0; margin: 0; }
.news-container > ul > li { display: block; border-top: 1px solid #d3d3d3; margin: 10px 0; padding: 30px 0; margin-right: 60px; }
.news-container > ul > li:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.news-container > ul > li > p { font-size: 22px; color: #5e3a8d; line-height: normal; margin-bottom: 10px; font-family: 'Conv_accordaltregular-webfont'; }
.news-container > ul > li > span { font-size: 14px; color: #414141; display: block; }
.news-container > ul > li > span { font-size: 14px; color: #414141; display: block; }
.news-container > ul > li > span > p { margin-bottom: 10px; }

.setpadright{padding-right:0px}
.setpadleft{padding-left:0px}

/*@media (max-width: 991px) {
.inner-menu li ul { left: -65px; }
}*/
@media (min-width: 768px) and (max-width: 991px) {
/*.inner-menu li a { font-size: 14px; }
.inner-menu > li > a { padding: 0 7px; }*/
.overview-two-coloum-spotlight-img-copy > p { font-size: 50px; }
.test-copy-container { height: auto; margin-left:15px; }
.test-copy { padding: 17px 40px }
.overview-two-coloum-spotlight-copy > ul > li > p { font-size: 35px; }
.item-hdng { margin-top: 20px; }
.img-layout{width:100%}
}

@media (min-width: 1024px) and (max-width: 1920px) {
.overview-two-coloum-spotlight-copy > ul > li > p { font-size: 44px; }
.test-copy-container { height: 301px; overflow:hidden;}
.setpadright > img {height : 301px; }
}

@media (max-width: 767px) {
/*.inner-menu { display: none; }
.inner-menu { background: #6d6e71; left: 0; position: absolute; top: 100%; width: 100%; z-index: 999; }
.inner-menu li { border-bottom: 1px solid #8a8a8a; float: none; width: 100%; }
.inner-menu li:last-child { border-bottom: 0 none; }
.inner-menu li a { line-height: 100%; padding: 10px !important; font-size: 15px; }
.inner-menu li ul { width: 100%; left: 0; padding: 0 15px 10px; }
.inner-menu li ul li { margin: 0; }
.inner-menu li ul li a { font-size: 14px; }*/
.menu-btn { color: #fff; display: inline-block; font-size: 15px; padding: 10px 0; }
.menu-btn:hover, .menu-btn:active, .menu-btn:focus { color: #fff; }
.gray-strip { text-align: center; }
/*.inner-menu li:hover ul { display: none; }*/
.overview-two-coloum-spotlight-img-copy > p { font-size: 40px; }
.blog-copy > p { font-size: 20px; padding: 5px }
.blog-copy > span, .blog-copy > a { font-size: 14px; padding: 5px }
.blog-copy { bottom: 10% }
.news-container > ul > li { margin-right: 0; }
.news-container > ul > li > p { font-size: 18px;}
.overview-two-coloum-spotlight-copy > ul > li > p { font-size: 30px;}
.overview-two-coloum-spotlight-copy > ul > li > span { width: 90%; }
.campus-contianer { margin: 0 0 15px; }
/*.fb { margin-bottom: 30px; }*/
.policies-wrapper { padding: 0 }
.item-hdng { margin-top: 20px; }
/*.function-boxes-conatiner { background: #1f507d; }*/
.function-boxes-copy > span { opacity: 1; }
.function-boxes-conatiner .arrow-function { left: 50%; margin-left: -13px; opacity: 1; }
/*.overview-two-coloum-spotlight-img1 { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/sustainability.jpg") no-repeat scroll left top / cover ; height: 400px; }*/
.overview-two-coloum-spotlight-img1 { background: rgba(0, 0, 0, 0); height: 400px; }
.leadership-speaks-captn > a > p { font-size: 15px; }
.overview-two-coloum-spotlight-img-copy { left: 5%; }
}
@media (min-width: 320px) and (max-width: 375px) {
.blog-copy { bottom: 0 }
.setpadright{padding-right:15px}
.setpadleft{padding-left:15px}
.test-copy { padding: 20px }
}

.margin-bottom-50 { margin-bottom: 50px; }
.margin-top-50 { margin-top: 50px; }


/*  */




.overview-container { position: relative; }
.overview-img {/* position: absolute; top: 0; left: 0; width: 100%; */}
.overview-copy { position: absolute; top: 0.5vw; left: 1vw; }
.overview-copy > p { font-size: 2vw; color: #ffffff; line-height: normal; font-family: 'Conv_accordaltlight-webfont'; margin-bottom: 0; }
.overview-copy > ul { padding: 0; margin: 0; list-style-type: none; }
.overview-copy > ul > li { display: block; font-size: 0.9vw; color: #ffffff; margin-top: 0.8vw; background: url("clientlib-site-en/images/overview-copy-bullet.png") no-repeat left center; padding-left: 1.5vw; font-family: 'Conv_accordaltregular-webfont'; }
.padding-top148 { padding-top: 148px; }
.spotlight-carousellll .owl-wrapper { display: flex !important; }
.spotlight-carousellll .owl-wrapper .owl-item .item { background: #333333; }
.spotlight-carousellll .owl-pagination{
    display:block;
}

.testimonial-carousellll .owl-wrapper { display: flex !important; }
.testimonial-carousellll .owl-wrapper .owl-item .item { background: #333333; }
.testimonial-carousellll .owl-pagination{
    display:block;
}


@media screen and (max-width: 767px){
	.overview-copy > p { font-size: 8vw; }
	.overview-copy > ul > li { font-size: 3vw; padding-left: 5vw }
	.padding-top88 { padding-top: 88px; }
	.overview-copy { top: 5vw; left: 10vw; }
}

/*@media screen and (min-width: 768px) and (max-width: 1024px){*/
	/*.overview-copy > ul > li { font-size: 2vw; }*/
	/*.overview-copy { left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.3); padding: 2vw 4vw; }*/
/*}*/

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
	.overview-copy {top: 2vw;}
	.overview-copy>p { font-size: 6.5vw;}
	.overview-copy>ul>li {font-size: 3vw;}
}

@media screen and (min-width :768px) and (max-width :991px){
	.overview-copy {padding: 0.5vw 2vw;}
	.overview-copy > p {font-size: 2.4vw;}
	.overview-copy > ul > li {font-size: 1.4vw;}
}

@media screen and (min-width :992px) and (max-width :1024px){
	.overview-copy {padding: 1vw 2vw;}
	.overview-copy > p {font-size: 2.6vw;}
	.overview-copy > ul > li {font-size: 1.8vw;}
}

@media screen and (max-width:480px){
	.overview-copy > ul > li { font-size: 4.8vw; }
	.overview-copy > p { font-size: 7vw; }
}

@media screen and (min-width:640px) and (max-width:767px){
	.overview-copy > ul > li { font-size: 3vw; }
	.overview-copy > p { font-size: 4vw; }
}

@media screen and (min-width:768px) and (max-width:1023px){
	.overview-copy > ul > li { font-size: 1.8vw; }
	.overview-copy > p { font-size: 2.6vw; }
}

@media screen and (min-width:1024px) and (max-width:1279px){
	.overview-copy > ul > li { font-size: 1.6vw; }
	.overview-copy > p { font-size: 2.4vw; }
}

@media screen and (min-width:1280px) and (max-width:1365px) {
	.overview-copy > p {
		font-size: 1.9vw;
	}
	.overview-copy > ul > li {
		font-size: 1.3vw;
	}
}

	@media screen and (min-width:1366px) and (max-width:1439px){
		.overview-copy > p { font-size: 1.7vw;}
	}

	@media screen and (min-width:1440px) and (max-width:1500px){
		.overview-copy > ul > li { font-size: 1.1vw; }
		.overview-copy > p { font-size: 1.7vw; }
	}

	@media screen and (min-width:1501px) and (max-width:1600px) {
		.overview-copy > ul > li { font-size: 1vw; }
		.overview-copy > p { font-size: 1.4vw; }
	}

	@media screen and (min-width:1601px) {
		.overview-copy > ul > li { font-size: 0.9vw;}
		.overview-copy > p { font-size: 1.3vw; }
	}



.checkbox.checkbox-inline,.radio.radio-inline{margin-top:0}.checkbox{padding-left:20px}.checkbox label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.checkbox label::after,.checkbox label::before{position:absolute;margin-left:-20px;display:inline-block;left:0}.checkbox label::before{content:"";width:14px;height:13px;border:1px solid #414141;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;-o-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out}.checkbox label::after{width:16px;height:16px;top:-1px;padding-left:3px;padding-top:1px;font-size:11px;color:#555}.checkbox-danger input[type=checkbox]:checked+label::after,.checkbox-danger input[type=radio]:checked+label::after,.checkbox-info input[type=checkbox]:checked+label::after,.checkbox-info input[type=radio]:checked+label::after,.checkbox-primary input[type=checkbox]:checked+label::after,.checkbox-primary input[type=radio]:checked+label::after,.checkbox-success input[type=checkbox]:checked+label::after,.checkbox-success input[type=radio]:checked+label::after,.checkbox-warning input[type=checkbox]:checked+label::after,.checkbox-warning input[type=radio]:checked+label::after,input[type=checkbox] .styled:checked+label::after,input[type=checkbox] .styled:checked+label::before,input[type=radio] .styled:checked+label::after,input[type=radio] .styled:checked+label::before{color:#fff}.checkbox input[type=checkbox],.checkbox input[type=radio]{opacity:0;z-index:1}.checkbox input[type=checkbox]:focus+label::before,.checkbox input[type=radio]:focus+label::before{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.checkbox input[type=checkbox]:checked+label::after,.checkbox input[type=radio]:checked+label::after{background:url(clientlib-site-en/images/tick-mark.png) center center no-repeat}.newslttr .checkbox input[type=checkbox]:checked+label::after{background:url(clientlib-site-en/images/tick-mark-green.png) center center no-repeat}.checkbox input[type=checkbox]:disabled+label,.checkbox input[type=radio]:disabled+label{opacity:.65}.checkbox input[type=checkbox]:disabled+label::before,.checkbox input[type=radio]:disabled+label::before{background-color:#eee;cursor:not-allowed}.checkbox.checkbox-circle label::before{border-radius:50%}.checkbox-primary input[type=checkbox]:checked+label::before,.checkbox-primary input[type=radio]:checked+label::before{background-color:#337ab7;border-color:#337ab7}.checkbox-danger input[type=checkbox]:checked+label::before,.checkbox-danger input[type=radio]:checked+label::before{background-color:#d9534f;border-color:#d9534f}.checkbox-info input[type=checkbox]:checked+label::before,.checkbox-info input[type=radio]:checked+label::before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-warning input[type=checkbox]:checked+label::before,.checkbox-warning input[type=radio]:checked+label::before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-success input[type=checkbox]:checked+label::before,.checkbox-success input[type=radio]:checked+label::before{background-color:#5cb85c;border-color:#5cb85c}.radio{padding-left:20px}.radio label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.radio label::after,.radio label::before{display:inline-block;position:absolute;margin-left:-20px}.radio label::before{content:"";width:17px;height:17px;left:0;border:1px solid #ccc;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;-o-transition:border .15s ease-in-out;transition:border .15s ease-in-out}.radio label::after{content:" ";width:11px;height:11px;left:3px;top:3px;border-radius:50%;background-color:#555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-.33,.2,1.33)}.radio-primary input[type=radio]+label::after,.radio-primary input[type=radio]:checked+label::after{background-color:#337ab7}.radio input[type=radio]{opacity:0;z-index:1}.radio input[type=radio]:focus+label::before{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.radio input[type=radio]:checked+label::after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.radio input[type=radio]:disabled+label{opacity:.65}.radio input[type=radio]:disabled+label::before{cursor:not-allowed}.radio-primary input[type=radio]:checked+label::before{border-color:#337ab7}.radio-danger input[type=radio]+label::after,.radio-danger input[type=radio]:checked+label::after{background-color:#d9534f}.radio-danger input[type=radio]:checked+label::before{border-color:#d9534f}.radio-info input[type=radio]+label::after,.radio-info input[type=radio]:checked+label::after{background-color:#5bc0de}.radio-info input[type=radio]:checked+label::before{border-color:#5bc0de}.radio-warning input[type=radio]+label::after,.radio-warning input[type=radio]:checked+label::after{background-color:#f0ad4e}.radio-warning input[type=radio]:checked+label::before{border-color:#f0ad4e}.radio-success input[type=radio]+label::after,.radio-success input[type=radio]:checked+label::after{background-color:#5cb85c}.radio-success input[type=radio]:checked+label::before{border-color:#5cb85c}input[type=checkbox].styled:checked+label:after,input[type=radio].styled:checked+label:after{content:""}
.radio {
    margin-bottom: 20px;
}
.r-tabs .r-tabs-nav{margin:0;padding:0}.r-tabs .r-tabs-tab{display:inline-block;margin:0;list-style:none}.r-tabs .r-tabs-panel{padding:15px;display:none}.r-tabs .r-tabs-accordion-title{display:none}.r-tabs .r-tabs-panel.r-tabs-state-active{display:block}@media only screen and (max-width:767px){.r-tabs .r-tabs-nav{display:none}.r-tabs .r-tabs-accordion-title{display:block}}
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%
}

#lbOverlay.black,
#lbOverlay.grey {
    background-color: #000
}

#lbOverlay.red {
    background-color: #300
}

#lbOverlay.green {
    background-color: #030
}

#lbOverlay.blue {
    background-color: #011D50
}

#lbOverlay.gold {
    background-color: #660
}

#lbOverlay.orange {
    background-color: #FFBB48
}

#lbMain {
    left: 0;
    width: 100%;
    z-index: 999999;
    text-align: center;
    line-height: 0;
    display: -moz-inline-stack
}

#lbMain a img {
    border: 1px solid #fff
}

#lbOuterContainer {
    background-color: #fff;
    border-radius: 0!important;
    height: auto!important;
    position: absolute;
    width: 970px
}

#lbTitleBottom a {
    font-family: Conv_accordaltlight-webfont;
    clear: both;
    color: #ee2e24;
    display: block;
    margin-top: 10px
}

#lbOuterContainer.black {
    background-color: #fff;
    overflow: hidden
}

#lbOuterContainer.grey {
    border: 2px solid #888
}

#lbOuterContainer.red {
    border: 2px solid #D00
}

#lbOuterContainer.green {
    border: 2px solid #00B000
}

#lbOuterContainer.blue {
    border: 2px solid #5F89D8
}

#lbOuterContainer.gold {
    border: 2px solid #B0B000
}

#lbOuterContainer.orange {
    border: 2px solid #D15211
}

#lbBottomContainer,
#lbTopContainer {
    background-color: #fff;
    display: none;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 14
}

#lbTopContainer {
    overflow: hidden;
    margin-top: 5px
}

#lbBottomContainer.black,
#lbTopContainer.black {
    background-color: #fff;
    color: #333;
    width: 67%;
    position: static
}

#lbHoverNav,
#lbLoading {
    height: 100%;
    width: 100%
}

#lbNextHov,
#lbPrevHov {
    width: 2%;
    height: 100%!important;
    display: block
}

#lbNext,
#lbNextTop,
#lbPause,
#lbPauseTop,
#lbPlay,
#lbPlayTop,
#lbPrev,
#lbPrevTop,
#lbPrint,
#lbPrintTop {
    width: 26px;
    height: 28px;
    float: right;
    margin: 0 0 1px 8px
}

#lbBottomContainer.blue,
#lbBottomContainer.gold,
#lbBottomContainer.green,
#lbBottomContainer.grey,
#lbBottomContainer.orange,
#lbBottomContainer.red,
#lbTopContainer.blue,
#lbTopContainer.gold,
#lbTopContainer.green,
#lbTopContainer.grey,
#lbTopContainer.orange,
#lbTopContainer.red {
    background-color: #fff
}

#lbIframe,
#lbImage {
    border: none;
    margin-top: -46px;
    position: relative;
    top: 50%
}

#lbIframe.grey,
#lbImage.grey {
    border: 1px solid #888
}

#lbIframe.red,
#lbImage.red {
    border: 1px solid #D00
}

#lbIframe.green,
#lbImage.green {
    border: 1px solid #00B000
}

#lbIframe.blue,
#lbImage.blue {
    border: 1px solid #5F89D8
}

#lbIframe.gold,
#lbImage.gold {
    border: 1px solid #B0B000
}

#lbIframe.orange,
#lbImage.orange {
    border: 1px solid #D15211
}

#lbClose,
#lbCloseTop,
#lbNext,
#lbNextHov,
#lbNextTop,
#lbPause,
#lbPauseTop,
#lbPlay,
#lbPlayTop,
#lbPrev,
#lbPrevHov,
#lbPrevTop,
#lbPrint,
#lbPrintTop {
    border: none!important
}

#lbIframeContainer,
#lbImageContainer {
    border: 1px solid #ccc;
    float: left;
    height: 200px;
    margin-right: 5%;
    padding: 0;
    width: 28%;
    z-index: 12
}

/*#lbLoading {
    margin-top: -10px;
    background: url(clientlib-site-en/images/loading_white.gif) center no-repeat
}*/

#lbLoading.black {
    background: url(clientlib-site-en/images/loading_black.gif) center no-repeat
}

#lbHoverNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

#lbImageContainer>#lbHoverNav {
    left: 0
}

#lbHoverNav a {
    outline: 0
}

#lbPrevHov {
    background: url(clientlib-site-en/images/blank.gif) no-repeat;
    left: 0;
    float: left;
    margin-left: 15px
}

#lbPrevHov.black {
    background: url(clientlib-site-en/images/prev_black_t.png) left center no-repeat
}

/*#lbPrevHov.grey:hover,
#lbPrevHov.grey:visited {
    background: url(clientlib-site-en/images/prev_grey_t.png) left 30% no-repeat
}*/

/*#lbPrevHov.red:hover,
#lbPrevHov.red:visited {
    background: url(clientlib-site-en/images/prev_red_t.png) left 30% no-repeat
}*/

/*#lbPrevHov.green:hover,
#lbPrevHov.green:visited {
    background: url(clientlib-site-en/images/prev_green_t.png) left 30% no-repeat
}*/

/*#lbPrevHov.blue:hover,
#lbPrevHov.blue:visited {
    background: url(clientlib-site-en/images/prev_blue_t.png) left 30% no-repeat
}*/

/*#lbPrevHov.gold:hover,
#lbPrevHov.gold:visited {
    background: url(clientlib-site-en/images/prev_gold_t.png) left 30% no-repeat
}*/

/*#lbPrevHov.orange:hover,
#lbPrevHov.orange:visited {
    background: url(clientlib-site-en/images/prev_orange_t.png) left 30% no-repeat
}*/

#lbNextHov {
    background: url(clientlib-site-en/images/blank.gif) no-repeat;
    right: 0;
    float: right;
    margin-right: 15px
}

#lbNextHov.black {
    background: url(clientlib-site-en/images/next_black_t.png) right center no-repeat
}

/*#lbNextHov.grey:hover,
#lbNextHov.grey:visited {
    background: url(clientlib-site-en/images/next_grey_t.png) right 30% no-repeat
}*/

/*#lbNextHov.red:hover,
#lbNextHov.red:visited {
    background: url(clientlib-site-en/images/next_red_t.png) right 30% no-repeat
}*/

/*#lbNextHov.green:hover,
#lbNextHov.green:visited {
    background: url(clientlib-site-en/images/next_green_t.png) right 30% no-repeat
}*/

/*#lbNextHov.blue:hover,
#lbNextHov.blue:visited {
    background: url(clientlib-site-en/images/next_blue_t.png) right 30% no-repeat
}*/

/*#lbNextHov.gold:hover,
#lbNextHov.gold:visited {
    background: url(clientlib-site-en/images/next_gold_t.png) right 30% no-repeat
}*/

/*#lbNextHov.orange:hover,
#lbNextHov.orange:visited {
    background: url(clientlib-site-en/images/next_orange_t.png) right 30% no-repeat
}*/

#lbPrev.black,
#lbPrevTop.black {
    background: url(clientlib-site-en/images/prev_black.png) no-repeat
}

#lbPrev.blackOff,
#lbPrevTop.blackOff {
    background: url(clientlib-site-en/images/prev_black_off.png) no-repeat;
    cursor: default
}

/*#lbPrev.grey,
#lbPrevTop.grey {
    background: url(clientlib-site-en/images/prev_grey.png) no-repeat
}*/

/*#lbPrev.greyOff,
#lbPrevTop.greyOff {
    background: url(clientlib-site-en/images/prev_grey_off.png) no-repeat;
    cursor: default
}*/

/*#lbPrev.red,
#lbPrevTop.red {
    background: url(clientlib-site-en/images/prev_red.png) no-repeat
}*/

/*#lbPrev.redOff,
#lbPrevTop.redOff {
    background: url(clientlib-site-en/images/prev_red_off.png) no-repeat;
    cursor: default
}*/

/*#lbPrev.green,
#lbPrevTop.green {
    background: url(clientlib-site-en/images/prev_green.png) no-repeat
}*/

/*#lbPrev.greenOff,
#lbPrevTop.greenOff {
    background: url(clientlib-site-en/images/prev_green_off.png) no-repeat;
    cursor: default
}*/

/*#lbPrev.blue,
#lbPrevTop.blue {
    background: url(clientlib-site-en/images/prev_blue.png) no-repeat
}*/

/*#lbPrev.blueOff,
#lbPrevTop.blueOff {
    background: url(clientlib-site-en/images/prev_blue_off.png) no-repeat;
    cursor: default
}*/

/*#lbPrev.gold,
#lbPrevTop.gold {
    background: url(clientlib-site-en/images/prev_gold.png) no-repeat
}*/

/*#lbPrev.goldOff,
#lbPrevTop.goldOff {
    background: url(clientlib-site-en/images/prev_gold_off.png) no-repeat;
    cursor: default
}*/

/*#lbPrev.orange,
#lbPrevTop.orange {
    background: url(clientlib-site-en/images/prev_orange.png) no-repeat
}*/

/*#lbPrev.orangeOff,
#lbPrevTop.orangeOff {
    background: url(clientlib-site-en/images/prev_orange_off.png) no-repeat;
    cursor: default
}*/

#lbNext.black,
#lbNextTop.black {
    background: url(clientlib-site-en/images/next_black.png) no-repeat
}

#lbNext.blackOff,
#lbNextTop.blackOff {
    background: url(clientlib-site-en/images/next_black_off.png) no-repeat;
    cursor: default
}

/*#lbNext.grey,
#lbNextTop.grey {
    background: url(clientlib-site-en/images/next_grey.png) no-repeat
}*/

/*#lbNext.greyOff,
#lbNextTop.greyOff {
    background: url(clientlib-site-en/images/next_grey_off.png) no-repeat;
    cursor: default
}*/

/*#lbNext.red,
#lbNextTop.red {
    background: url(clientlib-site-en/images/next_red.png) no-repeat
}*/

/*#lbNext.redOff,
#lbNextTop.redOff {
    background: url(clientlib-site-en/images/next_red_off.png) no-repeat;
    cursor: default
}*/

/*#lbNext.green,
#lbNextTop.green {
    background: url(clientlib-site-en/images/next_green.png) no-repeat
}*/

/*#lbNext.greenOff,
#lbNextTop.greenOff {
    background: url(clientlib-site-en/images/next_green_off.png) no-repeat;
    cursor: default
}*/

/*#lbNext.blue,
#lbNextTop.blue {
    background: url(clientlib-site-en/images/next_blue.png) no-repeat
}*/

/*#lbNext.blueOff,
#lbNextTop.blueOff {
    background: url(clientlib-site-en/images/next_blue_off.png) no-repeat;
    cursor: default
}*/

/*#lbNext.gold,
#lbNextTop.gold {
    background: url(clientlib-site-en/images/next_gold.png) no-repeat
}*/

/*#lbNext.goldOff,
#lbNextTop.goldOff {
    background: url(clientlib-site-en/images/next_gold_off.png) no-repeat;
    cursor: default
}*/

/*#lbNext.orange,
#lbNextTop.orange {
    background: url(clientlib-site-en/images/next_orange.png) no-repeat
}*/

/*#lbNext.orangeOff,
#lbNextTop.orangeOff {
    background: url(clientlib-site-en/images/next_orange_off.png) no-repeat;
    cursor: default
}*/

#lbBottomData.black,
#lbBottomData.grey,
#lbTopData.black,
#lbTopData.grey {
    color: #333
}

#lbBottomData.red,
#lbTopData.red {
    color: #620000
}

#lbBottomData.green,
#lbTopData.green {
    color: #030
}

#lbBottomData.blue,
#lbTopData.blue {
    color: #01379E
}

#lbBottomData.gold,
#lbTopData.gold {
    color: #660
}

#lbBottomData.orange,
#lbTopData.orange {
    color: #D15211
}

#lbNumBottom,
#lbNumTop {
    font-style: italic
}

#lbDescBottom {
    display: block
}

#lbTitleTop,
#lbTopNav {
    margin-top: .3em
}

#lbTitleBottom,
#lbTitleTop {
    display: block;
    font-weight: 700
}

#lbClose,
#lbCloseTop {
    float: right;
    height: 13px;
    margin: 0;
    width: 13px
}

#lbClose.black,
#lbCloseTop.black {
    background: url(clientlib-site-en/images/close_black.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999
}

/*#lbClose.grey,
#lbCloseTop.grey {
    background: url(clientlib-site-en/images/close_grey.png) no-repeat
}*/

/*#lbClose.red,
#lbCloseTop.red {
    background: url(clientlib-site-en/images/close_red.png) no-repeat
}*/

/*#lbClose.green,
#lbCloseTop.green {
    background: url(clientlib-site-en/images/close_green.png) no-repeat
}*/

/*#lbClose.blue,
#lbCloseTop.blue {
    background: url(clientlib-site-en/images/close_blue.png) no-repeat
}*/

/*#lbClose.gold,
#lbCloseTop.gold {
    background: url(clientlib-site-en/images/close_gold.png) no-repeat
}*/

/*#lbClose.orange,
#lbCloseTop.orange {
    background: url(clientlib-site-en/images/close_orange.png) no-repeat
}*/

#lbPrint.black,
#lbPrintTop.black {
    background: url(clientlib-site-en/images/print_black.png) no-repeat
}

/*#lbPrint.grey,
#lbPrintTop.grey {
    background: url(clientlib-site-en/images/print_grey.png) no-repeat
}*/

/*#lbPrint.red,
#lbPrintTop.red {
    background: url(clientlib-site-en/images/print_red.png) no-repeat
}*/

/*#lbPrint.green,
#lbPrintTop.green {
    background: url(clientlib-site-en/images/print_green.png) no-repeat
}*/

#lbPrint.blue,
#lbPrintTop.blue {
    background: url(clientlib-site-en/images/print_blue.png) no-repeat
}

/*#lbPrint.gold,
#lbPrintTop.gold {
    background: url(clientlib-site-en/images/print_gold.png) no-repeat
}*/

/*#lbPrint.orange,
#lbPrintTop.orange {
    background: url(clientlib-site-en/images/print_orange.png) no-repeat
}*/

#lbPlay.black,
#lbPlayTop.black {
    background: url(clientlib-site-en/images/play_black.png) no-repeat
}

/*#lbPlay.grey,
#lbPlayTop.grey {
    background: url(clientlib-site-en/images/play_grey.png) no-repeat
}*/

#lbPlay.red,
#lbPlayTop.red {
    background: url(clientlib-site-en/images/play_red.png) no-repeat
}

/*#lbPlay.green,
#lbPlayTop.green {
    background: url(clientlib-site-en/images/play_green.png) no-repeat
}*/

/*#lbPlay.blue,
#lbPlayTop.blue {
    background: url(clientlib-site-en/images/play_blue.png) no-repeat
}*/

/*#lbPlay.gold,
#lbPlayTop.gold {
    background: url(clientlib-site-en/images/play_gold.png) no-repeat
}*/

/*#lbPlay.orange,
#lbPlayTop.orange {
    background: url(clientlib-site-en/images/play_orange.png) no-repeat
}*/

#lbPause.black,
#lbPauseTop.black {
    background: url(clientlib-site-en/images/pause_black.png) no-repeat
}

/*#lbPause.grey,
#lbPauseTop.grey {
    background: url(clientlib-site-en/images/pause_grey.png) no-repeat
}*/

/*#lbPause.red,
#lbPauseTop.red {
    background: url(clientlib-site-en/images/pause_red.png) no-repeat
}*/

/*#lbPause.green,
#lbPauseTop.green {
    background: url(clientlib-site-en/images/pause_green.png) no-repeat
}*/

/*#lbPause.blue,
#lbPauseTop.blue {
    background: url(clientlib-site-en/images/pause_blue.png) no-repeat
}*/

/*#lbPause.gold,
#lbPauseTop.gold {
    background: url(clientlib-site-en/images/pause_gold.png) no-repeat
}*/

/*#lbPause.orange,
#lbPauseTop.orange {
    background: url(clientlib-site-en/images/pause_orange.png) no-repeat
}*/

* html a:hover {
    background: 0 0
}

.lytetip {
    outline: 0;
    border-bottom: 1px dotted;
    z-index: 24;
    text-decoration: none
}

.lytetip span {
    color: #000;
    position: absolute;
    top: 2em;
    left: 0;
    padding: .5em .8em;
    font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif!important;
    background: #F4F5FB;
    border: 1px solid #888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 2px 3px 0 #949494;
    -moz-box-shadow: 1px 2px 3px 0 #949494;
    box-shadow: 1px 2px 3px 0 #949494;
    width: 240px;
    filter: alpha(opacity: 95);
    KHTMLOpacity: .95;
    MozOpacity: .95;
    opacity: .95;
    text-align: left;
    display: none
}

.lytetip:hover {
    z-index: 25;
    color: #aaf;
    text-decoration: none
}

.lytetip:hover span {
    display: block
}

.lytetip:hover em {
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    padding: 0 0 .6em
}

.lytetip:hover .lbTipImg {
    border: 0;
    margin: -20px 0 0 -36px;
    float: left;
    position: absolute;
    height: 32px;
    width: 32px
}

/*.lbErrorImg {
    background: url(clientlib-site-en/images/error.png)
}*/

/*.lbInfoImg {
    background: url(clientlib-site-en/images/info.png)
}*/

/*.lbHelpImg {
    background: url(clientlib-site-en/images/help.png)
}*/

/*.lbWarningImg {
    background: url(clientlib-site-en/images/warning.png)
}*/

span.lbCustom {
    padding: .5em .8em .5em 1.5em!important
}

span.lbIEFix {
    padding: .5em .8em!important
}

.lytetip .lbError {
    background: #FFE7D7;
    border: 1px solid #FF3334
}

.lytetip .lbHelp,
.lytetip .lbInfo {
    background: #D2EEF7;
    border: 1px solid #2BB0D7
}

.lytetip .lbWarning {
    background: #FFA;
    border: 1px solid #FFAD33
}

#lbMain {
    position: fixed!important;
    top: 0!important
}

#lbOuterContainer {
    max-width: 970px;
    margin: 0;
    left: 0;
    top: 0;
    padding: 40px!important
}

#lbBottomData,
#lbTopData {
    text-align: left;
    z-index: 20;
    position: relative;
    height: 200px;
    padding-right: 5px;
    overflow: hidden;
    overflow-y: auto
}

@media screen and (max-width:768px) {
    #lbOuterContainer {
        padding: 5%!important
    }
}

#lbBottomContainer.black,
#lbTopContainer.black {
    float: right;
    height: auto!important
}
.socialPlugin{text-align:center;width:40px;margin:0 auto;height:30px;display:block}.socialPlugin .socials:after{display:none!important}.socialPlugin .showSocialButtons{font-size:15px;cursor:pointer;padding:.333em .667em;border-radius:4px;color:rgba(0,0,0,.7)}.socialPlugin .socials{width:260px;color:#fff;line-height:10px;text-align:center;margin-top:-85px;margin-left:-35px;display:block;transform-origin:50% 0;-webkit-transform:scale(0) translateY(-150px);-moz-transform:scale(0) translateY(-150px);-o-transform:scale(0) translateY(-150px);transform:scale(0) translateY(-150px);-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;opacity:0}.socialPlugin .socials:after{content:'';position:absolute;left:0;right:0;margin:4px auto;height:0;width:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #becade}@media all and (max-width:992px){.socialPlugin .socials{margin-top:-90px}}.socialPlugin .socials.opened{opacity:1;-webkit-transform:scale(1) translateY(-60px);-moz-transform:scale(1) translateY(-60px);-o-transform:scale(1) translateY(-60px);transform:scale(1) translateY(-60px);-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}.fa-mail-forward:before,.fa-share:before{display:none!important}.socialPlugin .socials .fa{height:2.5em;font-size:2em;overflow:hidden;position:relative;text-decoration:none;width:2.5em;-webkit-backface-visibility:hidden}.socialPlugin .socials .fa:after,.socialPlugin .socials .fa:before{left:0;position:absolute;text-align:center;-webkit-transition:.5s;transition:.5s;top:50%;width:100%}.socialPlugin .socials .fa:before{color:#fff;-webkit-transform:translate3D(0,-50%,0);-ms-transform:translate3D(0,-50%,0);transform:translate3D(0,-50%,0);z-index:2}.socialPlugin .socials .fa:after{padding-bottom:25%;padding-top:300%;top:0}.socialPlugin .socials .fa:hover:after{-webkit-transform:translate3D(0,-73%,0);-ms-transform:translate3D(0,-73%,0);transform:translate3D(0,-73%,0)}.socialPlugin .socials .fa:hover:before{-webkit-transform:translate3D(0,-250%,0);-ms-transform:translate3D(0,-250%,0);transform:translate3D(0,-250%,0)}.socialPlugin .socials .fa-twitter:after{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#00acee),color-stop(75%,#fff));background-image:-webkit-linear-gradient(#00acee 25%,#fff 75%);background-image:linear-gradient(#00acee 25%,#fff 75%);content:"\f099";color:#00acee}.socialPlugin .socials .fa-facebook:after{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#3b5998),color-stop(75%,#fff));background-image:-webkit-linear-gradient(#3b5998 25%,#fff 75%);background-image:linear-gradient(#3b5998 25%,#fff 75%);content:"\f09a";color:#3b5998}.socialPlugin .socials .fa-google-plus:after{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#b00),color-stop(75%,#fff));background-image:-webkit-linear-gradient(#b00 25%,#fff 75%);background-image:linear-gradient(#b00 25%,#fff 75%);content:"\f0d5";color:#b00}.socialPlugin .socials .fa-pinterest:after{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#cb2027),color-stop(75%,#fff));background-image:-webkit-linear-gradient(#cb2027 25%,#fff 75%);background-image:linear-gradient(#cb2027 25%,#fff 75%);content:"\f0d2";color:#cb2027}.socialPlugin .socials .fa-tumblr:after{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#2C4762),color-stop(75%,#fff));background-image:-webkit-linear-gradient(#2C4762 25%,#fff 75%);background-image:linear-gradient(#2C4762 25%,#fff 75%);content:"\f173";color:#2C4762}
.main-header-author{
    /*top: 4% !important;*/
    z-index :9 !important;
}

/*.inner-secn{
	z-index: 0 !important;
}*/

.error{
    color: #ff3333;
}
.login_form div .response_msg,.response_msg{
    /*margin:-10px -190px 0 60px*/
}
.response_msg{
    border-radius:4%;
    padding:5px;
    font-size:19px;
    text-align:center;
    box-shadow:0 0 6px #B2B2B2
}
.success_msg{
    color:#4F8A10;
    background-color:#DFF2BF
}
.failure_msg{
    color:#D8000C;
    background-color:#FFBABA
}
.registration_form div .response_msg{
    margin: -10px 30px 0 21px;
    font-size:16px
}
.edit_passowrd {
    display:none;
}
.edit_passowrd div .response_msg{
    margin:4px -19px 0 49px;
    font-size:16px
}
.profile-details div .response_msg{
    margin:11px -211px 0 98px;
    font-size:16px
}
.frgt_passwd div .response_msg{
    margin: 0 15px 0 15px;
    font-size:16px
}
.ap-user-profile-pic div .response_msg{
    margin:13px -105px 0 -36px;
    font-size:12px
}
@media screen and (min-width:320px) and (max-width:480px){
    .login_form div .response_msg{
        margin:-10px -145px 0 35px;
        font-size:16px
    }
    .registration_form div .response_msg{
        margin:-10px 34px 0 0;
        font-size:16px
    }
    .edit_passowrd div .response_msg{
        margin:5px 34px 0 0;
        font-size:15px
    }
    .profile-details div .response_msg{
        margin:15px 34px 0 0px;
        font-size:15px;
        display: inline-block;
    }
    .frgt_passwd div .response_msg{
        margin:-4px 12px 0 9px;
        font-size:15px
    }
    .ap-user-profile-pic div .response_msg{
        margin:15px -4px 0 -24px;
        font-size:13px
    }
}
@media (max-width:639px) and (min-width:480px){
    .login_form div .response_msg{
        margin:-10px -190px 0 64px
    }
    .registration_form div .response_msg{
        margin:-10px 34px 0 0
    }
    .edit_passowrd div .response_msg{
        margin:2px 190px 0 30px;
        font-size:15px
    }
    .profile-details div .response_msg{
        margin:21px 34px 0 0;
        font-size:15px
    }
    .frgt_passwd div .response_msg{
        margin:-4px 34px 0 0;
        font-size:15px
    }
    .ap-user-profile-pic div .response_msg{
        margin:15px 34px 0 1px;
        font-size:14px
    }
}
@media (max-width:767px) and (min-width:640px){
    .login_form div .response_msg{
        margin:-10px -218px 0 74px
    }
    .registration_form div .response_msg{
        margin:-10px -6px 0 0;
        font-size:16px
    }
    .edit_passowrd div .response_msg{
        margin:6px 250px 0 52px;
        font-size:16px
    }
    .profile-details div .response_msg{
        margin:15px 92px 0 52px;
        font-size:16px
    }
    .frgt_passwd div .response_msg{
        margin:-4px 34px 0 27px;
        font-size:15px
    }
    .ap-user-profile-pic div .response_msg{
        margin:15px 127px 0 3px;
        font-size:15px
    }
}
@media (max-width:1023px) and (min-width:768px){
    .login_form div .response_msg{
        margin:-10px -337px 0 40px
    }
    .registration_form div .response_msg{
        margin:-10px -355px 0 0
    }
    .edit_passowrd div .response_msg{
        margin:-10px -120px 0 52px;
        font-size:16px
    }
    .profile-details div .response_msg{
        margin:72% 30px 0px 100px;
        font-size:16px
    }
    .frgt_passwd div .response_msg{
        margin:-4px 34px 0 0;
        font-size:15px
    }
    .ap-user-profile-pic div .response_msg{
        margin:15px -91px 0 1px;
        font-size:15px
    }
}
@media (max-width:1023px) and (min-width:800px){
    .login_form div .response_msg{
        margin:-10px -242px 0 101px
    }
    .registration_form div .response_msg{
        margin:-10px -375px 0 0
    }
    .edit_passowrd div .response_msg{
        margin:6px -150px 0 52px;
        font-size:16px
    }
    .profile-details div .response_msg{
        margin:16px -259px 0 100px;
        font-size:16px
    }
    .frgt_passwd div .response_msg{
        margin:-4px 5px 0 0;
        font-size:15px
    }
    .ap-user-profile-pic div .response_msg{
        margin:15px -48px 0 2px;
        font-size:13px
    }
}
.custom_reg_msg{
    margin: 10px 20px 0 0 !important;
}

.user-status.anon-user{background:url(clientlib-site-en/images/login.svg) center no-repeat;display:inline-block;background-size:30px 30px;height:30px;width:50px}@media screen and (max-width:767px){.user-status.anon-user{background-size:17px 17px;height:17px;width:17px}}.user-status.signed-in-user{background:url(clientlib-site-en/images/loginFill.svg) center no-repeat;display:inline-block;background-size:30px 30px;height:30px;width:50px}@media screen and (max-width:767px){.user-status.signed-in-user{background-size:17px 17px;height:17px;width:17px}}
.fr-overlay,.fr-window{position:fixed;top:0;left:0}.fr-box,.fr-overlay,.fr-overlay-background,.fr-page,.fr-pages,.fr-window{width:100%;height:100%}.fr-hovering-clickable .fr-container,.fr-side{cursor:pointer}.fr-overlay,.fr-overlay [class^=fr-],.fr-spinner,.fr-spinner [class^=fr-],.fr-window,.fr-window [class^=fr-]{box-sizing:border-box}.fr-overlay{z-index:99998}.fr-window{font:13px/20px "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;transform:translateZ(0);z-index:99999}.fr-spinner{z-index:100000}.fr-overlay-background{float:left;background:#000;opacity:.9;filter:alpha(opacity=90)}.fr-overlay-ui-fullclick .fr-overlay-background{background:#292929;opacity:1;filter:alpha(opacity=100)}.fr-overlay.fr-mobile-touch,.fr-window.fr-mobile-touch{position:absolute;overflow:visible}.fr-measured{margin:0!important;min-width:0!important;min-height:0!important}.fr-box{position:absolute;top:0;left:0}.fr-pages{position:absolute;overflow:hidden;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fr-info,.fr-position-inside,.fr-position-outside{-webkit-text-size-adjust:none;text-size-adjust:none;-khtml-user-select:text}.fr-page{position:absolute}.fr-container{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;text-align:center}.fr-ui-inside .fr-container,.fr-ui-inside.fr-no-sides .fr-container{padding:20px}.fr-ui-outside .fr-container{padding:20px 82px}.fr-ui-outside.fr-no-sides .fr-container{padding:20px 48px}@media all and (max-width:700px) and (orientation:portrait),all and (orientation:landscape) and (max-height:700px){.fr-ui-inside .fr-container,.fr-ui-inside.fr-no-sides .fr-container{padding:12px}.fr-ui-outside .fr-container{padding:12px 72px}.fr-ui-outside.fr-no-sides .fr-container{padding:12px 48px}}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:500px){.fr-ui-inside .fr-container,.fr-ui-inside.fr-no-sides .fr-container{padding:0}.fr-ui-outside .fr-container{padding:0 72px}.fr-ui-outside.fr-no-sides .fr-container{padding:0 48px}}.fr-ui-fullclick .fr-container,.fr-ui-fullclick.fr-no-sides .fr-container{padding:0}.fr-ui-fullclick.fr-type-video .fr-container{padding:0 62px}.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container{padding:48px 0}.fr-overflow-y .fr-container{padding-top:0!important;padding-bottom:0!important}.fr-content,.fr-content-background{position:absolute;top:50%;left:50%;overflow:visible}.fr-info,.fr-info-background{position:absolute;top:0;width:100%}.fr-content-element{float:left;width:100%;height:100%}.fr-content-background{background:#101010}.fr-info{left:0;color:#efefef;font-size:13px;line-height:20px;text-align:left;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fr-position,.fr-position-text{color:#b3b3b3}.fr-info-background{left:0;height:100%;background:#000;line-height:1%;filter:none;opacity:1}.fr-ui-inside .fr-info-background{filter:alpha(opacity=80);opacity:.8;zoom:1}.fr-ui-outside .fr-info-background{background:#0d0d0d}.fr-content .fr-info{top:auto;bottom:0}.fr-info-padder{display:block;overflow:hidden;padding:12px;position:relative;width:auto}.fr-caption{width:auto;display:inline;white-space:wrap}.fr-position{float:right;line-height:21px;opacity:.99;position:relative;text-align:right;margin-left:15px;white-space:nowrap}.fr-position-inside,.fr-position-outside{position:absolute;bottom:0;right:0;margin:12px;width:auto;padding:2px 8px;border-radius:10px;font-size:11px;line-height:20px;text-shadow:0 1px 0 rgba(0,0,0,.4);display:none;overflow:hidden;white-space:nowrap;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fr-close,.fr-side{-webkit-user-select:none;-moz-user-select:none}.fr-position-inside{border:0}.fr-position-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#0d0d0d;filter:alpha(opacity=80);opacity:.8;zoom:1}.fr-position-inside .fr-position-text,.fr-position-outside .fr-position-text{float:left;position:relative;text-shadow:0 1px 1px rgba(0,0,0,.3);opacity:1}.fr-ui-outside .fr-position-outside{display:block}.fr-ui-outside .fr-info .fr-position{display:none}.fr-ui-inside.fr-no-caption .fr-position-inside{display:block}.fr-info .fr-stroke-top,.fr-ui-fullclick .fr-stroke,.fr-ui-inside.fr-no-caption .fr-caption,.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom,.fr-ui-outside.fr-no-caption .fr-info{display:none}.fr-info a,.fr-info a:hover{color:#ccc;border:0;background:0 0;text-decoration:underline}.fr-info a:hover{color:#eee}.fr-stroke{position:absolute;top:0;left:0;width:100%;height:1px}.fr-stroke-vertical{width:1px;height:100%}.fr-stroke-horizontal{padding:0 1px}.fr-stroke-right{left:auto;right:0}.fr-stroke-bottom{top:auto;bottom:0}.fr-stroke-color{float:left;width:100%;height:100%;background:rgba(255,255,255,.08)}.fr-info .fr-stroke-color{background:rgba(80,80,80,.3)}.fr-ui-fullclick .fr-content-background{box-shadow:none}.fr-side-hidden,.fr-thumbnails-disabled .fr-thumbnails{display:none!important}.fr-side{position:absolute;top:50%;width:54px;height:72px;margin:-36px 9px 0;user-select:none;zoom:1}.fr-side-previous{left:0}.fr-side-next{right:0;left:auto}.fr-side-disabled{cursor:default}.fr-close,.fr-thumbnail,.fr-thumbnail-overlay{cursor:pointer}.fr-side-button{float:left;width:100%;height:100%;margin:0;padding:0}.fr-side-button-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ccc}.fr-side-button-icon{float:left;position:relative;height:100%;width:100%;zoom:1;background-position:50% 50%;background-repeat:no-repeat}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:414px){.fr-side{width:54px;height:60px;margin:-30px 0 0}.fr-side-button{width:48px;height:60px;margin:0 3px}}.fr-close{position:absolute;width:48px;height:48px;top:0;right:0;user-select:none}.fr-close-background,.fr-close-icon{position:absolute;top:12px;left:12px;height:26px;width:26px;background-position:50% 50%;background-repeat:no-repeat}.fr-close-background{background-color:#000}.fr-thumbnails{position:absolute;overflow:hidden}.fr-thumbnails-horizontal .fr-thumbnails{width:100%;height:12%;min-height:74px;max-height:160px;bottom:0}.fr-thumbnails-vertical .fr-thumbnails{height:100%;width:10%;min-width:74px;max-width:160px;left:0}.fr-thumbnails,.fr-thumbnails *{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fr-thumbnails-wrapper{position:absolute;top:0;left:50%;height:100%}.fr-thumbnails-vertical .fr-thumbnails-wrapper{top:50%;left:0}.fr-thumbnails-slider{position:relative;width:100%;height:100%;float:left;zoom:1}.fr-thumbnails-slider-slide{position:absolute;top:0;left:0;height:100%}.fr-thumbnails-thumbs{float:left;height:100%;overflow:hidden;position:relative;top:0;left:0}.fr-thumbnails-slide{position:absolute;top:0;height:100%;width:100%}.fr-thumbnail-frame{position:absolute;zoom:1;overflow:hidden}.fr-thumbnail{position:absolute;width:30px;height:100%;left:50%;top:50%;zoom:1;margin:0 10px}.fr-ltIE9 .fr-thumbnail *{overflow:hidden;z-index:1;zoom:1}.fr-thumbnail-wrapper{position:relative;background:#161616;width:100%;height:100%;float:left;overflow:hidden;display:inline;z-index:0}.fr-thumbnail-active,.fr-thumbnail-active .fr-thumbnail-overlay{cursor:default}.fr-thumbnail-overlay,.fr-thumbnail-overlay-background,.fr-thumbnail-overlay-border{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0;overflow:hidden;border-style:solid;border-color:transparent}.fr-ltIE9 .fr-thumbnail-overlay-border{border-width:0!important}.fr-thumbnail .fr-thumbnail-image{position:absolute;filter:alpha(opacity=85);opacity:.85;max-width:none}.fr-thumbnail-active:hover .fr-thumbnail-image,.fr-thumbnail:hover .fr-thumbnail-image{filter:alpha(opacity=99);opacity:.99}.fr-thumbnail-active .fr-thumbnail-image,.fr-thumbnail-active:hover .fr-thumbnail-image{filter:alpha(opacity=35);opacity:.35}.fr-thumbnail-loading,.fr-thumbnail-loading-background,.fr-thumbnail-loading-icon{position:absolute;top:0;left:0;width:100%;height:100%}.fr-thumbnail-loading-background{background-color:#161616;background-position:50% 50%;background-repeat:no-repeat;opacity:.8;position:relative;float:left}.fr-thumbnail-loading-icon{display:none}.fr-thumbnail-error .fr-thumbnail-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#202020}.fr-thumbnails-side{float:left;height:100%;width:28px;margin:0 5px;position:relative;overflow:hidden}.fr-thumbnails-side-previous{margin-left:12px}.fr-thumbnails-side-next{margin-right:12px}.fr-thumbnails-vertical .fr-thumbnails-side{height:28px;width:100%;margin:10px 0}.fr-thumbnails-vertical .fr-thumbnails-side-previous{margin-top:20px}.fr-thumbnails-vertical .fr-thumbnails-side-next{margin-bottom:20px}.fr-thumbnails-side-button{position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px;width:28px;height:28px;cursor:pointer}.fr-thumbnails-side-button-background,.fr-thumbnails-side-button-icon{position:absolute;width:100%;height:100%;left:0;top:0}.fr-thumbnails-side-button-background{filter:alpha(opacity=80);opacity:.8;-moz-transition:background-color .2s ease-in;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in;background-color:#333;cursor:pointer;border-radius:4px}.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background{background-color:#3b3b3b}.fr-thumbnails-side-button-disabled *{cursor:default}.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background{background-color:#333}.fr-thumbnails-vertical .fr-thumbnail-frame,.fr-thumbnails-vertical .fr-thumbnails-side,.fr-thumbnails-vertical .fr-thumbnails-thumbs{clear:both}.fr-window-ui-fullclick .fr-thumbnails{background:#090909}.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom,.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left{display:block!important}.fr-thumbnails-horizontal .fr-thumbnails-thumbs{padding:12px 5px}.fr-thumbnails-vertical .fr-thumbnails-thumbs{padding:5px 12px}.fr-thumbnails-measured .fr-thumbnails-thumbs{padding:0!important}@media all and (min-height:700px){.fr-thumbnails-horizontal .fr-thumbnails-thumbs{padding:16px 8px}.fr-thumbnails-horizontal .fr-thumbnails-side{margin:0 8px}.fr-thumbnails-horizontal .fr-thumbnails-side-previous{margin-left:16px}.fr-thumbnails-horizontal .fr-thumbnails-side-next{margin-right:16px}}@media all and (min-height:980px){.fr-thumbnails-horizontal .fr-thumbnails-thumbs{padding:20px 10px}.fr-thumbnails-horizontal .fr-thumbnails-side{margin:0 10px}.fr-thumbnails-horizontal .fr-thumbnails-side-previous{margin-left:20px}.fr-thumbnails-horizontal .fr-thumbnails-side-next{margin-right:20px}}@media all and (min-width:1200px){.fr-thumbnails-vertical .fr-thumbnails-thumbs{padding:8px 16px}.fr-thumbnails-vertical .fr-thumbnails-side{margin:0 8px}.fr-thumbnails-vertical .fr-thumbnails-side-previous{margin-top:16px}.fr-thumbnails-vertical .fr-thumbnails-side-next{margin-bottom:16px}}@media all and (min-width:1800px){.fr-thumbnails-vertical .fr-thumbnails-thumbs{padding:10px 20px}.fr-thumbnails-vertical .fr-thumbnails-side{margin:10px 0}.fr-thumbnails-vertical .fr-thumbnails-side-previous{margin-top:20px}.fr-thumbnails-vertical .fr-thumbnails-side-next{margin-bottom:20px}}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:500px){.fr-thumbnails-horizontal .fr-thumbnails{display:none!important}}@media all and (max-width:700px) and (orientation:portrait),all and (orientation:landscape) and (max-height:414px){.fr-thumbnails-vertical .fr-thumbnails{display:none!important}}.fr-window-ui-fullclick .fr-close-outside,.fr-window-ui-fullclick .fr-content .fr-close,.fr-window-ui-fullclick .fr-content .fr-info,.fr-window-ui-fullclick .fr-content .fr-side-next,.fr-window-ui-fullclick .fr-content .fr-side-previous,.fr-window-ui-fullclick .fr-side-next-outside,.fr-window-ui-fullclick .fr-side-previous-outside,.fr-window-ui-inside .fr-close-fullclick,.fr-window-ui-inside .fr-close-outside,.fr-window-ui-inside .fr-page>.fr-info,.fr-window-ui-inside .fr-side-next-fullclick,.fr-window-ui-inside .fr-side-next-outside,.fr-window-ui-inside .fr-side-previous-fullclick,.fr-window-ui-inside .fr-side-previous-outside,.fr-window-ui-outside .fr-close-fullclick,.fr-window-ui-outside .fr-content .fr-close,.fr-window-ui-outside .fr-content .fr-info,.fr-window-ui-outside .fr-content .fr-side-next,.fr-window-ui-outside .fr-content .fr-side-previous,.fr-window-ui-outside .fr-side-next-fullclick,.fr-window-ui-outside .fr-side-previous-fullclick{display:none!important}.fr-toggle-ui{opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.fr-visible-fullclick-ui .fr-box>.fr-toggle-ui,.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui{opacity:1}.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui{-webkit-transition:opacity .3s;transition:opacity .3s}.fr-ltIE9.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui{display:none}.fr-spinner{position:fixed;width:52px;height:52px;background:#101010;background:rgba(16,16,16,.85);border-radius:5px}.fr-spinner div{position:absolute;top:0;left:0;height:64%;width:64%;margin-left:18%;margin-top:18%;opacity:1;-webkit-animation:fresco-12 1.2s infinite ease-in-out;animation:fresco-12 1.2s infinite ease-in-out}.fr-spinner div:after{content:'';position:absolute;top:0;left:50%;width:2px;height:8px;margin-left:-1px;background:#fff;box-shadow:0 0 1px transparent}.fr-spinner div.fr-spin-1{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.fr-spinner div.fr-spin-2{-ms-transform:rotate(60deg);-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-delay:-1s;animation-delay:-1s}.fr-spinner div.fr-spin-3{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.fr-spinner div.fr-spin-4{-ms-transform:rotate(120deg);-webkit-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.fr-spinner div.fr-spin-5{-ms-transform:rotate(150deg);-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.fr-spinner div.fr-spin-6{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.fr-spinner div.fr-spin-7{-ms-transform:rotate(210deg);-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.fr-spinner div.fr-spin-8{-ms-transform:rotate(240deg);-webkit-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.fr-spinner div.fr-spin-9{-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.fr-spinner div.fr-spin-10{-ms-transform:rotate(300deg);-webkit-transform:rotate(300deg);transform:rotate(300deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.fr-spinner div.fr-spin-11{-ms-transform:rotate(330deg);-webkit-transform:rotate(330deg);transform:rotate(330deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.fr-spinner div.fr-spin-12{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes fresco-12{0%{opacity:1}100%{opacity:0}}@keyframes fresco-12{0%{opacity:1}100%{opacity:0}}.fr-thumbnail-spinner{position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;width:40px;height:40px}.fr-thumbnail-spinner-spin{position:relative;float:left;margin:8px 0 0 8px;text-indent:-9999em;border-top:2px solid rgba(255,255,255,.2);border-right:2px solid rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.2);border-left:2px solid #fff;-webkit-animation:fr-thumbnail-spin 1.1s infinite linear;animation:fr-thumbnail-spin 1.1s infinite linear}.fr-thumbnail-spinner-spin,.fr-thumbnail-spinner-spin:after{border-radius:50%;width:24px;height:24px}@-webkit-keyframes fr-thumbnail-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fr-thumbnail-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fr-error{float:left;position:relative;background-color:#ca3434;width:160px;height:160px}.fr-error-icon{position:absolute;width:42px;height:42px;top:50%;left:50%;margin-left:-21px;margin-top:-21px}.fr-window-skin-fresco .fr-close-icon,.fr-window-skin-fresco .fr-error-icon,.fr-window-skin-fresco .fr-side-button-icon,.fr-window-skin-fresco .fr-thumbnails-side-button-icon{background-image:url(clientlib-site-en/images/sprite.svg)}.fr-window-skin-fresco .fr-error-icon,.fr-window-skin-fresco.fr-no-svg .fr-close-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon{background-image:url(clientlib-site-en/images/sprite.png)}.fr-window-skin-fresco .fr-error-icon{background-position:-160px -126px}.fr-window-skin-fresco .fr-content-background{background:#101010;box-shadow:0 0 5px rgba(0,0,0,.4)}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background{box-shadow:none}.fr-window-skin-fresco .fr-side-button-background{background-color:transparent}.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon{background-position:-13px -14px}.fr-window-skin-fresco .fr-side-next .fr-side-button-icon{background-position:-93px -14px}.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon{background-position:-13px -114px}.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon{background-position:-93px -114px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon{background-position:-13px -114px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon{background-position:-93px -114px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon{background-position:-13px -214px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon{background-position:-93px -214px}.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon{background-position:-13px -114px}.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon{background-position:-93px -114px}.fr-window-skin-fresco.fr-svg .fr-side-button-icon{opacity:.5}.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon{opacity:1}.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon{opacity:.8}.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon{opacity:.2}.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon{background-image:none}@media all and (max-width:500px) and (orientation:portrait),all and (orientation:landscape) and (max-height:414px){.fr-page{min-width:100%;min-height:100%}.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon{background-position:0 -300px}.fr-window-skin-fresco .fr-side-next .fr-side-button-icon{background-position:-48px -300px}.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon{background-position:0 -360px}.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon{background-position:-48px -360px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon{background-position:0 -360px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon{background-position:-48px -360px}.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon{background-position:0 -360px}.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon{background-position:-48px -360px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon{background-position:0 -420px}.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon{background-position:-48px -420px}}.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background{background-color:#363636}.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background{background-color:#434343}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background,.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background{background-color:#131313;filter:alpha(opacity=80);opacity:.8}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background,.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background{background-color:#191919}.fr-window-skin-fresco .fr-close .fr-close-icon{background-position:-168px -8px}.fr-window-skin-fresco .fr-close:hover .fr-close-icon{background-position:-210px -8px}.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon{background-position:-210px -8px;opacity:.8}.fr-window-skin-fresco .fr-close:hover .fr-close-icon,.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon,.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon{opacity:1}.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper{box-shadow:0 0 1px rgba(0,0,0,.1)}.fr-window-skin-fresco .fr-thumbnail-wrapper{border-color:transparent;border-style:solid;border-width:0;box-shadow:0 -1px 4px rgba(0,0,0,.3)}.fr-window-skin-fresco .fr-thumbnail-overlay-border{border-width:1px;border-color:rgba(255,255,255,.08)}.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border{border:0}.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-167px -49px}.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon{background-position:-209px -49px}.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-167px -91px}.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon{background-position:-209px -91px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-293px -49px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon{background-position:-335px -49px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-293px -91px}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon{background-position:-335px -91px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon{-moz-transition:opacity .2s ease-in;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;opacity:.8}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-167px -49px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-209px -91px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon{opacity:1}.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon{background-position:-293px -49px}.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon{background-position:-335px -91px}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled{opacity:.5}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-251px -49px}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-251px -91px}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background{filter:alpha(opacity=50)}.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-377px -49px}.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon{background-position:-377px -91px}
.irs,.irs-line{position:relative;display:block}.irs,.irs-bar,.irs-bar-edge,.irs-line{display:block}.irs{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.irs-line{overflow:hidden;outline:0!important}.irs-line-left,.irs-line-mid,.irs-line-right{position:absolute;display:block;top:0}.irs-line-left{left:0;width:11%}.irs-line-mid{left:9%;width:82%}.irs-line-right{right:0;width:11%}.irs-bar,.irs-shadow{position:absolute;width:0;left:0}.irs-bar-edge{position:absolute;top:0;left:0}.irs-shadow{display:none}.irs-from,.irs-max,.irs-min,.irs-single,.irs-slider,.irs-to{display:block;position:absolute;cursor:default}.irs-slider{z-index:1}.irs-slider.type_last{z-index:2}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-single,.irs-to{top:0;left:0;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.irs-disabled{opacity:.4}.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;outline:0!important;z-index:-9999!important;background:0 0!important;border-style:solid!important;border-color:transparent!important}
.irs-from,.irs-max,.irs-min,.irs-single,.irs-to{font-size:10px;line-height:1.333;text-shadow:none}.irs-bar,.irs-bar-edge,.irs-line-left,.irs-line-mid,.irs-line-right,.irs-slider{background:url(clientlib-site-en/images/sprite-skin-flat.png) repeat-x}.irs{height:40px}.irs-with-grid{height:60px}.irs-line{height:12px;top:25px}.irs-line-left{height:12px;background-position:0 -30px}.irs-line-mid{height:12px;background-position:0 0}.irs-line-right{height:12px;background-position:100% -30px}.irs-bar{height:12px;top:25px;background-position:0 -60px}.irs-bar-edge{top:25px;height:12px;width:9px;background-position:0 -90px}.irs-shadow{height:3px;top:34px;background:#000;opacity:.25}.lt-ie9 .irs-shadow{filter:alpha(opacity=25)}.irs-slider{width:16px;height:18px;top:22px;background-position:0 -120px}.irs-slider.state_hover,.irs-slider:hover{background-position:0 -150px}.irs-max,.irs-min{color:#999;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.irs-from,.irs-single,.irs-to{color:#fff;padding:1px 5px;background:#ed5565;-moz-border-radius:4px;border-radius:4px}.irs-from:after,.irs-single:after,.irs-to:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs-grid-pol{background:#e1e4e9}.irs-grid-text{color:#999}
.irs-from::after,.irs-grid-pol,.irs-single::after,.irs-to::after{display:none}.irs-line-mid{height:5px}.irs-bar{background:#512b8b}.irs-slider{width:0}.irs-from,.irs-single,.irs-to{background:url(clientlib-site-en/images/rangeBubble.png) top center no-repeat;width:50px;height:50px;top:-25px;border-radius:4px;font-size:18px;line-height:42px;text-align:center}.irs-bar-edge{background:0 -94px #512b8b;border-radius:26px;height:5px;top:25px;width:9px}.irs-bar,.irs-line,.irs-line-right{height:5px;border-radius:5px}.irs-grid{bottom:15px;height:5px;left:3px;width:98%}.irs-grid-text{color:#333;font-size:14px;font-family:'Conv_accordaltregular-webfont';}
.mockup-content,.mockup-content>p{text-align:center}.demo-4 .mockup-content{padding:1em 0 3em}.demo-5 .mockup-content{padding:1em 0 6em}.mockup-content>span{display:block;background:rgba(0,0,0,.1);height:50px;width:100%;margin:0 0 10px;clear:both}.mockup-content>span:nth-child(2),.mockup-content>span:nth-child(3),.mockup-content>span:nth-last-child(2){width:calc(50% - 5px);float:left;clear:none;height:80px}.mockup-content>span:nth-child(3),.mockup-content>span:nth-last-child(2){float:right}.mockup-content>span:nth-last-child(2){width:calc(100% - 310px)}.no-js .mockup-content>span:nth-last-child(2){width:100%}.mockup-content h2{font-size:2em;margin:0}.mockup-content>p{font-family:Blokk,sans-serif;font-size:.85em;opacity:.5;margin:0;overflow:hidden}.no-js .joiner{display:block}.demo-5 .mockup-content>p{font-size:1.4em;margin:0;padding:.5em 0;text-align:justify;font-family:Lato,Arial,sans-serif}.js .fixed-block{min-height:300px;position:relative}.mockup-left{float:left;max-width:100%;overflow:hidden;width:300px;margin:0 40px 50px 0;background:rgba(0,0,0,.1);height:400px;position:relative}.mockup-left::after{content:'\2234';width:100%;height:100%;position:absolute;top:0;left:0;color:rgba(0,0,0,.05);font-size:15em}.mockup-right{text-align:left}.demo-7 body,html.demo-7{height:100%}.demo-7 .body-container{width:100%;position:absolute;-webkit-transition:-webkit-transform .5s cubic-bezier(.7,0,.3,1) .1s;transition:transform .5s cubic-bezier(.7,0,.3,1) .1s}.no-js.demo-7 .body-container{width:calc(100% - 300px);right:0}.pushed.body-container{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:translateX(-269px);transform:translateX(-269px)}@media screen and (max-width:770px){.mockup-left{float:none;margin:0 auto 20px}.mockup-right{text-align:center}.joiner{display:block}}@media screen and (max-width:400px){.mockup-content>span:nth-last-child(2){width:calc(100% - 210px)}}@media screen and (max-width:25em){.codrops-icon span{display:none}}
.morph-button {
    position: relative;
    display: block;
    margin: 0 auto
}

.morph-button>button {
    background: url(clientlib-site-en/images/msg-icon.png) center center no-repeat #5e3b8d;
    border: 0;
    height: 66px;
    line-height: 100%;
    overflow: hidden;
    position: relative;
    width: 66px
}

.morph-button.open>button,
.morph-content {
    pointer-events: none
}

.morph-button.open .morph-content {
    pointer-events: auto
}

.morph-button-fixed,
.morph-button-fixed .morph-content {
    width: 270px;
    height: 80px
}

.morph-button-fixed>button {
    z-index: 1000;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s
}

.opacity {
    opacity: .5
}

.morph-button-fixed.open>button {
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s
}

.morph-button-fixed .morph-content {
    position: fixed;
    z-index: 900;
    opacity: 0;
    -webkit-transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s;
    transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s
}

.morph-button-fixed.open .morph-content {
    opacity: 1
}

.morph-button-fixed .morph-content>div {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .1s, visibility 0s .1s, height 0s .1s;
    transition: opacity .1s, visibility 0s .1s, height 0s .1s
}

.morph-button-fixed.open .morph-content>div {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity .3s .5s;
    transition: opacity .3s .5s
}

.morph-button-fixed.active>button {
    z-index: 2000
}

.morph-button-fixed.active .morph-content {
    z-index: 1900
}

.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
    -webkit-transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s;
    transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s
}

.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
    -webkit-transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s;
    transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s
}

.morph-button.morph-button-overlay {
    margin: 50px auto
}

.morph-button-overlay .morph-content {
    overflow: hidden;
    background: #e85657
}

.morph-button-overlay.open .morph-content {
    top: 0!important;
    left: 0!important;
    width: 100%;
    height: 100%
}

.morph-button-modal::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    pointer-events: none
}

.morph-button-modal.open::before {
    opacity: 1;
    pointer-events: auto
}

.morph-button-modal.active::before {
    z-index: 1800
}

.morph-button-modal .morph-content {
    overflow: hidden;
    -webkit-transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s;
    transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s
}

.morph-button-modal.open .morph-content {
    top: 50%!important;
    left: 50%!important;
    margin: -210px 0 0 -300px;
    width: 600px;
    height: 420px;
    -webkit-transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s;
    transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s
}

.morph-button.morph-button-modal-1 {
    float: left
}

.morph-button.morph-button-modal-2,
.morph-button.morph-button-modal-3 {
    display: inline-block;
    margin: 10px 15px
}

.morph-button-modal-1 .morph-content,
.morph-button-modal-1>button {
    background-color: #553445
}

.morph-button-modal-2 .morph-content,
.morph-button-modal-2>button,
.morph-button-modal-3 .morph-content,
.morph-button-modal-3>button {
    background-color: #fef0e3;
    color: #e75854
}

.morph-button-modal-4 {
    display: inline-block
}

.no-js .morph-button .morph-content .icon-close,
.no-js .morph-button>button {
    display: none
}

.morph-button-modal-4 .morph-content,
.morph-button-modal-4>button {
    background-color: #faf1e0;
    color: #553445
}

.morph-button-modal-4 .morph-clone,
.morph-button-modal-4>button span {
    padding-left: 10px;
    color: #286f81
}

.morph-button-modal-4 .morph-clone {
    position: absolute;
    right: 34px;
    bottom: 30px;
    z-index: 100;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: bottom .4s .1s, right .4s .1s;
    transition: bottom .4s .1s, right .4s .1s
}

.morph-button-modal-4.open .morph-clone,
.no-js .morph-button-modal-4 .morph-clone {
    right: 10px;
    bottom: 10px
}

.morph-button-modal-1::before {
    background: rgba(240, 221, 204, .7)
}

.morph-button-modal-2.open .morph-content {
    margin: -210px 0 0 -170px;
    width: 340px;
    height: 420px
}

.morph-button-modal-3.open .morph-content {
    margin: -255px 0 0 -210px;
    width: 420px;
    height: 510px
}

.morph-button-modal-3.open .morph-content>div {
    height: 420px
}

.morph-button-modal-2.open .morph-content>div,
.morph-button-modal-3.open .morph-content>div {
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s
}

.morph-button-modal-4.open .morph-content {
    margin: -200px 0 0 -320px;
    width: 640px;
    height: 400px
}

.morph-button-inflow {
    overflow: hidden;
    max-width: 100%;
    height: 70px
}

.morph-button-inflow>button {
    width: 100%;
    line-height: 70px
}

.morph-button-inflow .morph-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.morph-button-inflow .morph-content .morph-clone {
    padding: 0;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 70px
}

.morph-button-inflow-1 {
    width: 600px;
    margin: 2em auto;
    -webkit-transition: height .5s cubic-bezier(.7, 0, .3, 1);
    transition: height .5s cubic-bezier(.7, 0, .3, 1)
}

.morph-button-inflow-1>button span {
    visibility: hidden
}

.morph-button-inflow-1 .morph-content .morph-clone {
    color: #f9f6e5;
    background: #e85657
}

.morph-button-inflow-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    background-color: #fef0e3;
    -webkit-transition: height .3s, width .3s, -webkit-transform .3s;
    transition: height .3s, width .3s, transform .3s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.morph-button-inflow-2>button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #e75854;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.morph-button-inflow-2.open>button {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.morph-button-inflow-2 .morph-content {
    width: 260px;
    height: 200px
}

.morph-button-inflow-2.open {
    width: 260px
}

.morph-button-sidebar,
.morph-button-sidebar .morph-content {
    width: 66px;
    height: 66px
}

.content-style-sidebar {
    padding: 80px 40px
}

.morph-button-sidebar {
    position: fixed;
    bottom: 66px;
    right: 203px
}

.morph-button-sidebar>button {
    padding: 0
}

.morph-button-sidebar .morph-content {
    background: #4a306d
}

.morph-button-sidebar.open .morph-content {
    top: 0!important;
    right: 0!important;
    width: 270px;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.morph-button .morph-content,
.morph-button-modal-4 .morph-clone,
.morph-button.open .morph-content {
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.noscroll {
    overflow: hidden
}

.morph-button-overlay.scroll .morph-content {
    overflow-y: scroll
}

.morph-button-sidebar.scroll .morph-content {
    overflow: auto
}

.no-js .morph-button {
    margin: 10px 0;
    float: none
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content>div {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto
}

.no-js .morph-button-sidebar {
    width: 270px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    background: #e85657;
    overflow: auto
}

.no-transition {
    -webkit-transition: none!important;
    transition: none!important
}

@media screen and (max-width:600px) {
    .morph-button-modal.open .morph-content {
        top: 0!important;
        left: 0!important;
        margin: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -webkit-transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s;
        transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s
    }
}

@media screen and (max-width:400px) {
    .morph-button-fixed,
    .morph-button-fixed .morph-content {
        width: 200px;
        height: 80px
    }
    .morph-button-fixed>button {
        font-size: 75%
    }
    .morph-button-sidebar>button {
        font-size: 1.6em
    }
    .morph-button-inflow .morph-content .morph-clone {
        font-size: .9em
    }
    .morph-button-modal-4,
    .morph-button-modal-4 .morph-content {
        width: 220px;
        height: 120px
    }
    .morph-button-modal-4>button {
        font-size: 100%;
        line-height: 50px
    }
    .morph-button-modal-4>button span {
        display: block
    }
    .morph-button-modal-4 .morph-clone {
        right: 83px;
        bottom: 26px
    }
    .morph-button-sidebar,
    .morph-button-sidebar .morph-content {
        /*width: 100%!important;
        height: 60px!important;*/
    }
    screen and (max-width: 400px) {
        bottom: 0;
        /*left: 0;*/
    }
    .morph-button-sidebar.open .morph-content {
        height: 100%!important
    }
}
.content-style-form button,.content-style-form label,.content-style-social a{text-transform:uppercase;letter-spacing:1px}.content-style-social a:hover svg path,.morph-button-inflow-2>button svg path{fill:#e75854}.icon-close{background:url(clientlib-site-en/images/close2.png) left center no-repeat;cursor:pointer;display:block;z-index:100;width:13px;height:15px;position:absolute;top:20px;right:20px}.icon-camera:before{content:"\e017"}.icon-server:before{content:"\e022"}.icon-heart:before{content:"\e024"}.icon-zoom-in:before{content:"\e037"}.icon-microphone:before{content:"\e048"}.icon-cloud:before{content:"\e066"}.icon-user:before{content:"\e074"}.icon-briefcase:before{content:"\e075"}.icon-globe:before{content:"\e078"}.icon-play::before{content:"\e602"}.icon-pause::before{content:"\e603"}.icon-close:hover{color:#a50a05}.content-style-overlay{padding:100px 50px;text-align:center}.content-style-overlay h2{margin:0 0 1em;padding:0;font-weight:300;font-size:3em}.content-style-overlay p{margin:0 auto;padding:10px 0;max-width:700px;text-align:justify;font-weight:300;font-size:1.5em}.content-style-overlay .icon-close{border:2px solid #f9e1c9;border-radius:50%;line-height:2.8}.content-style-overlay .icon-close:hover{border-color:#a50a05}.content-style-text{padding:60px;text-align:left}.content-style-text h2{margin:0 0 .5em;font-weight:300;font-size:1.85em}.content-style-text p{color:rgba(255,255,255,.5);font-weight:300;font-size:1.15em;line-height:1.4}.content-style-text label{padding:10px;color:#f9e1c9;font-weight:700}.content-style-text .icon-close{top:0;right:0;color:rgba(0,0,0,.2)}.content-style-text .icon-close:hover{color:#f9e1c9}.content-style-form{position:relative;text-align:left}.controls::after,.js .controls{position:absolute}.content-style-form h2{margin:0;padding:.4em 0 .3em;text-align:center;font-weight:300;font-size:3.5em}.content-style-form form{padding:10px 30px}.content-style-form form p{margin:0 0 5px;font-size:.7em}.content-style-form label{display:block;padding:10px 0 0;color:#d5bba4;font-weight:700}.content-style-form input[type=text],.content-style-form input[type=password]{padding:10px;width:100%;border:2px solid #ebd3bd;background:0 0;color:#b09a86;font-weight:300;font-size:2.2em}.content-style-form input[type=text]:focus,.content-style-form input[type=password]:focus{border-color:#e75854;color:#e75854}.content-style-form input:focus{outline:0}.content-style-form button{display:block;margin-top:2.5em;padding:1.5em;width:100%;border:none;background:#e75854;color:#f9f6e5;font-weight:800;font-size:1.25em}.content-style-form .icon-close{top:0;right:0;color:#ebd3bd;font-size:75%}.content-style-form .icon-close:hover{color:#e75854}.js .content-style-form-1 .icon-close,.js .content-style-form-1 h2,.js .content-style-form-1 p{opacity:0;-webkit-transition:opacity .2s .35s,-webkit-transform .2s .35s;transition:opacity .2s .35s,transform .2s .35s;-webkit-transform:scale(.85);transform:scale(.85)}.content-style-form-1 p:first-child{-webkit-transition-delay:.4s;transition-delay:.4s}.content-style-form-1 p:nth-child(2){-webkit-transition-delay:.45s;transition-delay:.45s}.content-style-form-1 p:nth-child(3){-webkit-transition-delay:.5s;transition-delay:.5s}.morph-button.open .content-style-form-1 .icon-close,.morph-button.open .content-style-form-1 h2,.morph-button.open .content-style-form-1 p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.js .content-style-form-2 .icon-close,.js .content-style-form-2 h2,.js .content-style-form-2 p{opacity:0;-webkit-transition:opacity .2s .3s,-webkit-transform .2s .3s;transition:opacity .2s .3s,transform .2s .3s;-webkit-transform:translateY(50px);transform:translateY(50px)}.content-style-form-2 p:first-child{-webkit-transition-delay:.35s;transition-delay:.35s}.content-style-form-2 p:nth-child(2){-webkit-transition-delay:.4s;transition-delay:.4s}.content-style-form-2 p:nth-child(3){-webkit-transition-delay:.45s;transition-delay:.45s}.content-style-form-2 p:nth-child(4){-webkit-transition-delay:.5s;transition-delay:.5s}.morph-button.open .content-style-form-2 .icon-close,.morph-button.open .content-style-form-2 h2,.morph-button.open .content-style-form-2 p{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.content-style-form-4 form{padding:30px;background:#fff;color:#ccb096;font-size:1.5em;-webkit-perspective:1000px;perspective:1000px}.content-style-form-4 input[type=text]{border:none;background-color:#f0f0f0}.content-style-form-4 form button{background:#ba997b}.content-style-form-4 form button:focus,.content-style-form-4 form button:hover{background:#a9896d}.js .content-style-form-4 p{opacity:0;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;-webkit-transform:rotateX(-45deg);transform:rotateX(-45deg);-webkit-transform-origin:center top;transform-origin:center top}.morph-button.open .content-style-form-4 p{opacity:1;-webkit-transition:opacity .4s .2s,-webkit-transform .4s .2s;transition:opacity .4s .2s,transform .4s .2s;-webkit-transform:rotateY(0);transform:rotateY(0)}.morph-button.open .content-style-form-4 p:nth-child(2){-webkit-transition-delay:.35s;transition-delay:.35s}.content-style-social{padding:30px;text-align:left}.morph-button-inflow-2>button svg{display:inline-block;padding-right:10px;width:20px;height:20px;vertical-align:-5%}.content-style-social a{display:block;padding:.5em 0;color:#67c2d4;vertical-align:middle;font-weight:700;font-size:.8em;line-height:32px}.js .content-style-social a{-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-transform:translateX(100%);transform:translateX(100%)}.content-style-social a:hover{color:#e75854}.content-style-social a svg{display:inline-block;padding-right:10px;vertical-align:middle;-webkit-backface-visibility:hidden}.morph-button-inflow.open .content-style-social a{-webkit-transform:translateX(0);transform:translateX(0)}.morph-button-inflow.open .content-style-social a:nth-child(2){-webkit-transition-delay:50ms;transition-delay:50ms}.morph-button-inflow.open .content-style-social a:nth-child(3){-webkit-transition-delay:.1s;transition-delay:.1s}.content-style-video{text-align:left}.video-mockup{width:640px;height:360px;max-width:100%;/*background:url(clientlib-site-en/img/rated.png) center center no-repeat*/;background-size:100%}.content-style-video .icon-close,.content-style-video .icon-pause{color:#286f81}.content-style-video .icon-close{top:0;right:0}.content-style-video .icon-close:hover{color:rgba(0,0,0,.4)}.controls{bottom:0;left:0;width:100%}.controls span{display:inline-block}.content-style-video .icon-pause{overflow:hidden;width:2.5em;height:2.5em;text-align:center;line-height:2.5;cursor:pointer;vertical-align:bottom}.content-style-video span.time{color:#286f81;letter-spacing:1px;font-weight:700;line-height:40px}.controls::after{content:'';height:7px;left:100px;right:70px;bottom:16px;background:#aaa}.content-style-sidebar h2{font-weight:300;font-size:2em;padding:.75em 0 .75em 1em;margin:0;color:#bb4445}.content-style-sidebar .icon-close{left:15px;top:15px}@media screen and (max-width:770px){.content-style-overlay{font-size:75%}.content-style-overlay .icon-close{top:5px;right:5px}}
.colctrl-2c-30_70:after,
.colctrl-2c-30_70:before,
.colctrl-2c-33_66:after,
.colctrl-2c-33_66:before,
.colctrl-2c-40_60:after,
.colctrl-2c-40_60:before,
.colctrl-2c-50_50:after,
.colctrl-2c-50_50:before,
.colctrl-2c-60_40:after,
.colctrl-2c-60_40:before,
.colctrl-2c-70_30:after,
.colctrl-2c-70_30:before,
.colctrl-3c-33_33_33:after,
.colctrl-3c-33_33_33:before,
.single-column:after,
.single-column:before {
    content: " ";
    display: table
}

.colctrl-2c-30_70:after,
.colctrl-2c-33_66:after,
.colctrl-2c-40_60:after,
.colctrl-2c-50_50:after,
.colctrl-2c-60_40:after,
.colctrl-2c-70_30:after,
.colctrl-3c-33_33_33:after,
.single-column:after {
    clear: both
}

.colctrl-2c-25_75,
.colctrl-5c-15_15_15_15_20 {
    margin-left: -8px;
    margin-right: -8px
}

.colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c0,
.colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c1,
.colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c2,
.colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c3,
.colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c4 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c0,
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c1,
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c2,
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c3 {
        width: 25%
    }
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c4 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c0,
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c1,
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c2,
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c3 {
        width: 17%
    }
    .colctrl-5c-15_15_15_15_20 .colctrl-5c-15_15_15_15_20-c4 {
        width: 32%
    }
}

.colctrl-2c-50_50 {
    padding-right: 0;
    padding-left: 0;
    margin: 30px -15px
}

@media (min-width:768px) {
    .colctrl-2c-50_50 {
        width: 750px!important
    }
}

@media (min-width:992px) {
    .colctrl-2c-50_50 {
        width: 970px!important
    }
}

@media screen and (min-width:1200px) {
    .colctrl-2c-50_50 {
        width: 1170px!important
    }
}

@media screen and (max-width:479px) {
    .colctrl-2c-50_50 {
        margin: 15px 0
    }
}

@media (max-width:768px) {
    .colctrl-2c-50_50 {
        padding-right: 0;
        padding-left: 0
    }
    .colctrl-2c-50_50 .colctrl-2c-50_50-c0,
    .colctrl-2c-50_50 .colctrl-2c-50_50-c1 {
        padding-left: 0;
        padding-right: 0
    }
}

.colctrl-2c-50_50 .colctrl-2c-50_50-c0,
.colctrl-2c-50_50 .colctrl-2c-50_50-c1 {
    position: relative;
    float: left;
    min-height: 1px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 479px){
	.colctrl-2c-50_50 .colctrl-2c-50_50-c0,
    .colctrl-2c-50_50 .colctrl-2c-50_50-c1 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px
    }
}


@media (min-width:768px) {
    .colctrl-2c-50_50 .colctrl-2c-50_50-c0,
    .colctrl-2c-50_50 .colctrl-2c-50_50-c1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.colctrl-2c-25_75 .colctrl-2c-25_75-c0,
.colctrl-2c-25_75 .colctrl-2c-25_75-c1,
.colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c0,
.colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c1,
.colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c2,
.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1,
.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2,
.colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c0,
.colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c1,
.colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c2,
.colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c0,
.colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c1,
.colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c2,
.colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c0,
.colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c1,
.colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c2 {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    float: left;
    min-height: 1px
}

@media (min-width:1024px) {
    .colctrl-2c-50_50 .colctrl-2c-50_50-c0,
    .colctrl-2c-50_50 .colctrl-2c-50_50-c1 {
        width: 50%
    }
}

.colctrl-3c-33_33_33 {
    /*(margin: 30px -8px*/
}

.colctrl-3c-33_33_33.mb-30{
    margin: 0;
}

.colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c0,
.colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c1,
.colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c2 {
    width: 100%;
    margin: 10px 0
}

@media (min-width:768px) {
    .colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c0,
    .colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c1,
    .colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c2 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c0,
    .colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c1,
    .colctrl-3c-33_33_33 .colctrl-3c-33_33_33-c2 {
        width: 33.3%
    }
}

.colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c0 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c0 {
        width: 50%
    }
}

.colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c1 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c1 {
        width: 25%
    }
}

.colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c2 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c2 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-50_25_25 .colctrl-3c-50_25_25-c2 {
        width: 25%
    }
}

.colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c0 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c0 {
        width: 25%
    }
}

.colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c1 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c1 {
        width: 25%
    }
}

.colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c2 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c2 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c2 {
        width: 50%
    }
}

.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c0 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c0 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c0 {
        width: 25%
    }
}

.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1 {
        width: 50%
    }
}

.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2 {
        width: 25%
    }
}

.colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c0 {
        width: 60%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c0 {
        width: 40%
    }
}

.colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c1 {
        width: 40%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c1 {
        width: 20%
    }
}

.colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c2 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c2 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-3c-40_20_40 .colctrl-3c-40_20_40-c2 {
        width: 40%
    }
}

.colctrl-2c-25_75 .colctrl-2c-25_75-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-25_75 .colctrl-2c-25_75-c0 {
        width: 33.3%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-25_75 .colctrl-2c-25_75-c0 {
        width: 25%
    }
}

.colctrl-2c-25_75 .colctrl-2c-25_75-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-25_75 .colctrl-2c-25_75-c1 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-25_75 .colctrl-2c-25_75-c1 {
        width: 75%
    }
}

.colctrl-2c-75_25 .colctrl-2c-75_25-c0 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 10px;
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-75_25 .colctrl-2c-75_25-c0 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-75_25 .colctrl-2c-75_25-c0 {
        width: 75%
    }
}

.colctrl-2c-75_25 .colctrl-2c-75_25-c1 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 0;
    width: 100%
}

.colctrl-2c-33_66 .colctrl-2c-33_66-c0,
.colctrl-2c-33_66 .colctrl-2c-33_66-c1,
.colctrl-2c-40_60 .colctrl-2c-40_60-c0,
.colctrl-2c-40_60 .colctrl-2c-40_60-c1,
.colctrl-2c-60_40 .colctrl-2c-60_40-c0,
.colctrl-2c-60_40 .colctrl-2c-60_40-c1,
.colctrl-2c-66_33 .colctrl-2c-66_33-c0,
.colctrl-2c-66_33 .colctrl-2c-66_33-c1 {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    float: left;
    min-height: 1px
}

@media (min-width:768px) {
    .colctrl-2c-75_25 .colctrl-2c-75_25-c1 {
        width: 33.3%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-75_25 .colctrl-2c-75_25-c1 {
        width: 25%
    }
}

.colctrl-2c-75_25-c1 .addwrap {
    padding-bottom: 10px!important
}

.colctrl-2c-40_60 .colctrl-2c-40_60-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-40_60 .colctrl-2c-40_60-c0 {
        width: 40%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-40_60 .colctrl-2c-40_60-c0 {
        width: 40%
    }
}

.colctrl-2c-40_60 .colctrl-2c-40_60-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-40_60 .colctrl-2c-40_60-c1 {
        width: 60%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-40_60 .colctrl-2c-40_60-c1 {
        width: 60%
    }
}

.colctrl-2c-60_40 .colctrl-2c-60_40-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-60_40 .colctrl-2c-60_40-c0 {
        width: 60%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-60_40 .colctrl-2c-60_40-c0 {
        width: 60%
    }
}

.colctrl-2c-60_40 .colctrl-2c-60_40-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-60_40 .colctrl-2c-60_40-c1 {
        width: 40%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-60_40 .colctrl-2c-60_40-c1 {
        width: 40%
    }
}

.colctrl-2c-33_66 .colctrl-2c-33_66-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-33_66 .colctrl-2c-33_66-c0 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-33_66 .colctrl-2c-33_66-c0 {
        width: 34%
    }
}

.colctrl-2c-33_66 .colctrl-2c-33_66-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-33_66 .colctrl-2c-33_66-c1 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-33_66 .colctrl-2c-33_66-c1 {
        width: 66%
    }
}

.colctrl-2c-66_33 .colctrl-2c-66_33-c0 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-66_33 .colctrl-2c-66_33-c0 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-66_33 .colctrl-2c-66_33-c0 {
        width: 66%
    }
}

.colctrl-2c-66_33 .colctrl-2c-66_33-c1 {
    width: 100%
}

@media (min-width:768px) {
    .colctrl-2c-66_33 .colctrl-2c-66_33-c1 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-2c-66_33 .colctrl-2c-66_33-c1 {
        width: 34%
    }
}

.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c0,
.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c1,
.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c2,
.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c3 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c0,
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c1,
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c2,
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c3 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c0,
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c1,
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c2,
    .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c3 {
        width: 25%
    }
}

.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c0,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c1,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c2,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c3,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c4 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c0,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c1,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c2,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c3,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c4 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c0,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c1,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c2,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c3,
    .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c4 {
        width: 20%
    }
    .single-column #content {
        width: 100%
    }
}

.single-column {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px
}

.single-column #content {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

@media (min-width:768px) {
    .single-column #content {
        width: 100%
    }
}

.colctrl-2c-75_25-c0 .container {
    width: 100%;
    padding: 0!important
}

.colctrl-2c-50_50-c0 .imagecomponent:last-child .grid-item,
.colctrl-2c-50_50-c1 .imagecomponent:last-child .grid-item {
    margin-bottom: 0!important
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		/*background-image: url(clientlib-site-en/css/mCSB_buttons.png);*/ /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

﻿/* --------------------------------------------------------- */
/* ----------------------- main.css - START ----------------------- */
/* --------------------------------------------------------- */
@font-face {
	font-family: 'Conv_accordaltbold-webfont';
	src: url('clientlib-site-en/fonts/accordaltbold-webfont.eot');
	src: url('clientlib-site-en/fonts/accordaltbold-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltbold-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltbold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_accordaltextrabold-webfont';
	src: url('clientlib-site-en/fonts/accordaltextrabold-webfont.eot');
	src: url('clientlib-site-en/fonts/accordaltextrabold-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltextrabold-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltextrabold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_accordaltlight-webfont';
	src: url('clientlib-site-en/fonts/accordaltlight-webfont.eot');
	src: url('clientlib-site-en/fonts/accordaltlight-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltlight-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltlight-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_accordaltregular-webfont';
	src: url('clientlib-site-en/fonts/accordaltregular-webfont.eot');
	src: url('clientlib-site-en/fonts/accordaltregular-webfont.woff') format('woff'), url('clientlib-site-en/fonts/accordaltregular-webfont.ttf') format('truetype'), url('clientlib-site-en/fonts/accordaltregular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('clientlib-site-en/fonts/icomoon.eot?2n99ii');
	src:url('clientlib-site-en/fonts/icomoon.eot?2n99ii#iefix') format('embedded-opentype'),
		url('clientlib-site-en/fonts/icomoon.ttf?2n99ii') format('truetype'),
		url('clientlib-site-en/fonts/icomoon.woff?2n99ii') format('woff'),
		url('clientlib-site-en/fonts/icomoon.svg?2n99ii#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-inr:before {
	content: "\e900";
}



/*----- Reset -----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,ul,li,ol
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----- Global -----*/

body {
	color: #333;
	/*font-family: 'Conv_accordaltlight-webfont', sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	width: 100%;
}
body p{
	/*font-family:Arial, sans-serif !important;*/
}
h1, h2, h3, h4 {
	line-height: 100%;
}
h2 {
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 24px;
	margin-bottom: 32px;
}
h2 span {
	display: inline-block;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	font-family: 'Conv_accordaltregular-webfont';
}

h5,h6{
	font-family: 'Conv_accordaltregular-webfont';
}


h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: 'Conv_accordaltregular-webfont';
}
h4 {
	font-size: 18px;
	font-family: 'Conv_accordaltregular-webfont';
	line-height: 100%;
	margin-bottom: 15px;
}
p {
	line-height: 20px;
	margin-bottom: 25px;
}
/*p:last-child {
  	margin-bottom: 0;
}*/
a, a:hover, a:focus {
	color: #333;
	outline: 0 none;
}
a:hover, a:focus {
	text-decoration: none;
}
strong {
	font-family: 'Conv_accordaltbold-webfont';
}
.bold {
	font-family: 'Conv_accordaltbold-webfont';
}
img {
	vertical-align: middle;
	max-width: 100%;
}
.radio label, .checkbox label {
	font-family: ;
}
.center {
	text-align: center;
}
.fl-right {
  	float: right !important;
}
.fl-left {
  	float: left !important;
}
.pos-static {
	position: static;
}
.mt-35 {
	margin-top: 35px;
}
.mb-none {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-90 {
	margin-bottom: 90px;
}
.gl-mr-10{
	margin-right:10px;
}
.gl-display-inline{
	display:inline-block;
}
.gl-align-center {
	text-align:center;
}
.no-float {
	float:none;
}
.btn-style1 {
	border: 2px solid;
	color: #55565a;
	display: inline-block;
	font-size: 24px;
	padding: 7px 20px;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn-style1:hover {
	background-color: #55565a;
	border-color: #55565a;
	color: #fff;
}
.btn-style2 {
	background-color: #fff;
	border: 2px solid #55565a;
	color: #55565a;
	font-family: 'Conv_accordaltregular-webfont';
	display: inline-block;
	font-size: 18px;
	padding: 7px 30px 8px;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn-style2:hover {
	background-color: #55565a;
	border-color: #55565a;
	color: #fff;
}
.btn-style3 {
	border: 3px solid #55565a !important;
	color: #55565a !important;
	display: inline-block !important;
	font-size: 18px;
	padding: 8px 25px !important;
	width: auto;
}
.btn-style3:hover {
	background-color: #55565a;
	color: #fff !important;
}
.nopadding {
	padding: 0;
}
input:focus, button:focus, select:focus, textarea:focus {
	outline: 0 none;
}
.desktop-hide {
	display: block;
}

.mob-hide{
	display: none;
}

/*----- Header -----*/

.main-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 105;
}
#homeowner-tggle {
	display: none;
}
.hdr-top {
  	background-color: #d7d7d7;
}
.top-links > li {
	float: left;
	line-height: 38px;
	position: relative;
}
#homeowner-drpdwn > li a:before {
	background-color: #666;
	content: "";
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: -1px;
	top: 50%;
	width: 1px;
}
#homeowner-drpdwn > li:last-child a:before, #homeowner-drpdwn > li:hover a:before {
	display: none;
}
.arrw-btm {
	background: url("clientlib-site-en/images/arrow-bottom.png");
	display: inline-block;
    height: 6px;
    margin-left: 3px;
    width: 11px;
}
.top-links > li > a {
	display: block;
	font-family: 'Conv_accordaltlight-webfont';
	font-size: 14px;
	padding: 0 12px;
}
.top-links li:hover a, .top-links li.active a {
	background-color: #fff;
	text-decoration: none;
}
.socl-lnks {
	line-height: 38px;
	margin-left: 7px;
}
.socl-lnks li {
	float: left;
	margin-right: 5px;
}
.socl-lnks li:last-child {
  	margin-right: 0;
}
.socl-lnks li a {
	display: block;
}
.ap-logo {
  	display: inline-block;
}
.srch-input {
	margin-right: 3%;
	position: relative;
	width: 48%;
}
.srch-input input {
	border: 0 none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #000;
	font-family: Arial;
	padding-bottom: 5px;
	padding: 5px 25px 5px 0;
	width: 100%;
}
.srch-input button {
	background: url("clientlib-site-en/images/search-icon.svg") no-repeat;
	border: 0 none;
	height: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}
.login {
  	/*margin-right: 20px;*/
}
.cart {
  	margin: 0 155px 0 0;
}
.cart-icon {
	display: inline-block;
	position: relative;
}
.cart-items {
	display:none;
    background-color: #ff3333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    height: 18px;
    min-width: 18px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -4px;
    color: white;
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
}
.hdr-mdle {
	background-color: #fff;
  	padding: 18px 0 5px;
}
.hdr-btm {
	background: url("clientlib-site-en/images/gradient-bg.jpg") repeat-y center center #5e3b8d;
	padding: 8px 0;
	position: relative;
}
.main-nav {
	margin: 0;
	float: none;
}
.main-nav > li {
	background: none;
	position: static;
	margin-right: 5%;
}
.main-nav > li:last-child {
	margin-right: 0;
}
.main-nav > li > a {
	border: 0 none;
	color: #fff;
	font-size: 18px;
	font-family: 'Conv_accordaltregular-webfont';
	padding: 0;
}
.main-nav > li > a span {
	display: inline-block;
	vertical-align: middle;
}
.main-nav li:hover, .main-nav li.sfHover {
	background: none;
}
.icon {
	margin-right: 2px;
}
.strt-prjct {
	position: absolute;
	right: 15px;
	text-align: center;
	top: -18px;
	z-index: 100;
	width: 130px;
}
.strt-prjct p {
	color: #fff;
	font-family: ;
	font-size: 18px;
	font-family: 'Conv_accordaltbold-webfont';
	margin-top: -5px;
}
.strt-img {
	background-color: #5e3b8d;
	padding: 12px 0;
}
.sf-menu .sf-mega {
	-moz-box-shadow: 0 1px 10px #bebebe;
	-webkit-box-shadow: 0 1px 10px #bebebe;
	box-shadow: 0 1px 10px #bebebe;
	padding: 30px 0 55px;
	top: 42px;
	height: auto;
}
.sf-menu .hght-auto {
	height: auto;
}
.sf-menu ul {
	box-shadow: 0 0 rgba(0, 0, 0, 0);
	display: block;
	position: static;
}
.sf-menu .menu-tab-list {
	float: left;
	margin-right: 4%;
	min-width: auto;
	width: 19%;
}
.sf-menu .menu-tab-list li, .sf-menu .sub-menu li {
	background: transparent;
	display: block;
}
.sf-menu .menu-tab-list li a {
	background-position: 30px center;
	background-repeat: no-repeat;
	color: #5e3b8d;
	border: 1px solid transparent;
	font-size: 18px;
	font-family: 'Conv_accordaltregular-webfont';
	padding: 8px 10px;
}
.sf-menu .menu-tab-list > li > a span {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
.sf-menu .menu-tab-list li a:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 26px;
	top: 50%;
	right: -13px;
	margin-top: -13px;
}
.menu-icon {
	margin-right: 2%;
	width: 22% !important;
}
.sf-menu .menu-tab-list li a {
	color: #5e3b8d;
}
.sf-menu .menu-tab-list li.r-tabs-state-active a:after {
	background: url("clientlib-site-en/images/arrow-right.jpg") no-repeat;
}
.sf-menu .menu-tab-list li.r-tabs-state-active a {
  	border-color: #5e3b8d;
}
.menu-tab-cntnt {
	float: left;
	width: 77%;
}
.more-secn .sub-menu li {
	margin-bottom: 15px;
}
.sub-menu li {
  	margin-bottom: 25px;
  	position: static;
}
/*.sub-menu li:last-child, .more-secn .sub-menu li:last-child {
	margin-bottom: 0;
}*/
.sub-menu li a {
	color: #512b8b;
	font-size: 16px;
	font-family: 'Conv_accordaltregular-webfont';
	padding: 0;
  	position: relative;
}
.sub-menu li a:hover .submenu-hdng, .more-secn .sub-menu li:hover a {
	text-decoration: underline;
}
.sub-menu li p {
	color: #333;
	/*font-family: 'Conv_accordaltlight-webfont';
	font-size: 14px;
	*/
	font-family: 'Arial';
	font-size: 13px;
	line-height: 22px;
}
.sub-menu.inline li {
	display: inline-block;
	margin: 0 3% 0 0;
	padding-right: 3%;
	vertical-align: top;
	width: 31%;
}
.sub-menu.inline li:last-child {
	border-right: 0 none;
	margin-right: 0;
	padding-right: 0;
}
.menu-hdng {
	font-size: 18px;
	font-family: 'Conv_accordaltregular-webfont';
	margin-bottom: 5px;
}
.menu-img {
  	margin-bottom: 10px;
}
.submenu-hdng {
	color: #512b8b;
	font-size: 18px;
	font-family: 'Conv_accordaltregular-webfont';
	margin-bottom: 5px;
}
.submenu-hdng > a {
	color: #512b8b;
	font-family: 'Conv_accordaltregular-webfont';
	padding:0;
	margin:0;
}
.submenu-hdng > a:hover {
	color: #333;
	text-decoration:none;
}
.sub-menu li ul a {
	font-family: 'Conv_accordaltlight-webfont';
}
.main-nav.sf-arrows > li:hover > .sf-with-ul:before {
	background: url("clientlib-site-en/images/arrow-top.png") no-repeat;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: 3px;
	width: 19px;
	height: 9px;
	content: "";
}
.main-nav.sf-arrows .sf-with-ul {
	padding-right: 0;
}
.r-tabs .r-tabs-panel.menu-tab-cntnt {
  	padding: 0;
}
.sub-menu ul {
  	box-shadow: 0 0 transparent;
}
.sub-menu ul li:last-child {
	margin-bottom: 0;
}
.sub-menu > li > a {
  	position: relative;
}
.menu-tggle {
	display: none;
}

.common-secn {
	border-top: 1px solid #cfcfcf;
	float: right;
	margin-top: 25px;
	padding-top: 25px;
	text-align: center;
	width: 77%;
}
.cntry-flag {
  margin-right: 10px;
}
.origin .dropdown-menu > li > a {
	padding: 3px 10px;
}
.brdr-lr {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.brdr-left {
	border-left: 1px solid #cfcfcf;
}
.brdr-rght {
	border-right: 1px solid #cfcfcf;
}



/* Main */

.grid-item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.grid-item:last-child {
	/*margin-bottom: 0;*/
}
.grid-item img {
  	width: 100%;
}
.galcolumn {
	padding-bottom: 0 !important;
}
/*#ascrail2007 {
	display: none !important;
}*/
.bnnr-secn .bx-wrapper {
	margin-bottom: 0;
}
.bnnr-secn .bx-wrapper .bx-viewport {
	border: 0 none;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	left: 0;
	top: 0;
}
.main-sldr li img {
	width: 100%;
}
.bnnr-secn .bx-wrapper .bx-pager {
	bottom: 7px;
	padding-top: 0;
	width:50%;
	margin-left:25%;
}
.bnnr-secn .bx-wrapper .bx-pager .bx-pager-item {
	margin-right: 5px;
}
.bnnr-secn .bx-wrapper .bx-pager.bx-default-pager a {
	background: url("clientlib-site-en/images/pager.png");
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	height: 17px;
	width: 17px;
}
.bnnr-secn .bx-wrapper .bx-pager.bx-default-pager a:hover, .bnnr-secn .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("clientlib-site-en/images/pager-active.png");
}
.sldr-captn {
	font-family: ;
	position: absolute;
	/*top: 100px;*/
}
.sldr-title, .sldr-title2 {
	background-color: rgba(31, 31, 31, 0.5);
	font-family: 'Conv_accordaltbold-webfont';
	color: #fff;
}
.sldr-description{
	background-color: rgba(31, 31, 31, 0.5);
	font-family: 'Conv_accordaltbold-webfont';
	color: #fff;
}
.sldr-title {
	font-size: 40px;
	margin-bottom: 1px;
	padding: 8px 15px;
}

.sldr-description {
	font-size: 20px;
	margin-bottom: 1px;
	padding: 8px 15px;
	display:inline;
}

.sldr-title2 {
	display: inline-block;
	font-size: 22px;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.choose-intrst {
	background-color: #6d6e72;
	padding: 14px 0;
	text-align: center;
}
.choose-intrst a {
	color: #fff;
	display: inline-block;
	font-family: 'Conv_accordaltlight-webfont';
	font-size: 20px;
	line-height: 100%;
}
.choose-intrst a span {
	background: url("clientlib-site-en/images/plus-minus.png") no-repeat;
	display: inline-block;
	height: 14px;
	margin-left: 10px;
	width: 15px;
}
.choose-intrst .active span {
	background-position: -17px 0;
}
.filter-secn {
	position: relative;
}
.affix .filter-secn {
    margin: 0 auto;
    max-width: 1140px;
}
.intrst-panel {
	background-color: #fff;
	display: none;
	left: 0;
	padding: 20px 0 40px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 20;
}
.intrst-hdng {
	color: #5e3b8d;
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
.intrst-hdng span {
	display: inline-block;
	margin-right: 5px;
}
.intrst-check .checkbox {
	margin: 0 0 12px;
	padding-left: 25px;
}
/*.intrst-check .checkbox:last-child, .intrst-check:last-child, .loctn ul li:last-child {
  	margin: 0;
}*/
.intrst-check {
  	margin-bottom: 40px;
  	max-height: 244px;
}
.loctn-map {
  	margin-bottom: 15px;
}
.loctn ul li {
  	margin-bottom: 16px;
}
.loctn ul li a {
	text-decoration: underline;
}
.loctn ul li a:hover {
	color: #000;
	text-decoration: none;
}
.intrst-panel .nicescroll-rails {
	width: 1px !important;
}
.intrst-panel .nicescroll-cursors {
	right: -2px;
}
.main-secn {
  	padding: 45px 0;
}
.style1 {
	border: 1px solid #dbdbdb;
	padding: 26px;
}
.style3 {
	background-color: #5e3b8d;
	display: block;
	padding: 24px;
	text-align: left;
}
.style3.red {
	background-color: #ff3333;
}
.style3 p {
	color: #fff;
}
.cstmr-name {
	font-weight: 600;
	font-size: 16px;
}
.item-hdng {
	font-family: "Conv_accordaltregular-webfont";
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 8px;
}
.item-hdng a:hover, .item p a:hover {
	color: #4A306D;
}
.item-hdng.red {
	color: #660000;
}
.item-hdng.blck {
	color: #000;
}
.item-hdng > a {
	display:inline-block;
	font-size: 20px !important;
}
.like-view {
  	margin-bottom: 10px;
}
.like-view:last-child {
  	margin: 0;
}
.like-view div {
	cursor: default;
	display: inline-block;
	line-height: 16px;
	margin-right: 15px;
}
/*.like-view div:last-child {
  	margin-right: 0;
}*/
.like-view div a {
	display: block;
}
.like-view div .icon {
	background: url("clientlib-site-en/images/like-view.png") no-repeat;
	display: inline-block;
	height: 16px;
	margin-right: 5px;
	vertical-align: top;
}
.like-view .like .icon {
	/*background-position: 0 -2px;*/
	background-position: 0 0;
	width: 15px;
}
.like-view .like:hover .icon {background-position: 0 -20px;}
.like-view .like:hover a {
	color: #ff3333;
}
.like-view .view .icon {background-position: -16px 0px;width: 26px;}
.like-view .view:hover .icon {background-position: -16px -20px;}
.like-view .view:hover a {
	color: #0080b0;
}
.like-view .share .icon {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/share.png") no-repeat scroll 0 0 / 100% auto;
    width: 15px;
}
/*.like-view .share .icon {
	background-position: -44px 0;
	width: 15px;
}*/
.like-view .share:hover .icon {
	background-position: 0px 0px;
}
.red-txt:before {
	background-color: #ff3333;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -49px;
	position: absolute;
	top: 0;
	width: 98px;
}
.red-txt {
	color: #ff3333;
	line-height: 100%;
	padding-top: 10px;
	position: relative;
	margin-bottom: 0px;
}
.item-captn {
	background-color: rgba(255, 255, 255, 0.75);
	bottom: 30px;
	left: 0;
	padding: 12px;
	position: absolute;
	width: 100%;
}
a.item:hover .item-captn .item-hdng { color:#5e3b8d; }
.item-captn.top {
	bottom: auto;
	top: 30px;
}
.play-icon {
	background: url("clientlib-site-en/images/play.png") no-repeat;
	display: inline-block;
	width: 68px;
	height: 67px;
	margin-bottom: 8px;
}
.play-icon:hover {
	background: url("clientlib-site-en/images/play.png") no-repeat;
}
.emlsn-img img {
	width: 100%;
}
.quote:before, .quote:after {
	/*background: url("clientlib-site-en/images/quotes.png") no-repeat;*/
	content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 33px;
}
.quote:before {
	background-position: 0 0;
	top: 0;
	left: -5px;
}
.quote:after {
	background-position: -41px 0px;
}
.quote {
  	padding-top: 12px;
  	font-size: 16px;
}
.quote span {
	position: relative;
}
.item.style3.red .quote:before {
	background-position: -77px 0;
}
.item.style3.red .quote:after {
  	background-position: -113px 0;
}
.socl-hdng {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	/*padding: 17px 35px;*/
}
.socl-hdng.fb {
	background-color: #3a599c;
}
.socl-hdng.twtr {
	background-color: #20caff;
}
.socl-hdng.blog {
	background-color: #fdb43e;
}
.phn-hangout {
	margin-top: 115px;
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 999;
}
.phn-icon {
	background: url("clientlib-site-en/images/phn-sprites2.png") no-repeat 14px center #ffcc33;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
    height: 66px;
    position: relative;
    width: 66px;
    z-index: 10;
}
.phn-icon.active {
	background-position: -56px center;
}
.phn-options li {
	border-bottom: 1px solid #ffcc33;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.phn-options li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.phn-options li:hover a {
  	color: #ffcc33;
}
.phn-options li a {
	color: #fff;
	display: block;
	font-size: 20px;
	overflow: hidden;
}
.phn-options li a span {
	line-height: 36px;
}
.post-listing {
	border: 1px solid #bbb;
	border-top: 0 none;
	padding: 27px 18px;
}
.post-scroll {
	max-height: 297px;
	padding-right: 25px;
}
.post-blck {
	border-bottom: 1px solid #fdb43e;
	margin-bottom: 20px;
	padding: 0 6px 15px;
	position: relative;
}
.post-blck:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-hdng {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}
.post-hdng:hover a {
	color: #fdb43e;
}
.post-blck p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 12px;
}

.gridalicious .galcolumn {
	padding-left: 0 !important;
}
.gridalicious .galcolumn:nth-child(2) {
	float: right !important;
}
#ascrail2008 {
	width: 2px !important;
}
#ascrail2008 .nicescroll-cursors {
  	left: 4px !important;
}
.play-video {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	z-index: 100;
}
.sucess-msg, .error-msg {
	display: none;
	float: left;
	margin-top: 5px;
	width: 100%;
}
.sucess-msg {
	color: #008000;
}
.error-msg {
	color: #ff0000;
}

/*----- About -----*/

.inner-banner {
	position: relative;
}
.inner-banner .container, .inner-banner .row, .inner-banner .col-md-12 {
	height: 100%;
}
.inner-banner .container {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	/*z-index: 100;*/
}
.inner-banner .row {
	margin: 0 auto;
	max-width: 1170px;
}
.inner-banner img {
  	width: 100%;
}
.inner-banner .sldr-captn {
	bottom: 80px;
	left: 0;
	top: auto;
}
.brdcrumbs {
	background-color: rgba(255, 255, 255, 0.5);
	float: left;
    padding: 6px 12px;
    font-family: 'Conv_accordaltregular-webfont';
}
.brdcrumbs li {
	display: inline-block;
	font-size: 14px;
}
.brdcrumbs li:hover a {
	color: #000;
	text-decoration: underline;
}
.gray-strip {
	background-color: #6d6e71;
	margin-top: -1px;
}
.inner-menu li {
  	float: left;
  	position: relative;
}
.inner-menu > li > a {
	padding: 0 16px;
	line-height: 50px;
}
.inner-menu li a {
	color: #fff;
	display: block;
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 15px;
}
.inner-menu li:first-child a {
	padding-left: 0;
}
.inner-menu li:hover a {
	color: #f6f6f6;
}
.inner-menu li ul {
	background-color: #6d6e71;
	display: none;
	left: 0;
	padding: 15px 25px;
	position: absolute;
	top: 100%;
	width: 210px;
	z-index: 100;
}
.inner-menu li ul li {
	display: block;
	margin-bottom: 18px;
	float:none;
}
.inner-menu li ul li:last-child {
  	margin-bottom: 0;
}
.inner-menu li ul li a {
  	padding: 0;
}
.inner-menu li:hover ul {
	display: block;
}
.inner-secn {
	padding: 70px 0 90px;
    position: relative;
    /*z-index: 100;*/
}
.inner-secn.pt-40 {
	padding-top: 40px;
}
.brdr-secn {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.budget-calculator > .brdr-secn:nth-last-child(2) {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.room > .brdr-secn:nth-last-child(2) {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.drctr-img {
	margin-bottom: 15px;
}
.drctr-img img {
	width: 100%;
}
.drctr-name {
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 5px;
}
.accrdn-secn {
  	margin-bottom: 12px;
	border-bottom: 1px solid #dbdbdb;
}

.accrdn-secn:last-child {
	margin-bottom: 0;
	border: none;
}

.accrdn-title:before {
    background-color: #fcaf17;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	margin-top: -3px;
	position: absolute;
	/*top: 50%;*/
	top: 25px;
	width: 8px;
}

.pbc-accord .accrdn-title:before{
	background-color: transparent!important;
}

.accrdn-title {
	background: url("clientlib-site-en/images/plus-icon.png") no-repeat right center;
	cursor: pointer;
	margin: 0;
	padding: 12px 30px;
	position: relative;
}
.accrdn-title.open {
	background-image: url("clientlib-site-en/images/minus-icon.png");
}
.accrdn-cntnt {
	display: none;
	padding: 15px 30px 15px;
}
.accrdn-cntnt.showng {
	display: block;
}
.accrdn-cntnt.paintSelAccShowing {
	display: block;
}
.evnt-secn {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.evnt-secn.last {
	border-bottom: 0 none;
	margin-bottom: 25px;
	padding-bottom: 0;
}
.date-box {
	background-color: #512b8b;
	padding: 10px 10px 20px;

	text-align: center;
	width: 80px;
}
.date-box span {
	color: #fff;
	display: block;
	line-height: 100%;
}
.day {
	font-size: 36px;
	margin-bottom: 5px;
}
.mnth-year {
  	font-size: 16px;
}
.dwnld-btn {
	background: url("clientlib-site-en/images/download-icon.png") no-repeat left center;
	padding-left: 35px;
	color: #512b8b;
	display: inline-block;
	font-size: 18px;
}
.left-offset.col-md-11 {
  	padding-left: 50px;
}
.awrds-secn {
	margin-bottom: 30px;
}
.subsidry-logo {
	border: 1px solid #ccc;
	display: table;
	height: 200px;
	position: relative;
	text-align: center;
	width: 100%;
}
.subsidry-logo img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;

	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.subsidry-logo:hover img {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.subsidry-logo span {
	display: table-cell;
	vertical-align: middle;
}

/*----- Awards -----*/

.awrds-secn {
	margin-bottom: 35px;
}
.awrds-secn:last-child {
	margin-bottom: 0;
}
.archives-list {
	background-color: #fef1cc;
	padding: 15px 8px;
	text-align: center;
}
.archives-list li {
	border-bottom: 1px solid;
	/*margin-bottom: 12px;*/
	padding: 12px 0;
}

.archives-list li.active{
	background-color: #512b8b;
}

.archives-list li.active a{
	color: #fff;
}

.archives-list li.active a:hover{
	color: #fff;
}
.archives-list li:last-child {
	/*border: 0 none;
	margin: 0;
	padding: 0;*/
}
.archives-list li a {
  	display: block;
}
.archives-list li a:hover {
	color: #000;
	text-decoration: underline;
}
.link-box {
	border-bottom: 1px solid #ccc;
	padding: 20px 12px;
}
.link-box h3 {
	font-size: 18px;
	margin: 0;
}

/* Labour law */

.tab-style1 .nav {
	margin-bottom: 55px;
}
.color-catalog .tab-style1 .nav li {
	width: 18%;
}
.tab-style1 .nav li {
	display: inline-block;
	margin-right: 2%;
	position: relative;
	text-align: center;
}
.tab-style1 .nav li.active:before {
	background: url("clientlib-site-en/images/arrow-bottom2.png") no-repeat center center;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 23px;
	height: 13px;
	margin: 0 0 0 -12px;
}
.tab-style1 .nav li:last-child {
	margin-right: 0;
}
.tab-style1 .nav li a {
	background-color: #bababa;
	color: #fff;
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 18px;
	padding: 20px 30px;
}
.color-catalog .tab-style1 .nav li a {
	padding: 20px 4%;
}
.tab-style1 .nav li.active a {
  	background-color: #fcaf17;
}
.bootstrap-select {
	position: relative;
	min-width: 250px;
}
.slct-style1 .dropdown-toggle {
	border: 1px solid #999999;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 20px;
}
.slct-style1 .dropdown-toggle .caret {
	background: url("clientlib-site-en/images/arrow-bottom3.png") center center no-repeat;
	border: 0 none;
	height: 11px;
	margin: -5px 0 0 !important;
	right: 16px !important;
	width: 21px;
}
.slct-style1 .open > .dropdown-toggle.btn-default, .slct-style1 .btn-default:hover {
	background-color: #f5f5f5;
}
.slct-style1 .bootstrap-select .dropdown-toggle:focus {
	outline: 0 none !important;
}

/*----- Footer -----*/
footer.main-footer {
    font-family: 'Conv_accordaltregular-webfont';
}
.ftr-top {
	background-color: #ccc;
	padding: 12px 0;
}
.newslttr label {
	color: #5e3b8d;
	cursor: text;
	float: left;
	line-height: 34px;
	margin-right: 30px;
}
.signup-input {
	float: left;
	width: 315px;
}
.signup-input input, .signup-input button {
	float: left;
	line-height: 100%;
	height: 34px;
}
.signup-input button {
	background-color: #5e3b8d;
	border: 0 none;
	color: #fff;
	font-size: 18px;
	font-family: 'Conv_accordaltbold-webfont';
	padding: 0 20px;
}
.signup-input button:hover {
	background-color: #6e49a0;
}
.signup-input input {
	background-color: transparent;
	border: 1px solid #5e3b8d;
	padding: 9px 5px;
	width: 70%;
	font-family: Arial, sans-serif;
}
.socl-lnks2 {
  	padding-top: 4px;
}
.socl-lnks2 li {
	float: left;
	margin-right: 15px;
}
.socl-lnks2 li:last-child {
  	margin-right: 0;
}
.socl-lnks2 li a {
	display: block;
}
.socl-lnks2 li:hover a, .socl-lnks li:hover a {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.ftr-mdle {
	background-color: #5e3b8d;
	padding: 30px 0 20px;
}
.ftr-links li {
	color: #fff;
	margin-bottom: 10px;
}
.ftr-links li:last-child {
  	margin-bottom: 0;
}
.ftr-links li a {
	color: #fff;
}
.ftr-links li a:hover, .ftr-links2 li a:hover {
	text-decoration: underline;
}
.ftr-hdng {
	color: #fff;
	margin-bottom: 10px;
}
.ftr-btm {
	background-color: #333;
	padding: 9px 0;
}
.copyright {
	background: url("clientlib-site-en/images/copyright-icon.png") no-repeat left center;
	color: #fff;
	font-size: 13px;
	font-family: ;
	line-height: 100%;
	padding-left: 15px;
    margin-top: 20px;
}
.ftr-links2 li {
	border-right: 1px solid #fff;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
.ftr-links2 li:last-child {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.ftr-links2 li a {
	color: #fff;
	font-family: ;
	font-size: 12px;
}
.move-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 102;
	opacity: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.move-top.visible {
	opacity: 1;
	display: none;
}
.affix {
	left: 0;
	top: 106px;
	width: 100%;
	z-index: 300;
}
.affix_pos {
	top:105px;
}

.inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
	left: 50px;
}
.inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
	right: 50px;
}

.color-catalog .tab-style1 .sub-nav li {
  	width: 14.6%;
}

.modal {
	z-index: 999999;
}

.top-offset {
  	margin-top: -58px;
}
.item-img > a {
	display:block;
}
.item-img img {
	width: 100%;
}
.tile {
  position: relative;
}
.bst-select input[type="checkbox"][disabled] {
	cursor: default;
}
.bst-select label {
	cursor: text;
}
.tesimaonials-container .service_testimonial_content {
	padding: 0;
}
.tesimaonials-container .brdr-secn {
	margin-bottom: 40px;
    padding-bottom: 40px;
}
.tesimaonials-container .service_testimonial_content .service_testi_content {
	padding-left: 2%;
	width: 83%;
}
.service_testimonial_content .service_testi_thumb {
	height: auto !important;
}
.service_aphs_services .service_box {
	max-width: 100% !important;
}
.service_aphs_services .owl-item .service_box {
	max-width: 98% !important;
	margin:0 auto !important;
}
.service_quotes_open, .service_quotes_close {
	display: none;
}
.ddl .btn-style2 {
  padding: 13px 30px;
}
.contat-list-warp {
	overflow: hidden !important;
}
.contractors-wrap .checkbox {
	margin: 0;
}
.list-style div {
	cursor: pointer;
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 18px;
}
.list-style .day-icon, .list-style .night-icon {
	background: none;
	color: inherit;
	float: none;
	height: auto;
	width: auto;
}
.list-style .day-active, .list-style .night-active {
	color: #5e3b8d;
}
.owlCarousel-auto-item-5.owl-theme .owl-controls .owl-buttons div, .owlCarousel-auto-item-4.owl-theme .owl-controls .owl-buttons div {
	height: 18px;
	margin: 0 !important;
	padding: 0 !important;
	width: 10px;
	opacity: 1 !important;
	text-indent: -99999px;
	top: 50%;
}
.owlCarousel-auto-item-5 .owl-prev, .owlCarousel-auto-item-4 .owl-prev {
	background: url("clientlib-site-en/images/arrow-left.png") no-repeat left center !important;
	left: 20px !important;
}
.owlCarousel-auto-item-5 .owl-next, .owlCarousel-auto-item-4 .owl-next {
	background: url("clientlib-site-en/images/arrow-right.png") no-repeat left center !important;
	right: 20px !important;
}
ul.appoint_form_listing > li .text-input {
	width: 100% !important;
}
ul.appoint_form_listing > li .selectform-yellowbg {
	color: #6b6b6b;
	font-size: 14px;
	width: 100%;
	height: 29px;
	border: 1px solid #d7d7d7;
}

/*---------------------------- Available Products -------------------------------*/
ul.available_product {}
ul.available_product > li { display:inline-block; }
.available_product_copy { font-size:16px; font-weight:bold;padding-bottom: 5px;display: inline-block; }

.appointment_heading > img { /*float:left;*/ margin-right:8px; }
.custom-product-shot-img { width:110px; }

.custom-btn-bigger { margin-right:15px; padding:15px 40px; }
.custom-input-text-single { width:260px; max-width:100%; }
.custom-select-from-single{ min-width:inherit !important; width:260px !important; }
.custom-select-from-single > .dropdown-toggle.btn{ padding:16px 12px !important; }

.custom-select-form-yellow-bg { width:auto !important; min-width:100%; }
.custom-select-form-yellow-bg > .btn-default { max-width:none !important; }

table.custom-mobile-responsive-single-column td { padding:12px; width:50%; }

@media (max-width:640px){
	.custom-product-shot-img { width:90px; }
}
@media (max-width:767px){
	table.custom-mobile-responsive-single-column, table.custom-mobile-responsive-single-column tbody, table.custom-mobile-responsive-single-column tr, table.custom-mobile-responsive-single-column td{
		display: block;
		/* border: 1px solid #0f0; */
		padding: 4px;
		float: left;
		clear: both;
		width: 100%;
	}
}

/*
@media (min-width:992px){
    .service_book_appointment_right { float:right !important; }
    .service_book_appointment_left { float:left !important; }
    .service_book_appointment-center{	float:none; }
}*/


/* --------------------------------------------------------- */
/* ----------------------- main.css - END ----------------------- */
/* --------------------------------------------------------- */












/* --------------------------------------------------------- */
/* ----------------------- demo.css - START ----------------------- */
/* --------------------------------------------------------- */


/* Demo mockups */
.mockup-content {
	text-align: center;
}

.demo-4 .mockup-content {
	padding: 1em 0 3em;
}

.demo-5 .mockup-content {
	padding: 1em 0 6em;
}

.mockup-content > span {
	display: block;
	background: rgba(0,0,0,0.1);
	height: 50px;
	width: 100%;
	margin: 0 0 10px;
	clear: both;
}

.mockup-content > span:nth-child(2),
.mockup-content > span:nth-child(3),
.mockup-content > span:nth-last-child(2) {
	width: calc(50% - 5px);
	float: left;
	clear: none;
	height: 80px;
}

.mockup-content > span:nth-child(3),
.mockup-content > span:nth-last-child(2) {
	float: right;
}

.mockup-content > span:nth-last-child(2) {
	width: calc(100% - 310px);
}

.no-js .mockup-content > span:nth-last-child(2) {
	width: 100%;
}

.mockup-content h2 {
	font-size: 2em;
	margin: 0;
}

.mockup-content > p {
	font-family: 'Blokk', sans-serif;
	font-size: 0.85em;
	text-align: center;
	opacity: 0.5;
	margin: 0;
	overflow: hidden;
}

.no-js .joiner {
	display: block;
}

.demo-5 .mockup-content > p {
	font-size: 1.4em;
	margin: 0;
	padding: 0.5em 0;
	text-align: justify;
	font-family: 'Lato', Arial, sans-serif;
}

.js .fixed-block {
	min-height: 300px;
	position: relative;
}

.mockup-left {
	float: left;
	max-width: 100%;
	overflow: hidden;
	width: 300px;
	margin: 0 40px 50px 0;
	background: rgba(0,0,0,0.1);
	height: 400px;
	position: relative;
}

.mockup-left::after {
	content:'\2234';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0,0,0,0.05);
	font-size: 15em;
}

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

html.demo-7, .demo-7 body {
	height: 100%;
}

.demo-7 .body-container {
	overflow: hidden;
	width: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
	transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
}

.no-js.demo-7 .body-container {
	width: calc(100% - 300px);
	right: 0;
}

.pushed.body-container {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: translateX(-269px);
	transform: translateX(-269px);
}

@media screen and (max-width: 770px) {
	.mockup-left {
		float: none;
		margin: 0 auto 20px;
	}

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

	.joiner {
		display: block;
	}
}

@media screen and (max-width: 400px) {

	.mockup-content > span:nth-last-child(2) {
		width: calc(100% - 210px);
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
/* --------------------------------------------------------- */
/* ----------------------- main.css - END ----------------------- */
/* --------------------------------------------------------- */














/* --------------------------------------------------------- */
/* ----------------------- component2.css - START ----------------------- */
/* --------------------------------------------------------- */
/* Morph Button: Default Styles */

.morph-button {
	position: relative;
	display: block;
	margin: 0 auto;
	z-index:99999;
}

.morph-button > button {
	background: url("clientlib-site-en/images/msg-icon.png") no-repeat center center #5e3b8d;
	border: 0 none;
	height: 66px;
	line-height: 100%;
	overflow: hidden;
	position: relative;
	width: 66px;
}

.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
}

.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
	width: 270px;
	height: 80px;
}

.morph-button-fixed > button {
	z-index: 1000;
	-webkit-transition: opacity 0.5s 0.5s;
	transition: opacity 0.5s 0.5s;
}

.opacity {
	opacity: 0.5;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}

/* Transitions for overlay button and sidebar button */
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, right 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, right 0.4s 0.1s;
}

.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, right 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, right 0.4s 0.1s;
}

/* Morph Button Style: Overlay */
.morph-button.morph-button-overlay {
	margin: 50px auto;
}

.morph-button-overlay .morph-content {
	overflow: hidden;
	background: #e85657;
}

.morph-button-overlay.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}


/* Morph Button Style: Modal */
.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	overflow: hidden;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

/* Colors and sizes for individual modals */
.morph-button.morph-button-modal-1 {
	float: left;
}

.morph-button.morph-button-modal-2,
.morph-button.morph-button-modal-3 {
	display: inline-block;
	margin: 10px 15px;
}

.morph-button-modal-1 > button,
.morph-button-modal-1 .morph-content {
	background-color: #553445;
}

.morph-button-modal-2 > button,
.morph-button-modal-2 .morph-content,
.morph-button-modal-3 > button,
.morph-button-modal-3 .morph-content {
	background-color: #fef0e3;
	color: #e75854;
}

.morph-button-modal-4 {
	display: inline-block;
}

.morph-button-modal-4 > button,
.morph-button-modal-4 .morph-content {
	background-color: #faf1e0;
	color: #553445;
}

.morph-button-modal-4 > button span,
.morph-button-modal-4 .morph-clone {
	padding-left: 10px;
	color: #286f81;
}

.morph-button-modal-4 .morph-clone {
	position: absolute;
	right: 34px;
	bottom: 30px;
	z-index: 100;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
	transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
}

.morph-button-modal-4.open .morph-clone,
.no-js .morph-button-modal-4 .morph-clone {
	right: 10px;
	bottom: 10px;
}

.morph-button-modal-1::before {
	background: rgba(240,221,204,0.7);
}

.morph-button-modal-2.open .morph-content {
	margin: -210px 0 0 -170px;
	width: 340px;
	height: 420px;
}

.morph-button-modal-3.open .morph-content {
	margin: -255px 0 0 -210px;
	width: 420px;
	height: 510px;
}

.morph-button-modal-3.open .morph-content > div {
	height: 420px;
}

.morph-button-modal-2.open .morph-content > div,
.morph-button-modal-3.open .morph-content > div {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.morph-button-modal-4.open .morph-content {
	margin: -200px 0 0 -320px;
	width: 640px;
	height: 400px;
}

/* Morph Button Style: In the content flow */
.morph-button-inflow {
	overflow: hidden;
	max-width: 100%;
	height: 70px;
}

.morph-button-inflow > button {
	width: 100%;
	line-height: 70px;
}

.morph-button-inflow .morph-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.morph-button-inflow .morph-content .morph-clone {
	padding: 0;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 70px;
}

/* Colors and sizes for individual in flow buttons */
.morph-button-inflow-1 {
	width: 600px;
	margin: 2em auto;
	-webkit-transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morph-button-inflow-1 > button span {
	visibility: hidden;
}

.morph-button-inflow-1 .morph-content .morph-clone {
	color: #f9f6e5;
	background: #e85657;
}

.morph-button-inflow-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	background-color: #fef0e3;
	-webkit-transition: height 0.3s, width 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, width 0.3s, transform 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.morph-button-inflow-2 > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #e75854;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.morph-button-inflow-2.open > button {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.morph-button-inflow-2 .morph-content {
	width: 260px;
	height: 200px;
}

.morph-button-inflow-2.open {
	width: 260px;
}

/* Morph Button Style: Sidebar */
.morph-button-sidebar,
.morph-button-sidebar .morph-content {
	width: 40px;
	height: 150px;
}

.content-style-sidebar {
	padding: 80px 40px;
}

.morph-button-sidebar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: auto;
}

.morph-button-sidebar > button {
	padding: 0;
}

.morph-button-sidebar .morph-content {
	background: #4a306d;
}

.morph-button-sidebar.open .morph-content {
	top: 0 !important;
	right: 0 !important;
	width: 270px;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

/* Let's add some nice easing for all cases */
.morph-button .morph-content,
.morph-button.open .morph-content,
.morph-button-modal-4 .morph-clone {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Helper classes */
.noscroll {
	overflow: hidden;
}

.morph-button-overlay.scroll .morph-content {
	overflow-y: scroll;
}

.morph-button-sidebar.scroll .morph-content {
	overflow: auto;
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
	display: none;
}

.no-js .morph-button {
	margin: 10px 0;
	float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
	display: none;
}

.no-js .morph-button-sidebar {
	width: 270px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	background: #e85657;
	overflow: auto;
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

/* Media Queries */

@media screen and (max-width: 600px) {
	.morph-button-modal.open .morph-content {
		top: 0% !important;
		left: 0% !important;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
		transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	}
}

@media screen and (max-width: 767px) {
	.morph-button-fixed,
	.morph-button-fixed .morph-content {
		height: 80px;
	}

	.morph-button-fixed > button {
		font-size: 75%;
	}

	.morph-button-sidebar > button {
		font-size: 1.6em;
	}

	.morph-button-inflow .morph-content .morph-clone {
		font-size: 0.9em;
	}

	.morph-button-modal-4,
	.morph-button-modal-4 .morph-content {
		width: 220px;
		height: 120px;
	}

	.morph-button-modal-4 > button {
		font-size: 100%;
		line-height: 50px;
	}

	.morph-button-modal-4 > button span {
		display: block;
	}

	.morph-button-modal-4 .morph-clone {
		right: 83px;
		bottom: 26px;
	}

	.morph-button-sidebar,
	.morph-button-sidebar .morph-content {
		width: 21px;
		height: 80px;
	}

	.morph-button-sidebar {
		bottom: 0px;
	}

	.morph-button-sidebar.open .morph-content {
		height: 100% !important;
	}
}
/* --------------------------------------------------------- */
/* ----------------------- component2.css - END ----------------------- */
/* --------------------------------------------------------- */














/* --------------------------------------------------------- */
/* ----------------------- content.css - START ----------------------- */
/* --------------------------------------------------------- */
/* Icons */
.icon-close {
	background: url("clientlib-site-en/images/close2.png") no-repeat left center;
	cursor: pointer;
	display: block;
	z-index: 100;
	width: 13px;
	height: 15px;
}

.icon-camera:before {
	content: "\e017";
}

.icon-server:before {
	content: "\e022";
}

.icon-heart:before {
	content: "\e024";
}

.icon-zoom-in:before {
	content: "\e037";
}

.icon-microphone:before {
	content: "\e048";
}

.icon-cloud:before {
	content: "\e066";
}

.icon-user:before {
	content: "\e074";
}

.icon-briefcase:before {
	content: "\e075";
}

.icon-globe:before {
	content: "\e078";
}

.icon-play::before {
	content: "\e602";
}

.icon-pause::before {
	content: "\e603";
}

.icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.icon-close:hover {
	color: #a50a05;
}

/* Styles for dummy content */

/* Style for overlay */

.content-style-overlay {
	padding: 100px 50px;
	text-align: center;
}

.content-style-overlay h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 300;
	font-size: 3em;
}

.content-style-overlay p {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 700px;
	text-align: justify;
	font-weight: 300;
	font-size: 1.5em;
}

.content-style-overlay .icon-close {
	border: 2px solid #f9e1c9;
	border-radius: 50%;
	line-height: 2.8;
}

.content-style-overlay .icon-close:hover {
	border-color: #a50a05;
}

/* Style for text modal */
.content-style-text {
	padding: 60px;
	text-align: left;
}

.content-style-text h2 {
	margin: 0 0 0.5em 0;
	font-weight: 300;
	font-size: 1.85em;
}

.content-style-text p {
	color: rgba(255,255,255,0.5);
	font-weight: 300;
	font-size: 1.15em;
	line-height: 1.4;
}

.content-style-text label {
    padding: 10px;
    color: #f9e1c9;
    font-weight: bold;
}

.content-style-text .icon-close {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
}

.content-style-text .icon-close:hover {
	color: #f9e1c9;
}

/* Style for form modal */
.content-style-form {
	position: relative;
	text-align: left;
}

.content-style-form h2 {
	margin: 0;
	padding: 0.4em 0 0.3em;
	text-align: center;
	font-weight: 300;
	font-size: 3.5em;
}

.content-style-form form {
	padding: 10px 30px;
}

.content-style-form form p {
	margin: 0 0 5px 0;
	font-size: 0.7em;
}

.content-style-form label {
	display: block;
	padding: 10px 0 0;
	color: #d5bba4;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.content-style-form input[type="text"],
.content-style-form input[type="password"] {
	padding: 10px;
	width: 100%;
	border: 2px solid #ebd3bd;
	background: transparent;
	color: #b09a86;
	font-weight: 300;
	font-size: 2.2em;
}

.content-style-form input[type="text"]:focus,
.content-style-form input[type="password"]:focus {
	border-color: #e75854;
	color: #e75854;
}

.content-style-form input:focus {
	outline: 0;
}

.content-style-form button {
	display: block;
	margin-top: 2.5em;
	padding: 1.5em;
	width: 100%;
	border: none;
	background: #e75854;
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 1.25em;
}

.content-style-form .icon-close {
	top: 0;
	right: 0;
	color: #ebd3bd;
	font-size: 75%;
}

.content-style-form .icon-close:hover {
	color: #e75854;
}

.js .content-style-form-1 h2,
.js .content-style-form-1 p,
.js .content-style-form-1 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.content-style-form-1 p:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-1 p:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-1 p:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-1 h2,
.morph-button.open .content-style-form-1 p,
.morph-button.open .content-style-form-1 .icon-close {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.js .content-style-form-2 h2,
.js .content-style-form-2 p,
.js .content-style-form-2 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
	transition: opacity 0.2s 0.3s, transform 0.2s 0.3s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.content-style-form-2 p:first-child {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.content-style-form-2 p:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-2 p:nth-child(3) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-2 p:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-2 h2,
.morph-button.open .content-style-form-2 p,
.morph-button.open .content-style-form-2 .icon-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.content-style-form-4 form {
	padding: 30px;
	background: #fff;
	color: #ccb096;
	font-size: 1.5em;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.content-style-form-4 input[type="text"] {
	border: none;
	background-color: #f0f0f0;
}

.content-style-form-4 form button {
	background: #ba997b;
}

.content-style-form-4 form button:focus,
.content-style-form-4 form button:hover {
	background: #a9896d;
}

.js .content-style-form-4 p {
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: rotateX(-45deg);
	transform: rotateX(-45deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.morph-button.open .content-style-form-4 p {
	opacity: 1;
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.morph-button.open .content-style-form-4 p:nth-child(2) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.content-style-social {
	padding: 30px;
	text-align: left;
}

.morph-button-inflow-2 > button svg {
	display: inline-block;
	padding-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: -5%;
}

.morph-button-inflow-2 > button svg path {
	fill: #e75854;
}

.content-style-social a {
	display: block;
	padding: 0.5em 0;
	color: #67c2d4;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 32px;
}

.js .content-style-social a {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.content-style-social a:hover {
	color: #e75854;
}

.content-style-social a:hover svg path {
	fill: #e75854;
}

.content-style-social a svg {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

.morph-button-inflow.open .content-style-social a {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.morph-button-inflow.open .content-style-social a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.morph-button-inflow.open .content-style-social a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.content-style-video {
	text-align: left;
}

.video-mockup {
	width: 640px;
	height: 360px;
	max-width: 100%;
	/*background: url(clientlib-site-en/img/rated.png) no-repeat center center;*/
	background-size: 100%;
}

.content-style-video .icon-close,
.content-style-video .icon-pause {
	color: #286f81;
}

.content-style-video .icon-close {
	top: 0;
	right: 0;
}

.content-style-video .icon-close:hover {
	color: rgba(0,0,0,0.4);
}

.controls {
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.js .controls {
	position: absolute;
}

.controls span {
	display: inline-block;
}

.content-style-video .icon-pause {
	overflow: hidden;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	line-height: 2.5;
	cursor: pointer;
	vertical-align: bottom;
}

.content-style-video span.time {
	color: #286f81;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 40px;
}

.controls::after {
	content: '';
	position: absolute;
	height: 7px;
	left: 100px;
	right: 70px;
	bottom: 16px;
	background: #aaa;
}

.content-style-sidebar h2 {
	font-weight: 300;

	font-size: 2em;
	padding: 0.75em 0 0.75em 1em;
	margin: 0;
	color: #bb4445;
}

.content-style-sidebar .icon-close {
	left: 15px;
	top: 15px;
}


@media screen and (max-width: 770px) {
	.content-style-overlay {
		font-size: 75%;
	}

	.content-style-overlay .icon-close {
		top: 5px;
		right: 5px;
	}
}

/* --------------------------------------------------------- */
/* ----------------------- content.css - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- responsive.css - START ----------------------- */
/* --------------------------------------------------------- */
@media (max-width: 1199px) {
	.top-links > li > a {
		font-size: 12px;
	}
	.style1 {
		padding: 14px;
	}
	.origin .dropdown-menu {
		left: -104px;
	}
	.tab-style1 .nav li a {
		font-size: 15px;
	}
	.tab-style1.custom2 .nav li a {
		font-size: 14px;
	}
	.color-patch-sldr li .arrw, .color-patch-sldr li.active .arrw2, apexcolor-patch-sldr li.active .arrw2, .stncolor-patch-sldr li.active .arrw2, kidcolor-patch-sldr {
		left: 85%;
	}
	.color-popup {
		padding: 40px 20px;
		left: 0;
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 1023px) {
	/*#lbOuterContainer {
		left: 0;
		margin-left: 0 !important;
		width: auto !important;
}*/
	#lbPrevHov, #lbNextHov {
		width: 35%;
	}
	#lbImageContainer, #lbIframeContainer {
		height: 150px;
	}
	.play-icon, .play-icon:hover {
		background-size: 43px;
		height: 43px;
		width: 44px;
		margin-bottom: 2px;
	}
	.item-hdng {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 4px;
	}
	.item-hdng br {
		display: none;
	}
	h3 {
		font-size: 18px;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.strt-prjct {
		background-color: #5e3b8d;
		padding-bottom: 17px;
		top: -4px;
		width: 150px;
	}
	.strt-img {
		float: left;
		height: 40px;
		padding: 5px;
		width: 44px;
	}
	.strt-img img {
  		max-width: 100%;
	}
	.strt-prjct p {
		float: left;
		font-size: 15px;
		margin: 0;
		width: 105px;
	}
	.strt-prjct br {
  		display: none;
	}
	.cart {
  		margin: 0 175px 0 0;
	}
}
@media (max-width: 991px) {
	.ap-smartcare-tab .tab-style1 .nav li a {
		padding: 19px 5px;
	}
	.find-contractor iframe {
		width: 100%;
		max-width: 100%;
	}
	.main-toggle, .sub-toggle {
		display: block;
	}
	.color-catalog .main-tabs {
		position: relative;
	}
	.color-catalog .main-tabs > .nav {
		top: 46px;
		z-index: 99;
	}
	.color-catalog .sub-nav {
		top: 95px;
		z-index: 99999;
	}
	.color-catalog .main-tabs > .nav, .color-catalog .sub-nav {
		left: 0;
		margin: 0;
		position: absolute;
		width: 100%;

	}
	.color-catalog .main-tabs > .nav li, .color-catalog .tab-style1 .sub-nav li {
		border-bottom: 1px solid #ccc;
		float: none;
		margin: 0;
		width: 100%;
	}
	.color-catalog .tab-style1 .nav li a, .sub-nav li a {
		font-size: 14px;
		padding: 10px 15px 10px 41px;
		text-align:left;
	}
	.color-catalog .tab-style1 .nav li.active:before {
		display: none
	}
	.main-toggle, .sub-toggle {
		background-color: #fbaf19;
		color: #fff;
		cursor: pointer;
		margin-bottom: 15px;
		text-align: center;
	}
	.main-toggle {
		font-size: 15px;
		padding: 15px 10px;
	}
	.sub-toggle {
		font-size: 14px;
		padding: 10px;
	}
	.main-toggle span, .sub-toggle span {
		background: url("clientlib-site-en/images/arrow-bottom6.png") no-repeat right center;
		padding:0 30px;
		display: inline-block; width:100%; text-align:left;
	}
	.tab-hide {
		display: none;
	}
	.socl-lnks.tab-hide {
		display: block;
	}
	.srch-input {
		float: right;
		margin-right: 15px;
		margin-top: 3px;
		position: relative;
		width: auto;
	}
	.srch-input button {
		position: static;
		float: right;
	}
	.srch-input input {
		border: 1px solid #eeeeee;
		display: none;
		font-size: 12px;
		left: -305px;
		padding: 8px 5px;
		position: absolute;
		top: -5px;
		width: 300px;
	}
	.hdr-btm {
		background-size: 170% auto;
	}
	.subsidry-logo {
		height: 150px;
	}
	.left-offset.col-md-11 {
  		padding-left: 0;
	}
	.news-page .left-offset.col-md-11 {
  		padding-left: 20px;
	}
	.brdr-secn {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.inner-menu li ul {
		left: -65px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.contractors-wrap .newslttr .checkbox {
		min-height: 100px;
		margin: 0 !important;
	}
	.forgot-password-subhead  {
		min-height: 350px;
	}
	.frgt-pswrd .inner-secn, .thnk-you .inner-secn {
		 padding: 70px 0 140px;
	}
	.inner-error-banner {
  		margin-bottom: 400px !important;
	}
	.inner-menu li a {
		font-size: 14px;
	}
	.inner-menu > li > a {
		padding: 0 7px;
		font-
	}
	.top-links > li > a {
		padding: 0 4px;
	}
	.sf-menu .menu-tab-list {
		width: 30%;
	}
	.menu-tab-cntnt {
		width: 66%;
	}
	.sf-menu .ftrs-list li {
		margin-right: 4%;
	}
	.sldr-title {
		font-size: 20px;
	}
	.sldr-title2, .sldr-captn .btn-style1 {
		font-size: 18px;
	}
	/*.sldr-captn {
		top: 50px;
	}*/
	.ftr-links li, .ftr-links li a, .ftr-links2 li a, .copyright {
		font-size: 11px;
	}
	.intrst-panel .col-sm-4 {
		margin-bottom: 15px;
	}
	.col-sldr-col {
		width: 21%;
	}
	.color-patch-col {
  		width: 79%;
	}
	.shade-col {
  		width: 31.5%;
	}
	.color-patch-list {
		overflow-y: scroll;
		width: 66%;
	}
	.color-patches li {
		width: 16.5%;
		margin-right: 4%;
	}
	.color-patches li:nth-child(5n) {
		margin-right: 0;
	}
	.color-patch-sldr li .arrw, .color-patch-sldr li.active .arrw2 {
		left: 85%;
	}
	.col-sldr-col2 {
		width: 30%;
	}
	.spcl-efftcs .color-patch-col {
  		width: 70%;
	}
	.txtres .color-patches li {
		margin-bottom: 5px;
		margin-right: 5%;
		width: 20%;
	}
	.txtres .color-patches li:nth-child(4n) {
		margin-right: 0;
	}
	.txtres .color-patches li:nth-child(5n), .txtres .color-patches li:nth-child(9n) {
		margin-right: 5%;
	}
	#saved-shades .color-patches li {
  		width: 13%;
	}
	.contat-list-warp {
		overflow: hidden;
	}
	.frame-col {
		padding: 0 !important;
	}
}
@media (max-width: 767px) {
	.color-patch-sldr li .arrw, .color-patch-sldr li.active .arrw2 {
		left: 50%;
	}
	.socl-lnks.tab-hide {
		display: none;
	}
	.grid-item {
		margin: 0 0 15px 0;
	}
	.brdr-lr, .brdr-left, .brdr-rght {
		border: 0 none;
	}
	.kid-wrld-themes .brdr-rght {
		border-right: 1px solid #cfcfcf;
	}
	.srch-input {
		margin-top: -2px;
	}
	.strt-prjct {
		background: url("clientlib-site-en/images/gradient-bg2.jpg") repeat-y scroll center center;
		background-size: 100%;
		display: block;
		left: 0;
		padding: 5px 0;
		top: 70px;
		width: 100%;
	}
	.cart, .login {
  		margin-right: 15px;
	}
	.cart-icon > img, .login img {
  		width: 17px;
	}
	.strt-prjct p {
		background: url("clientlib-site-en/images/home-icon.png") no-repeat scroll left center;
		background-size: 25px;
		display: inline-block;
		font-size: 14px;
		font-family: 'Conv_accordaltlight-webfont';
		padding-left: 30px;
	}
	.srch-input button {
		background-size: 100% auto;
		float: none;
		width: 17px;
	}
	.mob-hide {
		display: block !important;
	}
	.strt-img, .strt-prjct p br {
		display: none;
	}
	.desktop-hide {
		display: none;
	}
	.choose-intrst {
		padding: 14px 0;
	}
	.choose-intrst a {
		font-size: 14px;
	}
	.choose-intrst a span {
		margin-left: 5px;
		vertical-align: bottom;
	}
	.intrst-check .checkbox {
		float: left;
		width: 50%;
	}
	.checkbox label {
		font-size: 13px;
	}
	.btn-style1 {
		font-size: 14px;
		padding: 10px 20px;
	}
	.intrst-panel {
		padding: 10px 0;
	}
	.intrst-panel .btn-style1 {
		float: right;
		font-weight: 700;
	}
	.item.style1 {
		padding: 10px;
	}
	.item.style1 .item-hdng {
		font-size: 16px;
	}
	.item.style1 .col-md-6 {
		padding: 0 30px;
	}
	p {
  		margin-bottom: 12px;
	}
	.red-txt {
		padding-top: 5px;
	}
	.item-captn {
		bottom: 15px;
		padding: 6px 30px;
	}

	.red-txt:before {
		margin-left: -31px;
		width: 62px;
	}
	.item.style3 {
		padding: 16px 24px;
		text-align: center;
	}
	.quote {
  		font-size: 14px;
	}
	.quote:before, .quote:after {
		background-size: 94px auto;
		height: 22px;
		width: 22px;
	}
	.quote:after {
  		background-position: -25px 0;
	}
	.item.style3.red .quote:before {
  		background-position: -49px 0;
	}
	.item.style3.red .quote:after {
  		background-position: -72px 0;
	}
	.btn-style2 {
		font-size: 14px;
		padding: 5px 20px;
	}
	#grid-phase2, .mb-90 {
		margin-bottom: 30px;
	}
	.ftr-top .container {
		padding: 0 45px;
	}
	.newslttr label {
		display: block;
		float: none;
		line-height: 100%;
		margin: 0 0 8px;
	}
	.signup-input input {
		padding: 7px 5px;
	}
	.signup-input {
		float: left;
		width: 100%;
	}
	.signup-input button {
		padding: 8px 0;
   		width: 30%;
	}
	.newslttr {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.socl-lnks2 {
		float: none !important;
		overflow: hidden;
		text-align: center;
	}
	.socl-lnks2 li {
		float: none;
		display: inline-block;
	}
	.ftr-mdle {
		padding: 16px 0 5px;
	}
	.ftr-links li, .ftr-links li a, .ftr-hdng {
		font-size: 12px;
	}
	.ftr-links li:last-child {
		margin-bottom: 10px;
	}
	.copyright {
		margin-bottom: 8px !important;
	}
	.copyright, .ftr-links2 li a {
		font-size: 11px;
	}
	.ftr-links2 li {
		display: inline-block;
		float: none;
		line-height: 8px;
		margin-right: 4px;
		padding-right: 4px;
		vertical-align: middle;
	}
	.phn-hangout {
		margin-top: 0;
		position: absolute;
		top: 122px;
	}
	.phn-icon {
		background-color: #fdb93e;
		background-size: 55px auto;
		background-position: 8px 8px;
	    -moz-box-shadow: 1px 1px 3px #444;
	    -webkit-box-shadow: 1px 1px 3px #444;
	    box-shadow: 1px 1px 3px #444;
	    height: 35px;
	    width: 35px;
	}
	.phn-icon.active {
  		background-position: -29px center;
	}
	.phn-options {
		padding: 10px;
		right: 14px;
    	top: 19px;
	}

	.top-links > li > a {
		font-size: 11px;
		padding: 0 3px;
	}
	.hdr-top .col-md-7 {
		float: left;
		width: 50%;
	}
	.hdr-top .col-md-5 {
		float: right;
		width: 50%;
	}
	.srch-input input {
		left: -185px;
    	width: 180px;
	}
	.intrst-check {
		display: none;
	}
	.intrst-hdng {
		background: url("clientlib-site-en/images/plus.png") no-repeat 93% center;
		border-bottom: 1px solid #999;
		cursor: pointer;
		font-size: 14px;
		margin: 0;
		padding: 10px;
	}
	.intrst-hdng.last {
		border-bottom: 0 none;
	}
	.active-hdng {
		background: url("clientlib-site-en/images/close.png") no-repeat 93% center;
	}
	.intrst-check {
		padding: 20px 10px 0;
		margin: 0;
		max-height: none;
	}
	.intrst-panel .container {
		padding: 0;
	}
	.mb-55 {
  		margin-bottom: 25px;
	}
	.intrst-panel .row.center {
		padding: 0 20px;
	}
	#homeowner-drpdwn {
		background-color: #fff;
		display: none;
		left: 15px;
		position: absolute;
		top: 21px;
		z-index: 999;
	}
	.dropdown-menu {
		padding: 0;
		border: 0 none;
		box-shadow: 0 0 0 transparent;
	}
	#homeowner-drpdwn li, .dropdown-menu > li {
		border-bottom: 1px solid #eeeeee;
		display: block;
		float: none;
		margin: 0;
	}
	#homeowner-drpdwn li a, .dropdown-menu > li > a {
  		padding: 5px;
  		display: block;
  		font-size: 11px;
  		line-height: 100%;
	}
	#homeowner-drpdwn li:hover a, .dropdown-menu > li:hover a {
		background-color: #eee;
	}
	#homeowner-tggle {
		font-size: 11px;
		display: inline-block;
		padding: 5px 2px;
	}
	#homeowner-tggle:hover {
		background-color: #fff;
	}
	.hdr-top .col-md-7 {
		position: relative;
	}
	.arrw-btm {
		background-size: 8px auto;
		height: 4px;
		position: relative;
		top: -1px;
		width: 8px;
	}
	.hdr-mdle .col-md-8 {
		position: static;
	}
	.ap-logo img {
		max-width: 140px;
	}
	/*.main-nav {
		background-color: #fff;
		-moz-box-shadow: 0px 10px 10px #eee;
		-webkit-box-shadow: 0px 10px 10px #eee;
		box-shadow: 0px 10px 10px #eee;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 999;
		overflow: auto;
	}*/
	.main-nav > li {
		display: block;
		float: none;
		margin: 0;
	}
	.main-nav > li.has-child > a {
		background: url("clientlib-site-en/images/plus.png") no-repeat 93% center;
	}
	.main-nav > li.has-child > a.active-hdng {
		background: url("clientlib-site-en/images/minus.png") no-repeat 93% center;
	}
	.main-nav > li.sfHover > a {
		border-bottom-color: transparent;
	}
	.main-nav > li > a {
		border-bottom: 1px solid #999;
		color: #512b8b;
		font-size: 18px;
		font-weight: normal;
		padding: 10px 20px !important;
	}
	.menu-tab-cntnt > .col-md-4 {
		padding: 0;
	}
	.sub-menu li a {
		font-size: 15px;
	}
	.sub-menu li a {
		padding: 0;
		font-family: 'Conv_accordaltlight-webfont';
	}
	.main-nav > li.sfHover > a {
		background: url("clientlib-site-en/images/close.png") no-repeat 93% center;
	}
	.main-nav.sf-arrows > li:hover > .sf-with-ul:before {
		display: none;
	}
	.sf-menu .sf-mega {

		position: static;
		padding: 10px 0;
		height: auto;
		-moz-box-shadow: 0 0 0 transparent;
		-webkit-box-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent;
		/*max-height: 190px;*/
    	overflow-y: scroll;
	}
	.sf-menu .menu-tab-list {
		display: none;
	}
	.sf-mega .r-tabs-accordion-title {
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.menu-tab-cntnt {
		float: none;
		height: auto;
		margin-bottom: 12px;
		padding-left: 44px !important;
		width: 100%;
	}
	.menu-tab-cntnt > .col-md-3 {
		padding: 0;
	}
	.menu-tab-cntnt .sub-menu > .col-md-4 {
    	padding-left: 0;
    }
	.menu-tab-cntnt > .col-md-6, .menu-tab-cntnt > .col-md-11, .menu-tab-cntnt > .col-md-12{
    	padding-left: 0;
    	text-align: left !important;
    }
    .menu-tab-cntnt > .col-md-6.center.custom-mobile-separator{
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }
	.sf-menu .sub-menu li {
		border-bottom: 1px solid #ededed;
		margin-bottom: 12px;
		padding-bottom: 12px;
		position: relative;
	}
	.sf-mega .r-tabs-accordion-title a {
		color: #512b8b;
		font-size: 16px;
		font-weight: 700;
		padding: 0;
		background: url('clientlib-site-en/images/plus.png') no-repeat 90% center;
	}
	.sf-mega .r-tabs-accordion-title.r-tabs-state-active a {
    		background: url('clientlib-site-en/images/minus.png') no-repeat 90% center;
    	}
	.sf-mega .mb-40 {
  		margin-bottom: 40px;
	}
	.sf-menu .sub-menu > li:hover > a:before, .sub-menu ul li a::before, .sf-menu .sub-menu > li:hover > a:after {
		display: none;
	}
	#tab-1 + .r-tabs-accordion-title a {
    	color: #ff3333;
	}
	.sf-mega .mb-40 {
  		margin-bottom: 0;
	}
	.sub-menu ul {
		left: 0;
		margin: 10px 0 15px;
		padding-left: 28px;
		position: static;
		top: 0;
	}
	.sub-menu ul li {
  		margin-bottom: 8px;
	}
	.sub-menu ul li a {
		font-size: 13px;
	}
	.menu-tggle {
		background: url("clientlib-site-en/images/menu-sprites2.png") no-repeat left center;
		display: inline-block;
	    float: right;
	    height: 18px;
	    width: 21px;
	}
	.menu-tggle.active {
		background-position: -22px center
	}
	.main-secn {
  		padding: 25px 0 35px;
	}
	.ftr-links2 {
		float: none !important;
	}
	.sf-menu .ftrs-list {
		padding-left: 37px;
		text-align: left;
	}
	.sf-menu .ftrs-list li {
		display: block;
		margin: 0 0 10px;
	}
	.sf-menu .ftrs-list li:last-child {
		margin: 0;
	}
	.sf-menu .ftrs-list li a:after {
		display: none;
	}
	.sf-menu .ftrs-list li a {
		background: none !important;
		font-size: 16px;
		line-height: 100%;
		padding: 0;
	}
	.sf-menu .ftrs-list li a span {
		line-height: 100%;
	}
	.icon {
  		margin-right: 4px;
	}
	.play-video {
		margin: -15px 0 0 -15px;
	}
	.play-video img {
		max-width: 30px;
	}
	.social-widgets .col-sm-4 {
  		margin-bottom: 20px;
	}
	.social-widgets .col-sm-4:last-child {
  		margin-bottom: 0;
	}
	.top-links > li {
		line-height: 21px;
	}
	.india-flag img {
  		max-width: 20px;
	}
	.sub-menu li p {
		display: none;
	}
	.submenu-hdng {
		font-family: "Conv_accordaltlight-webfont";
		font-size: 15px;
		margin: 0;
	}
	.menu-tab-cntnt .col-md-4, .sf-mega .col-md-7 {
  		border-right: 0 none;
	}
	.menu-icon {
		margin-right: 20px;
		width: 22% !important;
	}
	.menu-icon img {
  		width: 24px;
	}
	.sub-menu.inline li {
		border-right: 0 none;
	    float: none;
	    margin: 0 0 10px;
	    width: 100%;
	}
	.menu-hdng {
		border-bottom: 1px solid #ededed;
		font-size: 15px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#nilaya, #pntng-tools, #cnsltncy, #home-sol, #prjct-sales, #pics, #idea {
		display: none !important;
	}
	.common-secn {
		border: 0 none;
		float: none;
		margin: 10px 0 !important;
		padding-top: 0;
		text-align: center;
		width: auto;
	}
	.sub-menu li:last-child, .more-secn .sub-menu li:last-child {
		border-bottom: 1px solid #ededed;
  		margin-bottom: 12px;
    	padding-bottom: 12px;
	}
	.sf-mega .container {
  		padding: 0 22px;
	}
	#homeowner-drpdwn > li a:before {
		display: none;
	}
	.content-style-sidebar {
  		padding: 30px;
	}
	.phn-options li {
		margin-bottom: 10px;
    	padding-bottom: 10px;
	}
	.phn-options li a {
		font-size: 16px;
	}
	.phn-options li a img {
  		width: 30px;
	}
	.phn-options li a span {
  		line-height: 30px;
	}
	.fix-secn.actv .strt-prjct {
		display: none;
	}
	.hdr-btm {
		padding: 0;
	}
	.inner-secn {
  		padding: 40px 0;
	}
	h2 {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 26px;
	}
	h2 span {
		padding-bottom: 5px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#benefits h3 {
    		margin-bottom: 5px;
    	}
	.brdr-secn {
		margin-bottom: 30px;
    	padding-bottom: 30px;
	}
	.mob-mrgn {
		margin-top: 20px;
	}
	.mob-mrgn2 {
		margin-top: 30px;
	}
	.drctr-name {
		font-size: 15px;
	}
	.drctr-desgn {
		font-size: 13px;
	}
	.drctcrs-secn .col-md-3 {
  		margin-bottom: 15px;
	}
	.drctcrs-secn .mb-25 {
  		margin-bottom: 0 !important;
	}
	.accrdn-title {
		background-size: 25px;
		font-size: 18px;
		padding: 12px 30px 12px 20px;
	}
	.accrdn-cntnt {
		padding: 20px;
	}
	.date-box {
		padding: 10px;
		width: 100%;
	}
	.day {
		font-size: 24px;
	}
	.evnt-secn {
		margin-bottom: 30px;
	}
	.evnt-secn h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.awrds-secn .col-md-6 {
		margin-bottom: 20px;
	}
	.awrds-secn .col-md-6:last-child {
		margin-bottom: 0;
	}
	/*.subsidry-logo {
  		margin-bottom: 20px;
	}*/
	.subsdry-secn .mb-30 {
  		margin-bottom: 20px;
	}
	.subsdry-secn .col-md-3:last-child .subsidry-logo {
		margin-bottom: 0;
	}

	/*#lbOuterContainer {
		left: 0;
		margin: 100px 0 0 0 !important;
		padding: 20px 40px !important;
		top: 0;
		width: auto !important;
	}
	#lbImageContainer, #lbIframeContainer {
		width: 100%;
		margin: 0 0 10px;
		height: 100px;
		float: none;
	}*/

	#lbClose.black, #lbCloseTop.black {
		right: 10px;
		top: 10px;
	}
	#lbPrevHov, #lbNextHov {
		width: 35%;
	}
	#lbPrevHov {
		margin-left: 15px !important;
	}
	#lbNextHov {
		margin-right: 15px !important;
	}
	.inner-menu {
		display: none;
	}
	.inner-menu {
		background: #6d6e71;
	    left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    z-index: 999;
	}
	.inner-menu li {
		border-bottom: 1px solid #8a8a8a;
		float: none;
		width: 100%;
	}
	.inner-menu li:last-child {
		border-bottom: 0 none;
	}
	.inner-menu li a {
		line-height: 100%;
		padding: 10px !important;
		font-size: 15px;
	}
	.inner-menu li ul {
		width: 100%;
		left: 0;
		padding: 0 15px 10px;
	}
	.inner-menu li ul li {
		margin: 0;
	}
	.inner-menu li ul li a {
		font-size: 14px;
	}
	.menu-btn {
		color: #fff;
		display: inline-block;
		font-size: 15px;
		padding: 10px 0;
	}
	.menu-btn:hover, .menu-btn:active, .menu-btn:focus {
		color: #fff;
	}
	.gray-strip {
		text-align: center;
	}
	.inner-menu li:hover ul {
		display: none;
	}
	.newslttr .checkbox {
  		margin-right: 10px !important;
	}

	/*#lbTopContainer.black, #lbBottomContainer.black {
		float: none;
		width: 100%;
	}*/

	.archives-list {
		padding: 15px 8px 0;
	}
	.archives-list li {
		float: left;
		width: 25%;
	}
	.archives-list li:last-child {
		border-bottom: 1px solid;
	    margin-bottom: 12px;
	    padding-bottom: 12px;
	}
	.pr-none {
		padding-right: 0;
	}
	.awrds-secn {
		margin-bottom: 18px;
	}
 	.news-page .pull-right {
  		float: none !important;
	}
	.link-box {
  		padding: 15px 12px;
	}
	.link-box h3 {
		display: block;
		float: none !important;
		font-size: 15px;
		margin: 0 0 10px;
	}
	.link-box .dwnld-btn {
		background-size: 16px auto;
		float: none !important;
		font-size: 14px;
		padding-left: 25px;
	}
	h4 {
  		font-size: 16px;
	}
	.slct-style1.mb-25 {
  		margin-bottom: 15px !important;
	}
	.slct-style1 .dropdown-toggle {
		font-size: 15px;
    	padding: 6px 12px;
	}
	.tab-style1 .nav li {
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.tab-style1 .nav li a {
		font-size: 14px;
    	padding: 12px 15px;
	}
	.mb-35 {
  		margin-bottom: 20px !important;
	}
	.tab-style1 .nav {
  		margin-bottom: 25px;
	}
	.tab-style1 .nav li.active:before {
		background-size: 18px;
		bottom: -11px;
	}
	.slct-style1 .dropdown-toggle .caret {
		background-size: 14px auto;
	}
	.slct-style1 .dropdown-menu > li > a {
		font-size: 14px;
		padding: 6px 12px;
	}
	.inner-banner .container, .inner-banner .col-md-12 {
		padding: 0;
	}
	.brdcrumbs {
		padding: 4px 8px;
	}
	.brdcrumbs li {
		font-size: 12px;
	}
	.gray-strip.affix {
		position: relative;
	}
	.inner-banner {
		margin-top: 27px;
	}
	.sldr-captn.mob-hide {
		display: block !important;
	}
	.inner-banner .sldr-captn {
		bottom: 10px;
	}
	.sldr-title {
		font-size: 16px;
		padding: 5px 10px;
	}
	.sldr-title2 {
		font-size: 14px;
		padding: 5px 10px;
	}
	.sldr-captn {
		top: 50%;
		/*margin-top: -45px;*/
	}
	.sldr-captn .btn-style1 {
		padding: 5px 10px;
	}

	.sldr-captn .butn-style {
    		padding: 5px 10px;
    	}

	.affix {
  		position: static;
	}
	.main-secn .mb-30 {
  		margin-bottom: 15px !important;
	}
	.cstmr-name {
		font-size: 14px;
	}
	.grid-secn > .col-sm-6 {
		margin-bottom: 15px;
	}
	.grid-secn > .col-sm-6:last-child {
		margin-bottom: 0;
	}
	.top-offset {
		clear: both;
  		margin-top: 0;
  		float: none !important;
  		margin-bottom: 15px;
	}
	#benefits .col-sm-3, #benefits .col-sm-9 {
		text-align: center;
	}
	#benefits .col-sm-9 {
  		margin-bottom: 0px;
	}
	.mr-top {
  		margin-top: 20px !important;
	}
	#woodtechemporiopu .col-md-9, #overview .col-md-9 {
		margin-bottom: 20px;
	}
	.img-item {
  		margin-right: 0;
	}
	.product-features {
		text-align: center;
	}
	.mt-60 {
  		margin-top: 30px !important;
	}
	.ap-smartcare .sb-sect {
		float: none !important;
		height: auto !important;
	}
	.tesimaonials-container .service_testimonial_content .service_testi_thumb {
		height: auto;
	}
	.service_testimonial_content, .service_testimonial_content .service_testi_content {
		text-align: center !important;
	}
	.service_testimonial_content .service_testi_thumb {
		float: none !important;
		height: auto !important;
		margin-bottom: 20px !important;
		width: 100% !important;
	}
	.service_testimonial_content .service_testi_content {
		padding-left: 0 !important;
		width: 100% !important;
	}
	.bootstrap-select {
		max-width: 100%;
	}
	.faq-dropDwn li.faq-select-drop-down-item:first-child {
		margin-right: 0 !important;
	}
	.step-3rd {
		clear: both;
		float: none !important;
		margin: 0 auto;
	}
	.service_aphs_services .service_box .service_content {
		min-height: auto;
	}
	.btn-wrapper {
		margin-bottom: 15px;
		height: auto;
		overflow: hidden;
	}
	.benfits-secn {
		text-align: center;
	}
	.service_book_appointment {
		max-width: 100%;
		min-height: auto;
	}
	ul.appoint_form_listing > li .text-input, ul.appoint_form_listing > li select {
		width: 100%;
	}
	.mob-mb-15 {
		margin-bottom: 15px;
	}
	.recommend-color li {
		margin-bottom: 15px;
		margin-right: 5% !important;
		width: 45%;
		text-align: center;
	}
	.recommend-color li:nth-child(2n) {
  		margin-right: 0 !important;
	}
	.recommend-color li img {
		display: inline-block !important;
	}
	.recommend-color {
		margin-bottom: 45px !important;
		padding-bottom: 30px !important;
	}
	#f_steps h2, #process h2 {
		font-size: 20px;
	}
	.service_aphs_services .service_box .service_content {
		min-height: auto !important;
	}
	.service_aphs_services .service_box {
		border: 0 none !important;
		margin: 0 !important;
	}
	.service_aphs_services .service_box .service_content {
		padding: 20px 15px 0 !important;
	}
	.center-large-box .row.center {
		margin-top: 0 !important;
	}
	.center-large-box {
  		margin-top: 35px !important;
	}
	.FileUpload {
		width: 145px !important;
	}
	.upload-col {
  		margin-bottom: 0 !important;
	}
	.frm-offer button {
		margin-bottom: 15px;
	}
	.brdr-secn.frm-offer {
		padding-bottom: 15px;
	}
	.faq-ttl.pull-left {
		float: none;
		width: 100%;
	}
	.faq-dropDwn > .pull-right {
		float: none;
		width: 100%;
	}
	.investor-policies-program > ul > li {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.mr-left {
		margin: 0 !important;
		text-align: left !important;
		width: auto !important;
	}
	.service_aphs_services .service_box .service_content {
		margin-bottom: 25px;
	}
	.mb-80 {
  		margin-bottom: 25px !important;
	}
	.newslttr .checkbox {
		margin: 0 0 15px !important;
		width: 100% !important;
	}
	.contractors-wrap  {
		padding: 0;
	}
	.bootstrap-select {
		min-width: 100%;
	}
	.faq-dropDwn li:first-child {
		margin-bottom: 15px;
	}
	.color-popup .search-item {
  		max-width: 100%;
	}
	.color-popup .or {
		display: inline-block;
		margin: 5px 0 10px;
	}
	h3 {
		font-size: 18px;
	}
	.combn-table .bootstrap-select .btn, .color-popup .bootstrap-select .btn {
		padding: 6px 12px;
	}
	.search-item input {
		 padding: 9px 30px 9px 12px;
	}
	.color-popup .col-sm-6.pull-right {
		float: none !important;
	}
	.color-box5 {
		height: 85px;
	}
	.color-popup .dropdown-menu > li > a {
		padding: 6px 12px;
		font-size: 14px;
	}
	.radio-area {
		float: none;
		width: 100%;
		margin: 0;
	}
	.or.mt-50 {
		display: inline-block;
		margin: 20px 0;
	}
	.combn-table {
		min-width: 700px;
	}
	.combn-table th {
		padding: 12px;
		font-size: 16px;
	}
	.combn-table td {
		padding: 12px;
	}
	/*.mb-40 {
		margin-bottom: 15px !important;
	}*/
}
/* --------------------------------------------------------- */
/* ----------------------- responsive.css - END ----------------------- */
/* --------------------------------------------------------- */














/* --------------------------------------------------------- */
/* ----------------------- prince.css - START ----------------------- */
/* --------------------------------------------------------- */
.tab-style1.custom .nav li.active::before {
  	bottom: -9px;
}
.tab-style1.custom .nav li {
  	margin-right: 20px;
}
.tab-style1.custom .nav li:last-child {
  	margin-right: 0;
}

.search-item button {
    background: url("clientlib-site-en/images/search-icon.png") no-repeat;
    border: 0 none;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
}

.tab-style1.custom .nav li a {
	font-family: "Conv_accordaltlight-webfont";
	font-size: 14px;
	padding: 14px 22px;
}
.color-box {
	background-color: #ccc;
	display: inline-block;
	height: 13px;
	width: 52px;
}
.color-box2 {
	height: 90px;
	margin-bottom: 10px;
	width: 90px;
}
.color1 {
	background-color: #0932bd;
}
.color2 {
	background-color: #1e5774;
}
.color3 {
	background-color: #8a572a;
}
.color4 {
	background-color: #9b9a9b;
}
.color5 {
	background-color: #f5a523;
}
.color6 {
	background-color: #e00f78;
}
.color7 {
	background-color: #8f12fd;
}
.color8 {
	background-color: #e6e6e6;
}
.color9 {
	background-color: #f7e71b;
}
.color10 {
	background-color: #ccf356;
}
.color11 {
	background-color: #b29004;
}
.color12 {
	background-color: #586553;
}
.color13 {
	background-color: #6dcff6;
}
.color14 {
	background-color: #579de8;
}
.color15 {
	background-color: #1aa2b3;
}
.color16 {
	background-color: #b87c61;
}
.color17 {
	background-color: #a7a7a6;
}
.color18 {
	background-color: #f46f33;
}
.color19 {
	background-color: #e04ebc;
}
.color20 {
	background-color: #df3917;
}
.color21 {
	background-color: #bd5cfa;
}
.color22 {
	background-color: #6dcff6;
}
.color23 {
	background-color: #fff;
	border: 2px solid #e1e1e1;
}
.color24 {
	background-color: #57abc6;
}
.color25 {
	background-color: #148ca8;
}
.color26 {
	background-color: #0197ad;
}
.color27 {
	background-color: #338f9b;
}
.color28 {
	background-color: #29929a;
}
.color29 {
	background-color: #5b7e82;
}
.color30 {
	background-color: #537778;
}
.color31 {
	background-color: #d9ece9;
}
.color32 {
	background-color: #c7e6e6;
}
.color33 {
	background-color: #aad9de;
}
.color34 {
	background-color: #8dced5;
}
.color35 {
	background-color: #7bbec9;
}
.color36 {
	background-color: #56a7b4;
}
.color37 {
	background-color: #338f9b;
}
.color38 {
	background-color: #295e68;
}
.color39 {
	background-color: #21515a;
}
.color40 {
	background-color: #19434b;
}
.color41 {
	background-color: #ffb847;
}
.color42 {
	background-color: #ffc55e;
}
.color43 {
	background-color: #ffd78f;
}
.color44 {
	background-color: #ffe4ad;
}
.color45 {
	background-color: #fceabe;
}
.color46 {
	background-color: #faebc6;
}
.color47 {
	background-color: #f8efd4;
}
.color48 {
	background-color: #e97349;
}
.color49 {
	background-color: #93b6c3;
}
.color50 {
	background-color: #6d99a9;
}
.color51 {
	background-color: #f9f2cf;
}
.color52 {
	background-color: #f1e0a5;
}
.color53 {
	background-color: #ead38f;
}
.filter-secn.gllry .intrst-check {
	max-height: 350px;
}
.filter-secn.gllry .intrst-panel {
	border: 1px solid #999;
	padding: 16px 12px 36px;
}
.search-item {
	margin-bottom: 15px;
	min-width: 270px;
	position: relative;
}
.search-item input {
	border: 2px solid #6d6e71;
	padding: 12px 30px 12px 12px;
	width: 100%;
}
.search-item .btn-srch {
	background: url("clientlib-site-en/images/search-icon.png") no-repeat;
	border: 0 none;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
}
.wrap-secn {
	padding: 0 15px;
}
.tab-style1.custom .item-captn {
	padding: 22px 0;
}
.tab-style1.custom .item-hdng {
	margin-bottom: 12px;
}
.width-100 {
	width: 100%;
}
.form-control.custum-input {
	border: 1px solid #999;
	border-radius: 0;
	height: 110px;
	resize: none;
}
.cmmnt-box {
	border-bottom: 1px solid #dadada;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.cmmnt-box.last {
	border: 0 none;
	padding: 0;
}
.cmmnt-prsn {
  	width: 10%;
  	margin-top: -13px;

}
.cmmnt-prsn, .cmmnt-desc {
  	float: left;
}
.cmmnt-prsn h4 {
  	margin-bottom: 8px;
}
.cmmnt-desc {
	border-left: 1px solid #999;
	margin-left: 2%;
	padding-left: 2%;
	width: 88%;
	margin-top: -2px;
}

.cmmnt-desc p {
	margin-top: -27px;
}
.cmmnt-lisitng h3 {
  	margin-bottom: 30px;
}
.img-item {
  	padding: 0 9px;
}
.img-item img {
	width: 100%;
}
.gallery-thumb-carousel {
	padding: 0 70px;
}
.carousel-style1.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	opacity: 1;
}
.carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-prev {
	float: left;
}
.carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-next {
	float: right;
}
.carousel-style1.owl-theme .owl-controls {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.carousel-style1.owl-theme .owl-controls .owl-buttons div {
	height: 18px;
	width: 10px;
}
.gallery-thumb-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: 40px;
}
.carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url("clientlib-site-en/images/arrow-left.png") no-repeat scroll center center;
}
.gallery-thumb-carousel2.owl-theme .owl-controls .owl-buttons div.owl-prev {
  	margin-left: -20px;
}
.gallery-thumb-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: 40px;
}
.gallery-thumb-carousel2.owl-theme .owl-controls .owl-buttons div.owl-next {
  	margin-right: 0;
}
.carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url("clientlib-site-en/images/arrow-right.png") no-repeat center center;
}
.carousel-style1.owl-theme .owl-controls {
	margin: -9px 0 0;
}
.ml-70 {
	margin-left: 70px;
}
.medm {
	font-family: 'Conv_accordaltregular-webfont';
}
.name {
	border-right: 1px solid;
	display: inline-block;
	font-family: 'Conv_accordaltbold-webfont';
	line-height: 30px;
	margin-right: 15px;
	padding-right: 15px;
}
.gallery-carousel.owl-theme .owl-controls .owl-buttons div {
	height: 36px;
	width: 36px;
}
.gallery-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev,
.prdcts-color .gallery-carousel.carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url("clientlib-site-en/images/arrow-left2.png") no-repeat scroll center center;
	margin-left: 6px;
}
.gallery-carousel.owl-theme .owl-controls .owl-buttons div.owl-next,
.prdcts-color .gallery-carousel.carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url("clientlib-site-en/images/arrow-right2.png") no-repeat center center;
	margin-right: 6px;
}
.gallery-carousel.owl-theme .owl-controls {
	margin: -18px 0 0;
}
.gallery-carousel .owl-item img {
	width: 100%;
}
.item-img img {
	width: 100%;
}
.edit-btn {
	background: url("clientlib-site-en/images/edit-icon.png") no-repeat 10px center;
	border: 2px solid #6d6e71;
	color: #6d6e71 !important;
	font-size: 18px !important;
	padding: 10px 12px 10px 40px;
}
.edit-btn:hover {
	background-image: url("clientlib-site-en/images/edit-icon2.png");
	background-color: #6d6e71;
	color: #fff !important;
}
.custum-input2 {
	border-color: #999;
	border-radius: 0;
	font-size: 18px;
	height: auto;
	padding: 12px 20px;
}
.modal-custom .modal-content {
	border-radius: 0;
	height: auto;
	padding: 40px 25px;
}
.modal-custom .modal-body {
	padding: 0;
}
.modal.modal-custom.in .modal-dialog {
	background: none;
	max-width: 940px;
	width: auto;
	height: auto;
}
.modal-custom .btn-style2 {
	margin-right: 15px;
	padding: 15px 40px;
}
textarea.custum-input2 {
	resize: none;
  	height: 130px;
}
.upload-btn {
	background: url("clientlib-site-en/images/upload.jpg") no-repeat;
	background-size: 100%;
	height: 115px;
	overflow: hidden;
	width: 115px;
}
.upload-btn input {
	cursor: pointer;
	opacity: 0;
	height: 115px;
	width: 115px;
	display: block;
}
.modal-custom .add-file {
  	margin-top: 28px;
}
.pl-none {
  	padding-left: 0;
}
.pr-none {
  	padding-right: 0;
}
.instrcn {
	color: #5e3b8d;
	font-size: 18px;
}
.upload-col {
	margin-bottom: 15px;
}
.modal-custom .close {
	background: none;
	border: 0 none;
	font-size: 30px;
	padding: 0;
	position: absolute;
	right: -12px;
	top: -32px;
}
.color-box3 {padding-bottom:100%;padding-right: 100%;display: block;}
.shade-box{width: 100%;display: block; height:0px;padding-bottom: 95.85%;;}
.color-box4 {
	display: block;
	width: 100%;
	height: 45px;
}
.color-patch-secn {
	background-color: #f1f2f2;
}
.color-patch-secn.active, .color-famlies .color-patch-secn, .modal-custom .color-patch-secn {
	padding: 18px 25px 46px;
}
.col-sldr-col {
	float: left;
	margin-top: 28px;
	width: 15%;
}
.color-patch-col {
	float: left;
	width: 85%;
}
#saved-shades .color-patch-col, .modal-custom .color-patch-col {
	float: none;
	width: 100%;
}
.color-patch-list {
	background-color: #fff;
	float: left;
	height: 315px;
	margin: 28px 2.5% 0 0;
	padding: 22px 10px;
	width: 75%;
}
.color-patch-secn .bx-wrapper .bx-viewport {
	background-color: transparent;
	border: 0 none;
	box-shadow: 0 0 0 transparent;
	left: 0;
	top: 0;
}
.shade-col {
	float: left;
	width: 22.5%;
}
#saved-shades .color-patches li {
  	width: 7%;
}
#saved-shades .color-patches li:nth-child(10n) {
	margin-right: 2.2%;
}
#saved-shades .color-patches li:nth-child(11n) {
  	margin-right: 0;
}
.color-patch-sldr li {
	position: relative;
	cursor: pointer;
	padding-right: 24px;
}
.color-patch-sldr li .color-box4 {
  	border-bottom: 1px solid #fff;
}
.color-patch-sldr li .arrw {
	left: 87%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-width: 14px;
	margin-top: -14px;
}
.color-patch-sldr li.active .arrw2 {
	left: 85%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #989898;
	border-width: 14px;
	margin-top: -14px;
}
.color-patches {
	display: none;
}
.color-patches.active-itm {
	display: block;
}
.color-patches li {
	cursor: pointer;
	float: left;
	margin: 1.3% !important;
	width: 15%;
}
.txtres .color-patches li {
	margin-right: 2.1%;
	margin-bottom: 11px;
	width: 9.2%;
}
.txtres .color-patches li:nth-child(9n) {
  	margin-right: 0;
}
/*.txtres .color-patches li:nth-child(10n) {
  	margin-right: 2.2%;
}
.color-patches li:nth-child(10n) {
  	margin-right: 0;
}*/
.shade {
	background-repeat: no-repeat;
	background-size: cover;
	cursor: text;
	padding-bottom:100%;
	position: relative;
	width: 100%;
}
.col-sldr-col .bx-wrapper .bx-controls-direction a, .col-sldr-col2 .bx-wrapper .bx-controls-direction a {
	height: 10px;
	left: 50%;
	margin-top: 0;
	position: absolute;
	width: 18px;
}
.col-sldr-col .bx-wrapper .bx-controls-direction a, .col-sldr-col2 .bx-wrapper .bx-controls-direction a {
	margin-left: -19px;
}
.col-sldr-col .bx-wrapper .bx-prev, .col-sldr-col2 .bx-wrapper .bx-prev {
	background: url("clientlib-site-en/images/arrow-top2.png");
  	top: -24px;
}
.col-sldr-col .bx-wrapper .bx-next, .col-sldr-col2 .bx-wrapper .bx-next {
	background: url("clientlib-site-en/images/arrow-bottom4.png");
	bottom: -24px;
	top: auto;
}
.like-icon {
	background: url("clientlib-site-en/images/like-icon.png") no-repeat 0 center;
	bottom: 6px;
	cursor: pointer;
	height: 28px;
	left: 6px;
	position: absolute;
	width: 32px;
	z-index: 100;
}
.like-icon.actv {
	background-position: -32px 0;
}
.color-item {
	border: 2px solid transparent;
	display: block;
	cursor: pointer;
	padding: 8px;
}
.color-item.actv {
	border-color: #6d6e71;
}
.color-item .arrw {
	display: none;
}
.color-item.actv .arrw {
	display: block;
	bottom: -31px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.color-item.actv .color-name {
	display: block;
    font-family: "Conv_accordaltregular-webfont";
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    padding: 0;
}
.color-carousel .owl-wrapper {
  	padding-bottom: 50px;
}
.color-carousel.owl-theme .owl-controls {
  	margin-top: -33px;
}
.color-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: -0px;
}
.color-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: -0px;
}
.or {
	background-color: #dbd574;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
    font-size: 18px;
    line-height: 32px;
    padding: 0 8px;
}
.prdcts-color .gallery-thumb-carousel {
  	padding: 0 22px;
}
.prdcts-color .carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: 0;
}
.prdcts-color .carousel-style1.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: 0;
}
.main-color-box {
	display: block;
	width: 100%;
	padding: 105.6% 0;
}
.prdcts-color .gallery-thumb-carousel .item {
	margin-right: 10px;
}
.color-col {
	float: left;
	margin-right: 4%;
	width: 48%;
}
.color-col:last-child {
  	margin-right: 0;
}
.prdcts-color .color-box3 {
	/*height: 54px;*/
	width: 100%;
}
/*
.tab-content > .tab-pane {
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}*/

.tab-content > .active {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.color-carousel {
	padding: 0 30px;
}
.tab-style1.custom2 .nav li::before {
  	display: none;
}
.tab-style1.custom2 .nav li a {
	font-size: 16px;
	padding: 10px 10% 10px 41px;
}
.color-patch-sldr li.active .prdct-name, .apexcolor-patch-sldr  li.active .prdct-name, .stncolor-patch-sldr li.active .prdct-name, .kidcolor-patch-sldr .prdct-name{
	background-color: #989898;
	color: #fff;
}
.prdct-name {
	background-color: #e8e8e8;
	border-bottom: 1px solid #333;
	display: block;
	padding: 15px 6px;
}


.col-sldr-col2 {
	float: left;
	margin-bottom: 25px;
	margin-top: 28px;
	width: 19%;
}
.color-catgry-sldr li {
	background-color: #989898;
	border-bottom: 1px solid #fff;
	padding: 10px;
	text-align: center;
}
.catgry-img {
	margin-bottom: 6px;
	display: block;
}
.catgry-img img {
  	display: inline-block;
}
.catgry-name {
	color: #fff;
	font-size: 14px;
	line-height: 100%;
}
.spcl-efftcs .color-patch-col {
  	width: 81%;
}
.color-catgry-sldr li.active:before {
	content: "";
	right: -27px;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #989898;
	border-width: 14px;
	margin-top: -14px;
}
.spcl-efftcs .shade {
	padding-bottom:100%;
}
.tooltip.in {
	opacity: 1;
}
.tooltip-inner {
	font-family: 'Conv_accordaltregular-webfont';
	background-color: #f2f2f2;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 5px 5px 10px #949494;
	-webkit-box-shadow: 5px 5px 10px #949494;
	-o-box-shadow: 5px 5px 10px #949494;
	box-shadow: 5px 5px 10px #949494;
	color: #333;
	font-size: 14px;
	padding: 5px 10px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #f2f2f2;
	border-width: 12px 12px 0;
	bottom: -7px;
	margin-left: -12px;
}
select.bs-select-hidden {
  	display: none;
}
.slct-style2 button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	width: 100%;
}
.slct-style2 button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	width: 100%;
}
.slct-style2 .filter-option {
	display: block;
	text-align: left;
	width: 100%;
}
.slct-secn .slct-style2 {
	border: 1px solid #c9c9c9;
	font-size: 12px;
	margin-left: 10px;
	min-width: 150px;
	padding: 3px 5px;
}
.slct-style2 .caret {
	background: url("clientlib-site-en/images/arrow-bottom6.png") no-repeat center center;
	width: 14px;
	height: 7px;
	border: 0 none;
	margin-left: -10px;
}
.slct-style2 .glyphicon, .main-toggle, .sub-toggle {
	display: none;
}
.newslttr .checkbox label:before {
	display: none;
}

/* 4 pics print */

#print-step2 {
	display: none;
}
.slct-anthr {
	cursor: pointer;
	display: block;
	margin-top: 10px;
}
.slct-anthr:hover {
	color: #5e3b8d;
}
.step-hdng {
	line-height: 137px;
    margin: 0 0 0 7%;
}
.consultation-listing.custom li {
	background-position: left 7px;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
}
.consultation-listing.custom li:last-child {
	padding-bottom: 0;
}
.combn-table {
	max-width: 100%;
	width: 100%;
}
.combn-table th {
	background-color: #512b8b;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	color: #fff;
	font-size: 22px;
	padding: 12px 35px;
}
.combn-table tr:first-child td {
  	padding-top: 25px;
}
.combn-table th:last-child, .combn-table td:last-child {
  	border: 0 none;
}
.combn-table tr:last-child td {
  	padding-bottom: 38px;
}
.combn-table td {
	background-color: #ebebeb;
	border-right: 2px solid #fff;
	padding: 12px 35px;
}
.combn-table span {
	display: inline-block;
	vertical-align: middle;
}
.colr-box {
	background-color: #fff;
	border: 1px solid #999;
	height: 40px;
	width: 48px;
}
.slct-txt {
	line-height: 40px;
	margin-left: 12px;
}
.light {
	font-family: 'Conv_accordaltlight-webfont';
}
.radio-area {
	line-height: 30px;
	margin-left: 20px;
}
.radio-area label {
	font-size: 18px;
	margin-right: 15px;
}
.radio-area input {
	margin-top: 8px;
}
.combn-table .bootstrap-select .btn, .color-popup .bootstrap-select .btn {
	border-color: #999;
	border-radius: 0;
	padding: 10px 12px;
}
.color-popup .bootstrap-select .btn {
	border: 2px solid #6d6e71;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
	outline: 0 none;
}
.combn-table .bootstrap-select .caret, .color-popup .bootstrap-select .caret {
	background: url("clientlib-site-en/images/arrow-bottom7.png") no-repeat;
	width: 17px;
	height: 9px;
	border: 0 none;
	right: 18px !important;
}
.combn-table td:first-child {
  	width: 28%;
}
.fourpics-print .item-captn {
	padding: 12px 25px;
}
.color-popup, .popup-overlay {
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.color-popup {
	background: #fff;
	margin: 0 0 0 -640px;
	padding: 70px;
	/*width: 1280px;*/
	position: absolute;
	left: 50%;
	top: 50%;
}
.popup-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.color-popup .search-item {
	max-width: 270px;
}
.color-popup .or {
	margin-top: 40px;
}
.color-box5 {
	display: inline-block;
	position: relative;
	height: 115px;
	width: 100%;
}
.color-popup-close {
	background: url("clientlib-site-en/images/close_black.png") no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 13px;
	height: 13px;
}
.plus-sign {
	background-color: white;
	bottom: 0;
	cursor: pointer;
	font-size: 20px;
	left: 0;
	line-height: 100%;
	padding: 8px;
	position: absolute;
	width:100%;
	font-family: 'Conv_accordaltregular-webfont';
	text-align:center;

}

@media (min-width: 768px) {
	.color-catgry-sldr li {
		width: auto !important;
		margin-right: 20px;
		position:relative;
	}
}
@media (max-width: 767px) {
	#as-smart-tab {
		display: none;
	}
	.wrap-secn {
  		padding: 0;
	}
	.tab-style1 .nav {
  		float: left !important;
  		width: 100%;
	}
	.tab-style1.custom h2 {
		margin-bottom: 20px !important;
	}

	.tab-style1.custom .home-heading h2{
        margin-bottom: 0!important;
    }

	.tab-style1.custom .mb-25 {
  		margin-bottom: 20px;
	}
	.filter-secn.gllry {
  		margin-bottom: 15px;
	}
	.search-item {
		float: none !important;
		min-width: auto;
	}
	.tab-style1.custom .item-captn {
		padding: 6px 30px;
	}
	.tab-style1.custom .item-hdng {
  		margin-bottom: 4px;
	}
	.tab-style1.mb-40 {
  		margin-bottom: 20px;
	}
	.cmmnt-prsn {
  		margin-bottom: 5px;
	}
	.cmmnt-prsn h4 {
 		margin-bottom: 2px;
	}
	.cmmnt-prsn, .cmmnt-desc {
  		float: none;
  		width: 100%;
	}
	.cmmnt-desc {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.ml-70 {
  		margin-left: 0;
	}
	.carousel-style1 .img-item {
		text-align: center;
	}
	.carousel-style1 .img-item img {
  		width: auto;
	}
	.carousel-style2.mb-15 {
		margin-bottom: 25px !important
	}
	.dsgnr-dtls .pull-right {
  		margin-top: 5px;
	}
	.dsgnr-dtls .pull-right, .dsgnr-dtls .pull-left {
		float: none !important;
	}
	.mob-mb-15 {
		margin-bottom: 15px;
	}
	.edit-btn {
		float: left !important;
	}
	.modal-custom .modal-content {
  		border-radius: 0;
  		padding: 25px 15px;
	}
	.custum-input2 {
		font-size: 14px;
		padding: 8px 14px;
	}
	.modal-custom .btn-style2 {
  		margin-right: 5px;
	}
	.modal-custom .add-file {
  		margin: 0 0 15px;
	}
	.add-file-col {
		padding-left: 0;
	}

	.modal-custom .mb-25 {
		margin-bottom: 15px !important;
	}
	.modal-custom .btn-style2 {
		padding: 5px 12px;
	}
	.edit-btn {
		font-size: 16px;
	}
	.upload-btn {
		width: 50px;
		height: 50px;
	}
	.upload-btn input {
		width: 50px;
		height: 50px;
	}
	.instrcn {
		font-size: 14px;
	}
	.modal-custom .add-file {
  		margin: 0 0 5px !important;
	}
	.modal-custom .close {
		right: -10px;
    	top: -25px;
	}
	.carousel-style3 {
		text-align: center;
	}
	.carousel-style3 img {
		width: auto;
	}
	.carousel-style3.owl-theme .owl-controls .owl-buttons div.owl-prev {
  		margin: 0;
	}


	.color-catalog h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.color-catalog h3 br {
  		display: none;
	}
	.or {
		display: block;
	    margin: 0 auto;
	    width: 35px;
	}
	.color-catalog .search-item {
		margin-bottom: 0;
	}
	.col-sldr-col, .color-patch-col, .spcl-efftcs .color-patch-col {
		float: none;
		width: 100%;
	}
	.color-patch-sldr li {
		padding-right: 0;
		text-align: center;
	}
	.prdct-name {
		border-bottom: 0 none;
	}
	.color-patch-secn.active, .color-famlies .color-patch-secn {
  		padding: 15px 10px;
	}
	.color-patch-sldr li .arrw {
		left: 50%;
		top: auto;
		bottom: -26px;
		margin: 0 0 0 -15px;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.color-patch-list {
		height: 181px;
		margin: 0 4% 0 0;
		overflow-y: scroll;
		padding: 10px 10px 0;
		width: 73%;
	}
	/*.shade-col {
  		width: 42%;
	}*/
	.color-patches li, .txtres .color-patches li, #saved-shades .color-patches li {
		margin: 2.5% !important;
		width: 45%;
	}
	.color-patches li:nth-child(2n), .txtres .color-patches li:nth-child(2n), #saved-shades .color-patches li:nth-child(2n) {
		margin-right: 0;
	}
	.txtres .color-patches li:nth-child(9n) {
		margin-right: 8%;
	}
	.shade, .spcl-efftcs .shade {
		padding-bottom:100%; width:100%;
	}
	.col-sldr-col {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.col-sldr-col .bx-wrapper .bx-controls-direction a, .col-sldr-col2 .bx-wrapper .bx-controls-direction a {
		margin: -14px 0 0;
		top: 50%;
    	width: 18px;
    	-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.col-sldr-col .bx-wrapper .bx-prev, .col-sldr-col2 .bx-wrapper .bx-prev {
		left: 0 !important;
	}
	.col-sldr-col .bx-wrapper .bx-next, .col-sldr-col2 .bx-wrapper .bx-next {
		left: auto !important;
		right: 0;
	}
	.color-patch-secn .bx-wrapper {
		padding: 0 22px;
	}
	.prdcts-color .pull-right {
		float: none !important;
	}
	.prdcts-color .gallery-thumb-carousel {
 		padding: 0 26px;
	}
	.slct-secn .slct-style2 {
		margin-left: 2%;
		min-width: auto;
		width: 49%;
	}
	.slct-secn .slct-style2:last-child {
		margin-left: 0;
	}
	.color-carousel .owl-wrapper {
  		padding-bottom: 38px;
	}
	.color-carousel {
		margin-bottom: 15px;
	}
	.slct-secn.mb-25 {
		margin-bottom: 15px !important;
	}
	.color-carousel.owl-theme .owl-controls {
  		margin-top: -23px;
	}
	.wrap-secn a.edit-btn.pull-right {
        float: right !important;
    }
    .col-sldr-col2 {
    	margin-top: 0;
    	margin-bottom: 15px;
    }
	.spcl-efftcs .col-sldr-col2 {
		width: 100%;
	}
	.color-catgry-sldr li {
		margin-right: 0;
	}
	.tab-style1.custom2 .sub-nav li a {
		font-size: 13px;
	}
	.shade-box {
		overflow: hidden;
	}
	.shade-box img {
		width: 100%;
	}
	.color-box2 {
		width: 100%;
	}
	.gallery-thumb-carousel {
  		padding: 0 25px;
  		margin-bottom: 25px;
	}
	.gallery-thumb-carousel2.owl-theme .owl-controls .owl-buttons div.owl-prev {
  		margin-left: 40px;
	}
	.gallery-thumb-carousel2.owl-theme .owl-controls .owl-buttons div.owl-next {
  		margin-right: 40px;
	}
	.color-patch-secn .bx-wrapper .bx-viewport {
		padding-bottom: 20px; height:auto !important;
	}
	.color-patch-sldr li.active .arrw2, .color-catgry-sldr li.active:before, apexcolor-patch-sldr li.active .arrw2, .stncolor-patch-sldr li.active .arrw2, kidcolor-patch-sldr {
		left: 50%;
		margin: 0 0 0 -10px;
		top: 100%;

		border-width: 10px;

		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.prdcts-color .col-sm-6 {
		margin-bottom: 25px;
	}
}
/* --------------------------------------------------------- */
/* ----------------------- prince.css - END ----------------------- */
/* --------------------------------------------------------- */













/* --------------------------------------------------------- */
/* ----------------------- deepak.css - END ----------------------- */
/* --------------------------------------------------------- */
/*------------------- Services Aphs Start -----------------------*/

/*------------------- Global css Start -----------------------*/

.btn-style4 { border: 3px solid #ffffff; color: #ffffff; font-family: 'Conv_accordaltregular-webfont'; display: inline-block; font-size: 18px; padding: 7px 30px 8px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.btn-style4:hover { background-color: #ffffff; border-color: #000000; color: #000000 !important; }
.btn-style5 { border: 2px solid #6d6e71; color: #6d6e71; font-family: 'Conv_accordaltregular-webfont'; display: inline-block; font-size: 16px; padding: 7px 25px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.btn-style5:hover { background-color: #55565a; border-color: #55565a; color: #FFFFFF !important; }
.red-bg { background-color:#ed1c24 !important; }
.font_bold { font-weight:bold;}

/*------------------- Global css End -----------------------*/


.btn-wrapper { width:100%; height:40px; }
.service_aphs_cta { border:2px solid #6d6e71; padding:10px 50px; text-align:center; font-size:18px; color:#6d6e71; max-width:150px; float:right; }
.service_steps { display:block; }
.step_1 { background:url(clientlib-site-en/images/step_1.jpg) center top no-repeat; height:438px; }
.step_2 { background:url(clientlib-site-en/images/step_2.jpg) center top no-repeat; height:438px; }
.step_3 { background:url(clientlib-site-en/images/step_3.jpg) center top no-repeat; height:438px; }
.step_copies { padding:220px 78px 5px; font-size:14px; color:#FFFFFF; }

.service_aphs_services .service_box { max-width:270px; margin:0 auto 20px; border:1px solid #6d6e71; }

.service_aphs_services .service_box .service_image {display:block;text-align: center }
.service_aphs_services .service_box .service_image img { width:100%; }
.service_aphs_services .service_box .service_content { padding:20px 15px 25px; min-height:200px; }
.service_aphs_services .service_box .service_content h2.service_subheader_mh50 { min-height:50px; }
.service_aphs_services .service_box .service_content h2.service_subheader { color:.512b8b; margin-bottom:15px; }
.service_aphs_services .gallary-img { margin-bottom:15px; position:relative; }
.service_aphs_services .gallary-img .gallery-zoom-plus { position:absolute; bottom:0; right:0; width:30px; height:30px; z-index:10; }
.service_aphs_services .gallary-img img{ width:100%; }
.inner-gallery .bx-wrapper .bx-viewport { box-shadow:none; }
.inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev { background:url(clientlib-site-en/images/nav-arrw.png) no-repeat 0 0; width:10px; height:18px; }
.inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-next { background:url(clientlib-site-en/images/nav-arrw.png) no-repeat 0 -25px; width:10px; height:18px; }

.inner-gallery .bx-wrapper .bx-viewport ul.services-slider > li { text-align:center; }
ul.services-slider > li img { margin:0 auto; }
.service_testimonial_content { background-color:#512b8b; padding:28px; max-width:780px; margin:0 auto; color:#FFFFFF; }
.service_testimonial_content .service_testi_thumb { height:180px; float:left; width:25%; }
.service_testimonial_content .service_testi_content { float:left; width:70%; padding-left:5%; text-align:left; }
.service_testimonial_content .service_testi_content .testi_copy { position:relative; /*top:-40px;*/ font-size:18px; }
.service_testimonial_content .service_testi_content .testi_copy_bottom { position:relative; bottom:0; font-size:14px; padding-bottom:7px; }
.service_testimonial_content .service_testi_content .service_quotes_open { /*background:url(clientlib-site-en/images/quote-open.png) left top no-repeat;*/ height:24px; }
.service_testimonial_content .service_testi_content .service_quotes_close { /*background:url(clientlib-site-en/images/quote-close.png) right top no-repeat;*/ height:24px; position:relative; }
.ezycolor { position:absolute; top:10px; right:0;}


#blue-form-content ul.blue-form > li { padding-bottom:26px; }
#blue-form-content ul.blue-form > li.form-heading { font-size:22px; color:#FFFFFF; }
#blue-form-content ul.blue-form > li .text-input { padding:7px 12px; font-size:14px; color:#FFFFFF; background-color:#4a306d; border:1px solid #FFFFFF; min-width:195px; }

.morph-button > button.newbg { background: #5e3b8d url(clientlib-site-en/images/form-icon.png) no-repeat center center !important;}
.consult-box { background-color: #ff6666; padding: 10px 10px 20px; text-align: center; width: 80px; height:80px; }
ul.consultation-listing > li { padding:0 0 7px 15px; background:url(clientlib-site-en/images/bullet-orange.png) left 4px no-repeat; }

.why-decor > ul { display:block; }
.why-decor > ul > li { padding:0 0 12px 15px; background:url(clientlib-site-en/images/bullet-orange-big.png) left 6px no-repeat; font-size:18px; }
.service_book_appointment { background-color:#fef1cc; /*max-width:220px; min-height:270px;*/ margin:0 auto; padding:12px 18px 5px; color:#333333; font-size:16px; }
.appoint_form_listing { padding-bottom:10px; }
ul.appoint_form_listing > li { padding-bottom:5px; }
ul.appoint_form_listing > li .text-input { width:170px; padding:10px 5px; font-size:14px; color:#6b6b6b; border:1px solid #d7d7d7; }

.selectform-bluebg > button > span.caret { position:relative !important; right:0 !important; top:0 !important; }
.selectform-bluebg > .bootstrap-select > .dropdown-toggle { padding-right: 25px; width: 150px !important; }
.selectform-bluebg > .btn-default { background-color:#4a306d; max-width:195px; border-radius:0; border:1px solid #FFFFFF !important; color:#FFFFFF; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.selectform-bluebg >.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-color:#FFFFFF !important; }
.selectform-bluebg > .btn-default:hover { background-color: #ffffff !important; color:#333333 !important; }
.selectform-bluebg > .bootstrap-select .dropdown-toggle:focus:active { background-color: #ffffff !important; color:#333333 !important; }
.selectform-bluebg > .dropdown-menu { border-radius: 0 !important; min-width: 196px !important; top: 31px; }
.selectform-bluebg > .dropdown-menu > li > a { padding:0px 10px !important; }
.selectform-bluebg > .opacity { opacity:1 !important; }

.selectform-yellowbg > button > span.caret { position:relative !important; right:0 !important; top:0 !important; }
.selectform-yellowbg > .bootstrap-select > .dropdown-toggle { padding-right: 25px; width: 150px !important; }
.selectform-yellowbg > .btn-default { background-color:#FFFFFF; max-width:170px; font-size:14px; border-radius:0; padding:5px 20px 4px 10px !important; border:1px solid #d7d7d7 !important; color:#6b6b6b; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.selectform-yellowbg >.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-color:#FFFFFF !important; }
.selectform-yellowbg > .btn-default:hover { background-color: #ffffff !important; color:#333333 !important; }
.selectform-yellowbg > .bootstrap-select .dropdown-toggle:focus:active { background-color: #ffffff !important; color:#6b6b6b !important; }
.selectform-yellowbg > .dropdown-menu { border-radius: 0 !important; min-width: 170px !important; top: 26px; }
.selectform-yellowbg > .dropdown-menu > li > a { padding:0px 10px !important; }
.selectform-yellowbg > .opacity { opacity:1 !important; }
p.package_copy { min-height:140px; }

.dealer_locator { background-color:#f9f7d7; margin:0 0 20px; padding:20px; }
.dealer_locator > div > span { padding-right:10px; margin:12px 5px 5px 0; display:inline-block; font-size:18px; }
.locate_input { border:1px solid #999999; padding-bottom: 5px; padding: 16px 10px; font-size:16px; min-width:220px; }
.locate_btn { margin:30px 0 0; }
/*.color_box { display: inline-block; float: left; height: 21px; left: 23px; position: relative; width: 21px; top:-4px; }
.green_box { background-color: #79be16; }
.lightblue_box { background-color: #33cccc; }
.darkblue_box { background-color: #003366; }
.pink_box { background-color: #ff6666; }*/
.check_copy { font-size: 14px; left: 3px; position: relative; }
.locate_container { margin:10px auto 0; }
.locator_color_copy { padding-left: 23px; /*width: 200px;*/ }

.locator-listing { border: 1px solid #bbb; border-top: 0 none; padding: 14px 18px; background-color:#f5f5f5; }
.locator-scroll { max-height: 297px; padding-right: 25px; }
.locator-blck { border-bottom: 1px solid #dcdcdc; padding: 0 6px 20px 15px; position: relative; }
.locator-blck:last-child { border-bottom: 0 none; margin-bottom: 0; padding-bottom: 0; }
.locator-blck > p { padding-left:50px; width:80%; }
.locator-hdng { font-size: 14px; font-weight: 700; margin-bottom: 5px; padding-top:20px; }
.locator-hdng > a { padding-left:5px; }
.locator-hdng:hover a { color: #fdb43e; }
.post-blck p { font-size: 12px; line-height: 15px; margin-bottom: 12px; }

/*--------------------------------Google Maps Start ----------------------------*/

.map { width:500px; height:350px; }

/*--------------------------------Google Maps End ----------------------------*/

/*-------------------------------- Signature Store Start ----------------------------*/

.signature_thumb_container { max-width:300px; min-height:500px; position:relative; }
.signature_thumb_container > p { margin-bottom:10px; }
ul.signature_list_container > li { display:inline-block; }
.signature_gallery_btn_container { margin:20px 0; font-size:18px; color:#5e3b8d; position:absolute; bottom:0; }
.signature_gallery_btn_container > a { color:#5e3b8d; }
.signature_gallery_btn_container > a > img { padding-right:10px; }
.signature_store_thumb_container { min-height:400px; }

/*-------------------------------- Signature Store End ----------------------------*/

/*-------------------------------- Decor Stories Start ----------------------------*/

ul.decor_stories_list { display:block; }
ul.decor_stories_list > li { padding-bottom:30px; }
.shade_color { float:left; margin-right:15px; border:1px solid #9E9E9E; width:50px; height:50px; background-color:#FFFFFF; }

/*-------------------------------- Decor Stories End ----------------------------*/


@media screen and (min-width:320px) and (max-width:639px){
.service_testimonial_content .service_testi_content .testi_copy { font-size:14px; }
.inner-gallery .bx-wrapper .bx-viewport { left:0; }
.inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev { left:-10px; }
.inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-next { right:-10px; }
.circle_yellow { width:100%; margin:15px auto; }
.locate_container { width:100%; margin:30px auto 0; text-align:center; }
}

/*------------------- Services Aphs End -----------------------*/

/* --------------------------------------------------------- */
/* ----------------------- deepak.css - END ----------------------- */
/* --------------------------------------------------------- */















/* --------------------------------------------------------- */
/* ----------------------- sudeep-style.css - START ----------------------- */
/* --------------------------------------------------------- */
.header-bold {
    font-family: 'Conv_accordaltbold-webfont';
}

.header-bold span {
    border-bottom: 1px solid #cccccc;
}

.h3-border span {
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.learn-block {
    margin-bottom: 20px;
}

.learn-block p {
    margin-bottom: 10px;
}

.mtop-20 {
    margin-top: 20px;
}


/*recommend-color details*/

.recommend-color {
    padding-top: 10px;
    padding-bottom: 70px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 70px;
}

.recommend-color li img {
    margin-bottom: 7px;
    display: block;
    width: 100%;
    max-width: 121px;
}

.recommend-color li span {
    text-align: center;
    display: block;
}

.recommend-color li {
    float: left;
    margin-right: 25px;
}

.recommend-color li:last-child {
    margin-right: 0;
}


/*make box text center align following are style*/


/*AP_learn_allAboutColour  and common-painting Page */

.center-large-box .search-item .btn-srch {
    right: 25px;
}

.center-large-box {
    margin-top: 55px;
}

/*.center-large-box img {
    width: 100%;
}*/

.center-large-box .item-captn {
    text-align: center;
}

.center-large-box .tile {
    margin-bottom: 30px;
}

.center-large-box .item-captn p {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.center-large-box .row.center {
    margin-top: 20px;
}

.center-large-box .like-view {
    margin-bottom: 10px;
}


/*.mb-80{
    margin-bottom: 80px !important;
}
*/

.brdr-secn-80 {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 80px;
    padding-bottom: 70px;
}

.padd-b200 {
    padding-bottom: 200px;
}


/*Offers*/

.frm-offer input.txt-input-default {
    padding: 13px 12px;
    font-size: 18px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #999999;
    min-width: 210px;
    margin-right: 5px;
}

.frm-offer .bootstrap-select {
    min-width: auto;
	width:100% !important;
	max-width:220px;
}

.lbl-default {
    padding-right: 5px;
    font-size: 18px;
}

.lbl-edit img {
    padding-right: 5px;
}

.text-input {
    padding: 10px 12px;
    font-size: 14px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #999999;
    min-width: 210px;
    margin-bottom: 10px;
}

.offer-listing {
    background-color: #ececec;
    padding: 0px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.offer-listing .service_aphs_cta {
    float: none;
}

.offer-img img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 15px;
}

.offer-details {
    padding: 20px;
}

.offer-info {
    background-color: #4a306d;
    color: #fff;
    padding: 20px;
}

.md-no-padding {
    padding: 0;
}

.offer-setion {
    padding-bottom: 150px;
}


/*carries*/

.whp-block img {
    margin-bottom: 15px;
}

.whp-block h3 {
    margin-bottom: 8px;
}

.campus-block img {
    margin-bottom: 30px !important;
    width: 100%;
    max-width: 450px;
}

img.usr-img {
    max-width: 60px;
    float: left;
    padding-right: 15px;
    margin-bottom: 0px !important;
}

.campus-wrap {
    padding: 0 15px;
}

.campus-block h3,
.campus-block p {
    text-align: left;
    float: left;
    margin-bottom: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}


/*Large-lp*/


/*.city-block {
    background-color: #ebebeb;
    padding: 4px 25px;
}
*/


/*.col-md-3.investor-stock-quote.city-block ul {
    padding: 15px 40px;
    margin-top: 30px;
}

.col-md-3.investor-stock-quote.city-block li {
    padding-left: 10px;
}
*/

.city-block .investor-stock-quote > ul > li {
    font-size: 18px;
}

.city-block .investor-stock-quote {
    background-color: #ebebeb;
    padding: 4px 25px;
    padding-top: 80px;
}

.city-block h3 {
    background-color: #512b8b;
    color: #fff;
    display: inline;
    padding: 5px 10px;
    position: absolute;
    left: 15px;
    top: 0;
}

.city-block .investor-stock-quote ul {
    height: 450px;
    max-height: 450px;
}

.border-b {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 150px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-50 {
    margin-bottom: 50px;
}

.all-pro-gallery .drctr-img {
    position: relative;
    margin-bottom: 30px;
}

.all-pro-gallery .item-captn {
    padding: 10px 15px;
    bottom: 10px;
}

.all-pro-gallery .open-plus {
    margin: 0;
}

.all-pro-gallery .item-hdng.blck {
    font-size: 20px ;
}

.faq-dropDwn.col-lg-11.col-xs-12.mb-55 {
    padding-left: 0;
}

.large-testimonial .grid-item {
    margin: 0 15px 15px 0;
    padding-left: 0;
    width: 100%;
}

.large-testimonial img {
    width: 100%;
    max-width: 179px;
    padding-right: 15px;
    float: left;
}

.test-wrap {
    padding: 25px 15px;
}

.like-view .share .icon,
.like-view .share .icon:hover
/*.like-view  .share:last-child*/

{
    /*background: url("clientlib-site-en/images/share.png") no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: top;
    background-size: 100%;*/
    /*    background-position: 0px;
*/
}

.large-gall .tile {
    position: relative;
}

.newslttr label {
    color: #272727;
}

.ser-offer {
    margin-bottom: 35px;
}


/*.ser-offer .checkbox {
    display: none;

}
*/

.offer-1,
.offer-2,
.offer-3 {
    display: none;
}

.offer-1 {
    display: block;
}

.padd-left-15 {
    padding-left: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-50 {
    margin-top: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.large-gall .like-view .view .icon {
   /* background-position: -18px 0px;*/
}

.large-gall .like-view .like .icon,
.large-gall .like-view .share .icon {
    /*background-position: 0 0px;*/
}

.nicescroll-rails {
    max-width: 1px !important
}

.nicescroll-cursors {
    left: 3px;
}

.book-a-ser {
    position: relative;
}

.book-a-ser .service_box {
    position: relative;
}

.book-a-ser .item-captn {
    top: 60px;
    bottom: auto;
    padding: 5px 0;
    text-align: center;
}

.book-a-ser.newslttr .checkbox {
    float: none;
    margin: 0 auto !Important;
    max-width: 25px;
}

.book-a-ser.newslttr .checkbox input[type="checkbox"]:checked + label::after {
    background: url("clientlib-site-en/images/chk-medium.png") no-repeat center center;
    height: 50px;
    top: -20px;
    left: 3px;
}

.book-a-ser.newslttr .checkbox input[type="checkbox"],
.book-a-ser.newslttr .checkbox-inline input[type="checkbox"],
.book-a-ser.newslttr .checkbox label::before {
    height: 22px;
    width: 22px;
}

.ser-offer.newslttr .checkbox input[type="checkbox"]:checked + label::after {
    background: url("clientlib-site-en/images/chk-big.png") no-repeat center center;
    height: 50px;
    top: -20px;
    left: 3px;
}

.ser-offer.newslttr .checkbox input[type="checkbox"],
.ser-offer.newslttr .checkbox-inline input[type="checkbox"],
.ser-offer.newslttr .checkbox label::before,
.ser-offer.newslttr .checkbox label::after {
    height: 28px;
    width: 28px;
}

.book-a-ser.newslttr .checkbox:nth-child(2),
.book-a-ser.newslttr .checkbox:nth-child(1) input {
    display: block;
}

.ser-offer.newslttr label {
    padding-left: 30px;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
}

.ser-form .input-list-grp > li {
    margin-bottom: 60px;
}

.input-list-grp label {
    text-align: left;
    font-size: 20px;
}

.ser-form .input-list-grp input[type="text"] {
    height: 36px;
    max-width: 390px;
    width: 100%;
}

.pd-b80 {
    padding-bottom: 80px;
}

.pd-b20 {
    padding-bottom: 20px;
}

.book-a-ser img {
    width: 100%;
}

#map {
    height: 100%;
}

.find-contractor .faq-dropDwn {
    padding-left: 0;
    background-color: #f9f7d7;
    padding: 15px 25px 15px 25px !important
}

#loc-list {
    float: left;
    width: 100%;
    height: 430px;
    /*  overflow: scroll;
*/
}

#loc-list ul {
    display: block;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 98%;
}

#loc-list .list-label {
    float: left;
    margin: 10px 0 0 6px;
    padding: 2px 3px;
    width: 17px;
    text-align: center;
    background: #451400;
    color: #fff;
    font-weight: bold;
}

.list-content .links a {
    margin-top: -7px;
    color: #ff3333;
    font-size: 12px;
    margin-right: 20px;
}

.list-content .loc-addr {
    /*margin-bottom: 20px;*/
}

.list-content .links {
    padding-top: 20px;
}


/*.loc-addr .loc-lanmark  .loc-phno*/

.list-content span {
    padding-bottom: 3px;
    display: block;
}

.list-content .co-name {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}

.list-content {
    padding: 20px 25px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
}

.list-content.active {
    background-color: #dcdcdc;
}

#loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 85%;
}

#loc-list .list-content {
    padding: 20px 25px 10px 25px;
}

#loc-list .loc-dist {
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
}

#loc-list li.active {
    background-color: #dcdcdc;
}

#loc-list li {
    display: block;
    clear: left;
    float: left;
    margin: 0px 10px;
    cursor: pointer;
    width: 99%;
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    /* Adding this to prevent moving li elements when adding the list-focus class*/
}

#loc-list .list-focus {
    border: 1px solid rgba(82, 168, 236, 0.9);
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#map-container .loc-name {
    color: #AD2118;
    font-weight: bold;
}

.map-warp {
    padding-left: 0;
}

.contat-list-warp {
    padding: 0;
    padding-right: 20px;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    border-right: none;
}

.google-maps {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.f-contact-form li {
    float: left;
}

.f-contact-form label {
    width: 70px;
    line-height: 37px;
    font-family: 'Conv_accordaltbold-webfont';
}

.f-contact-form li .bootstrap-select.btn-group .dropdown-menu li {
    width: 100%;
}

.f-contact-form .btn-with-divider {
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.f-contact-form .btn-style2 {
    background-color: transparent;
    margin-left: 25px;
}

a.btn-style2.pull-right.btn-location {
    background-color: transparent;
    color: #55565a;
    padding: 7px;
    border-width: 1px;
    margin-right: 0;
}

.f-contact-form input {
    height: 37px;
    padding: 10px 5px;
}

.product-section h3 {
    margin-bottom: 5px;
}

.product-section p {
    margin-bottom: 10px;
}

.product-section h2 {
    padding-left: 15px;
}

.t-info {
    position: relative;
}

.t-location {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lg-service.service_aphs_services .service_box .service_content {
    min-height: 230px;
}

.t-infoo {
    min-height: 100px;
}

.t-bg-red {
    background-color: red;
}

.find-contractor .style-10 {
    border: 2px solid #bcbcbc;
    font-size: 14px;
    padding: 15px;
    margin: 25px 25px 0 0;
}

.pad-0 {
    padding: 0;
}

img.map-ico {
    margin-top: -8px;
}


/*end */

@media (max-width: 992px) {
    .lbl-default {
        padding-right: 5px;
    }
    .crr-v {
        margin-bottom: 15px;
    }
    .f-contact-form li {
        width: 100%;
        margin-bottom: 10px !important;
    }
    .map-warp {
        padding: 0;
    }
    .f-contact-form .btn-style2 {
        margin-left: 0px;
        margin-top: 20px;
    }
    .f-contact-form label {
        line-height: 15px;
    }
}

@media (max-width: 767px) {
    .md-no-padding {
        padding: 0 15px;
    }
    .center-large-box .item-captn p {
        width: 90%;
    }
    .frm-offer input.txt-input-default {
        padding: 10px 12px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    /*.wat-we-d p {
        text-align: center;
    }*/
    a.edit-btn.pull-right {
        float: right !Important;
    }
	.lbl-default {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .large-testimonial img {
        margin-bottom: 15px !important;
    }
    .city-block .investor-stock-quote ul {
        height: 150px;
        max-height: 150px;
    }
    .ser-offer.newslttr .checkbox {
        width: 100%;
    }
}

/* --------------------------------------------------------- */
/* ----------------------- sudeep-style.css - END ----------------------- */
/* --------------------------------------------------------- */














/* --------------------------------------------------------- */
/* ----------------------- aniruddha.css - START ----------------------- */
/* --------------------------------------------------------- */
.no-mg { margin:0 !important; }
.pd-left{padding-left: 0 !important;}
.lh-2{line-height: 2;}
.pr-top15 {
    position: relative;
    top: 15px;
}
.bdr-btm{border-bottom: 1px solid #ccc;}
.big-h2 span{
    font-size: 40px;
    padding: 10px;
}
.brdr-secn-v2 {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    padding-bottom: 60px;
}
.step-cont{
 	max-width:138px;
	height:438px;
	width:100%;
	margin:0 auto 3em;
	padding:40px 25px;
	color:#fff;
    position: relative;
 }
.step_no{
	font-size:30px;
	margin-bottom:100px;
}
.step_dec > p {
	margin-bottom: 58px;
	font-weight:bold;
}
.step_no .desc__bold {
    display: block;
    font-size: 60px;
    line-height: 1.2;
	font-weight:bold;
}
.step_01{background:url(clientlib-site-en/images/steps_yellow.png)center top no-repeat;}
.step_02{background:url(clientlib-site-en/images/steps_violet.png) center top no-repeat;}
.step_03{background:url(clientlib-site-en/images/steps_blue_gem.png)center top no-repeat;}
.step_04{background:url(clientlib-site-en/images/steps_blue.png) center top no-repeat;}

.step_01 .step_no{color:#ffcc33;}
.step_03 .step_no{color:#5e3b8d;}
.step_02 .step_no{color:#cb308b;}
.step_04 .step_no{color:#33ccff;}

/**4-pics steps variant **/

.four_picsCont .step-cont{
    padding: 60px 18px;
    max-width: 157px;
    height: 527px;
}
.four_picsCont .step_no{margin-bottom: 130px;}
.four_picsCont .step_no .desc__bold{
    font-size: 30px;
    line-height: 1.8;
    font-family: 'Conv_accordaltregular-webfont';
}
.stepsIco{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.number-list{
    list-style: inside numbered;
    line-height: 1.5;
}
.howto {
    margin: 0 auto;
    max-width: 80%;
}


.four_picsCont .step_01_v2
{background:url(clientlib-site-en/images/steps_yellow_v2.png)center top no-repeat;}

.four_picsCont .step_03_v2
{background:url("clientlib-site-en/images/steps_midnight-blue.png") center top no-repeat;}

.four_picsCont .step_02_v2
{background:url("clientlib-site-en/images/steps_pink.png") center top no-repeat;}


.four_picsCont .step_01_v2 .step_no{color:#ffcc33;}
.four_picsCont .step_02_v2 .step_no{color:#ff6666;}
.four_picsCont .step_03_v2 .step_no{color:#003466;}
/*
.step-v2 .step_01 .step_no{color:#ffcc33;}
.step-v2 .step_03 .step_no{color:#5e3b8d;}
.step-v2 .step_02 .step_no{color:#cb308b;}
.step-v2 .step_04 .step_no{color:#33ccff;}
*/



.paint-proCont .tab-style1 .nav li a {
     padding: 12px 40px;
}
.paint-proCont .tile{position:relative;}

.vid_desc {
    float: left;
    font-size: 18px;
    padding: 10px 0;
    text-align: left;
}
.vid_desc span{font-weight:bold;}
.extra_txt {
    float:left;
    line-height: 3;
    padding-right: 1em;
}
/**Tab styles**/

#process .fr-rel{float:none;}

/*Downloads*/


.text_bold {
    font-size: 24px;
    font-weight: bold;
}
.text_bold .icon-inr{
	font-size:17px;
}
.ordr-btn-cont{margin-bottom:140px;}
.order-btns li {
    display: inline-block;
    margin-right: 30px;
}





/**FAQ**/
.faq-dropDwn li {
    /*display: inline-block;*/
}
.faq-dropDwn li:first-child{margin-right:0; margin-bottom:0;}

.purple__bullet li {
    line-height: 1.2;
    margin-left: 6px;
    padding-left: 1em;
    position: relative;
}

.purple__bullet li::before {
    background: none repeat scroll 0 0 #512b8b;
    content: "";
    height: 4px;
    position: absolute;
    right: 100%;
    top: 5px;
    width: 4px;
}

/**Testimonials**/
.tesimaonials-container .service_testimonial_content{
		background-color:transparent;
		color:#333;
}
.tesimaonials-container .service_testimonial_content{max-width:none;}
.tesimaonials-container .service_testimonial_content .service_testi_thumb{ width: 17%;}
.tesimaonials-container .service_testimonial_content .service_testi_content .testi_copy{top:0;}
.tesimaonials-container  .service_testimonial_content .service_testi_content .testi_copy_bottom{ font-weight:bold;}



/***Profile***/

.profileLinks .links{position: relative;}
.profileLinks .links a{
    background: #bababa none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 12px 18px;
    position: relative;
}
.profileLinks .links.active a,
.profileLinks a:hover{background:#fcaf17;}

.profileLinks .links.active a::after,
.profileLinks a:hover:after{
    position: absolute;
    content: "";
    left:100%;
    background: url(clientlib-site-en/images/arrow-right-yellow.png) left center no-repeat;
    width: 13px;
    height: 25px;
    z-index: 3;
}
.profileLinks a img
{
    display: inline-block;
    padding-right: 30px;
}
#p-details{margin-left: -15px;}
.profile-details  {
    background: #f9f9f9;
     padding: 30px;
}



/**progress bar**/
.profile-completeness .progress {
    float: left;
    height: 5px;
    margin: 5px 30px 0;
    max-width: 200px;
    width: 100%;
    overflow: visible;
    position: relative;
}
.p-bar-cotnainer > span {float: left;}
.profile-completeness .progress-bar{
    background: #502b8b;
    border-radius: 3px;
}
.profile-completeness .value {
    color: #000000;
    position: absolute;
    right: -4em;
    top: -8px;
}

#editProfile {
    float: right;
    cursor: pointer;
    color: #502b8b;
    font-size: 14px;
}
#editProfile > img {
    float: left;
    padding-right: 10px;
    letter-spacing: .1em;
}


.profile-details .service_testimonial_content{
    background: none;
    padding: 0;
    max-width: 100%;
}
.profile-details .service_testimonial_content .service_testi_thumb{height: auto;}


.input-list-grp {
    /*float: left;
    width: 50%;*/
}
.input-list-grp > li{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.input-list-grp input[type="text"]{
    height: 26px;
    max-width: 240px;
    width: 69%;
    border: 1px solid #999999;
    padding: 0 10px;
    background: none;
}

.input-list-grp input[type="password"]{
    height: 26px;
    max-width: 240px;
    width: 69%;
    border: 1px solid #999999;
    padding: 0 10px;
    background: none;
}

.input-list-grp input[disabled]{
	opacity:0.65;
	cursor:not-allowed;
}
.input-list-grp input.date {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/datepicker-red-ico.png") no-repeat scroll 92% 3px;
}

.input-list-grp input[type="date"]{
    height: 26px;
    max-width: 240px;
    width: 69%;
    border: 1px solid #999999;
    padding: 0 10px;

}

.input-list-grp label {
    float: left;
    max-width: 98px;
    padding-right:10px;
    text-align: right;
    width: 31%;
    line-height: 1.5;
}

.input-list-grp .bootstrap-select,
.input-list-grp .slct-style1
{
    /*min-width:200px;*/
	min-width:auto !important;
	width:100% !important;
}
.input-list-grp .btn-default{background-color: transparent;}
.input-list-grp .bootstrap-select.btn-group .dropdown-toggle .caret {background-size: 14px auto; }

.input-list-grp .faq-select-drop-down-item { width: 69%; max-width:94%; float: left; }


.input-list-grp .slct-style1 .dropdown-toggle{
    border: 1px solid #999999;
    border-radius: 0;
    float: left;
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
    width: 100%;
}

.upload-img-btn {
    background: url("clientlib-site-en/images/upload_img_btn.jpg") no-repeat;
    background-size: 100%;
    height:23px;
    overflow: hidden;
    width:61px;
	margin-top:5px;
}

.upload-img-btn input {
    cursor: pointer;
    opacity: 0;
    height:23px;
    width:61px;
    display: block;
}

.changes-passCont {padding-top: 50px;}
.changes-passCont .btn-style2 {
    float: left;
    margin-left: 100px;
}
.changes-passCont .input-list-grp input[type="text"]{max-width: 170px;}

.my-voicesCont .yourvoice-green-header,
.my-voicesCont .yourvoice-red-header,
.my-voicesCont .yourvoice-header{margin-left: 0;}


.req-ordCont h4{margin-bottom: 0;}
.req-ord-title{background: #fcaf17;color: #fff;}
.req-ordCont .yourvoice-accept-sec{margin-top: 0;}

.req-ord-title {
    background: #fcaf17 none repeat scroll 0 0;
    color: #ffffff;
    margin-bottom: 25px;
    padding: 20px 10px;
}

.req-ord-title h2{margin-bottom: 0;}
.order-thumb.center {
    float: left;
}
.req-ordCont .yourvoice-green-header > img,.req-ordCont .order-progress > img{
    margin-right: 10px;
    font-size: 18px;
}
.req-ordCont .order-progress{color: #fcaf17;}
.req-ordCont p{margin-bottom: 10px;}
.req-ordCont .rs {
    color: #79be16;
    float: right;
    font-size: 16px;
    padding-right: 20px;
}
.req-ordCont .rs .icon-inr{ font-size: 13px;margin-right: 2px;}

/**Blog**/

.shades-information .coatNo{
    font-weight: bold;
}
.shades-information h3 {
	margin-bottom: 0;
}
.shades-information h3, .shades-information p span, .shades-information p strong {
	display: block;
}
.shades-information p .shades-parra {
	margin-bottom: 17px;
}
.my-libraryCont .tab-pane .grid-item,
{
	width: 62%;
	position: relative;
}


.gridRel { margin-bottom:30px; }
.gridRel .p-img-close { z-index:9; }
.gridRel,.my-libraryCont .tab-pane .grid-item .close {
	position: relative;
}
.gridRel .p-img-close {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 99em;
    cursor: pointer;
    font-size: 17px;
    height: 20px;
    line-height: 17px;
    position: absolute;
    right: 23px;
    text-align: center;
    top: 6px;
    width: 20px;
}

.my-libraryCont .tab-pane .grid-item .close:before {
	position: absolute;
	right: 10px;
	top: 5px;
	content: "X";
	font-size: 24px;
	color: #5d5d5d;
	cursor: pointer;
}
.tabImages .tab-pane .grid-item .close:before{
    background:rgba(255,255,255,.8);
}
.shades-image { position:relative;}
.fav-shade {
    bottom: 9px;
    left: 12px;
    position: absolute;
    z-index: 5;
}



/** preferences **/

.preferencesCont .intrst-hdng{color:#333;}
.no-padding-cont div[class^="col-"]{padding-left: 0;}
.preferencesCont .locationSearchCont li{
    width: 100%;
    margin-bottom: 0;
    float: left;
}
.nicescroll-rails {
   max-width: 1px !important
}
.nicescroll-cursors {
   left: 3px;
}
.locationSearchCont .srch-input{width: 100%;margin-right: 0;}
.locationSearchCont input{
    background: transparent;
    padding: 10px 25px 10px 0;
}
.locationSearchCont .add--location,.locationSearchCont .added-location{
    border-bottom: 1px solid;
    display: block;
    text-decoration: none;
     padding: 5px 25px 5px 0;
    position: relative;
    height: 34px;
}
.locationWrapper {
    max-height: 70px;
    overflow: hidden;
}
.add--location{
    color: #828282;
    border-color: #828282;
    position: relative;
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
}

.add--locCont{position: relative;}
 .append-text {
    display: inline-block;
    height: 16px;
    overflow: hidden;
}
.add-removeBtn {
    background:url(clientlib-site-en/images/open-close-sprite.png) top left no-repeat;
    height: 17px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    cursor: pointer;
}

.remove_btn {
    background-position: 0 4px;
}
.remove_btn { background-position: -20px 4px;}
.add--location:focus {
    color: #333;
    border-color: #333;
}


.tabInnerBtns{margin-top: 0;}

.tabInnerBtns li {
    display: inline-block;
    margin-right: 20px;
}

.tabInnerBtns.tab-style1 .nav li.active::before{
    background: none;

}
.tabInnerBtns.tab-style1 .nav li a{
    background-color: #bababa;
    color: #ffffff;
    font-family: "Conv_accordaltregular-webfont";
    font-size: 18px;
    padding: 10px 20px;
}
.tabInnerBtns.tab-style1 .nav li.active a{background: #fcaf17;}





.moodboardCont .active-border::before{border: none;}

.moodboardCont .arrow_box{padding-bottom: 8px;}
.moods-desc {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    left: 8px;
    line-height: 18px;
    padding: 10px;
    position: absolute;
    right: auto;
    width: calc(100% - 16px);
    word-wrap: break-word;
    overflow: hidden;
}
.moods-desc i {
    float: right;
    font-size: 25px;
    font-weight: normal;
    cursor: pointer;
}
.my-libraryCont .item-img img{width: 100%;}
.my-libraryCont .item-captn{text-align: center;}



#paintingProcess .modal .modal-dialog {height:auto;}
.sDiv{height:450px;overflow:auto;}
.modal .paint-problems.modal-dialog{height:90%;max-width:970px;}
.paint-problems .modal-content{height:450px;}
.paint-problems h2{
	margin-bottom: 25px;
}
.paint-problems p{
	margin-bottom: 50px;
}

.nice-scroll-black {
    height: 100%;
     overflow: auto;
    padding: 2%;
    width: 100%;
}



.paint-problems  .modal-content .close ,
.tipsCont  .modal-content .close{
    position: absolute;
    right: 3px;
    top: 0;
    z-index: 100;
}


/**Paiting Tips pop**/
.tipsCont .modal-content,
.paint-problems .modal-content {
    border-radius: 0;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 3% 1% 2%;
    width: 100%;
}
#paintingTips .modal-dialog.tipsCont {
    height: 100%;
    max-height: 540px;
    max-width: 970px;
    top: 20px;
}
.table-no-top-left-border td,.table-no-top-left-border th { border-left: 1px solid #ddd;}
.table-no-top-left-border .table > thead > tr > th,
.table-no-top-left-border .table > tbody > tr > th,
.table-no-top-left-border .table > tfoot > tr > th{border-top:0;}

.table-no-top-left-border tr td:first-child,
.table-no-top-left-border tr th:first-child{border-left:0;}
.table-no-top-left-border th{font-weight:bold;}

/*.modal-body{padding:0 !important;}*/

/**Available colors**/
.available-colors{position: relative;}
.available-colors img{width: 100%;}
.av-desc {
    left: 5%;
    position: absolute;
    top: 4%;
}
.av-desc h3{margin-bottom: 0;}
.available-colors .btn-style2{background: transparent;}
.available-colors .btn-style2:hover{background: #55565a;color: #fff;}


.capture-steps li {
    display: inline-block;
    margin-bottom: 60px;
    margin-right: 100px;
}
.capture-steps figure{position: relative;}
.capture-steps figcaption {
    left: auto;
    line-height: 1.2;
    position: absolute;
    right: auto;
    width: 100%;
}

 .btn-with-divider {
    margin:0 30px;
    width:30px; height:30px;
    border-radius: 50em;
    background:#dbd574;
    line-height:30px;
    display:inline-block;
    text-align:center;
 }
.picDifference{margin-bottom: 50px;}
.picDifference .btn-with-divider{
    margin: 0px 50px 0 32px;
    color:#512b8b;
}
.picDifference figure {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 118px;
    text-align: center;
    width: 100%;
}
.btn-group.picDifference figcaption {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
    font-family: 'Conv_accordaltregular-webfont';
}
.step1Hexa, .step2Hexa {
    width: 119px;
    height: 137px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    padding-top: 35px;
}
.step1Hexa{
    background: url("clientlib-site-en/images/step_hexagone.png") top center no-repeat;
}
.step1Hexa img, .step2Hexa img {
    display: block;
    margin: 15px auto 0;
}
.step2Hexa{
    background: url("clientlib-site-en/images/hexagone2.png") top center no-repeat;
}
.fourpics-express .upload-btn{position: relative;}
.fourpics-express .upload-btn{
background:  url("clientlib-site-en/images/upload-v4.jpg") no-repeat scroll 0 0 / 100% auto;}
.fourpics-express .btnAbs {
    bottom: 14px;
    left: 100%;
    position: absolute;
}
.btn-preview-back{
	position: absolute;
	top: 5px;
	right: 15px;
}

.question{font-size: 24px;font-family: 'Conv_accordaltregular-webfont'; /*padding-left:45px;*/ }
.question-padding {
    clear: both;
    margin-top: 30px;
}
.radioLables.radio{
    padding-left: 22px;
    height: 22px;
    margin-right: 35px;
}
.radioLables.radio label{padding-left: 10px;}
.radioLables.radio{outline: none;}
.radioLables.radio label::before {
    height: 22px;
    left: 0;
    margin-left: -22px;
    width: 22px;
}


.radioLables.radioLablesGreen.radio label::after {
    background-color: #79be16;
    height: 8px;
    left: 3px;
    margin-left: -18px;
    top: 7px;
    width: 8px;
}

.radioLables .help-sec{
    margin-left: 10px;
    position: relative;
}

i.helpText {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 4px 4px 4px 2px #d8d8d8;
    color: #666666;
    font-size: 12px;
    left: -11px;
    padding: 8%;
    position: absolute;
    bottom: 30px;
    width: 100px;
    display: none;
}
.help-sec:hover .helpText::before,
.help-sec:hover .helpText{
    display: block;
}
i.helpText::before {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #f2f2f2;
    content: "";
    left: 10%;
    position: absolute;
    top: 99%;
    display: none;
}

.inneQuestionnChk .question {font-size: 18px;}



.roomTab{
    background:#ccc;
}
.roomTab.tab-style1 .nav{margin-bottom: 0;}
.roomTab.tab-style1 .nav li{
    margin-right: 0;
}
.roomTab.tab-style1 .nav li a{
    padding: 12px 40px;
}
.roomTab .tab-pane{
	background:#ffffff;
}
.roomTab .roomCont{
	background:#33cccc;
	padding:100px 170px 100px;
}
.choosProd {
    background:#cccccc;
    padding: 40px 30px 25px;
}
.choosProd-no-bg{
    background: none;
    padding: 0;
}
.choosProd .bootstrap-select,.questionSelect .bootstrap-select { min-width: 300px;}

.roomTab .tab-content > .tab-pane{   /*hell set to display block in prince.css ( line 628 ) */
    display: none;
}
.roomTab .tab-content > .tab-pane.active{
    display: block;
}
.selectStrong strong {
    float: left;
    margin-bottom: 5px;
}
.cp-table {
    display: table;
    height: 75px;
}
.cp-tableCell{
    display: table-cell;
    vertical-align: middle;
}
.roomHeightRadio,.roomSize {
    margin: 0 auto;
    max-width: 574px;

}
.room1Cont,.room2Cont{position: relative;}
.roomSize {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/room.jpg") no-repeat scroll center center / 100% 100%;
    height: 335px;
    position: relative;
    color:#512b8b;
    margin-top: 5%;
}
.roomHeightRadio{top: 40px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.roomHeightRadio .radio label{
    font-size: 14px;
}
.roomHeightRadio .r-Radio.t-radio { top: 0;}

.roomHeightRadio .radioLables.radio label::before {
    height: 16px;
    width: 16px;
}
.roomHeightRadio .radioLables.radio label {
    line-height: 1.1;
    padding-left: 0;
}
.radioLables.radio label::after {
    background-color: #6c4c9c;
    height: 6px;
    left: 3px;
    margin-left: -20px;
    top: 5px;
    width: 6px;
}
.roomHeightRadio .radioLables.radio{margin-right: 5%;}

.roomSzinsq {
    height: 70px;
    left: 50%;
    margin: -35px 0 0 -60px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 120px;
}
.roomDim{
    color: #fff;
}

.roomWdth {
    display: block;
    position: absolute;
    text-align: center;
    top: 90%;
    width: 100%;
}
.roomheight.roomDim {
    height: 15px;
    position: absolute;
    right: -7%;
    top: 48%;

    width: 50px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.topProgrees.progress-Step-10.mb40 {
    text-align: center;
}


.roomSize .r-Radio {
    font-size: 14px;
    max-width: 100px;
      margin: 0 auto;

}
.r-Radio.t-radio {
    position: relative;
    top: 20px;
}

.r-Radio.l-radio,.r-Radio.rhs-radio {
    position: absolute;
    top: 44.5%;
}
.r-Radio.l-radio {left: 6px;}
.r-Radio.rhs-radio{right: 6px;}
 .r-Radio.b-radio {
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
}
.roomSize .radio label{
    font-size: 14px;
}
.roomSize .radioLables.radio label::after{
    background: #33cccc;
}
.roomSize .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
    margin-left: 0;
}
.roomSize .radioLables.radio {
    margin-bottom: 0;
    margin-right: 0;
}
.roomSize .radioLables.radio label::before {
    height: 17px;
    left: 0;
    margin-left: -12px;
    width: 17px;
}
.roomSize .radioLables.radio label::after{
    margin-left: -9px;
}

.progress-Step-1,.step100{
    margin-bottom: 29px;
    margin-top: 20px;
    max-width: 415px;
    padding-left: 20px;
}
.step100{
    margin-bottom: 0;
}

.slider-max-width{
	max-width: 70%;
}

.topProgrees {
    bottom: 104%;
    left: 50%;
    margin-left: -287px;
    max-width: 574px;
    position: absolute;
    right: auto;
    width: 100%;
}
.rightProgrees {
    left: 70%;
    margin-top: -38px;
    position: absolute;
    top: 50%;
    -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    width: 41%;
}
  .rightProgrees .irs-grid-text {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
.Chfinish-ul li{
    display: inline-block;
    margin-right: 20px;
}

.chkBx .checkbox label{
    font-size: 18px;
    line-height: 18px;
}
.chkBx .checkbox label::before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #7f7f7f;
}
.chkBx .checkbox input[type="checkbox"]:checked + label::after {
    background: url("clientlib-site-en/images/tick-mark-green.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after{

}


/*Paint Calc Result**/
.paintContainer{

    position: relative;
}
.paintContainer .close {
    border: 1px solid #ee2e24;
    border-radius: 46px;
    color: #ee2e24;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    width: 30px;
}
#paintContainer .slct-style1 .dropdown-toggle .caret{
    background: url("clientlib-site-en/images/select-blue.png") top center no-repeat;
}
.paintImgDesc {
    padding: 40px 30px 45px;
}
.color-product-wrapper{
    display:table;
}
.color-name{
    font-weight: bold;
    padding-left: 15px;
    font-size: 18px;
	display:table-cell;
    vertical-align:middle;
}
.color-product-img{
    display:table-cell;
}

.paintRequired{font-size: 18px;}
 .top-row,.paintImgWrapper{
    background: #f3f3f3;
}

.top-row.row {
    padding: 6px 0 10px;
}
.top-row .desc__bold {
    font-size: 24px;
    font-weight: bold;
}
.top-row .desc__bold .icon-inr {
    font-size: 17px;
}
.top-row .desc__bold > p {
    line-height: 40px;
}
.top-row .slct-style1 .dropdown-toggle {
    background: #f3f3f3;
    font-size: 16px;
    padding: 5px 20px;
    border: 0;
    border-bottom:1px solid #999999;
    padding-left: 0;
}
.top-row .slct-style1 .dropdown-toggle{ padding-right: 0;    }
.top-row .slct-style1 .dropdown-toggle .caret{right: 0 !important;}
.top-row .slct-style1 .dropdown-toggle .caret {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/select-blue.png") no-repeat scroll center top;
    height: 24px;
    top: 10px;
    width: 24px;
}
.top-row .dropdown-menu{
    border-radius: 0;
    box-shadow:none;
    border: 0;
    padding: 0;
}

.top-row .bootstrap-select.btn-group .dropdown-menu li {
    border-bottom: 1px solid #cccccc;
    margin-left: 5px;
    position: relative;
}
.top-row .bootstrap-select.btn-group .dropdown-menu li:last-child{
    border-bottom: 0;
}
.top-row .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background: #fff;
}
.bottomRow .table > thead > tr > th,
.bottomRow .table > tbody > tr > th,
.bottomRow .table > tfoot > tr > th,
.bottomRow .table > thead > tr > td,
.bottomRow .table > tbody > tr > td,
.bottomRow .table > tfoot > tr > td{
    border: none;
}
.bottomRow .table{margin-bottom: 8px;}
.bottomRow .table > tbody > tr > td,.bottomRow .table > tbody > tr > th {

    padding: 8px 0 0;
}
.bottomRow  td.small{font-size: 14px;padding: 5px 0;}
.bottomRow {
    background: #f3f3f3 none repeat scroll 0 0;
    margin-top: 9px;
    width: 99%;
}


.pr-top15 .icon-inr{font-size: 15px;}
.cost {
    background: #33cccc none repeat scroll 0 0;
    display: table;
    float: right;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin-right: -9px;
    margin-top: 10px;
    max-width: 352px;
    position: relative;
    text-align: center;
    width: 100%;
}
.cost .icon-inr {
    font-size: 16px;
}
.cost:before{
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 50px;
    height: 50px;
    background:  url("clientlib-site-en/images/blue-arrow.png")top right no-repeat;

}

.cost.totalCost {
    line-height: 50px;
    max-width: 100%;
    margin-right: -14px;
}
.cost.totalCost p{line-height: 50px;}
.cost.subTotal {background:#fdaf17; }
.cost.subTotal:before{
    background:  url("clientlib-site-en/images/yellow-arrow.png")top right no-repeat;
}


.saveprintshare li {
    display: inline-block;
    margin-right: 40px;
}
.saveprintshare li img{ margin-right: 10px;}
.saveprintshare a {
   color: #5e3b8d;
    line-height: 2;
}
.saveprintshare span {
    position: relative;
    top: 4px;
    vertical-align: bottom;
}
.addBtn {
    float: right;
    text-align: right;
}
/* Slider css */

/**Carousel**/

.moodboardCont .span12{
    padding-left:20px;
}
.moodboardCont .owl-carousel {
    margin: 0 5%;
}
.moodboardCont .arrow_box{
     border: 3px solid transparent;
}
.moodboardCont .active-border {
   border-color: #fcaf17;
}

.camp-form.owl-theme .owl-controls .owl-buttons div{background:url(clientlib-site-en/images/nav-arrw1.png)center center no-repeat;}


.camp-form.owl-theme .owl-controls .owl-buttons .owl-next,
.camp-form.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    z-index: 5;
	color:#000;
 	width:10px;
	height:21px;
 }

.camp-form.owl-theme .owl-controls .owl-buttons .owl-next, .camp-form.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    z-index: 5;
    color: #000;
    width: 39px;
    height: 38px;
}

.camp-form.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: top left;
    left: 15px;
    opacity: 1 !important;
}

.camp-form.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 5px;
    background-position: bottom right;
    opacity: 1 !important;
 }

.moodboardCont .owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-next {
     right:-40px;
     background-position: bottom right ;
}
.moodboardCont .owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: top left;
    left: -40px;
}

.owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-next {
     right:-5px;
     background-position: bottom right ;
}
.owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: top left;
    left: -5px;
}



/**Media queries**/

@media (max-width:1024px){
    .profileLinks a img {padding-right: 18px;}
    .profileLinks .links a{font-size: 16px;}
    .choosProd .bootstrap-select, .questionSelect .bootstrap-select {
    min-width: 250px;
}

}


@media (max-width:980px){
	.owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-next {
     right:0;
 	}
	.owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-prev {
 		left: 0px;
	}

    /**profile**/

    #p-details{margin-left: 0;}
    .pd-left{padding-left: 15px !important;}

    .input-list-grp label {
        max-width: 100%;
        text-align: left;
    }

    .input-list-grp input[type="text"] {     max-width: 94%; }
	    .input-list-grp input[type="date"] {     max-width: 94%; }
    .input-list-grp .bootstrap-select,
    .input-list-grp .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
    {
        min-width:310px;
        width: 94%;
    }

    .changes-passCont .input-list-grp label{max-width: 98px;}

    .locationSearchCont input {
        border-style: none none solid;
        border-width: 0 0 1px;
        display: block;
        left: 0;
        position: relative;
        width: 100%;
        border-bottom: 1px solid;
    }
   .locationSearchCont .srch-input button {
        bottom: 10px;
        position: absolute;
        top: auto;
    }


    .capture-steps li {margin-right: 20px;}
    .cp-table{height: 50px;}
    .inneQuestionnChk .question {margin-bottom: 20px;}
    .questionSelect .question{
        margin-bottom: 50px; padding-left:20px;
    }

    .progress94per {
        clear: both;
        float: none;
        margin: 0 auto 25px;
        width: 94%;
    }
    .questionSelect strong{width: 100%;}
}


@media (max-width:640px){
     .input-list-grp,.input-list-grp input[type="text"],  .changes-passCont .input-list-grp input[type="text"] { width: 100%;max-width: 100%; }
	 .input-list-grp input[type="date"] { width: 100%;max-width: 100%; }
	 .faq-select-drop-down-item { width: 100%;max-width: 100%; }
    .input-list-grp .bootstrap-select, .input-list-grp .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    min-width: 258px;
    width: 100%;



    }
      .order-thumb.center {
        float: left;
        margin-right: 20px;
    }

    .my-libraryCont .tab-pane .grid-item {    width: 100%;}

    .moodboardCont .owl-carousel { margin: 0;}

    .capture-steps li {margin: 20px 40px 60px;}


    .picDifference {text-align: center;}
    .picDifference figure{margin-bottom: 20px;max-width: 100%;}
    .picDifference .btn-with-divider {   margin: 35px 35px 40px; }
    .fourpics-express .btnAbs { left: 65px; }

    .question {  margin-bottom: 20px; }
    .progress-Step-1 {
        float: none;
        margin: 20px auto;
        max-width: 94%;
        padding-left: 20px;
    }
    .brdr-secn-v2{padding-bottom: 30px;}
    .choosProd {padding: 5px 11px;}
    .choosProd strong{width: 100%;}
    .roomTab .roomCont {padding: 100px 60px;}

    .topProgrees ,.rightProgrees {
       left: auto;
       margin: 65px auto 0;
       right: auto;
       width: 94%;
       clear: both;
       position: relative;
       top: auto;

    }
    .topProgrees { bottom: auto; }
    .rightProgrees { transform: rotate(0deg);}
	.rightProgrees .irs-grid-text {
        transform: rotate(0deg);
    }
    .roomWdth {
        bottom: 7em;
        left: -14px;
        text-align: left;
        top: auto;
        width: 100%;
    }
    .roomHeightRadio > div:first-child {
        float: left;
        margin-bottom: 14px;
        width: 100%;
    }
  }

@media (max-width:480px){
 	.paint-proCont .tab-style1 .nav li a { padding: 12px 30px;}
 	.nice-scroll-black { max-height: 380px; }
	#paintingTips .modal-dialog.tipsCont {max-height: 400px; height: 80%; }
	.order-btns li {margin-right: 2px;}
	.order-btns li button {max-width: 120px;}


    .moodboardCont .owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: left top;
    left: -20px;
    top:40%;
}
 .moodboardCont .owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: right bottom;
    right: -20px;
      top:40%;
}

   .capture-steps li {
        margin: 20px 10px 60px;
    }
    .picDifference {
        margin: 0 auto 60px;
        max-width: 92%;
     }

.cost {
    font-size: 16px;
    margin-right: -15px;
    max-width: 180px;
}
    .cost .icon-inr { font-size: 6px;     }
    .no-mobile-padding{padding: 0;}
    .top-row .desc__bold{font-size: 16px;}
    .paintRequired .bootstrap-select{ min-width: 150px; }

    .top-row .desc__bold > p { text-align: right;}
    .top-row .desc__bold .icon-inr {font-size: 13px;}

    .top-row .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){   width: 197px;}
    .saveprintshare li { margin-right: 20px; }
    .addBtn {
        float: none;
        text-align:center;
}
 }

@media (max-width:360px){
	 .text_bold { margin-bottom: 10px !important;}
		.order-btns li {
			 float: left;
			 margin: 0 auto 5%;
			 text-align: center;
			 width: 50%;
		}

		.order-btns li:last-child{width:100%;}
		.faq-dropDwn li:first-child { margin-right: 0;}

     /**profile page**/
     .profile-completeness .progress { margin: 16px 30px 0; }
     .profile-completeness .value {
        left: 40%;
        right: auto;
        top: 100%;
    }

    /**shades*/
    .shades-image > img {width: 100%;}

    /**avalable color**/

    .available-colors .btn-style2{background: #fff;}
    .roomTab .roomCont {
    padding: 42px 26px;
}
    .roomSize{
        background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/room-small.jpg") no-repeat scroll center center / 100% 100%;
        max-width: 280px;

    }
    .r-Radio.l-radio {
    left: -2px;
}
    .r-Radio.rhs-radio {
    right: -6px;
}
    .roomHeightRadio .radioLables.radio {
    margin-right: 0;
}

    .radioLables.radio{margin-left: 0;}

}
@media (max-width:320px){
 .input-list-grp .bootstrap-select, .input-list-grp .slct-style1,
.input-list-grp .bootstrap-select,
    .input-list-grp .slct-style1.input-list-grp .bootstrap-select,
    .input-list-grp .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)  {
    min-width: 230px;
}
    #editProfile { margin-right: -18px;}
    .top-row .desc__bold > p {
    text-align: left;
}
    .top-row .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 160px;
}
}

/* 18 december 2015 strats here*/

.liabrary-text {
    font-family: "Conv_accordaltregular-webfont";
    font-size: 18px;
    margin-bottom: 30px;
	margin-top:25px;
}
.liabrary-text > span { font-weight:bold;}
.liabrary-total-text { text-align:right;}


/* 18 december 2015 ends here*/

/* 12 Jan 2016 - Start */
.input-list-grp > li { position:relative; margin:13px 0; }
.form-error{ position: absolute; left: 31%; /* display: none; */ color: #f20007; font-size: 12px; margin: 5px 0; width:80%; padding:0 0; }
@media (max-width: 640px){
	.form-error { left:0; }
}
/* 12 Jan 2016 - End */


/* 14 Jan 2016 - Start */
i.helpText {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 4px 4px 4px 2px #d8d8d8;
    color: #666666;
    font-size: 12px;
    left: -11px;
    padding: 8%;
    position: absolute;
    bottom: 30px;
    width: 100px;
    display: none;
    max-height: 100px;
    overflow: auto;
}
.saveprintshare li {
	display: inline-block;
    margin-right: 40px;
    position: relative;
}
.soc-ico {
	position: absolute;
    z-index: 999;
	overflow: visible;
    visibility: hidden;
    opacity: 0;
    left: 50%;
	margin-left: -18px;
    bottom: 0;
    background-color: #ededed;
	border-radius:5px;
	transition:all 0.3s ease-out;
}
.soc-ico a {
	display:block;
	padding:5px;
}
.soc-ico a:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.soc-ico a > img {
	margin-right:0px;
	max-width: inherit;
}
.email-share-input {
    position: absolute;
    bottom: 30px;
    left: -210px;
    padding: 5px;
    width: 346px;
    background: #ededed;
    border-radius: 5px;
	visibility: hidden;
    opacity: 0;
	transition:all 0.3s ease-out;
}
.email-share-input input, .email-share-input button {
	float: left;
    line-height: 100%;
    height: 34px;
}
.email-share-input input {
    background-color: transparent;
    border: 1px solid #000;
    padding: 9px 5px;
    width: 65%;
}
.email-share-input button {
    background-color: #fff;
    border: 2px solid #55565a;
    color: #55565a;
    font-family: 'Conv_accordaltregular-webfont';
    display: inline-block;
    font-size: 18px;
    padding: 7px 30px 8px;
	margin-left: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.email-share-input button:hover {
	background-color: #55565a;
    border-color: #55565a;
    color: #fff;
}
/* 14 Jan 2016 - End */
/* --------------------------------------------------------- */
/* ----------------------- aniruddha.css - END ----------------------- */
/* --------------------------------------------------------- */














/* --------------------------------------------------------- */
/* ----------------------- varsha.css - START ----------------------- */
/* --------------------------------------------------------- */
/* 21 November 2015 start here*/


.investor-view-btn {
background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/investor-view.png") no-repeat scroll left center;
color: #512b8b;
display: inline-block;
font-size: 18px;
padding-left: 35px;
}


.investor-stock-quote > ul { margin:0; padding-left:15px;}
.investor-stock-quote > ul > li { line-height: 20px; padding-bottom:20px; position:relative;  }
.investor-stock-quote > ul > li::before {
content:""; background-color: #fcaf17;
border-radius: 50%;
height: 8px;
left: -15px;
position: absolute;
width: 8px;
top:4px;
}


.investor-policies-program > ul { margin:0; padding-left:15px;}
.investor-policies-program > ul > li { padding-bottom:20px; position:relative; color:#512b8b; font-size:18px;  }
.investor-policies-program > ul > li::before {
content:""; background-color: #fcaf17;
border-radius: 50%;
height: 8px;
left: -15px;
position: absolute;
width: 8px;
top:4px;

}


.link-box:last-child {
border-bottom: 0 none;
margin-bottom: 0;
padding-bottom: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
.inner-menu li ul {
left: -77px;
}
}


/* 21 November 2015 end here*/





/* 22 November 2015 start here*/

.investor-finance-table { border:solid 1px #dbdbdb; padding:10px;}
.investor-chart { font-size: 18px; line-height: 100%; margin-bottom: 15px; color:#5e3b8d; vertical-align:sub;}
.investor-chart-sec { text-align:right; margin-bottom:40px;}


#investor .form-control {
background-color: #fff;
background-image: none;
border: 1px solid #6d6e71;
color: #555;
display: block;
font-size: 14px;
height: 34px;
line-height: 1.42857;
padding: 6px 12px;
width: 100%;
border-radius:0px ;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
margin-bottom:10px;
}
.investor-fin-result { border-right:solid 1px #dbdbdb; margin-bottom:20px;}
.investor-fin-result:last-child { border-right: none;}
#investor .table .table-bordered tr, th { font-weight:600;}



.yourvoice-plus-icon { color:#ffffff; background-color:#502b8b; width:50px; margin-right:1px; text-align:center; font-size:34px; padding-top:6px; height:44px;}

.yourvoice-plus-icon a { color:#ffffff; text-decoration:none;}

.yourvoice-post-icon { padding:12px; color:#ffffff; background-color:#6d6e72; font-size:20px; width:110px; text-align:center; margin-right:10px;}
.yourvoice-post-icon a { color:#ffffff; text-decoration:none; }

.yourvoice-text { font-size:14px; padding:17px 10px 10px 0;}
.yourvoice-second-row { margin-top:20px;}
.yourvoice-second-row-left { background-color:#f3f3f3; padding:10px; }
.yourvoice-second-row-left-footer { background-color:#cccccc; padding:10px; margin-bottom:50px; }
.yourvoice-second-row-left-text { padding:10px;   }

.yourvoice-second-row-right { background-color:#f3f3f3; padding:10px; margin-bottom:30px; }

.yourvoice-statics { margin-left:-10px;}
.yourvoice-statics > ul { margin:0; padding:0;}
.yourvoice-statics > ul > li { padding:0 20px 20px 20px; text-align:right; float:left; margin-right:70px;}

.yourvoice-statics-yellow { background-color:#fcaf17;border-radius:2px; height:1px; padding:1px; border:solid 5px #fcaf17}
.yourvoice-statics-purple { background-color:#502b8b;border-radius:2px; height:1px; padding:1px;}
.yourvoice-statics-purple-text { color:#502b8b; font-size:20px;}

#yourvoice .progress {
background-color: #502b8b;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
height: 5px;
margin-bottom: 1px;
overflow: hidden;
}

#yourvoice .progress-bar {
background-color: #fdaf17;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
color: #fff;
float: left;
font-size: 12px;
height: 100%;
line-height: 20px;
text-align: center;
transition: width 0.6s ease 0s;
width: 0;
}

.yourvoice-result { font-size:20px; margin-right:10px;}


#yourvoice .form-control {
background-color: #ffffff;
background-image: none;
border: 1px solid #bbbbbd;
color: #555;
display: block;
font-size: 14px;
height: 34px;
line-height: 1.42857;
padding: 6px 12px;
width: 100%;
border-radius:0px ;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
margin-bottom:10px;
}

.yourvoice-header { margin-left:-35px;}
.yourvoice-header > p { margin-top:-15px; margin-bottom:15px;}

.yourvoice-green-header { margin-left:-35px; color:#79be16;}
.yourvoice-green-header > p { margin-bottom:40px; }

.status-icon { margin-left:0px!important;}

.yourvoice-red-header { margin-left:-35px; color:#ed1b24; margin-top:10px;}
.yourvoice-red-header > p {  margin-bottom:40px;}


@media (max-width: 991px) and (min-width: 320px) {
.yourvoice-statics > ul > li { margin-right:1px;}
.tab-style1 .nav li {margin-bottom:15px; }
.yourvoice-header { margin-left:0;}
.yourvoice-green-header { margin-left:0;}
.yourvoice-red-header { margin-left:0;}

}

/* 22 November 2015 end here*/


/* 23 November 2015 start here*/


.yourvoice-accept-sec { margin-top:30px;}
.yourvoice-accept { margin-left:-5px;}
.yourvoice-green-subtext { margin-left:20px; color:#79be16; display:inline-block; }
.yourvoice-reply { text-align:right; padding-top:16px; font-weight:bold; font-size:16px; }

.yourvoice-comment-box { background-color:#f3f3f3; padding:30px; border:solid 1px #f3f3f3; margin:20px 0 20px 0; color:#999999; font-size:16px;}
.yourvoice-comment-box > p > span { line-height:20px; font-size:18px;}

.upload-input {
float: left;
width: 100%;
}

.upload-input input {
background-color: #ffffff;
border: 1px solid #c5c5c5;
padding: 9px 5px;
width: 84%;
}

.upload-input button {
background-color: #6d6e72;
border: 0 none;
color: #fff;
font-family: "Conv_accordaltbold-webfont";
font-size: 18px;
padding: 0 20px;
}
.upload-input input, .upload-input button {
float: left;
height: 44px;
line-height: 100%;
}

.message-input textarea {
background-color: #ffffff;
border: 1px solid #c5c5c5;
padding: 9px 5px;
width: 100%;
height:165px;
}

.title-input input {
background-color: #ffffff;
border: 1px solid #c5c5c5;
padding: 9px 5px;
width: 100%;
}

.product-input {
float: left;
width: 100%;
}

.product-input input {
background-color: #ffffff;
border: 1px solid #c5c5c5;
padding: 9px 5px;
width:100%;
}

.yourvoice-bg { background:#f3f3f3; padding:10px;}
.yourvoice-or { text-align:center; margin-bottom:10px; }
.yourvoice { position:relative}
.modal.in .yourvoice {
background: #f3f3f3 none repeat scroll 0 0;
bottom: 0;
height: auto;
left: 0;
margin: auto;
max-width: 1000px;
position: relative;
right: 0;
top: 0;
width: 96%;
}


.yourvoice .yourvoice1 {
background: #f3f3f3 none repeat scroll 0 0;
border: medium none;
box-shadow: none;
height: auto;
}

.yourvoice-red-complaint {
color: #ed1b24;
margin-left: 5px;
margin-top: 10px;
margin-bottom:40px;
}

.yourvoice-complaint-bg { background:#f3f3f3; padding:20px 0 20px 0; margin:18px;}
.yourvoice-complaint-all-tracks{  margin-top:30px;}
.yourvoice-complaint-icon-text { text-align:center; margin-top:20px;}
.yourvoice-complaint-green-text { color:#79be16; text-align:center;}
.yourvoice-complaint-gray-text { text-align:center;}

.yourvoice-green-tracker { width:100%; color:#ffffff; background-color:#79be16; height:60px; padding:20px 10px 10px 10px; text-align:center;border-radius:20px; position:relative; font-size:18px;}
.yourvoice-green-tracker img { position:absolute; top:0; right:0;}
.yourvoice-purple-tracker { width:100%; color:#ffffff; background-color:#502b8b; height:60px; padding:20px 10px 10px 10px; text-align:center;border-radius:20px; position:relative; font-size:18px;}
.yourvoice-purple-tracker img { position:absolute; top:0; left:0;}
.yourvoice-purple-tracker .purple{ position:absolute; top:0; right:0; left:auto;}
.yourvoice-complaint-all-tracks-hr{ border-bottom: 1px solid #000; position: absolute; bottom: 63px; width: 66%; left: 0px; right: 0px; margin: 0px auto;
z-index: -4;}

.yourvoice-browse-file { width: 100px; position: absolute;right: 133px; opacity: 0;}
.yourvoice-left { float:left;}


.yourvoice-browse-track { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/track-browse.jpg") no-repeat scroll 0 0 / 100% auto; height: 44px; overflow: hidden;
width: 97px;}

.yourvoice-browse-track input { opacity:0; cursor:pointer; width:100%;}

@media (max-width: 767px) {
.yourvoice-or { margin-top:10px; }
}
@media (max-width: 991px) and (min-width: 320px) {
.yourvoice-green-subtext { margin-left:0;}
.yourvoice-reply { text-align:left;}
}

/* 23 November 2015 ends here*/


/* 24 November 2015 start here*/
.wallpaper-collection-caption-white { text-align:right; bottom: 10px; right:45px; padding: 12px 0; position: absolute; width: 100%; color:#ffffff; font-size:24px;}
.wallpaper-collection-caption-gray { text-align:right; bottom: 10px; right:45px; padding: 12px 0; position: absolute; width: 100%; color:#333333; font-size:24px;}


.wallpainting-gallery { }
.wallpainting-gallery img { border:solid 1px #dcdcdc; }
.wallpainting-gallery p { width:80%; }
.wallpainting-gallery h3 { font-size: 22px; line-height: 30px; margin-bottom: 15px;  margin-top: 10px; }



.btn-style-paint-tool {
background-color: #fff;
border: 2px solid #55565a;
color: #55565a;
display: inline-block;
font-family: "Conv_accordaltregular-webfont";
font-size: 18px;
padding: 7px 30px 8px;
transition: all 0.2s linear 0s;
margin-bottom:20px;
}
.btn-style-paint-tool:hover {
background-color: #55565a;
border-color: #55565a;
color: #fff;
}


.wallpaint-nobrdr-secn {
margin-bottom: 60px;
padding-bottom: 30px;
}


.modal.in .wallpaint-popup {
bottom: 0;
height: auto;
left: 0;
margin: auto;
max-width: 1000px;
position: absolute;
right: 0;
top: 0;
width: 90%;
}

.wallpaint-popup .wallpaint-popup-sub {
border: medium none;
box-shadow: none;
height: auto;
}


.wallpaint-popup-bg { padding:30px;}

.wallpaint-features { font-size:18px; color:#333333;}

.wallpaint-features-points > ul { margin:0; padding: 10px 0 0 15px;}
.wallpaint-features-points > ul > li { padding-bottom:20px; position:relative; color:#333333; font-size:14px;}
.wallpaint-features-points > ul > li::before {
content:""; background-color: #502b8b;
border-radius: 50%;
height: 6px;
left: -15px;
position: absolute;
width: 6px;
top:4px;

}
.wallpaint-features-points > p { padding:5px 0 20px 0; position:relative; color:#333333; font-size:14px;}

.fr-three-box .item .tile-wallpaint, .fr-four-box .item .tile-wallpaint {
position: relative;
}
.fr-three-box .item .tile-wallpaint .item-img img {
width: 100%;
border: 1px solid #dcdcdc;
}

.fr-three-box .item .tile-wallpaint .item-captn, .fr-four-box .item .tile-wallpaint .item-captn {
padding: 12px 30px;
}

/* 24 November 2015 ends here*/


/* 25 November 2015 ends here*/

.fr-three-box .item .tile .item-look-captn, .fr-four-box .item .tile .item-look-captn {
padding: 12px 30px;
}


.item-look-captn {
background-color: rgba(0, 0, 0, 0.50);
bottom: 15px;
left: 0;
padding: 12px 0;
position: absolute;
width: 100%;
}

.item-look-captn-hdng.white {
color: #ffffff;
}
.item-look-captn-hdng {
font-family: "Conv_accordaltregular-webfont";
font-size: 24px;
line-height: 22px;
margin-bottom: 8px;
}

.search-purple-txt {
color: #542988;
}
.search-purple-txt a {
color: #542988; text-decoration:none;
}

h3.purple-header {
font-size: 22px;
line-height: 30px;
margin-bottom: 15px;
color: #542988;
}

.search-gallery > img { position:relative;}
.search-play-icon > img { display: inline-block; left:65px; top:45px; position:absolute; text-align:center; vertical-align:middle;	}


.thank-content { border:solid 1px #000000; border-radius:30px; padding:25px;  margin:0 auto;}
.thank-content-header  { margin:0 auto; text-align: center; }
.thank-content-header > span { color:#502b8b; font-size:40px; border-bottom: 1px solid #000000; display: inline-block; padding-bottom: 15px; }
.thank-content-header-brder { border-top:solid 1px #000000; height:1px; margin-top:10px; }
.thank-content-subtext { text-align:justify; margin-top:40px; font-size:18px; line-height:25px; color:#333333; text-align:center; }



.error-content { border:solid 1px #000000; border-radius:30px; padding:70px;  margin:0 auto;}
.error-content-header  { text-align:justify; margin-top:70px; font-size:130px; line-height:70px; color:#502b8b; text-align:center; }
.error-content-icon  { text-align:justify; font-size:100px; line-height:25px; color:#502b8b; text-align:center; }
.error-content-subtext { text-align:justify; margin-top:40px; font-size:18px; line-height:25px; color:#502b8b; text-align:center; }


.sitemap-col h2 { margin-bottom: 20px; background:#512b8b; padding:10px; }
.sitemap-col h2 a{ color:#fff; }

.sitemap-header  { margin:0 auto; text-align: center; font-size:24px; margin-bottom:95px; }
.sitemap-brdr-rt { border-right:solid 0px #b7b7b7; padding-right:0; }
.row .col-sm-6:nth-child(2n) .sitemap-brdr-rt:nth-child(2n) { border-right:none; padding-right:15px; }


.sitemap-header-sub { font-size:20px; margin:0 0 20px 0; padding-left:10px;  }
.sitemap-header-sub > a { display:block; font-weight:bold; margin-bottom:10px; }
.sitemap-header-sub > a:hover { text-decoration:underline;  }

.sitemap-header-sub > ul { margin:5px 0 0 0; padding:0;}
.sitemap-header-sub > ul > li { font-size:18px; line-height:28px; text-transform:none; }
.sitemap-header-sub > ul > li > a:hover { text-decoration:underline; }

.sitemap-header-sub > ul > li > ul { margin:0 0 10px 0; padding-left:15px; }
.sitemap-header-sub > ul > li > ul > li { font-size:15px; line-height:23px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sitemap-header-sub > ul > li > ul > li > a:hover { text-decoration:underline; }

.upcase { text-transform:uppercase;}
.sitemap-header-text > a:hover { text-decoration:underline;  }

@media (max-width: 320px) and (min-width: 320px) {
.error-content-header  { text-align:justify; margin-top:40px; font-size:100px; line-height:40px; color:#502b8b; text-align:center; }
}
@media (max-width:767px){
	.sitemap-brdr-rt:nth-child(2n) { border-right:none; }
	.sitemap-brdr-rt { padding-right:15px; }
	.sitemap-brdr-rt:nth-child(2n+1) { padding-right:0; }
}
@media (min-width:320px) and (max-width:480px){
	.sitemap-col.col-xs-6 { width:100%; }
	.sitemap-brdr-rt { padding-right:15px; }
	.sitemap-brdr-rt:nth-child(2n+1) { padding-right:15px; }
}



/* 25 November 2015 ends here*/


/* 26 November 2015 starts here*/

.error-container { padding-left: 45.6%; padding-top: 39.5%;}
.error-yellow-container { background-color:#fdaf17; border:solid 1px #fdaf17; padding:5px; height:30px; width:310px; }
.error-search-text { font-size: 13px; padding: 10px 0; }
.error-search-header-text { font-size:28px; padding:10px 0; line-height:35px;}

.paint-man { position:relative;}
.paint-man > img { left: 649px;  position: absolute;  right: 0;  top: -450px; width: 36.5%; }

.error-container .srch-input {
margin-right: 3%;
position: relative;
width: 96%;
margin-top:-3px;
}
.error-container .srch-input input {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color -moz-use-text-color #000;
border-image: none;
border-radius: 0;
border-style: none;
border-width: 0 0 1px;
padding: 4px 20px 5px 0;
width: 100%;
background-color:#fdaf17;
}

.error-container .srch-input button {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/search-icon.svg") no-repeat scroll 0 0;
    border: 0 none;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 18px;
}


.login-nobrder { border-bottom:none;}
.login-brder { border-bottom: 1px solid #000000; display: inline-block; padding-bottom: 2px;}

.login-input input { background-color: #ffffff;  border: 1px solid #999999; padding: 10px 5px; width: 100%; color:#000000; }
.login-forgot-password { color:#999999; font-size:14px; margin-top:10px; }
.login-forgot-password a { color:#999999;}
.login-forgot-password a:hover { color:#999999; text-decoration:underline;}



.login-capcha-bg { background-color:#f2f2f0; padding:5px;}
.login-purple-or { color: #ffffff; text-align: center; margin:170px auto;}
.my-voice-post { margin-bottom:20px;}


.login .checkbox {
    float: left;
    margin: 5px 0;
}
.login label {
    line-height: 20px;
}
.login .checkbox input[type="checkbox"], .login .checkbox-inline input[type="checkbox"] {
    height: 18px;
    left: -20px;
    margin-left: 2px;
    width: 20px;
    top: -2px;
}
.login .checkbox label::before {
    border: 1px solid #7f7f7f;
    content: "";
    height: 20px;
    width: 20px;
}
.login .checkbox label::after {
    color: #79be16;
    font-size: 14px;
    height: 20px;
    width: 22px;
}

.login .checkbox input[type="checkbox"]:checked + label::after {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/tick-mark-green.png") no-repeat scroll center center;
}

.login-nobrdr-secn {
    margin-bottom: 15px;
    padding-bottom: 15px;
}


.forgot-password-subhead { font-size:20px; line-height:24px;}

@media (max-width: 479px) and (min-width: 320px) {
.error-container { margin-bottom: 0; padding-left: 0;  padding-top: 35%;}
.error-search-header-text { font-size: 12px; line-height: 12px; padding: 8px 0;}
.paint-man > img {left: 193px; position: absolute; right: 0; top: -171px; width: 56.5%;}
.inner-error-banner { margin-bottom:70px;}
.error-container .srch-input input { display: block; left: 0; padding: 0; top: 5px; width: 148px; }
.error-yellow-container { margin-left: 0; width: 185px;}
.shade-col {width: 100%; margin-top:20px;}
.color-patch-list{width:100%}
.shade, .spcl-efftcs .shade{width:155px; height:155px; padding:0 !important; margin:0 auto}

}

@media (max-width:360px) and (min-width: 360px) {
.error-container { margin-bottom: 0; padding-left: 0;  padding-top: 35%;}
.error-search-header-text { font-size: 12px; line-height: 12px; padding: 8px 0;}
.paint-man > img {  left: 193px; position: absolute; right: 0; top: -177px; width: 51.5%; }
.inner-error-banner { margin-bottom:115px;}
.error-container .srch-input input { left: 0px; display:block; }
}


@media (max-width: 639px) and (min-width: 480px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 314px; position: absolute; right: 0;top: -246px; width: 51.5%; }
.error-container { padding-left: 0; padding-top: 36%; }
.inner-error-banner { margin-bottom:150px;}
.error-container .srch-input input { left: -8px; top:0; display:block; }
}

@media (max-width: 600px) and (min-width: 600px) {
.error-search-header-text { font-size: 14px; line-height:14px; padding: 8px 0;}
.paint-man > img { left: 313px; position: absolute; right: 0; top: -313px; width: 51.5%; }
.error-container { padding-left: 0; padding-top: 36%; }
.inner-error-banner { margin-bottom:150px;}
.error-container .srch-input input { left: -8px; top:0; display:block; }
}




@media (max-width: 767px) and (min-width: 640px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 310px; position: absolute; right: 0; top: -336px; width: 51.5%; }
.error-container { padding-left: 0; padding-top: 36%; }
.inner-error-banner { margin-bottom:160px;}
.error-container .srch-input input { left: 0px; display:block; top:4px; }
.error-container { margin-bottom: 0; padding-left: 0;  padding-top: 35%;}
.error-search-header-text { font-size: 18px; line-height: 20px; padding: 8px 0;}
}


@media (max-width: 799px) and (min-width: 768px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 468px;  position: absolute;  right: 0; top: -391px; width: 51.5%; }
.error-container { padding-left: 34.7%; padding-top: 26.5%;}
.inner-error-banner { margin-bottom:160px;}
.error-container .srch-input input { left:0; display:block; top:4px; }
.error-container { margin-bottom: 0; padding-left: 34.5%; padding-top: 28%; }
.error-search-header-text { font-size: 20px; line-height: 22px; padding: 8px 0;}
}

@media (max-width: 800px) and (min-width: 800px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 468px;  position: absolute;  right: 0; top: -409px; width: 51.5%; }
.error-container { padding-left: 34.7%; padding-top: 26.5%;}
.inner-error-banner { margin-bottom:160px;}
.error-container .srch-input input { left:0; display:block; top:4px; }
.error-container { margin-bottom: 0; padding-left: 34.5%; padding-top: 28%; }
.error-search-header-text { font-size: 20px; line-height: 22px; padding: 8px 0;}
}



@media (max-width: 980px) and (min-width:801px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 513px;  position: absolute; right: 0; top: -511px;  width: 51.5%; }
.error-container { padding-left: 34.7%; padding-top: 26.5%;}
.inner-error-banner { margin-bottom:160px;}
.error-container .srch-input input { left: -270px; display:block; }
.error-container { margin-bottom: 0; padding-left: 34.5%; padding-top: 28%; }
.error-search-header-text { font-size: 20px; line-height: 22px; padding: 8px 0;}
}


@media (max-width: 900px) and (min-width:900px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 497px; position: absolute; right: 0; top: -466px; width: 51.5%; }
.error-container { padding-left: 34.7%; padding-top: 26.5%;}
.inner-error-banner { margin-bottom:160px;}
.error-container .srch-input input { left: -5px; display:block; top:5px; }
.error-container { margin-bottom: 0; padding-left: 34.5%; padding-top: 28%; }
.error-search-header-text { font-size: 20px; line-height: 22px; padding: 8px 0;}
}


@media (max-width: 980px) and (min-width:980px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 513px;  position: absolute;  right: 0; top: -510px; width: 51.5%; }
.error-container { padding-left: 34.7%; padding-top: 26.5%;}
.inner-error-banner { margin-bottom:160px;}
.error-container .srch-input input { left: -5px; display:block; top:5px; }
.error-container { margin-bottom: 0; padding-left: 34.5%; padding-top: 28%; }
.error-search-header-text { font-size: 20px; line-height: 22px; padding: 8px 0;}
}

@media (max-width: 1024px) and (min-width: 981px) {
.error-search-header-text { font-size: 14px; line-height: 14px; padding: 8px 0;}
.paint-man > img { left: 522px; position: absolute; right: 0; top: -536px; width: 51.5%; }
.error-container { padding-left: 34.7%; padding-top: 26.5%;}
.inner-error-banner { margin-bottom:160px;}
.error-container .srch-input input { left: -270px; display:block; }
.error-container { margin-bottom: 0; padding-left: 34.5%; padding-top: 28%; }
.error-search-header-text { font-size: 20px; line-height: 22px; padding: 8px 0;}
}






@media (max-width: 767px) and (min-width: 320px) {
.login-purple-or { margin:10px auto; text-align:left;}
.small-thumb-visible{
display:none;
}
.nobut>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a{
    background-image:none!important;
}
.room-box{
    border-bottom: 1px #343434 solid;
}
.social-media-container{
    margin-top:10px!important;
}
}


@media (max-width: 1023px) and (min-width: 768px) {
.login-purple-or { margin:10px auto; text-align:left;}
.campaign5-thumb > ul > li img{
	height: auto;
    width: 100%;
}
}



/* 26 November 2015 ends here*/

/* 27 November 2015 starts here*/
.paint-selector-gallery-container { width:100%; margin:0 auto; text-align:center; width:260px; }
.paint-selector-gallery { background-color:#ffffff; border:solid 1px #cccccc; height:230px; padding:20px;}
.paint-selector-gallery-header { font-size:18px; color:#512b8b; margin:0 auto; }
.paint-selector-gallery-header > p > img { font-size:18px; color:#512b8b; margin:20px auto;}
.paint-selector-gallery-sub-header { font-size:14px; color:#333333; margin:15px auto; width:220px; margin-bottom:30px; line-height:17px; min-height:55px;}

/* 27 November 2015 ends here*/


/* 1 december 2015 starts here*/

.compare { padding-left:0; padding-right:0;}
.compare .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { padding:20px 8px;}


.compare-product-box { color:#502b8b; font-size:18px;}
.compare-product-sub-header table, th, tr{ color:#333333; }
.compare-product-sub-header table, th{ font-size:18px; font-family: "Conv_accordaltregular-webfont"; font-weight:normal; }
.compare-product-picbox { vertical-align: middle;  text-align: center; }

.compare-product-sub-header .table > thead > tr > th, .compare-product-sub-header tbody > tr > th, .compare-product-sub-header .table > tfoot > tr > th, .compare-product-sub-header .table > thead > tr > td, .compare-product-sub-header tbody > tr > td, .compare-product-sub-header .table > tfoot > tr > td { vertical-align: middle !important;   }


@media (max-width: 480px) and (min-width: 320px) {
.compare-product-box { font-size:16px; }
.compare-product-sub-header table > th > tr{ color:#333333; font-size:12px; }
.compare-product-sub-header table > img{ width:70%; }

 }


/* 1 december 2015 ends here*/




/* 7 december 2015 starts here*/
.locator-blck-royal  { color:#f42e2d;}
.locator-blck-royal a { color:#f42e2d;}
.ml20 { margin-left:20px;}
.ml15 { margin-left:15px;}
.mt5 { margin-top:5px;}
.ml10 { margin-left:10px;}
.locator-text { text-align:right;  margin-top:5px; margin-left:30px;}

.dealerlocator-bg { background:#ffffff; padding:10px;}
.yourvoice-or { text-align:center; margin-bottom:10px; }
.dealerlocator { position:relative}


.dealerlocator .dealerlocator1 {
background: #ffffff none repeat scroll 0 0;
border: medium none;
box-shadow: none;
height: auto;
}


.dealer-content { width:80%; margin:0px auto;}
.dealer-input input {
    background-color: #ffffff;
    border: 1px solid #999999;
    color: #000000;
    padding: 15px 10px;
    width: 100%;
}

.dealer-text { color: #555555; display: inline-block; font-family: "Conv_accordaltregular-webfont"; font-size: 18px;}
.dealer-knowmore { margin-left:30px;}
@media (max-width: 640px) and (min-width: 320px) {
.locator-text { text-align:left;  margin-top:20px;}

 }

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

/* 7 december 2015 ends here*/

/* 14 december 2015 starts here*/

.coloridea_locator {
    background-color: #f9f7d7;
    margin: 0 0 20px 0;
    padding: 10px;
}

.coloridea_locator .circle_yellow {
    background-color: #dbd574;
    border-radius: 50%;
    font-size: 18px;
    height: 55px;
    line-height: 3;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 55px;
}
.coloridea_locator > div > span {
    display: inline-block;
    font-size: 18px;
    margin: 12px 5px 5px 0;
    padding-right: 10px;
}

.color-mail-sms { text-align:right; }
.ml10blk { margin-left:5px; display:inline-block;}
.color-idea-box { height:20px; width:20px; background-color:#79be16; float:left; margin-right:10px;}
.ml30 { margin-left:30px;}


@media (max-width: 640px) and (min-width: 320px) {
.color-mail-sms { text-align:left; }

 }

/* 14 december 2015 ends here*/

/* 6 january 2016 starts here*/
.technical-information-text { font-size: 17px; padding:10px;}

.modal.in .tech-info-content {
    background: #f3f3f3 none repeat scroll 0 0;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 1000px;
    position: relative;
    right: 0;
    top: 0;
    width: 35%;
}

.tech-info-content .yourvoice1 {
background: #f3f3f3 none repeat scroll 0 0;
border: medium none;
box-shadow: none;
height: auto;
}



@media (max-width:768px) and (min-width: 320px) {
.modal.in .tech-info-content {  width: 90%;}

 }
/* 6 january 2016 ends here*/





/* SEARCH NEW PAGE CSS  ( 11 january 2016 ) starts here */


.search-page input { border: 2px solid #6d6e71; padding: 3px 30px 4px 10px; width: 100%;border-radius: 0 !important}
.search-page button { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/search-icon.png") no-repeat scroll 0 0; border: 0 none; height: 20px;  margin-top: -10px;
padding: 0; position: absolute; right: 25px; top: 50%; width: 18px; }
.search-brdr-secn { border-bottom: 1px solid #dbdbdb; margin-bottom: 30px; padding-bottom: 10px; }
.search-filter-tabs { background-color:#512b8b; border: 0 none; color: #fff; font-size: 18px; padding:15px 15px 15px 30px; text-align:left;}
.search-filter-tabs-content > ul { padding:0; margin:0;}
.search-filter-tabs-content > ul > li { background-color:#e9e8e8; color: #333333; font-size:18px; padding:15px 15px 15px 30px; text-align:left;  border-top:solid 1px #d2d1d1; cursor:pointer; }
.search-filter-tabs-content > ul > li > a:hover {color: #502b8b; }
.search-filter-tabs-content > ul > li:active { background-color:#ffffff; color: #333333;}


.search-new-page .pagination { border-radius: 4px; display: inline-block; margin: 20px 0; padding-left: 0;}
.search-new-page .pagination > li { display: inline-block; position:relative;}
.search-new-page .pagination > li:after { content:"|"; padding-top: 10px; position: absolute; color:#d4d4d4;}
.search-new-page .pagination > li:last-child:after { content:"";}

.search-new-page .pagination > li:last-child > a, .search-new-page .pagination > li:last-child > span {
border-bottom-right-radius: 4px; border-top-right-radius: 4px;}

.search-new-page .pagination > li > a, .search-new-page .pagination > li > span {
background-color: #fff;   border: none;  color: #337ab7;  float: left;  line-height: 1.42857;  margin-left: -1px;  padding: 6px 12px;  position: relative;
text-decoration: none;}


.search-new-page .pagination > li:first-child > a, .search-new-page .pagination > li:first-child > span {
 border-bottom-left-radius: 4px; border-top-left-radius: 4px;  margin-left: 0;}


.search-new-page .pagination > li > a:hover { color: #000000;}
.search-new-page .pagination > li > span:hover { background-color: #fff; border-color: #fff;  color: #000000; z-index: 3;}

.search-purple-txt { color: #542988;}
.search-purple-txt a:hover{ color: #000000; text-decoration:none; }
.search-purple-txt a { color: #542988; text-decoration:none; }

@media (max-width:991px) and (min-width: 320px) {
#filter-smart-tab { display:none;}
 }


/* SEARCH NEW PAGE CSS  ( 11 january 2016 ) ends here */





/* OTHER PAGE CSS  ( 19 january 2016 ) starts here */
.global-ml-30 { margin-left:30px; }
.global-list-style-disc { list-style:disc; }
.element-anchor-blue { color:#512b8b; text-decoration:underline; }
.element-anchor-blue:hover { color:#333; text-decoration:underline; }
/* OTHER PAGE CSS  ( 19 january 2016 ) ends here */
/* --------------------------------------------------------- */
/* ----------------------- varsha.css - END ----------------------- */
/* --------------------------------------------------------- */














/* --------------------------------------------------------- */
/* ----------------------- deepika.css - START ----------------------- */
/* --------------------------------------------------------- */
@charset "utf-8";
/* CSS Document */

.btn-with-divider { margin:0 30px;
width:30px; height:30px;
border-radius: 50em;
background:#dbd574;
line-height:30px;
display:inline-block;
text-align:center;}
.cc-btn-text {
	margin-bottom: 30px;
}
.generate-code { height:42px; background:#e6e6e6; margin-right:13px; border:0; text-align:center; }
.upload-cc .upload-btn { float:left; margin-right:40px;}

.FileUpload { position:relative; float:left; margin-right:40px; width:145px;}
.BrowserVisible { position: relative;  z-index: 1;  /*background:url(clientlib-site-en/css/browse-but.gif) no-repeat top right; */   height:37px; width:100%;}
.hiddenfile { position:relative; width:100%; height:35px; text-align: right; -moz-opacity:0;  filter:alpha(opacity: 0);  opacity: 0;    z-index: 2;	cursor:pointer;}
.formText {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #000000;
    font-size: 12px;
    font-weight: 100;
    height: 33px;
    line-height: 33px;
    text-align: left;
}
.cc-online .btn-group a { margin-left:15px;}
.ap-video .tab-content { clear:both;}
.ap-video .tab-content .nav li { margin-right:30px;}
.ap-video .tab-content .nav li a { font-size:24px; padding:14px 43px;}
.search-tabpanel { clear:both; display:block;}
.ap-video .srch-input input {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
}
.search-tabpanel .srch-input { width:269px; height:37px; border:2px solid #6d6e71;}
.search-tabpanel .srch-input input  { border:0; padding:5px 25px; height:33px;}
.search-tabpanel .srch-input button { right:7px; top:7px; position: absolute;}
.ap-video .wrap-secn {
    padding: 0;
}
.ap-video .center-large-box .tile { margin-bottom:0; position: relative;}
.ap-video .center-large-box .tile .tile { margin-bottom: 30px}
.ap-video .tab-style1 .nav {
    margin-bottom: 15px;
}
/*.ap-video .slct-style1 {
    margin-left: 15px;
}*/
.ap-video .center-large-box { margin-top:0;}
.cc-online-upload .upload-btn{
background:  url("clientlib-site-en/images/upload-v3.jpg") no-repeat scroll 0 0 / 100% auto;}
.selectMbile.tab-ap-video.center { text-align:left;}
.tab-ap-video {padding: 0;}
.tab-ap-video .slct-style1 { margin-left: 0;}

.ap-smartcare .ap-smartcare-align { border-bottom: 1px solid #d3d3d3;  margin-bottom: 60px;
    padding-bottom: 40px;}
/*.ap-smartcare .overview h2 { margin-bottom:15px;}*/
.ap-smartcare .bg-clr3 .sb-sect {
    color: #ffffff;
    padding-bottom: 32px;
}
.ap-smartcare .bg-clr3 > div {
    background: #33cccc none repeat scroll 0 0;
}
.ap-smartcare .sb-sect {
    float: left;
    height: 300px;
    padding-bottom: 40px;
    width: 100%;
}
.ap-smartcare .bg-clr2 .sb-sect {
	color:#000;
    padding-bottom: 32px;
}
.ap-smartcare .bg-clr2 > div {
    background: #fef3d0 none repeat scroll 0 0;
}
.sm-smartcare-avpack { width:100%;
display:block;}
 .sm-smartcare-coverage {clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    width: 80%;}
.sm-smartcare-coverage img { float:left; margin-right:20px;}
.sm-smartcare-coverage .fnt-siz-20 { float:left;}
.sm-smartcare-coverage .fnt-siz-20 span { display:block; float:none; clear:both; text-align:left; font-size:20px; margin-bottom:18px;}
.sm-avpack, .sm-coverage { padding:10px;}
.sm-avpack h3, .sm-coverage h3 { margin:15px; padding-bottom:10px; margin-bottom:0;}
.sm-avpack h3 {border-bottom:1px solid #d3d3d3;}
.sm-coverage h3 {border-bottom:1px solid #fff; margin-bottom: 20px;}
.sm-avpack .sb-sect .sb_sb_sec, .sm-coverage .sb_sb_sec {     float: none;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
	}
.sm-avpack .sb-sect .sb_sb_sec p {color: #333333;}
.smcare-precaution .accrdn-title { background: none; border-bottom:0; font-size:18px;}
.smcare-precaution .accrdn-title::before { background-color: #512b8b;}

hr { background:#dadada;}
.other-waterproofing .span12 { background: #ececeb;}
.other-waterproofing .owl-theme .owl-controls .owl-buttons div.owl-prev { background:url(clientlib-site-en/images/left-arrow.png) 12px 0 no-repeat; width:40px; height:40px;}
.other-waterproofing .owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(clientlib-site-en/images/right-arrow.png) 0 0 no-repeat; width:40px; height:40px;}
.other-waterproofing .owl-prev .icon-chevron-left.icon-white, .other-waterproofing .owl-next .icon-chevron-right.icon-white { display:none;}
.faqs .accrdn-secn .accrdn-cntnt p { margin-bottom:10px;}
.item-box-tiles .iten-captn-inner { width:85%; margin:0 auto;}
.item-box-tiles .tile { position:relative;}
.ap-smart-tab.tab-style1 .nav li { margin-right:1px; float:left;}
.ap-smartcare-tab {}
.ap-smartcare-tab .tab-style1 .nav li {  line-height:34px;}
.ap-smartcare-tab .tab-style1 .nav li { font-size:18px; background-color: #bababa; }
.ap-smartcare-tab .tab-style1 .nav li.active { background-color: #fcaf17;}
.ap-smartcare-inner {}
.ap-smart .common-box-waterproofing { border-bottom:1px solid #d3d3d3; padding-bottom:40px; }
.ap-smart .common-box-waterproofing .col-md-12.ap-smartcare-inner { padding:0;}
.ap-smart .common-box-waterproofing .ap-smartcare-inner .col-md-4.col-sm-6 { padding-left:0;}
.ap-smart .padd-add { padding-left:25px;}
.ap-smart .nav { margin-bottom:0;}
.ap-smart-tabslide { background: #fef7de;}
.ap-smart-tabslide .brdr-secn  {
	border-bottom: 4px solid #ffffff;
    margin-bottom: 2px;
    padding: 40px;
	}
.ap-smart-tabslide .brdr-secn:last-child { border-bottom:0;}
.sp-top-cont p{ font-size:14px;}
.ap-smart-tab .tab-content .tab-pane{  /*hell set to display block in prince.css ( line 628 ) */
    display: none;
	overflow:visible;
}
.ap-smart-tab .tab-content .tab-pane.active{
    display: block;
}

.ap-smart-tab .ap-smart .tab-content { clear:both;}
.ap-smartcare-tab .tab-style1 .nav li {
  max-width: 100%;
  text-align: center;
  width: 16%;
}
.ap-smartcare-tab .tab-style1 .nav li a {padding: 12px 30px;}

/*#as-smart-tab.as-smart-tab li:last-child a {
    line-height: 19px;
    padding: 10px;
}*/

.ap-smartcare-tab .tab-style1 .nav li.active:before { bottom: -11px;}
.mr-right { margin-bottom: 20px;
    text-align: center;
	margin-right:20px;
}
.ap-smartcare .product-features .center { text-align:left;}
@media (max-width:1024px) {

	.ap-smartcare-tab .tab-style1 .nav li a { padding: 19px 23px; line-height: 100%;}
	.color-patches li{margin:1.6% !important}
}
@media (max-width:980px) {
	.ap-video .tab-content .nav li {
    margin-right: 20px;
}
.ap-video .tab-content .nav li a {
    padding: 14px 24px;
}
.ap-smartcare .item-hdng { font-size:15px; line-height:20px;}
}
@media (max-width:768px) {
	.sm-avpack .sb-sect .sb_sb_sec, .sm-coverage .sb_sb_sec{width: 90%;}
	.sm-smartcare-coverage .fnt-siz-20 { width:50%; margin-top: 20px;}
	.sm-smartcare-coverage .fnt-siz-20 span { font-size:18px; margin-bottom:7px;}
	.sm-coverage .sb_sb_sec p.mt-15 { margin-top:5px;}
	.color-patches li{margin:2% !important}
}
@media (max-width:767px) {
    .ap-smartcare-tab .tab-style1 .nav li {
        width: 48%;
    }
    .as-smart-tab li {
        width: 100% !important;
    }
    .as-smart-tab li.active:before {
        display: none;
    }
    .ap-smart-tab .tab-content .tab-pane{
        text-align: center;
    }
    .ap-smart-tabslide .brdr-secn {
        padding: 20px;
    }
    .ap-smart .padd-add { padding-left:0;}

.tab-select-box ul.nav { display:none;}}
@media (max-width:640px) {
.generate-code { height:30px;}
.FileUpload { width:100%;}
.upload-btn {
	height: 115px;
    width: 115px;
}
.upload-btn input { width:100%; height:100%;}
.FileUpload { margin: 10px 0;}
.selectMbile.tab-ap-video { display:block;}
.selectMbile.tab-ap-video.center { text-align:left;}
.sm-smartcare-coverage .fnt-siz-20 { margin-top:60px;}
.ap-smartcare .product-features .center { text-align:center;}

}
@media (max-width:530px) {
	.mr-right { width:90%;  }
}
@media (max-width:480px) {
.sm-smartcare-coverage .fnt-siz-20 { margin-top:20px;}

}
/* Portrait and Landscape */
@media only screen
  and (max-device-width: 767px){
.tab-select-box ul.nav { display:none;}
}
/* --------------------------------------------------------- */
/* ----------------------- deepika.css - END ----------------------- */
/* --------------------------------------------------------- */















/* --------------------------------------------------------- */
/* ----------------------- new_added_css.css - START ----------------------- */
/* --------------------------------------------------------- */
.ftr-top .newslttr .checkbox:nth-child(2), .ftr-top .newslttr .checkbox:nth-child(1) input{display:none;}
.ftr-top .newslttr .checkbox:nth-child(1){padding-left:0;}
.ftr-top .newslttr .checkbox:nth-child(1) label::before{display:none;}
.ftr-top .newslttr .checkbox{ float:left; margin:5px 0;}
.newslttr label{ line-height:20px;}
.newslttr .checkbox input[type="checkbox"], .newslttr .checkbox-inline input[type="checkbox"]{margin-left: 2px;left: 0;width:20px;height:18px;}

.newslttr .checkbox label::before {content: "";width: 20px;height: 20px;border: 1px solid #7f7f7f;}
.newslttr .checkbox label::after {width: 22px;  height: 20px;font-size: 14px;  color: #79be16;}
/*.modal.in .modal-dialog{width:96%;max-width:596px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 212px; margin: auto;background: #fff;}*/
.modal-content{background:none; border:none; box-shadow:none; background: #fff; height: 212px;}
.modal-header {padding: 15px;border-bottom:none;}
.modal-content .close{float: right;border: none;background: none;font-size: 24px; position: relative;z-index: 100;}
.modal-content #close{float: right;border: none;background: none;font-size: 24px; position: relative;z-index: 100;}
.modal-header{margin:67px auto; clear: both;}
.modal-header .modal-title{font-size:24px; float:left; color:#512b8b;}
.modal-header p{float:left;line-height: 2; margin-top: 10px;}
.modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);}
#call-me .modal-header{width:72%; padding: 0 20px;}
#call-me .modal-dialog{width:20% !important; height:150px;}
#call-me .modal-content{height:auto;}
#call-me .modal-title{color:#000; font-size: 20px;}
#call-me .modal-title a{color:#512B8B; font-size: 24px;}
.sf-menu .menu-tab-list > li > a span img{width:30px;}

#delete-confirmation-model .modal-header{width:90%; max-width:462px; margin:67px auto; clear: both; padding:40px 15px 15px; }
#favourite-confirmation-model .modal-header{width:90%; max-width:462px; margin:67px auto; clear: both; padding:40px 15px 15px; }

.log-out-pro{position:absolute; width: 100px;z-index: 100;background:#ffffff;right: 0px;padding-top: 20px; display:none}
.log-out-pro li{float:left; width:100%; padding:0 10px 10px;}
.login:hover .log-out-pro{display:block}
.log-out-pro li:hover a{color:#60F;}
.show-fr-sec{width:100%;}
.mb-5{margin-bottom:5px;}
.mt-15{margin-top:15px;}
.plr-30{padding:0 30px;}
.mr-top{margin-top:60px;}
.mr-left{margin-left:20px;}
/*#benifit-section div > div h3{padding:20px 0; border-bottom: 1px solid #999999; margin:0 20px 45px; font-weight:600;}*/
#benifit-section div > div{margin:0;}
#benifit-section .sb-sect {padding-bottom: 40px; float: left;  width: 100%; height:300px;}
#benifit-section .bg-clr1, #benifit-section .bg-clr2, #benifit-section .bg-clr3, #benifit-section .bg-clr4{margin:0 0px 30px;}
#benifit-section .bg-clr1>div{ background:#f3f3f3;}
#benifit-section .bg-clr2>div{ background:#fef3d0;}
#benifit-section .bg-clr3>div{ background:#33cccc;}
#benifit-section .bg-clr4>div{ background:url(clientlib-site-en/images/available-color.jpg) no-repeat; background-size:100%;}
#benifit-section .bg-clr1 .sb_sb_sec:nth-child(2){padding-right:25px; text-align:right;}
#benifit-section .bg-clr1 .sb_sb_sec:nth-child(3){padding-left:25px;}
#benifit-section .bg-clr1 .sb_sb_sec .bst-select .checkbox{float:left; width:100%; margin-top:0;}
#benifit-section .bg-clr1 .sb_sb_sec .bst-select .checkbox label{font-size:18px;}
.sb_sb_sec{width:50%; float:left;}
#benifit-section .bg-clr2 .sb_sb_sec{width:100%;}
#benifit-section .bg-clr2 .sb-sect {padding-bottom: 32px;}
#benifit-section .bg-clr2 h3{margin-bottom:10px;}
#benifit-section .bg-clr2 p{padding:0 20px;}
.full-width{width:100%; float:left;}
.grid-item.full-width {margin:0}
#benifit-section .bg-clr3 .sb-sect {padding-bottom: 32px; color:#fff;}
/*#benifit-section .bg-clr3 h3{margin-bottom:10px; border-bottom: 1px solid #fff;}*/
#benifit-section .bg-clr3  p{font-size:12px; padding:0 20px;}
#benifit-section .bg-clr3 .sb-sect .sb_sb_sec{width:100%;}
/*#benifit-section .bg-clr3 .sb-sect .sb_sb_sec img{float:left; margin:0 40px 0 60px}*/
/*#benifit-section .bg-clr3 .sb-sect .sb_sb_sec .fnt-siz-20{font-size:20px; float:left; }*/
#benifit-section .bg-clr4 .sb-sect .sb_sb_sec{ padding-left:20px;}
#benifit-section .bg-clr4 h3, #benifit-section .bg-clr4 p{border-bottom:none; margin: 0px; text-align:left; padding-bottom:10px;}
#benifit-section .bg-clr4 a{float:left; background:rgba(255,255,255,0)}
#benifit-section .btn-style2:hover, .ultima-care .btn-sec .btn-style2:hover {color: #55565A;}
.open-plus{position: absolute;bottom: 0px;right: 0px;margin: 0px 15px 15px 0px;border: medium none;background: rgba(0, 0, 0, 0.8);color:#fff;width: 30px;height: 30px;font-size: 26px;}
.ultima-care{background:#fef3d0}
.ultima-care .heading-bg{background:#542988; width:50%; padding: 20px; float: left; position: relative; margin-top: 30px;}
.ultima-care h3{font-size:18px;}
.ultima-care .btn-sec{float:left; padding-bottom:30px;}
.ultima-care .btn-sec a{background:rgba(255,255,255,0)}
.ultima-care .heading-bg h3{ margin:0 0 0 130px;float:left; color:#fff;}
.ultima-care .fr-box{position:absolute;width:84px;height:84px; top:0; left:0; margin:-12px 0px 0px 30px;background:#fdbb30;border:3px solid #fff; float:left}
.ultima-care .fr-box img{margin: 20px 25px;}
.owl-next{position:absolute; right:0; top:40%;}
.owl-prev{position:absolute; left:0; top:40%;}
.owl-pagination{display:none}
#demo .container, #demo2 .container, #demo3 .container{width: 1140px;overflow: hidden;padding: 0;}
.owlCarousel-auto-item-6 .item span, .owlCarousel-auto-item-4 .item span, #owl-demo3 .item span, .owlCarousel-auto-item-5 .item span{width:100%;float:left; margin: 10px 0;}
.owl-controls .owl-buttons div{color:#000;font-size: 40px; background:rgba(255,255,255,0);}
.full-grid .grid-item{width:50%; margin:1.4% 0;}
.grid-item-3{width: 30%;text-align: center;margin: 1.4%;}
.fr-three-box .item .tile, .fr-four-box .item .tile{position:relative;}
.fr-three-box .item .tile .item-img img{width:100%;}
.fr-four-box .item .tile .item-img img{width:100%;}
.fr-three-box .item .tile .item-captn, .fr-four-box .item .tile .item-captn{padding:12px 30px;}
.blue-txt{color:#542988}
.gall-detail{display:none;}
.gall-detail .fr-img img, #pro-kidsworld-themes .fr-img img, #color_visualiser .fr-img img{width:100%;}
.all-set .mb-15 span{ font-weight:600;}
.mb-30{margin-bottom:30px}
.mt-30{margin-top:30px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.ext-para{margin-bottom: 10px; font-size: 14px !important;text-align: left;float: left;width: 60%;}
.last-bottom-border{margin-bottom:0px !important;}

/* ---------border arrow -----------------*/
.arrow_box {position: relative;	background: none;	border: 1px solid rgba(94,59,141,0); padding:8px 8px 30px}
.arrow_box img{width:100%;}
.arrow_box:after, .arrow_box:before {top: 100%;	left:50%;border:solid transparent;content: " ";height: 0;width: 0;position: absolute;	pointer-events: none;}
.arrow_box:after {border-color: rgba(94, 59 141, 0);border-top-color: #;border-width: 30px;margin-left: -30px;}
.arrow_box:before {border-color: rgba(94,59,141,0);border-top-color:  rgba(94,59,141,0);border-width: 20px;margin-left: -20px;}
/*-------- end---*/
.selc-arrow-bor .owlCarousel-auto-item-5 .item{padding: 30px ;}
.selc-arrow-bor .owl-prev, .selc-arrow-bor .owl-next{top:30%;}
.active-itm{display:block !important;}
.active-border{border: 1px solid rgba(94,59,141,1);}
.active-border:before { border-top-color:  rgba(94,59,141,1);border-width: 20px;margin-left: -20px;}
#furniture-section .bg-clr{float:left;}
#furniture-section .bg-clr .sb-sect{background: #ececeb;float: left;padding: 50px 20px;}
#furniture-section .bg-clr .sb-sect .btn-style2{background:none;}
#furniture-section .bg-clr .sb-sect .sel-ani h3{margin-bottom:5px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
#furniture-section .bg-clr .sb-sect .sel-ani p{margin-bottom:0px;}
#furniture-section .bg-clr .sb-sect .sel-ani .mt-15{margin-bottom:10px; height:120px;}
#woodtechemporiopu .tile{position:relative;}
#woodtechemporiopu #demo2{background: #ECECEB;}
#woodtechemporiopu .item-captn-2{width:50%;margin:2%;background:rgba(0, 0, 0, 0.5);bottom:30px;left:0px;padding:20px 30px;position:absolute;}
#woodtechemporiopu .item-captn-2 .item-hdng{ color:#fff; text-align:left; line-height: 30px; margin-bottom: 20px;}
#woodtechemporiopu .item-captn-2 .btn-style2{float:left; background:none; color:#fff; border-color:#fff;}
.bst-select .checkbox label::before {content: "";width: 15px;height: 14px;border: 1px solid #b7b7b7;margin-top: 3px;}
.bst-select .checkbox label::after {width: 15px;  height: 14px;font-size: 14px;  color: #79be16; top:2px;}
.fr-rel{float:left;}
.pd-r-20{padding-right:10px;}
.ml-20{margin-left:5px;}
.day-image img, .night-image img, .full-img img{width:100%;}
.night-image, .day-image{display:none;}
.day-icon{background:url("clientlib-site-en/images/day-night-icon.png") no-repeat scroll 0px -52px; width: 46px;height: 46px;float: left; cursor:pointer; color: transparent;}
.night-icon{background:url("clientlib-site-en/images/day-night-icon.png") no-repeat scroll -53px -52px;width: 46px;height: 46px;float: left; cursor:pointer;color: transparent;}
.day-active{ background-position:0 0;}
.night-active{background-position:-53px 0px;}
#pro-kidsworld .item-img .btn-style2{float:left;}
#pro-kidsworld-themes .fnt-szi{font-size:18px; line-height: 30px;}
#pro-kidsworld-themes .day-icon, #pro-kidsworld-themes .night-icon{background-size: 200%; width: 30px;height: 30px;}
#pro-kidsworld-themes .day-icon{background-position: 0px -33px;}
#pro-kidsworld-themes .night-icon{background-position: -30px -31px;}
#pro-kidsworld-themes .day-active{background-position:0 0;}
#pro-kidsworld-themes .night-active{background-position:-30px 2px;}
#pro-kidsworld-themes .item-img{position:relative}
#pro-kidsworld-themes .str-new{position: absolute;right: -10px;top: -17px}
#pro-kidsworld-themes .kid-wrld-themes .btn-style2{margin:0 auto; text-align: center; clear: both;display: block;width: 100px;}
#pro-kidsworld-themes .item-captn-2{width: 100%;background: rgba(0, 0, 0, 0.5);bottom: 10px;left: 0px;padding: 5px 10px;position: absolute;}
#pro-kidsworld-themes .item-captn-2 .item-hdng{color:#fff; margin-bottom: 0px}
#pro-kidsworld-themes .tile{position:relative;}
#pro-kidsworld-themes .day-night-btn-view{margin-block-end: 30px; float:left; width:100%;}
#pro-kidsworld-themes .day-night-btn-view div{margin-right: 40px;line-height: 25px; cursor:pointer; font-size:18px;}
#pro-kidsworld-themes .day-night-btn-view .day-view-icon, #pro-kidsworld-themes .day-night-btn-view .night-view-icon{background:url("clientlib-site-en/images/day-night-icon.png") no-repeat;width: 30px;height: 30px; background-size:200%;float: right;margin-left: 10px; color: transparent;}
#pro-kidsworld-themes .day-night-btn-view .day-view-icon{background-position:0 0;}
#pro-kidsworld-themes .day-night-btn-view .night-view-icon{background-position:-33px 0;}
#pro-kidsworld-themes .cl-btn a{color:#512b8b; text-decoration:underline;}
.stencils-color-patter{margin:20px 20px 20px 0;}
.stencils-color-patter .color-code-box span::before{padding:0px;margin:0px;}
.color-code-box span{float: left;}
.stencils-color-patter > span{font-size:16px; font-weight:600;float: left; }
#stencils-det .inner-gallery .services-slider li img{width:100%;}
#stencils-det .inner-gallery .bx-viewport{ box-shadow:none; border:none; left:0;}
#stencils-det .inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev{left: 10px; background:rgba(255, 255, 255, 0.5) url("clientlib-site-en/images/nav-arrw.png") no-repeat scroll 9px 7px;width: 10px;height: 18px; padding: 15px;border-radius: 50%;}
#stencils-det .inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-next{right: 10px; background:rgba(255, 255, 255, 0.5) url("clientlib-site-en/images/nav-arrw.png") no-repeat scroll 11px -19px;width: 10px;height: 18px; padding: 15px;border-radius: 50%;}
.color-code-box-1 span::before {content: "";background: #76695d;margin-top: 3px;padding: 0 8px; line-height: 36px;margin-right: 10px;}
.color-code-box-2 span::before {content: "";background: #f7ba43;margin-top: 3px;padding: 0 8px; line-height: 36px;margin-right: 10px;}
.color-code-box-3 span::before {content: "";background: #b5dbea;margin-top: 3px;padding: 0 8px; line-height: 36px;margin-right: 10px;}
.over-flow-hd{overflow:hidden;}
.imagine-themes-cl .color-code-box-1 span::before{background: #f3ead2;}
.imagine-themes-cl .color-code-box-2 span::before{background: #38a5cb;}
.imagine-themes-cl .color-code-box-1 span::before{background: #a23c65;}
.imagine-themes-cl .color-code-box-2 span::before{background: #f0efe8;}
.imprints-cl .color-code-box-1 span::before{background: #ffcb61;}
.imprints-cl .color-code-box-2 span::before{background: #789284;}
.imprints-cl .color-code-box-3 span::before{background: #44373c;}
.mix-match-cl .color-code-box-1 span::before{background: #ffcb61;}
.mix-match-cl .color-code-box-2 span::before{background: #e7f0e7;}
.mix-match-cl .color-code-box-3 span::before{background: #f9dedd;}

.dealer_locator .circle_yellow {height: 55px; width: 55px; text-align: center; font-size: 18px; padding: 0; border-radius: 50%;    background-color:#dbd574; margin: 0; line-height: 3; text-align: center;}
.map { width: 100%;}
.img-des-set img{width:165px; height:165px;}
#dealer_locator .check_copy .bg-color{width:20px; height:20px; float:left; background:#0C0}
#dealer_locator .bst-select .checkbox{float:left; margin:2px 0 0;}
.locator-hdng{float:left; width:100%;}
.locator-blck > p {padding-left: 33px;}
#dealer_locator .check_copy{float:left;}
#dealer_locator .check_copy span + span, #dealer_locator .check_copy span + a{  line-height: 30px;  margin-left: 10px;}
#dealer_locator .bst-select p{float:left;}
.post-scroll{height: 297px;}
#id04, #id06, .locator-blck{display:none;}
.bg-fr-gall{background:#f6f6f6; float:left; border: 2px solid #a1a1a1;}
.ch_gall .heading-bg{background:#fcaf17; width:100%; float:left; padding:15px 20px}
.ch_gall .heading-bg h3{margin:0; color:#fff;}
#color_visualiser .post-scroll{height:200px; max-height: 297px; float:left;margin:20px 0;padding-right: 20px;  padding-left: 10px;}
#color_visualiser .post-scroll div{padding:0px 5px 10px;}
#color_visualiser .post-scroll div img{width:100%;}
.fix-height{height:63px; position:relative; width:50px; float:left; margin:2px;}
.fix-height a{position:absolute; width:15px; bottom:2px; right:2px;}
#color_visualiser .fix-height:nth-child(1){background:#dcc8b6;}
#color_visualiser .fix-height:nth-child(2){background:#753c2a;}
#color_visualiser .fix-height:nth-child(3){background:#9292ce;}
#color_visualiser .fix-height:nth-child(4){background:#a1d88b;}
#color_visualiser .fix-height:nth-child(5){background:#5381ac;}
#color_visualiser .fix-height:nth-child(6){background:#f59fbc;}
#color_visualiser .fix-height:nth-child(7){background:#e6674a;}
#color_visualiser .fix-height:nth-child(8){background:#8ed5e7;}
#color_visualiser .fix-height:nth-child(9){background:#bed600;}
#color_visualiser .fix-height:nth-child(10){background:#569099;}
#color_visualiser .fix-height:nth-child(11){background:#af675e;}
#color_visualiser .fix-height:nth-child(12){background:#b7a66d;}
#color_visualiser .fix-height:nth-child(13){background:#ffd451;}
#color_visualiser .fix-height:nth-child(14){background:#f05283;}
#color_visualiser .fix-height:nth-child(15){background:#728574;}
#color_visualiser .fix-height:nth-child(16){background:#984874;}
#color_visualiser .fix-height:nth-child(17){background:#a8c4eb;}
#color_visualiser .fix-height:nth-child(18){background:#7e99aa;}
#color_visualiser .owl-prev, #color_visualiser .owl-next{top: 19%;padding: 0;font-size: 30px;margin: 0;}
#color_visualiser .item{text-align:center}
.sades-selec{background:#fef3d0; padding:20px}
.sades-selec .newslttr{width:100%; float:left;}
.sades-selec .newslttr label {color: #323232; margin-right: 48px;font-size: 16px;}
.sades-selec .newslttr .checkbox{ float:left; margin-top:0;}
.diff-color{width:75px; float:left; margin:2px;}
.diff-color span{float:left; width:100%; text-align:center}
.diff-color span:first-child{height:85px; width:100%; margin-bottom:10px;}
.clr-pad{padding:20px; width:100%; float:left; background:#fff;}
.clr-bx-1{background:#57517b;}
.clr-bx-2{background:#92b1cd;}
.clr-bx-3{background:#d9d8e4;}
.clr-bx-4{background:#8684a4;}
.clr-bx-5{background:#394a59;}
.clr-bx-6{background:#bcc3db;}
.fr-btn a{margin:10px}
.sades-selec .newslttr .checkbox input[type="checkbox"], .sades-selec .newslttr .checkbox-inline input[type="checkbox"]{margin-left: -14px;}
#calcTabsCont .radio input[type="radio"], #calcTabsCont .radio-inline input[type="radio"]{position: absolute;margin-left: -21px;width: 26px;height: 22px;-moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance:none; margin-top: 0px;}
#tb2, #tb3, #tb4, #tb5, #tb6{display:none;}
.tpcenter.in .modal-dialog{height:240px !important;}
#ap-video.ap-video .tab-content .nav li{margin-right: 0px;}
#ap-video.ap-video .tab-content .nav li a{padding:15px 0;}
#ap-video.ap-video #commercials .slct-style1{margin-left:0}

.book-select .checkbox{width: 25px; height: 34px; margin: 0 auto;}
.book-select .checkbox input[type="checkbox"]{width:25px; height:34px;}
.book-select .checkbox label::before{content: "";width: 25px;height: 34px;border: none;  background: url("clientlib-site-en/images/chk-sm.png") no-repeat 0px 10px;}
.book-select .checkbox label::after {width: 25px;  height: 34px;font-size: 14px;  color: #79be16;}
.offer-1 .book-select .checkbox, .offer-2 .book-select .checkbox, .offer-3 .book-select .checkbox{width:auto; float:left;}
.offer-1 .book-select .checkbox label, .offer-2 .book-select .checkbox label, .offer-3 .book-select .checkbox label{line-height: 2;font-size: 20px; margin-right:20px; padding-left: 20px;}
#book-a-serv .service_box .service_image img{width:100%;}
#book-a-serv .service_box .item-captn { top: 20%;  bottom: auto; padding: 5px 0px;  text-align: center;}
.ser-form .input-list-grp > li { margin-bottom: 30px;}
@media (max-width: 1199px) {
	#benifit-section .bg-clr4 > div {background-size:cover;}
	#demo .container, #demo2 .container, #demo3 .container{width: 940px;}
	#calcTabsCont .roomTab .roomCont {padding: 100px 8%}
	.howto{max-width:100% !important }
	}
@media (max-width: 992px) {
	#demo .container, #demo2 .container, #demo3 .container{width: 720px;}
	#benifit-section .bg-clr3 .sb-sect .sb_sb_sec img {margin: 0px 20px;}
	#benifit-section .bg-clr3 .sb-sect .sb_sb_sec p {font-size: 16px;}
	.fr-rel .tile{position:relative;}
	.newslttr label{margin-right:5px;}
	.signup-input { width: 250px;}
	.signup-input button { padding: 0px 10px;}
	#ult-cre .mb-55{float:left;}
	.fr-three-box, .fr-four-box{margin-bottom:30px;}
	.calbudgut .nav{display:block;}
	.roomCont .rightProgrees{left: 80%;}
	#ap-video.ap-video .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ width:270px;}
}
@media (max-width: 768px) {
	.newslttr label{margin-right:5px;}
	.signup-input {width: 55%;}
	.signup-input button { padding: 0px 10px;}
	#benifit-section .bg-clr3 .sb-sect .sb_sb_sec .fnt-siz-20{font-size:18px;}
	#benifit-section .sb-sect .mt-15{margin:0;}
	#benifit-section .bg-clr2 .sb_sb_sec{padding-top:10px;}
	#pro-ap-ult .fr-three-box{margin-bottom:0px;}
	.dealer_locator .locate_input{width:100%;}
	.res_tb_m{margin:20px 0;}
	#id03 .locator_color_copy, #id04 .locator-blck > p{padding:0}

}
@media (max-width: 767px) {
	#demo .container, #demo2 .container, #demo3 .container{width: 100%;}
	.ftr-top .container{padding:0 15px;}
	.full-grid .grid-item {width: 100%;}
	#benifit-section .bg-clr1, #benifit-section .bg-clr2, #benifit-section .bg-clr3, #benifit-section .bg-clr4 { float: left;width: 100%;}
	.ultima-care .heading-bg h3 { margin: 0px 0px 0px 108px;}
	.ultima-care .heading-bg{width:60%;}
	#woodtechemporiopu .item-captn-2 {width: 70%;}
	/*#pro-kidsworld-themes .kid-wrld-themes .col-md-4{clear:both;}*/
	#calcTabsCont .roomTab.tab-style1 .nav li a {padding: 12px 15px;}
	#calcTabsCont .question{ font-size: 20px;  margin-bottom: 30px;}
	.rightProgrees .roomWdth{color:#000;}
	#ap-video.ap-video .search-tabpanel .srch-input, #ap-video.ap-video .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ width:100%;}

	}
@media (max-width: 640px){
	.roomCont .rightProgrees { left: 0;}
	.rightProgrees .roomWdth{color:#fff;}
	#calcTabsCont .roomTab .roomCont {  padding: 32px 8% 50px;}
	#benifit-section .sb-sect { height:auto; }
	}
@media (max-width: 520px) {
	.mr-left { margin-bottom: 20px;width: 90%; text-align:center}
	.ultima-care .heading-bg{width:100%;}
	.ser-form .input-list-grp > li { margin-bottom: 20px;}
	}
@media (max-width: 480px) {
	.newslttr label {margin-right: 1%;}
	.newslttr .checkbox {width: 46%;}
	.signup-input { width: 100%;}
	.bg-clr2 .sb_sb_sec img{width:90%;}
	#woodtechemporiopu .item-captn-2 {width: 96%; margin: 2%;background: rgba(0, 0, 0, 0.5);bottom: 5px;left: 0px;padding: 5px 10px;}
	#royale-play .bg-clr2 .sb_sb_sec img {width: 60%;}
	#dealer_locator .tab-style1 li a{font-size: 14px;padding: 12px 10px;}
	#calcTabsCont .roomTab.tab-style1 .nav li a { padding: 12px 8px; font-size: 14px;}
	#calcTabsCont .radio { margin-bottom: 10px; margin-left: 0px;}
	#calcTabsCont .roomTab .roomCont {padding: 32px 0 50px;}
	#calcTabsCont .question-padding { margin-top: 0px;}
	#calcTabsCont .topProgrees, #calcTabsCont .rightProgrees {width: 78%;}
	#calcTabsCont .roomSize {  max-width: 96%;}
	.book-select{width:100%;}
	.bg-clr2 .sb_sb_sec .available_product .owl-item img{width:auto;}

}
@media (max-width: 420px){
	.offer-1 .book-select .checkbox label, .offer-2 .book-select .checkbox label, .offer-3 .book-select .checkbox label {    line-height: 3;    font-size: 16px;    margin-right: 20px;    padding-left: 10px;}
	}
@media (max-width: 360px) {
	#benifit-section .bg-clr3 .sb-sect .sb_sb_sec .fnt-siz-20 { font-size: 15px;}
	#royale-play .bg-clr3 p{padding: 0px 8px;}
	#royale-play .bg-clr3 .ext-para{padding: 0px 8px; width: 50%; margin:0}
	#dealer_locator .tab-style1 li a{font-size: 12px;padding: 12px 8px;}

	#calcTabsCont .radio { margin-bottom: 5px;}
	#calcTabsCont .tab-style1 .nav li a {padding: 12px 12px;}

	#calcTabsCont .roomHeightRadio .radioLables.radio { margin-right: 5%;}
	.color-patches li, .txtres .color-patches li, #saved-shades .color-patches li{width:17%;}
}
@media (max-width: 320px) {
	#benifit-section .bg-clr3 .sb-sect .sb_sb_sec img {margin: 0px 8px; width: 30%;}
	#royale-play .bg-clr3 .ext-para { padding: 0px 8px;  width: 64%;}

	}
/* --------------------------------------------------------- */
/* ----------------------- new_added_css.css - END ----------------------- */
/* --------------------------------------------------------- */














/* --------------------------------------------------------- */
/* ----------------------- article-allaboutcolour.css - START ----------------------- */
/* --------------------------------------------------------- */
.text-right { text-align:right; }
.article-link-copy { font-size:16px; color:#68686a; font-weight:600; padding-bottom:15px; }
.purple-color { color:#512b8b; }
/* --------------------------------------------------------- */
/* ----------------------- article-allaboutcolour.css - END ----------------------- */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* ----------------------- 23rd Jan 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.mt-5 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.template-textual-simple h3 { font-family:'Conv_accordaltregular-webfont'; line-height:normal; }
.template-textual-simple h4 { font-size:17px; }
.template-textual-simple p { color:#717173; }
.template-textual-simple ul { color:#717173; }
.footer-note { color:#aaaaab; margin-bottom:20px; }
.footer-note a { color:#fff; }
.footer-note a:hover { text-decoration:underline; }
/* --------------------------------------------------------- */
/* ----------------------- 23rd Jan 2016 - END ----------------------- */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* ----------------------- 27th Jan 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.custom-bootstrap-img-responsive-center { display:inline-block; text-align:center; width:auto !important; }
.carousel-style4.owl-theme .owl-controls { margin:0 !important; }
.carousel-style4.owl-theme .owl-controls .owl-buttons div { height: 18px; width: 10px; border-radius: 0; margin: 0; padding: 0; text-indent: -99999px; opacity: 1; font-size:0; }
.carousel-style4.owl-theme .owl-controls .owl-buttons div.owl-next { background: url("clientlib-site-en/images/arrow-right.png") no-repeat center center; margin-right:6px !important; }
.carousel-style4.owl-theme .owl-controls .owl-buttons div.owl-prev { background: url("clientlib-site-en/images/arrow-left.png") no-repeat center center; margin-left:6px !important; }
.carousel-style4 .ext-para { margin-bottom: 10px; font-size: 14px !important; text-align: left; float: left; width:auto !important; }
.carousel-style4 .ext-para.fnt-siz-20 { font-size:18px !important; }
/* --------------------------------------------------------- */
/* ----------------------- 27th Jan 2016 - END ----------------------- */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* ----------------------- 2nd Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.details-inputs .input-list-grp label { font-size:inherit; }
.details-inputs .input-list-grp .login .checkbox label { width:auto; padding-right:0; max-width:none; }

.custom-bootstrap-table-compare { color:#000; font-size:18px !important; }
.custom-bootstrap-table-compare tr { background:#e6f5fc; }
.custom-bootstrap-table-compare tr:nth-child(4n+1) { background:#fff4ec; }
.custom-bootstrap-table-compare tr td:first-child { background:#fff; }
.custom-bootstrap-table-compare tr td { padding:10px 8px !important; vertical-align:middle !important; white-space:inherit !important; min-width:130px; }
.custom-bootstrap-table-compare tr td > img { margin-bottom:5px; }
.custom-bootstrap-table-compare tr td > img~span { display:block; }
.custom-bootstrap-table-compare tr:first-child td { background:#512b8b; }
.custom-bootstrap-table-compare tr:first-child td > span { color:#fff; }

.custom-bootstrap-table-compare>thead>tr>th, .custom-bootstrap-table-compare>tbody>tr>th, .custom-bootstrap-table-compare>tfoot>tr>th, .custom-bootstrap-table-compare>thead>tr>td, .custom-bootstrap-table-compare>tbody>tr>td, .custom-bootstrap-table-compare>tfoot>tr>td { border:1px solid #fff !important; }

.custom-bootstrap-table-compare-col-6 tr td { width:16.66%; }
.custom-bootstrap-table-compare-col-7 tr td { width:14.28%; }

@media (max-width:768px){
	.custom-bootstrap-table-compare { color:#000; font-size:13px !important; }
}
@media (max-width:991px){
	.custom-bootstrap-table-compare { color:#000; font-size:15px !important; }
}
/* --------------------------------------------------------- */
/* ----------------------- 2nd Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */





/* --------------------------------------------------------- */
/* ----------------------- 4th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.global-form-error { display:block; color: #f20007; font-size: 12px; margin: 5px 0; }

.custom-bx-slider .bx-viewport { box-shadow: none; border: none; left: 0; }
.custom-bx-slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next { right: 10px; background: rgba(255, 255, 255, 0.5) url("clientlib-site-en/images/nav-arrw.png") no-repeat scroll 11px -19px; width: 10px; height: 18px; padding: 15px; border-radius: 50%; }
.custom-bx-slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev { left: 10px; background: rgba(255, 255, 255, 0.5) url("clientlib-site-en/images/nav-arrw.png") no-repeat scroll 9px 7px; width: 10px; height: 18px; padding: 15px; border-radius: 50%; }
.custom-bx-slider .bx-wrapper .bx-controls-direction a { top:45%; }
.custom-bx-slider-full-width ul > li > img { width:100%; }

.custom-bx-slider ul > li > img.component-product-theme-day-image { display:none; }
.custom-bx-slider ul > li > img.component-product-theme-night-image { display:none; }

.offer-input-wrapper { margin-bottom:10px; }
.offer-input-wrapper .text-input { margin-bottom:0; }
.service_aphs_cta { background-color:transparent; display:block; width:100%; }
.service_aphs_cta:hover { background-color:#55565a; }

.thank-content-subtext p { line-height:25px; }

@media (max-width: 767px){
	.dropdown-menu { padding: 0; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 6px 12px rgba(0,0,0,0.175); top: 35px; }
	.bootstrap-select.btn-group .dropdown-toggle .caret { top:45%; right: 14px !important; }
}
@media (max-width: 991px) {
	.frm-offer input.txt-input-default { margin-bottom: 15px; }
}
/* --------------------------------------------------------- */
/* ----------------------- 4th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */




/* --------------------------------------------------------- */
/* ----------------------- 10th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.mr-50 { margin-right:50px; }
.global-border-bottom { border-bottom:1px solid #e2e2e2; padding-bottom:25px; }
.global-border-bottom:last-child { border-bottom:0; }
@media (max-width: 767px){
	.global-border-bottom { padding-bottom:10px; }
}

.step3Hexa { width: 119px; height: 137px; color: #fff; font-size: 30px; margin-bottom: 10px; padding-top: 35px; }
.step3Hexa img { display: block; margin: 15px auto 0; }
.step3Hexa{ background: url("clientlib-site-en/images/hexagone3.png") top center no-repeat; }

.FileUpload { width:auto !important; }
.fourpics-express .upload-btn { display:inline-block; }

.modal.custom-modal-default-status.in .modal-dialog { width: auto; max-width: 596px; position: relative; top: 0; left: 0; right: 0; bottom: 0; height: auto; margin: 50px auto !important; background: #fff; }
.modal.custom-modal-default-status.in .modal-content { background: transparent; border: none; box-shadow: none; background: #fff; height: auto; }
.modal.custom-modal-default-status.in .modal-header { width: auto; margin: 0; clear: both; }
/* --------------------------------------------------------- */
/* ----------------------- 10th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */






/* --------------------------------------------------------- */
/* ----------------------- 11th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.step-cont .step_dec > p { margin-bottom:0; }
.step-cont .step_dec > img { position:absolute; bottom:25px; left:44px; }
.text-input { min-width:180px; margin-bottom:0; }
.service_content > h2.service_subheader { font-size:22px; }
.service_content > p { margin-bottom:0; }
.service_aphs_services .service_box .service_image img { width:100; }
@media (max-width:991px){
	.service_aphs_services .service_box { border:0; }
}
 /* --------------------------------------------------------- */
/* ----------------------- 11th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */




/* --------------------------------------------------------- */
/* ----------------------- 12th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.modal.custom-modal-default-status .modal-content { height:auto !important; }
.modal-content .thank-content { border:0; border-radius:0; }
.modal.custom-modal-default-status.in .modal-dialog { margin:145px auto !important; }
@media (max-width:767px){
	.modal.custom-modal-default-status.in .modal-dialog { margin:70px auto !important; }
}
 /* --------------------------------------------------------- */
/* ----------------------- 12th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- 16th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.spcl-efftcs .shade {
	padding-bottom:100%;
}
.spcl-efftcs.spcl-efftcs-small .shade {
	padding-bottom:100%;
}
.color-box-shades {
	height: 213px;
    width: 167px;
    display: block;
}
@media (max-width:767px){
	.gray-strip.affix { position:fixed !important; }
	.color-patch-list{height:215px !important;}
}
@media (max-width:991px){
	.slct-style2 .glyphicon, .main-toggle, .sub-toggle { display:block !important; }
	.color-catalog .main-tabs > .nav, .color-catalog .sub-nav { display:none; }
}
/* --------------------------------------------------------- */
/* ----------------------- 16th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* ----------------------- 19th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.custom-bootstrap-table-compare tr td img { margin-bottom: 5px; }
.custom-bootstrap-table-compare tr td img~span { display: block; }

.btn-style6 { border: 2px solid #55565a; color: #55565a; font-family: 'Conv_accordaltregular-webfont'; display: inline-block; font-size: 18px; padding: 7px 30px 8px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.btn-style2:hover, .btn-style6:hover { background-color: #55565a !important; border-color: #55565a; color: #fff !important; }
/* --------------------------------------------------------- */
/* ----------------------- 19th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* ----------------------- 22nd Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.color-patch-list { height: 225px; }
.locator-hdng:hover .check_copy span + a { color:#333; }
@media screen and (min-width:480px) and (max-width:605px){
	.color-item.actv .arrw {bottom: -45px;}
}
/* --------------------------------------------------------- */
/* ----------------------- 22nd Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */





/* --------------------------------------------------------- */
/* ----------------------- 23rd Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.pb-30 { padding-bottom:30px !important; }
.form-error-default{ display:block; color: #f20007; font-size: 12px; margin: 5px 0; width:100%; padding:0 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
/* --------------------------------------------------------- */
/* ----------------------- 23rd Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */




/* --------------------------------------------------------- */
/* ----------------------- 26th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.global-pl-0 { padding-left:0; }
/*.tab-style1 .nav li.active.error:before { background:url("clientlib-site-en/images/arrow-bottom-error.png") no-repeat center center !important; }*/
.tab-style1 .nav li.error a { background-color:#f20007 !important; }

#furniture-section .bg-clr .sb-sect { float: none; margin-right:15px; }
#furniture-section .bg-clr .sb-sect:nth-child(n+1) { margin-right:0; }
#furniture-section .bg-clr .sb-sect .sel-ani .mt-15 { height:auto !important; min-height:120px; }

@media (max-width:767px){
	#furniture-section .bg-clr .sb-sect { margin-right:0; }
}

.color-patch-list { height:315px; }
.color-box3, .shade-box { border:1px solid #cacaca; }
.color-box4 { border:1px solid #cacaca; }
.color-patch-sldr li .color-box4 { border-bottom:none; }
.color-patch-sldr li .arrw { display:none; }
.color-catgry-sldr li a p.catgry-name { margin-bottom:0; }
.main-color-box { border:1px solid #cacaca; }
.shade { border:1px solid #cacaca; }
.color-item.actv .color-name { color:#6d6e71 !important; font-size:13px; height: 13px; }
.color-item.actv .arrw { bottom:-30px; }
.col-sldr-col { /*margin-top:0px;*/ }
.color-patches li, .txtres .color-patches li, #saved-shades .color-patches li { max-width:48px; margin:1.4% !important; }

.tab-content > .active { overflow:hidden; }
.color-patch-list .tab-pane li.active a .color-box3, .color-patch-list .tab-pane li.active a .shade-box { border:1px solid #000; }
.shade-col h4{min-height:18px}
#dvProducts h4, .arrw span{ text-transform:lowercase}
#dvGoesWellWith a{ cursor:initial}
.customsethd{margin:0;}
@media (max-width: 767px) {
	.color-patches li:nth-child(2n), .txtres .color-patches li:nth-child(2n), #saved-shades .color-patches li:nth-child(2n) { margin-right:8%; }
	#bucketSection .color-patch-sldr li .color-box4.actv{border:1px solid rgba(0,0,0,0)!important}
	.customsethd{margin-bottom:15px;}
	.main-color-box {padding: 103.6% 0;}
}
@media (max-width: 560px){
.main-color-box {padding: 105.6% 0;}
}
@media (min-width: 768px){
	#dvStencils .bx-viewport ul li, #dvKidsWorld .bx-viewport ul li, #dvApex .bx-viewport ul li, #dvUltra .bx-viewport ul li, #infinitex3 .col-sldr-col2 .bx-viewport ul li, #infinitex4 .col-sldr-col2 .bx-viewport ul li{width:auto !important}
	#dvRoyaleTextureFamily ul li a .prdct-name, #dvLatestTrends ul li a .prdct-name, #dvMetalicShadeSubCategoryContainer ul li a .prdct-name{width:91%}
	#dvRoyaleTextureFamily ul li a span.arrw2, #dvLatestTrends ul li a span.arrw2, #dvMetalicShadeSubCategoryContainer ul li a span.arrw2{left:77%}

	}
@media (max-width: 420px){
	.main-color-box { padding: 109% 0;}
	}

/* --------------------------------------------------------- */
/* ----------------------- 26th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */





/* --------------------------------------------------------- */
/* ----------------------- 29th Feb 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.global-mt-10 { margin-top:10px !important; }
.global-mobile-mt-0  { margin-top:0 !important; }
.global-display-inline-block { display:inline-block; }

#benefits .btn-style2.mr-left:first-child { margin-left:0; }
#benifit-section .bg-clr4 .sb-sect .sb_sb_sec { width:80%; }
#woodtechemporiopu #demo2 { background-color: transparent; }

.ui-widget { font-family: 'Conv_accordaltlight-webfont', sans-serif; font-size:16px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Conv_accordaltlight-webfont', sans-serif; font-size:16px; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background-color:#fcaf17; color:#000; border:1px solid #fcaf17; }

.ui-menu .ui-menu-item a { border-radius:0; }

@media (max-width: 767px){
	.mr-left { margin:0 10px 10px 10px !important; }
}
@media (max-width: 479px){
	.mr-left { display:block; max-width:180px; }
}
/* --------------------------------------------------------- */
/* ----------------------- 29th Feb 2016 - END ----------------------- */
/* --------------------------------------------------------- */




/* --------------------------------------------------------- */
/* ----------------------- 1st March 2016 - START ----------------------- */
/* --------------------------------------------------------- */
#error-message-model .modal-header { width:auto; margin:auto; position:relative; top:50px; }
#error-message-model .modal-header h4 { text-align:center; }

.purple__bullet li { padding-left:0; line-height:1.5; }
.purple__bullet li::before { background-color:transparent; }
/* --------------------------------------------------------- */
/* ----------------------- 1st March 2016 - END ----------------------- */
/* --------------------------------------------------------- */





/* --------------------------------------------------------- */
/* ----------------------- 2nd March 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.signature_gallery_btn_container { position:relative; }
.signature_thumb_container { min-height:auto; }
.why-decor > ul > li { padding:0 0 12px 5px; background:transparent; }

/*#lbMain { position:absolute !important; }*/
.morecontent span { display: none; }
.morelink, .morelink:active, .morelink:hover, .morelink:focus, .morelink:visited { text-decoration:underline; }

@media (max-width: 767px) {
	.ap-smart-tab .tab-content .tab-pane { text-align:left; }
}
/* --------------------------------------------------------- */
/* ----------------------- 2nd March 2016 - END ----------------------- */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* ----------------------- 4th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */
.tab-content { clear:both; }
.extended-select-box { min-width:350px; }

.crosslinks.section:last-child .brdr-secn, .crosslinks.section:nth-last-child(1) .brdr-secn{ border:0; margin-bottom:0; padding-bottom:0; }
/*.comments.section:last-child .brdr-secn, .comments.section:nth-last-child(1) .brdr-secn{ border:0; margin-bottom:0; padding-bottom:0; }*/
.scf-comments-list .scf.scf-post:last-child{border: none;}
@media (max-width: 767px) {
	.extended-select-box { min-width:100%; }
}
/* --------------------------------------------------------- */
/* ----------------------- 4th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */




/* --------------------------------------------------------- */
/* ----------------------- 5th March 2016 - START ----------------------- */
/* --------------------------------------------------------- */
@media screen and (max-width: 768px){
   #benefits .contentarticle p,.benefits .contentarticle p{
   	text-align: center;
   }
   .benefits .col-sm-9,.benefits .col-sm-3{
	text-align: center;
   }
}

.custom-text-aling-left { text-align:left; }
.custom-text-aling-right { text-align:right; }
.custom-text-aling-center { text-align:center; }
.custom-text-aling-justify { text-align:justify; }
.inner-secn .row .col-md-12 .textdescriptionwithCTA.section:nth-last-child(2) .brdr-secn { border:0; margin-bottom:0; padding-bottom:0; }
@media (max-width:767px){
	.custom-hidden-xs { display:none !important; }
	.custom-hidden-sm { display:block !important; }
	.custom-hidden-md { display:block !important; }
	.custom-hidden-lg { display:block !important; }
	.custom-visible-sm { display:none !important; }
	.custom-visible-md { display:none !important; }
	.custom-visible-lg { display:none !important; }
	.custom-visible-xs { display:block !important; }
}
@media (min-width:768px) and (max-width:991px){
	.custom-hidden-xs { display:block !important; }
	.custom-hidden-sm { display:none !important; }
	.custom-hidden-md { display:block !important; }
	.custom-hidden-lg { display:block !important; }
	.custom-visible-xs { display:none !important; }
	.custom-visible-md { display:none !important; }
	.custom-visible-lg { display:none !important; }
	.custom-visible-sm { display:block !important; }
}
@media (min-width:992px) and (max-width:1199px){
	.custom-hidden-xs { display:block !important; }
	.custom-hidden-sm { display:block !important; }
	.custom-hidden-md { display:none !important; }
	.custom-hidden-lg { display:block !important; }
	.custom-visible-xs { display:none !important; }
	.custom-visible-sm { display:none !important; }
	.custom-visible-lg { display:none !important; }
	.custom-visible-md { display:block !important; }
}
@media (min-width:1200px){
	.custom-hidden-xs { display:block !important; }
	.custom-hidden-sm { display:block !important; }
	.custom-hidden-md { display:block !important; }
	.custom-hidden-lg { display:none !important; }
	.custom-visible-xs { display:none !important; }
	.custom-visible-sm { display:none !important; }
	.custom-visible-md { display:none !important; }
	.custom-visible-lg { display:block !important; }
}

@media (max-width:991px){
	.intrst-check {
		display: none;
	}
	.intrst-hdng {
		background: url("clientlib-site-en/images/plus.png") no-repeat 93% center;
		border-bottom: 1px solid #999;
		cursor: pointer;
		font-size: 14px;
		margin: 0;
		padding: 10px;
	}
	.intrst-hdng.last {
		border-bottom: 0 none;
	}
	.active-hdng {
		background: url("clientlib-site-en/images/close.png") no-repeat 93% center;
	}
	.intrst-check {
		padding: 20px 10px 0;
		margin: 0;
		max-height: none;
	}
	.intrst-check .checkbox {
		float: left;
		width: 50%;
	}
	.checkbox label {
		font-size: 13px;
	}
	.search-item {
		float: none !important;
		min-width: auto;
	}
}

.brdr-secn.mb-0:last-child{
	margin-bottom: 60px;  /* Signature Store */
}

#locatestore > h2{
	margin-bottom: 0;
}
/* --------------------------------------------------------- */
/* ----------------------- 5th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- 7th March 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.chbx{margin: 15px 0 0 15px; position:relative; font:inherit; line-height:28px;}
.chbx input[type="checkbox"]{opacity: 0;width: 20px;height: 20px;position: absolute;left: 0;top: 0; margin:0; z-index:1}
.chbox::before {width: 20px; height: 20px; display: block; border:1px solid #000; content:''; float:left; margin-right:5px;}
.checkimg{border-left: 1px solid green;width: 13px;height: 8px;transform: rotate(-45deg); -webkit-transform: rotate(-45deg);margin: 0px;border-bottom: 1px solid green;display: block;float: left;position: absolute;top: 4px; margin-left:4px; display:none;}
.chbx input[type="checkbox"]:checked + .chbox .checkimg{display:block;}
.tab-style1.customani .nav{margin-bottom:20px;}

a.menu-btn span {
	background: url("clientlib-site-en/images/plus-minus.png") no-repeat;
	display: inline-block;
	height: 14px;
	margin-left: 10px;
	width: 15px;
}
a.menu-btn.active span {
	background-position: -17px 0;
}
.carousel-coverage img { width:auto !important; }
.carousel-coverage p { padding:0 !important; text-align:left; }
.custom-col-xs-offset-1 { margin-left:8.333333% !important; }

/* --------------------------------------------------------- */
/* ----------------------- 7th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* ----------------------- 8th March 2016 - START ----------------------- */
/* --------------------------------------------------------- */
#royl-play .tab-content, #apex-duracast .tab-content, #ultima-allura .tab-content{clear:none; }
.custom-clear-wrapper .tab-content{clear:none; }

/*.showFaqs:last-child .accrdn-secn {border: 0; margin-bottom: 0;}*/

.ap-video .tab-content > .active{overflow:visible;}

.custom-responsive-height-wrapper .owl-wrapper-outer { height:auto !important; }
.custom-responsive-height-item { text-align:center; }
.custom-responsive-height-item img {width:auto !important; max-width:100%; max-height:100%; }
.blog .item-img{min-height: 120px;}
.campus-wrap .campus-block .custom-career-blog-detail > p{display: none;}
.campus-wrap .campus-block .custom-career-blog-detail > p:first-child{display: block;}
/* --------------------------------------------------------- */
/* ----------------------- 8th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ----------------------- 11th March 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.newslttr label { margin-top:10px; }

.table-responsive .table { overflow:visible !important; }
.table-responsive .table p { text-align:left; }
.table-responsive .table>tbody+tbody { border:0; }
.table-responsive .table>thead>tr>th, .table-responsive .table>tbody>tr>th, .table-responsive .table>tfoot>tr>th, .table-responsive .table>thead>tr>td, .table-responsive .table>tbody>tr>td, .table-responsive .table>tfoot>tr>td { border:1px solid #ddd !important; }
.table-responsive .table>caption+thead>tr:first-child>th, .table-responsive .table>colgroup+thead>tr:first-child>th, .table-responsive .table>thead:first-child>tr:first-child>th, .table-responsive .table>caption+thead>tr:first-child>td, .table-responsive .table>colgroup+thead>tr:first-child>td, .table-responsive .table>thead:first-child>tr:first-child>td { border:1px solid #ddd !important; }

.careerscampus .campus-block img { width:auto; width:100%; max-width:100%; }
.investorsshareholding .tab-content > .active{overflow:visible;}
@media screen and (max-width: 767px){
.table-responsive { border: 0; }
}
.socialnetwork.section img { height: auto !important; }
.investor-policies-program > ul > li a:hover {
    color: #512b8b;
    text-decoration: underline;
}
.table-responsive .custom-bootstrap-table-compare { border:0; }
.table-responsive .custom-bootstrap-table-compare>thead>tr>th, .table-responsive .custom-bootstrap-table-compare>tbody>tr>th, .table-responsive .custom-bootstrap-table-compare>tfoot>tr>th, .table-responsive .custom-bootstrap-table-compare>thead>tr>td, .table-responsive .custom-bootstrap-table-compare>tbody>tr>td, .table-responsive .custom-bootstrap-table-compare>tfoot>tr>td { border:1px solid #fff !important; }
.showFaqs .accrdn-secn:last-child { margin-bottom: 12px; border-bottom: 1px solid #dbdbdb; }
.showFaqs:last-child .accrdn-secn { margin-bottom: 0; border-bottom:0; }
.set-equal-height .gallery-img img { max-height:195px; }
/*.alsolookfor.section:last-child .brdr-secn, .alsolookfor.section:nth-last-child(1) .brdr-secn{ border:0; margin-bottom:0; padding-bottom:0; }*/
/* --------------------------------------------------------- */
/* ----------------------- 11th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ----------------------- 16th March 2016 -START ----------------------- */
/* --------------------------------------------------------- */

.bx-wrapper .prdct-name{
	width: 90%;
}

.bx-wrapper .color-patch-sldr li.active .arrw2{
	left: 78%;
}

@media screen and (max-width:767px){
    .bx-wrapper .prdct-name{
	width: 100%;
}
.bx-wrapper .color-patch-sldr li.active .arrw2{
	left: 50%;
    margin-left: -10px;
}
}

/* --------------------------------------------------------- */
/* ----------------------- 16th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- 18th March 2016 - START ----------------------- */
/* --------------------------------------------------------- */

.homepage-spotlight-cta, .homepage-spotlight-cta:focus{
    color:#fff;
	background-color:rgba(80,86,90,1);
border-color:rgba(80,86,90,1);
}
.homepage-spotlight-cta:hover, .homepage-spotlight-cta:active{
            color:#fff;
	background-color:rgba(80,86,90,0.5);
border-color:rgba(80,86,90,0.5);
}


/* --------------------------------------------------------- */
/* ----------------------- 18th March 2016 - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- 4th April 2016 - START ----------------------- */
/* --------------------------------------------------------- */
a.pdf-dwnld-btn { font-size:16px; color:#512b8b; text-decoration:underline; }
a.pdf-dwnld-btn:hover { color:#333; }

@media screen and (max-width: 767px){
	.table-responsive.custom-table-normal-wrap>.table>thead>tr>th, .table-responsive.custom-table-normal-wrap>.table>tbody>tr>th, .table-responsive.custom-table-normal-wrap>.table>tfoot>tr>th, .table-responsive.custom-table-normal-wrap>.table>thead>tr>td, .table-responsive.custom-table-normal-wrap>.table>tbody>tr>td, .table-responsive.custom-table-normal-wrap>.table>tfoot>tr>td { white-space:normal; }
}

.custom-modal-content-template .modal-content { height:auto; border-radius:0; }
.custom-modal-content-template .modal-header { width:auto; margin:0; clear:none; }
.custom-modal-content-template .modal-header .modal-title { float:none; }
.custom-modal-content-template .modal-body { margin-bottom:15px; }

.custom-modal-content-template .modal-dialog {
    pointer-events: unset !important;
}

#vieworderdetail-popup.typography .modal-dialog.popup-content {
    top: 100px;
}
#vieworderdetail-popup.typography .cart-overlay-content .modal-header h3 {
    margin: auto;
    text-transform: capitalize;
}

#vieworderdetail-popup.typography .cart-overlay-content .closeBtnWrap {
    flex-direction: row-reverse;
}

#vieworderdetail-popup.typography .cart-overlay-content .modal-body .radio {
    text-transform: capitalize;
    padding-left: 5px;
}
#vieworderdetail-popup.typography .cart-overlay-content .popup-content-wrapper .btn-group .dropdown-menu.open {
    padding: 10px;
}

#vieworderdetail-popup.typography .cart-overlay-content .popup-content-wrapper .btn-group .dropdown-menu.open ul li:first-child {
    display: none;
}
#vieworderdetail-popup.typography .cart-overlay-content .popup-content-wrapper .btn-group .dropdown-menu.open ul li {
   margin-top: 4px;
}

#vieworderdetail-popup.typography .dropdown-menu.drop-visible {
    display: block;
}

#vieworderdetail-popup.typography #refundSubmit.disbleBtn {
    opacity: 0.5;
    pointer-events: none;
}
#vieworderdetail-popup.typography  .btn.dropdown-toggle.btn-default .caret {
    display: none;
}
#return-success-popup.typography .modal-content  .return-popup h3,b {
    font-size: 16px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    line-height: 1.57;
    color: #222222;
    margin-bottom: 20px;
    width: 90%;
}
#return-success-popup.typography  .return-popup  p,
#return-success-popup.typography  .return-popup p a .global-button {

    border-color: #431a80;
}

#return-success-popup.typography .return-popup p a .global-button {
    border-radius: 0;
    background-color: #431a80 !important;
    color: #ffffff !important;
}
#return-success-popup.typography  .return-popup  p {
    font-size: 13px;
    letter-spacing: 1px;
}

#return-success-popup.typography .modal-dialog {
     height: 250px;
}

#return-success-popup.typography .modal-dialog .modal-content .close {
  top: 10px;
}

#return-success-popup.typography .return-popup .contactUs a {
    color: #441980;
    font-size: 14px;
    font-weight: 800;
}

#return-success-popup.typography .return-popup .contactUs b {
    font-size: 14px;
    font-weight: 800;
}
@media screen and (max-width: 767px){
    #return-success-popup.typography  .return-popup  p {
        font-size: 11px;
        letter-spacing: 0px;
    }
}

h1 {
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 28px;
	margin-bottom: 32px;
}
h1 span {
	display: inline-block;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
}
@media screen and (max-width:767px){
h1 { font-size:26px; }
#furniture-section .bg-clr .sb-sect{padding: 20px;}
#furniture-section .bg-clr.mb-30{margin-bottom: 15px !important;}
}
@media screen and (max-width:479px){
#furniture-section .bg-clr .sb-sect .sel-ani .mt-15 {height: auto !important;min-height: initial;}
}
.anchor-tnc:hover{text-decoration:underline;}

@media screen and (max-width: 767px){
	#benifit-section .sb-sect{
		height: auto;
	}
	#benifit-section .bg-clr2 .sb_sb_sec{
		padding-top: 0px;
	}
}
/* --------------------------------------------------------- */
/* ----------------------- 4th April 2016 - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- 11th April 2016 - START ----------------------- */
/* --------------------------------------------------------- */

.morph-button-sidebar .morph-content{
	right: 0 !important;
	left: auto !important;
}
.morph-button > button{
	width: 40px;
	height: 150px;
	background: url("clientlib-site-en/images/msg-icon-big.png") no-repeat center center #5e3b8d;
}

@media screen and (max-width: 480px){
	.morph-button-sidebar.open .morph-content{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.morph-button > button{
		width: 21px;
		height: 80px;
		background: url("clientlib-site-en/images/msg-icon-small.png") no-repeat center center #5e3b8d;
	}
}


.errorpage {
	font-family: 'Conv_accordaltlight-webfont', sans-serif;
}
/* --------------------------------------------------------- */
/* ----------------------- 11th April 2016 - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- 12th April 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.mr-15{
	margin-right: 15px;
}
.global-ml-98 {
	margin-left:98px;
}
a.prominent-anchor {
	color: #512b8b;
	font-weight: bold;
	text-decoration: underline;
}
a.prominent-anchor:hover {
	text-decoration: underline;
}

/* 4pic - LP */
.number-list {
	list-style:inside; list-style-type:decimal;
}
.capture-steps figcaption {
	font-size:18px;
	font-family:"Conv_accordaltlight-webfont";
}
.av-desc > p {
	font-size:14px;
}
.prof-picture .input-list-grp > li {
	position:relative;
	margin:10px 0;
}
#note-precutLayer-modal .modal-body {
	padding: 15px !important;
}

/* 4pic - step 1 page*/
.btn-disabled {
	opacity:0.4;
}
.FileUpload {
    position: relative;
    float: left;
    margin-right: 40px;
    width: 115px !important;
}
.fileName_uploaded {
    width: 100%;
    display: none;
    background-color: #ebebeb;
    color: #333333;
    padding: 10px 5px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uploadpic-loader{
	display: none;
	text-align: center;
}
.uploadpic-loader img{
	height: 30px;
    width: 30px;
    margin-top: 10px;
}
.modal.custom-modal-default-status.in .modal-dialog.modal-lg {
	width: auto;
	max-width: 900px;
}
#note-panoramic-modal .modal-title{
	color: #333;
}

/* 4pic - step 2 page */
.step-hdng {
	margin: 0 0 0 3%;
}
.color-popup {
	z-index: -9;
}
.bootstrap-select button {
    background: none;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ccc;
    height: auto;
    margin-top: 0px;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
#tab-pane-2 .color-patch-secn{
	padding: 15px 35px 35px 35px;
}
#tab-pane-2 .color-patch-col{
	width: 100%;
}
#tab-pane-1 .color-patch-col .color-patch-list{
	overflow-x: hidden;
	overflow:auto;
}
#tab-pane-2 .color-patch-col .color-patch-list{
	margin: 28px 4% 0 0;
	width: 78%;
}
#tab-pane-2 .color-patch-col .shade-col{
	width: 18%;
}
.color-popup{
	/*width: 100%;*/
	/*max-width: 1280px;*/
}
.color-popup .or{
	margin-top: 30px;
}

/* 4pic - form page*/
h3 > span {
	border-bottom: 1px solid #d3d3d3;
	display: inline-block;
	padding-bottom: 10px;
}
h4.underline-heading > span {
	border-bottom: 1px solid #d3d3d3;
	display: inline-block;
	padding-bottom: 10px;
}
h3 > span.mandatory, h4 > span.mandatory, label > span.mandatory {
	border: 0;
	padding: 0;
	display: inline;

}
.checkbox-custom {
	position:absolute; top:40px;
}
#fourPicsAllDetails .details-inputs .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	height: 13px;
    left: -20px;
    margin-left: 1px;
    width: 14px;
    top: -3px;
}
#fourPicsAllDetails .details-inputs .checkbox input[type="checkbox"]:checked+label::after, .checkbox label.chkd::after{
	content: "";
    background: rgba(0,0,0,0) url("clientlib-site-en/images/tick-mark-green.png") no-repeat scroll center center;
}
.combn-table span{
	display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.color-select-copy {
    font-weight:bold;
    line-height: 18px;
    font-size: 13px;
    padding-left: 10px;
}
.fourpics-express .upload-btn {
	overflow:visible;
}
.btn-with-divider {
	width:45px;
	height:45px;
	line-height:45px;
	font-size:16px;
}

/* 4pic - media queries*/
@media screen and (max-width: 479px){
	#tab-pane-2 .color-patch-col .color-patch-list{
		margin: 0;
		width: 100%;
	}
	#tab-pane-2 .color-patch-col .shade-col{
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 579px){
	.color-popup .or{
		margin-top:0;
	}
    .custom-mobile-col-580-xs-12{
        width: 100% !important;
    }
    .custom-mobile-580-text-align-left{
    	text-align: left;
    }
    #tab-pane-2 .color-patch-secn {
	    padding: 15px 15px 15px 15px;
	}
}
@media screen and (max-width: 639px){
	.global-ml-98 { margin-left:0; }
}
@media screen and (max-width: 980px){
	.prof-picture .input-list-grp label {
	    max-width: 98px;
	}
}
@media screen and (max-width: 991px){
	.combn-table span {
		padding: 5px 0 0 0;
	}
}
@media (max-width: 1280px) {
	.color-popup {
		padding: 40px 20px;
		left: 0;
		margin: 0;
		width: 100%;
		margin-top : -940px!important;
	}
}
/* --------------------------------------------------------- */
/* ----------------------- 12th April 2016 - END ----------------------- */
=======
/* ----------------------- 26th May 2016 - START ----------------------- */
/* ---------------------------------------------------------
.text-center { text-align: center; }
.text-underline { text-decoration: underline; }
.mb-5-percent { margin-bottom: 5%; }
.btn-style5 { cursor: pointer; }

.header-short { background-color: #fff; }
.header-short .row { position: relative; }
.header-short .row .col-xs-6 { position: static; }
.header-short a { text-decoration:none; font-size:12px; font-weight: bold; color: #512b8b; position: absolute; right: 0; top: 44%; transform:translateY(-50%); }
.header-short a:hover { text-decoration:underline; }

.download-wrapper { height: 100%; background-color: #fef1cc; }
.download-wrapper > div { padding: 20px; }
.download-wrapper > div span { font-size: 16px; color:#333333; padding-left: 10px; }*/
/* --------------------------------------------------------- */
/* ----------------------- 26th May 2016 - END ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ----------------------- 04th May 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.btn-preview-back{
	position: absolute;
	top: 5px;
	right: 15px;
}
.fourpics-express .upload-btn {
	background:  url("clientlib-site-en/images/upload-v4.jpg") no-repeat scroll 0 0 / 100% auto;
}
/* --------------------------------------------------------- */
/* ----------------------- 04th May 2016 - END ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ----------------------- 20th May 2016 - START ----------------------- */
/* --------------------------------------------------------- */

/* Common Responsive Table Start */
.responsiveTable{width:100%; font-family: "Conv_accordaltregular-webfont"; }
.responsiveTable th { color:#333333; font-size:20px; padding:10px 0 15px 10px; }
.responsiveTable > tbody > tr > td { padding:20px 10px; vertical-align:middle; font-size:18px; }
.responsiveTable > tbody { background-color:#fdf0c1; }
.cartTable2Item > tbody { background-color:#feda8e; }
.responsiveTable > tbody > tr > td.cart-result-bg{ background-color:#fdda8e; }
.cartTable2Item > tbody > tr > td > p { font-size:24px; }
/* Common Responsive Table End */

/* Retailer Order Listing Table Start */
.cartTable4Item, .cartTable5Item { margin-bottom:25px;}

.cartTable1Item { background-color:#fef0c1; }

.cartTable4Item > thead > tr > th:nth-child(1), .cartTable4Item > tbody > tr > td:nth-child(1) { width:30%; }
.cartTable4Item > thead > tr > th:nth-child(2), .cartTable4Item > tbody > tr > td:nth-child(2) { width:25%; }
.cartTable4Item > thead > tr > th:nth-child(3), .cartTable4Item > tbody > tr > td:nth-child(3) { width:25%; }
.cartTable4Item > thead > tr > th:nth-child(4), .cartTable4Item > tbody > tr > td:nth-child(4) { width:20%; }

.cartTable5Item > thead > tr > th:nth-child(1), .cartTable5Item > tbody > tr > td:nth-child(1) { width:30%; }
.cartTable5Item > thead > tr > th:nth-child(2), .cartTable5Item > tbody > tr > td:nth-child(2) { width:20%; }
.cartTable5Item > thead > tr > th:nth-child(3), .cartTable5Item > tbody > tr > td:nth-child(3) { width:15%; }
.cartTable5Item > thead > tr > th:nth-child(4), .cartTable5Item > tbody > tr > td:nth-child(4) { width:15%; }
.cartTable5Item > thead > tr > th:nth-child(5), .cartTable5Item > tbody > tr > td:nth-child(5) { width:20%; }

.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td:nth-child(1) { width:80%; }
.cartTable2Item > thead > tr > th:nth-child(2), .cartTable2Item > tbody > tr > td:nth-child(2) { width:20%; }

.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td { padding:10px; }
.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td > p { margin:15px 0 5px 0; }

.selected-shade-box { background-color:#fbe0ff; border:2px solid #FFFFFF; width:46px; height:46px; display:block; }
.selected-shade-name { font-size:14px; padding-top:10px; display:block; }

.cart-select-drop-down-item { min-width: 90px; width:100% !important; max-width:90px; }

/* Retailer Order Listing Table Start */

@media screen and (max-width: 767px){
.responsiveTable { width:100%; }

.responsiveTable > tbody > tr > td { font-size:15px; }
.font-24 { font-size:18px !important; }

.cartTable4Item, .cartTable4Item > thead, .cartTable4Item > tbody, .cartTable4Item th, .cartTable4Item tr, .cartTable4Item td{display:block; border:none;}
.cartTable4Item > tbody > tr > td {border: none; position: relative;padding-left: 50%;}
.cartTable4Item td{display:block;}
.cartTable4Item > thead > tr {position: absolute; top: -9999px; left: -9999px;}
.cartTable4Item > tbody > tr {margin:0px 0px 10px 0px}
.cartTable4Item > tbody > tr > td:before { content: attr(data-label); position:absolute; top:50%; transform:translateY(-50%); left:6px; width:95%; padding-right:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cartTable4Item > tbody > tr > td * { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:18px; }

.cartTable5Item, .cartTable5Item > thead, .cartTable5Item > tbody, .cartTable5Item th, .cartTable5Item tr, .cartTable5Item td{display:block; border:none;}
.cartTable5Item > tbody > tr > td {border: none; position: relative;padding-left: 50%;}
.cartTable5Item td{display:block;}
.cartTable5Item > thead > tr {position: absolute; top: -9999px; left: -9999px;}
.cartTable5Item > tbody > tr { margin:0px 0px 10px 0px}
.cartTable5Item > tbody > tr > td:before { content: attr(data-label); position:absolute; top:50%; transform:translateY(-50%); left:6px; width:45%; padding-right:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cartTable5Item > tbody > tr > td * { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:18px; }

.cartTable4Item > thead > tr > th:nth-child(1), .cartTable4Item > tbody > tr > td:nth-child(1) { width:auto; }
.cartTable4Item > thead > tr > th:nth-child(2), .cartTable4Item > tbody > tr > td:nth-child(2) { width:auto; }
.cartTable4Item > thead > tr > th:nth-child(3), .cartTable4Item > tbody > tr > td:nth-child(3) { width:auto; }
.cartTable4Item > thead > tr > th:nth-child(4), .cartTable4Item > tbody > tr > td:nth-child(4) { width:auto; }

.cartTable5Item > thead > tr > th:nth-child(1), .cartTable5Item > tbody > tr > td:nth-child(1) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(2), .cartTable5Item > tbody > tr > td:nth-child(2) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(3), .cartTable5Item > tbody > tr > td:nth-child(3) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(4), .cartTable5Item > tbody > tr > td:nth-child(4) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(5), .cartTable5Item > tbody > tr > td:nth-child(5) { width:auto; }

.cartTable2Item > tbody { background-color:#feda8e; }
.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td:nth-child(1) { width:50%; }
.cartTable2Item > thead > tr > th:nth-child(2), .cartTable2Item > tbody > tr > td:nth-child(2) { width:50%; }

.cartTable2Item > tbody > tr > td > p { font-size:18px; }

}

.cart-step-container { font-family: "Conv_accordaltregular-webfont"; max-width:530px; min-height:140px; margin:0 auto 60px; display:block; color:#333333; font-size:16px; }
.cart-step-btn { width:32%; text-align:center; display:inline-block; }
.cart-step-check { display: inline-block; padding: 0; position: relative; text-align: center; top: -16px; width: 32%; }
.cart-step-btn > img { margin-bottom:10px; }
.cart-step-check-bg { background-color:#c3c3c3; height:1px; margin-top:50px; position:relative; z-index:5; }
.dd-90 { width:90px !important; }
.responsiveTable > tbody > tr > td.font-24 { font-size:24px; }

.remove-copy { color:#f43032; font-size:14px; padding-top:10px; display:block; }
.remove-copy > span{ color:#502b8b; }

.input-cart-promo input[type="text"]{ background-color:#FFFFFF; height: 36px; max-width: 150px; border: 1px solid #6a7070; padding: 5px 10px; margin:0 15px 10px 0; }
.input-list-grp input[disabled]{ opacity:0.65; cursor:not-allowed; }

@media screen and (max-width: 767px){
	.cart-step-container { margin:0 auto 20px; }
	.responsiveTable > tbody > tr > td.font-24 { font-size:18px; }
}

/*--------------------------------- 25 May Css start ----------------------------------------*/

.cart-calender-right-content { margin-bottom:20px; }
.pincode { background:url(clientlib-site-en/images/pincode_icon.png) no-repeat 98% center; padding:20px 50px 20px 12px; margin-bottom:10px; border:1px solid #999999; border-radius:0; }
.select-texture { width:161px; height:171px; border:3px solid #cccccc; position:relative; margin:10px 0; }
.select-texture > span { position:absolute; bottom:0; left:0; background:#ffffff; color:#55565a; padding:10px; display:block; width:100%; font-family: 'Conv_accordaltregular-webfont'; }
.cart-calender-right-content > span { font-size:15px; color:#55565a; }
.cart-calender-right-content > a { background:url(clientlib-site-en/images/calender_edit_icon.png) no-repeat left center; padding:5px 0 0 20px; display:block; color:#512b8b; font-size:13px; font-family: 'Conv_accordaltregular-webfont'; }
.termConditon > a { display:block; color:#512b8b; font-size:13px; margin-top:10px; text-decoration:underline; }
.continueshoppinglink > a { color:#512b8b; font-size:14px; margin-top:10px; text-decoration:underline; }

.cart-calender-right-content .bootstrap-select { width:100% !important; }
.calender-date { border:1px solid #999999; border-radius:0; padding:0 12px; margin-bottom:10px; }
.rupee { font-size:30px; color:#55565a; }


.cart-calender-left-container { border-right:1px solid #ccc; }
.cart-calender-left-container > p { text-align:center; font-size:24px; color:black; font-family: 'Conv_accordaltregular-webfont'; }
.item > span { font-size:13px; color:black; display:block; line-height:18px; display:block; text-align:left; margin-top:30px; }
.item > span > a { color:#512b8b; font-size:13px; text-decoration:underline; font-weight:bold; }
.slider-calender { position:relative; }
.slider-calender { max-width:400px; width:100%; margin:0 auto; }

.owl-wrapper-outer { position:relative; }
#owl-demo .item{ background: #ffffff; /*padding: 30px 0px;*/ margin: 10px;color: #FFF; -webkit-border-radius: 3px;  -moz-border-radius: 3px; border-radius: 3px; text-align: center; position:relative; }

.calender-slider-img { position:relative; }
.calender-slider-img > a { position:absolute; bottom:0; right:0; }

.new-previous { top:20%; position:absolute; left:0; left:-50px; background:url(clientlib-site-en/images/slider_left_arrow.png) no-repeat center center; }
.new-next { top:20%; position:absolute; right:0; right:-50px; background:url(clientlib-site-en/images/slider_right_arrow.png) no-repeat center center; }

.owl-pagination { display:none;}

.customNavigation .btn { background-color: #e7e7e8; border: 0 solid #cccccc; border-radius: 20px; color: #363636; cursor: pointer; display: inline-block; font-size: 20px; line-height: 27px; margin-bottom: 0; padding: 4px 12px; text-align: center; vertical-align: middle; position:absolute; top:28%; width:36px; height:36px; }


@media screen and (min-width:320px) and (max-width:767px) {
.cart-calender-left-container { border-right:0; margin-bottom:20px; }
.new-previous { left:0; }
.new-next { right:0; }
}
@media screen and (min-width:768px) and (max-width:991px) {
.new-previous { left:0; }
.new-next { right:0; }
}

/*--------------------------------- 26 May Css start ----------------------------------------*/

.divider-vertical { padding-right:10px; }
.btn-style4 { border: 2px solid #55565a !important; color: #55565a !important; display: inline-block !important; font-size: 18px; padding: 8px 25px; width: auto; }
.btn-style4:hover { background-color: #55565a; color: #fff !important; }
.checkout-yellow-bg-band { background-color:#fdda8e; font-size:18px; color:#333333; padding:15px 0; }
.checkout-lemon-yellow-bg-band { background-color:#fdedc1; font-size:20px; color:#333333; padding:25px 0; }
.checkout-lemon-yellow-bg-band > a { color:#333333; padding-right:15px; }
.checkout-icons { display:inline-block; }


@media screen and (min-width:320px) and (max-width:479px) {
	.divider-vertical { display:none;  }
	.btn-style4 { font-size: 14px; padding: 5px 15px; }
}

@media screen and (min-width:320px) and (max-width:640px) {
	.checkout-icons { display:block; margin-bottom:15px; }
	.pop_third_part_right_content > p { text-align:left }
}

/* --------------------------------------------------------- */
/* ----------------------- 26th May 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.text-center { text-align: center; }
.text-underline { text-decoration: underline; }
.mb-5-percent { margin-bottom: 5%; }
.btn-style5 { cursor: pointer; }

.header-short { background-color: #fff; }
.header-short .row { position: relative; }
.header-short .row .col-xs-6 { position: static; }
.header-short a { text-decoration:none; font-size:12px; font-weight: bold; color: #512b8b; position: absolute; right: 0; top: 44%; transform:translateY(-50%); }
.header-short a:hover { text-decoration:underline; }

.download-wrapper { height: 100%; background-color: #fef1cc; }
.download-wrapper > div { padding: 20px; }
.download-wrapper > div span { font-size: 16px; color:#333333; padding-left: 10px; }

.control-text-input { display: block; width: 100%; max-width: 210px; }
/* --------------------------------------------------------- */
/* ----------------------- 26th May 2016 - END ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ----------------------- 30th May 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.global-text-right { text-align:right; }
.order-yellow-bg { background-color:#fdf0c1; padding:30px; }
.order-dark-yellow-bg { background-color:#fdda8e; padding:30px; }
.font-16 { font-size:16px; }
.order-details { background-color:#f9f9f9; padding:15px; }
.cart-address-confirm { display:block; padding-left:20px; }
.cart-address-confirm > ul > li { font-size:16px; padding-bottom:16px; }
.cart-address-confirm > ul > li > span { font-family: 'Conv_accordaltbold-webfont'; }
.cancel-appointment-desc { font-size:18px; }
.modal-header > p > a { color:#512b8b; text-decoration:underline; }
.modal-body .bootstrap-select .btn, .color-popup .bootstrap-select .btn { border-color: #999; border-radius: 0; padding: 10px 12px; }
.modal-body .bootstrap-select .caret, .color-popup .bootstrap-select .caret { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow-bottom7.png") no-repeat scroll 0 0; border: 0 none; height: 9px; right: 18px !important; width: 17px; }
/*#vieworderdetail-popup > .popup-content { padding:20px; }*/
.popup-text-area { border: 1px solid #999; border-radius: 0; height: 110px; resize: none; width:250px; margin:0 auto 20px; }
.modal-body > p a { color:#512b8b; }
.cart-overlay-content { padding:15px; background-color:#FFFFFF; }
.cart-overlay-content .close { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; float: right; font-size: 24px; position: relative; z-index: 100; }
.cart-overlay-content #close { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; float: right; font-size: 24px; position: relative; z-index: 100; }
.yourvoice-red-header > img, .yourvoice-yellow-header > img { margin-right:10px; }

.order-status-container { width:100%; max-width:700px; margin:0 auto; }
.order-status-step { display:inline-block; }
/*.delivery-step-green { background: url("clientlib-site-en/images/delivery-step-green.png") left top no-repeat; min-height:60px; min-width:246px; text-align:center; font-family: 'Conv_accordaltregular-webfont'; font-size:18px; color:#FFFFFF; padding-top:20px; margin-bottom:35px; }*/
/*.delivery-step-purple { background: url("clientlib-site-en/images/delivery-step-purple.png") left top no-repeat; min-height:60px; min-width:216px; text-align:center; font-family: 'Conv_accordaltregular-webfont'; font-size:18px; color:#FFFFFF; padding-top:20px; margin-bottom:35px; }*/
.order-step-icon { text-align:center; margin-bottom:15px; }
.order-step-details { font-size: 18px; line-height: 30px; padding: 20px 0; text-align: left; width: 100%; }
.back-copy { color:#512b8b; font-size:13px; text-decoration:underline; }
.popup-content-wrapper { max-width:385px; width:100%; margin:0 auto; }
.width-100-percent { width:100% !important; }
.order-detail-summary { text-align:left; }
.order-detail-summary > p { margin-bottom:3px; }
.order-detail-summary > p > span { font-weight:bold; }
.text-left { text-align:left; }
.popup-content-wrapper > p > a { text-decoration:underline; color:#512b8b; }
.popup-content-wrapper > p { margin-bottom:15px; }
.overlay-thumb > img { width:auto; }
.thank-content-subtext > p > a { text-decoration:underline; color:#512b8b; }
#grout_calculator .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { padding:5px 0; }
.radio-margin { margin-right:15px !important; }
.cart-item-number { background-color: #f2f2f3; display: inline-block; font-size: 22px; min-height: 30px; min-width: 60px; padding-top: 4px; text-align: center; }
.cart-item-number-update { display:inline-block; padding-bottom:5px; }
.item-cart-minus { float:left; cursor:pointer; }
.item-cart-plus { float:right; cursor:pointer; }
.cart-item-final-value { padding:20px 0; color: #55565a; font-size: 30px; }
.cart-slider-thumb-container { display:inline-block; width:100%; text-align:center; }
.cart-slider-thumb-container > ul { display:inline-block; }
.cart-slider-thumb-container > ul > li { float:left; padding-left:10px; text-align:center; }
.slider-thumb-check, .slider-thumb-uncheck { padding-bottom:10px; }
.slider-thumb-check { background: url("clientlib-site-en/images/thumb-slider-check.png") left top no-repeat; width:25px; height:25px; margin:0 auto 10px; }
.slider-thumb-uncheck { background: url("clientlib-site-en/images/thumb-slider-uncheck.png") left top no-repeat; width:25px; height:25px; margin:0 auto 10px; }
.slider-thumb { display:inline-block; cursor:pointer; }
.cart-list-desc{ font-size:13px; color:black; display:block; line-height:18px; display:block; text-align:left; margin-top:30px; }
/*.cart-list-desc > span { cursor: pointer; color:#512b8b; font-size:13px; text-decoration:underline; font-weight:bold; }*/
.cart-list-desc-more { display:none; }
.morecontent span { display: none; }
.cartMorelink { display:inline-block; text-decoration:underline; }

.cart-mt-120 { margin-top:120px;}
.cart-slider > .owl-theme .owl-controls .owl-buttons .owl-prev { top:40%; position:absolute; left:0; left:-40px; background:url(clientlib-site-en/images/slider_left_arrow.png) no-repeat center center; width:36px; height:36px; }
.cart-slider > .owl-theme .owl-controls .owl-buttons .owl-next { top:40%; position:absolute; right:0; right:-40px; background:url(clientlib-site-en/images/slider_right_arrow.png) no-repeat center center; width:36px; height:36px; }

@media screen and (min-width:320px) and (max-width:479px) {
.order-dark-yellow-bg, .order-yellow-bg { padding:12px; }
.delivery-step-purple, .delivery-step-green { background:none; color:#000000; min-width:auto; }
.order-status-step { width:30%; }
.delivery-step-green, .delivery-step-purple { font-size:15px; min-height:auto; margin-bottom:25px; }
.order-step-details { font-size: 15px; line-height: 25px; padding: 10px; }

}

@media screen and (min-width:320px) and (max-width:767px) {
.order-step-details { line-height: 25px; padding: 10px; }
.delivery-step-purple, .delivery-step-green { background:none; color:#000000; min-width:auto; min-height:auto; }
.order-status-step { width:32%; }
.cart-mt-120 { margin-top: 30px; }
.cart-slider { width:80%; margin:0 auto; }
.cart-slider > .owl-theme .owl-controls .owl-buttons .owl-prev { left: -44px; }
.cart-slider > .owl-theme .owl-controls .owl-buttons .owl-next { right: -44px; }
.calender-slider-img > a { right:0;}

}
@media screen and (min-width:320px) and (max-width:991px) {
.btn-style2 { margin-bottom:10px; }
}


/* --------------------------------------------------------- */
/* ---------------------- 30th May 2016 - END ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ---------------------- 07th May 2016 - START ----------------------- */
/* --------------------------------------------------------- */

.srch-input-category-shop { margin-right: 3%; position: relative; width: 48%; }
.srch-input-category-shop input { border: 0 none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 2px solid #6d6e71; font-family: ; padding-bottom: 5px; padding: 10px 30px 10px 12px; width: 100%; }
.srch-input-category-shop button { background: url("clientlib-site-en/images/search-icon.svg") no-repeat; border: 0 none; height: 20px; padding: 0; position: absolute; right: 10px; top: 10px; width: 18px; }
.pincode-input-category-shop { margin-right: 3%; position: relative; width: 48%; }
.pincode-input-category-shop input { border: 0 none;  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 2px solid #6d6e71; font-family: ; padding-bottom: 5px; padding: 10px 30px 10px 12px; width: 100%; }
.pincode-input-category-shop button { background: url("clientlib-site-en/images/pincode-icon.png") no-repeat; border: 0 none; height: 24px; padding: 0; position: absolute; right: 8px; top: 6px; width: 24px; }

ul.category-listing-items { display: flex; }

ul.category-listing-items > li { float:left; margin-right:4px; background-color:#bababa; color:#FFFFFF; font-size:18px; text-align:center; height:58px; position:relative; display:flex; font-family: 'Conv_accordaltlight-webfont'; }
ul.category-listing-items > li > a  { padding:8px 5px; color:#FFFFFF; text-decoration:none; display:flex; align-items: center; justify-content: center;  }
ul.category-listing-items > li > a.active:before { background: url("clientlib-site-en/images/arrow-bottom2.png") no-repeat center center; content: ""; position: absolute; left: 50%; bottom: -12px; width: 23px; height: 13px; margin: 0 0 0 -12px; }
ul.category-listing-items > li > a:last-child { margin-right: 0; }
ul.category-listing-items > li > a:hover  { color:#FFFFFF; background: url("clientlib-site-en/images/arrow-bottom2.png") center bottom no-repeat #fcaf17; }
ul.category-listing-items > li > a.active { color:#FFFFFF; text-decoration:none;background: url("clientlib-site-en/images/arrow-bottom2.png") center bottom no-repeat #fcaf17; }
ul.category-listing-items > li > a > img  { bottom: -10px; left: 50%; margin-left: -8px; position: absolute; }

.btn-style-catlogue-view {background-color:#fff; border:2px solid #55565a; color:#55565a; font-family:'Conv_accordaltregular-webfont'; display:inline-block; font-size:18px; padding:7px 10px 8px; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; transition:all 0.2s linear; }
.btn-style-catlogue-view:hover {background-color:#55565a; border-color:#55565a; color:#fff;}
.gl-mr-15{ margin-right:15px; }
.item-category-shop-hdng { font-family: "Conv_accordaltbold-webfont"; font-size: 32px; margin-bottom: 5px; }
.item-category-shop-hdng > span { display:block; font-family: "Conv_accordaltlight-webfont"; font-size: 16px; }
.catlogue_listing_discount { font-size:18px; color:#55565a;}
@media (max-width:640px){
	.btn-style-catlogue-view { font-size:14px; padding:5px 15px;}
}

@media screen and (min-width:320px) and (max-width:991px) {
.srch-input-category-shop, .pincode-input-category-shop { width: 100%; }
}
@media screen and (min-width:400px) and (max-width:767px) and (orientation:landscape) {
.ls-50 { width:50%; }
}

@media (min-width: 768px) and (max-width: 991px){
	ul.category-listing-items { display: flex; }
	ul.category-listing-items > li{ display: flex; font-size:14px; height:48px; margin-right:4px; min-width:50px; }
	ul.category-listing-items > li > a{ display: flex; align-items: center; justify-content: center; width: 100%; }
}
@media (min-width: 992px) and (max-width: 1199px){
	ul.category-listing-items > li { font-size:16px; height:52px; margin-right:4px; min-width:99px;}
	}
/* --------------------------------------------------------- */
/* ---------------------- XXXX May 2016 - START ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ---------------------- 23 June 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.color-code-box a { display: block; position: relative; padding: 2px 0 0 25px; margin-top: 25px; }
.color-code-box a span { position: absolute; top: 0; left: 0; background-color: #76695d; width: 15px; height: 15px; }
/* --------------------------------------------------------- */
/* ---------------------- 23 June 2016 - END ----------------------- */
/* --------------------------------------------------------- */
/* 27th june 2016 starts here */

.blogs-page {}
.blogs-page > ul { margin:0; padding:0;}
.blogs-page > ul > li { display: inline-block; margin-right: 2%; position: relative; text-align: center; height:50px;}
.blogs-page > ul > li a { background-color: #bababa; color: #fff; font-family: "Conv_accordaltregular-webfont";  font-size: 18px; padding: 10px 15px;}
.blogs-page > ul > li.active a { background-color: #fcaf17; display:inline-block; }

.submit-your-story { margin-top:10px; margin-left:15px; font-family: "Conv_accordaltregular-webfont"; font-size: 24px; margin-bottom: 10px;}

.submit-your-story-listing { margin-bottom:40px; }
.submit-your-story-listing > p { margin-left: 15px; margin-bottom:5px;}
.submit-your-story-listing > ul { margin:0; padding:0; }
.submit-your-story-listing > ul > li { line-height: 21px; margin-bottom: 0px; list-style:none; display:list-item; margin-left:25px;}


.browse-col { margin-bottom: 15px; }
.pl-none { padding-left: 0; }

.browse-btn { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/upload.jpg") no-repeat scroll 0 0 / 100% auto; height: 115px; overflow: hidden; width: 115px; }
.browse-btn input { cursor: pointer; display: block; height: 115px; opacity: 0; width: 115px;}

.instrction { color: #5e3b8d; font-size: 18px; margin-top:90px;}

.custom-input2 { border-color: #999; border-radius: 0; font-size: 18px; height: auto; padding: 12px 20px; }

.comment-widget { width:100%;}


@media (min-width:320px) and (max-width: 767px) {

.instrction { margin-top:0;	margin-left:-15px; }

}


.clock-ico { margin-left: 30px; margin-right: 5px; margin-top: -2.5px;}
.text-center { text-align:center}
.mr-20 { margin-right:20px;}


.customer-cmmnt-desc p { margin-top: -3px;}

.customer-cmmnt-desc { border-left: 1px solid #999; margin-left: 2%; margin-top: -2px; padding-left: 2%; width: 88%; }
.cmmnt-prsn, .customer-cmmnt-desc { float: left;}

.customershare-thank-content { border: 1px solid #000000;  border-radius: 20px;  margin: 0 auto; padding: 70px; }
.customershare-thank-content-header { margin: 0 auto; text-align: center; line-height:40px; }
.customershare-thank-content-header > span { border-bottom: none; color: #502b8b; display: inline-block; font-size: 40px; padding-bottom: 15px;}


@media (min-width:320px) and (max-width: 767px) {

.customershare-thank-content { padding: 20px; }
.customershare-thank-content-header { line-height:40px; }
 }

/* 27th june 2016 ends here */
/* 27th june 2016 ends here */


/* 1st july 2016 starts here */

.green-container { padding:15px; background-color:#33cccc; padding: 15px 50px;}
.green-container-form-heading { font-family: 'Conv_accordaltlight-webfont';;  font-size: 26px;  margin-bottom: 32px; color:#ffffff; line-height:normal; margin-top: 30px;}

.green-container-form input { background-color: #ffffff; border: 1px solid #ffffff; color: #333333; padding: 10px 12px;  width: 100%; margin-bottom:20px;}
.btn-style-new1 { background-color: #33cccc; border: 2px solid #55565a; color: #55565a; display: inline-block;  font-family: "Conv_accordaltregular-webfont";
    font-size: 18px;   padding: 7px 30px 8px;   transition: all 0.2s linear 0s;}

.btn-style-new1:hover { background-color: #55565a !important;  border-color: #55565a; color: #fff !important; }

.green-height { background-color:#33cccc; margin-left: -6px;}

.item-captn-new { background-color: rgba(255, 255, 255, 0.75);  bottom: 30px;  left: 0;  padding: 12px; position: absolute;  text-align: center;  width: 100%; }

.gray-container { background-color:#d6d6d6;}
.padt-50 { padding-top:50px;}


.room_box {
    margin: 0 auto 20px;
    max-width: 362px;
}

.room_box .service_content {
    min-height: 230px;
	background-color:#ffffff;
}
.room_box .service_content {
    min-height: 200px;
    padding: 20px 15px 25px;
}
.service_content > p {
    margin-bottom: 20px;
	font-size:14px;
}
.room_box .service_content h2.service_subheader {
    margin-bottom: 15px;
}
.service_content > h2.service_subheader {
    font-size: 22px;
}

.btn-style-new2 { background-color: #ffffff; border: 2px solid #55565a; color: #55565a; display: inline-block;  font-family: "Conv_accordaltregular-webfont";
    font-size: 18px;   padding: 7px 30px 8px;   transition: all 0.2s linear 0s;}

.btn-style-new2:hover { background-color: #55565a !important;  border-color: #55565a; color: #fff !important; }

.left-quote { font-size:40px; margin-right:10px; color:#cc3399; font-family: "Conv_accordaltregular-webfont"}
.right-quote { font-size:40px; margin-left:10px; color:#cc3399; font-family: "Conv_accordaltregular-webfont"}

.test-content-text { font-family: "Conv_accordaltregular-webfont"; font-size: 18px; color:#ffffff;}


.social-media-container { margin-top:10px; }
.social-media-container > ul {  margin: 0;  padding: 0;}
.social-media-container > ul > li { display: inline; list-style: outside none none; padding-right: 10px;}
.mt-100 { margin-top:100px;}
.txt-right { text-align:right;}

@media (min-width:320px) and (max-width: 1199px) {
.green-height { height: auto; background-color:#ffffff;}
/*.green-container { height:auto;}*/
}




@media (min-width:320px) and (max-width: 767px) {

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


 }

 @media screen and (min-width:1200px) and (max-width:1685px){
 	.green-container{
 		padding: 15px;
 		padding-left: 30px;
 	}
 	.green-container-form-heading{
 		font-size: 25px;
 	}

 	.green-container-form-heading{
 		margin-bottom: 22px;
 		margin-top: 5px;
 	}

 	.green-container-form input{
 		margin-bottom: 12px;
 	}
 }

 @media screen and (min-width:1200px) and (max-width:1250px){
 	.green-container-form-heading{
 		font-size: 20px;
 		line-height: normal;
 	}
 }

 @media screen and (min-width:320px) and (max-width:1199px){
 	.green-height{
 		margin-left: -15px;
 	}

 	.green-container{
 		padding: 35px;
 	}

 	.green-container-form-heading{
 		margin-top: 15px;
 	}
 }

 @media screen and (min-width:1200px) and (max-width:1295px){
 	.green-container-form-heading{
 		font-size: 20px;
 		margin-bottom: 12px;
 	}
 }

/* 1st july 2016 ends here */

.img_gallery_pop_up .modal.in .modal-dialog{width:59%;max-width:100%;position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background: #fff;}
.img_gallery_pop_up .modal-content{background:none; border:none; box-shadow:none; background: #fff; height:auto; border-radius:0; }
.img_gallery_pop_up .modal-header {padding:0;border-bottom:none;}
.img_gallery_pop_up .modal-content .close{float: right;border: none;background: none;font-size: 24px; position: relative;z-index: 100;}
.img_gallery_pop_up .modal-header{ margin:0 auto; clear: both; width:auto}
.img_gallery_pop_up .modal-header .modal-title{font-size:24px; float:left; color:#512b8b;}
.img_gallery_pop_up .modal-header p{float:left;line-height: 2; margin-top: 10px;}

.img_gallery_pop_up .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);}

.pop_first_part { padding:3% 2%; }
.img_pop_up_left_content > p { font-size:24px; color:#333333; margin-bottom:0; font-family: 'Conv_accordaltregular-webfont'; line-height:normal; }
.img_pop_up_right_content > ul { font-family:"Conv_accordaltregular-webfont"; list-style-type:none; padding:0; margin:0; text-align:right; }
.img_pop_up_right_content > ul > li { display:inline-block; margin-left:10px; }
.img_pop_up_right_content > ul > li > a { margin-left:10px; padding-right:5px; }

.pop_third_part { padding:3% 2%; }
.pop_third_part_left_content > span { font-size:18px; color:#333333; margin-bottom:0; padding-bottom:10px; font-family: 'Conv_accordaltregular-webfont'; float:left; }
.pop_third_part_left_content > ul { list-style-type:none; padding:0; margin:0; float:left; }
.pop_third_part_left_content > ul > li { display:inline-block; margin-left:20px; padding-bottom:10px; }
.pop_third_part_left_content > ul > li > p { font-size:14px; color:#333333; margin-bottom:0; font-family: 'Conv_accordaltregular-webfont'; margin-top:5px; }
.pop_third_part_right_content > p { font-size:18px; color:#333333; margin-bottom:0; font-family: 'Conv_accordaltregular-webfont'; text-align:right }

@media screen and (min-width:320px) and (max-width:767px) {
.img_pop_up_left_content > p { font-size:18px; padding-bottom:10px;}
.pop_third_part_left_content > span, .pop_third_part_right_content > p  { font-size:16px;}
.img_gallery_pop_up .modal.in .modal-dialog{width:92%;max-width:100%;}
}

.img_gallery_pop_up .modal.in .modal-dialog {
    width: 59%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto auto !important;
    background: #fff;
}
.pop_first_part {
    padding: 10px 2%;
}
.pop_third_part {
    padding: 15px 0 5px 2%;
}
/* 15th july 2016 starts here */

.paint-selector-gallery-container-new { margin: 0 auto; text-align: center; width: 266px; }
.paint-selector-gallery-new { background-color: #ffffff;  border: 1px solid #cccccc;  height: 230px; padding: 20px; }
.paint-selector-gallery-header-new { color: #512b8b; font-size: 18px; margin: 0 auto; }

.paint-selector-gallery-header-new > p > img { color: #512b8b; font-size: 18px; margin: 20px auto; }
.paint-selector-gallery-sub-header-new { color: #333333; font-size: 14px; line-height: 17px; margin: 15px auto 30px; min-height: 55px; width: 220px; }

.btn-srch-new { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/search-icon.png") no-repeat scroll 0 0; border: 0 none; height: 20px;  margin-top: -10px;
    padding: 0;  position: absolute;  right: 10px; top: 50%; width: 18px; }


@media screen and (min-width:320px) and (max-width:991px)
{.btn-srch-new { top:76% !important; }
}

.filter-left-container { border: solid 1px #ddd; padding-bottom:20px;  display:none; margin:0px auto; }
.filter-left-container-desk { border: solid 1px #ddd; padding-bottom:20px;  display:block; width:230px; }
.filter-header { background-color: #dad9d9;	padding:10px 15px; color:#000000; font-family: "Conv_accordaltregular-webfont"; font-size: 22px; margin-bottom:20px;
}

.filter-left-container-mob-plus { display:none; width:98%; margin:0px auto; }
.filter-left-container-mob-minus { display:none; width:98%; margin:0px auto; }

.accor-new .accrdn-secn { border-bottom: 1px solid #dbdbdb;  margin-bottom: 12px; }

.accor-new .accrdn-secn:last-child{ border-bottom: none; }

.accor-new .accrdn-title::before { background-color: #ffffff; border-radius: none;  content: ""; height: 8px; left: 0; margin-top: -3px;
    position: absolute;  top: 25px; width: 8px; }
.accor-new .accrdn-title { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/accor-new-plus.jpg") no-repeat scroll right 15px top 20px;
    cursor: pointer;  margin: 0; padding: 12px 15px; position: relative; }
.accor-new .accrdn-title.open {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/accor-new-minus.jpg") no-repeat scroll right 15px top 20px;
}

#filters .accrdn-cntnt { padding: 10px 18px 5px 5px; }
#filters .intrst-check { margin-bottom: 10px; display:block !important; max-height: none; overflow-y: hidden; overflow-x: hidden;  }
#filters1 .intrst-check { margin-bottom: 10px; display:block !important; max-height: none; overflow-y: hidden; overflow-x: hidden;}


#filters .intrst-check .checkbox { 	padding-left: 20px; width:100% !important; }
.intrst-hdng-new { color: #5e3b8d;  font-family: "Conv_accordaltregular-webfont";  font-size: 20px; font-weight: bold;  margin-bottom: 18px;}

#filters .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	height: 13px;  left: 0px;   margin-left: 1px;  width: 14px;  top: -3px; }

#filters1 .intrst-check .checkbox { 	padding-left: 20px; width:100%; }
#filters1 .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	height: 13px;  left: 0px;   margin-left: 1px;  width: 14px;  top: -3px; }

#filters .accrdn-cntnt, #filters1 .accrdn-cntnt { padding: 15px; }
#filters1 .accrdn-cntnt{height: auto; max-height: 200px; padding: 15px; overflow: auto;}

.margin-top20 { margin-top:20px; }
.margin-top30 { margin-top:30px; }
.margin-top50 { margin-top:50px; }
.margin-bottom50 { margin-bottom:50px; }
.margin-bottom30 { margin-bottom:30px; }
.margin-bottom20 { margin-bottom:20px; }
.margin-left-right0 {margin-left:0; margin-right:0;}

@media screen and (min-width:320px) and (max-width:387px){
.filters-fixed-mob{ top: 62px; }
}

@media screen and (min-width:320px) and (max-width:767px) {
#filters .intrst-check { max-height: none;  }
#filters1 .intrst-check { max-height: none;}

.filter-left-container-mob-plus { border: solid 1px #ddd; padding:10px; font-family: "Conv_accordaltregular-webfont";
    font-size: 24px; display:block; text-align: center; cursor:pointer; }

.filter-left-container-mob-minus { border: solid 1px #ddd; padding:10px; font-family: "Conv_accordaltregular-webfont";
    font-size: 24px; display:none; text-align: center; cursor:pointer; }

.filter-left-container { display:none; }
.filter-left-container-desk {display:none;}

 }




@media screen and (min-width:320px) and (max-width:767px) {
 #filters .intrst-check .checkbox { padding-left: 20px; width:100%; }
 }



#filters .checkbox label::before { left: 4px; }
#filters .checkbox label::after { left: 4px; }

.pink-box-new { background-color:#eba5cf; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.yellow-box { background-color:#ffd525; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.grey-box { background-color:#9da19c; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.aquablue-box { background-color:#6fcecf; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.violet-box { background-color:#a996bd; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.brown-box { background-color:#a36946; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.orange-box { background-color:#fa8531; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.red-box { background-color:#cf393d; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.blue-box { background-color:#9aafd1; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.green-box { background-color:#7ba63f; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}
.whites-box { background-color:#e7f0e7; border:1px; margin-right:3px; padding:2px 10px; border:solid 1px #ffffff;}

.paint-selector-gallery-container-new .grid-item { text-align:left; }
.margin-left12 { margin-left:12px; }
.margin-right12 { margin-right:12px; }
.name-new { border-right: 1px solid; display: inline-block;
line-height: 30px; margin-right: 15px;padding-right: 15px; }

.color-box-new { height: 70px; margin-bottom: 2px; width: 70px;}
.color18 {  background-color: #e4845e;}
.color19 {  background-color: #60a0a2;}

.paint-selector-gallery-container-new .grid-item .item-captn { bottom: 15px; padding: 10px 7px; }

.tags-cone { font-size: 0px; line-height: 0%; width: 0px;
border-top: 13px solid #ffffff;
border-left: 12px solid #ebebeb;
border-bottom: 12px solid #ffffff; position:absolute; top:0; right:0; }

.tags-container { background-color:#ebebeb; height:25px; text-align:left; position:relative; margin-bottom:5px; width:100%;}
.tags-container > a { text-decoration:none; color:#333333; }
.tags-container > a:hover { text-decoration:underline; color:#333333; }
.tags-content { color:#333333; font-size:12px; padding:5px; }

.spotlight-subtext { font-family: arial; font-size: 12px;  line-height: 16px; }
.border-secn { border-bottom: 1px solid #dbdbdb; padding-bottom:10px;}

#inspiration-new-post .like-view div { cursor: default; display: inline-block; line-height: 16px;  margin-right: 0; }
#inspiration-new-gallery .like-view div { cursor: default; display: inline-block; line-height: 16px;  margin-right: 5px; }

.paint-selector-gallery-container-new1 .grid-item { text-align:left; margin-right:10px; margin-left:10px; }
.paint-selector-gallery-container-new1 .grid-item:last-child {  }
.paint-selector-gallery-container-new1 .grid-item .item-captn {  padding:12px; }

.filters-fixed {  position: fixed; top:110px; background-color:#ffffff; z-index: 1; width:230px; }
.filters-fixed1 {  position: relative; top:110px; background-color:#ffffff; z-index: 1; width:230px; }
.filters-fixed-mob{  position: fixed; top:50px; background-color:#ffffff; z-index: 1; width:90%; }


.filter-stick { }
.filter-stick-mob { }

@media screen and (min-width:320px) and (max-width:767px) {


 .filter-left-container-desk {display:none;}
 #filters { overflow: auto; height: 170px; }
 }

@media only screen and (orientation : landscape)
{ #filters { overflow: auto; height: 90px; } }


@media screen and (min-width:768px) and (max-width:991px) {

.filters-fixed { top:110px; width:180px;}
.filters-fixed1 { top:110px; width:180px;}
.filters-fixed-mob { top:50px; width:280px; }
.filter-left-container-desk { width:180px; }

}

@media screen and (min-width:992px) and (max-width:1024px) {
.filters-fixed {  top:110px; width:230px; }
.filters-fixed1 {  top:110px; width:230px; }
.filter-left-container-desk { width:230px; }
}
@media screen and (min-width:1200px) {
.filters-fixed, .filters-fixed1, .filter-left-container-desk {  width:270px; }
}


/* 15th july 2016 ends here */


/* 25th july 2016 ends here */

.phone-new-icon-text { font-size:16px; }
.login-new-name { margin-top:5px; font-size:12px;  }
.margin-top-13 { margin-top:-13px; }
.login-new-icon { padding-left:0; padding-right:0;}

.tab_listing { position:fixed; right:0; top:28%; z-index:50; }
.tab_listing ul { list-style-type:none; padding:0; margin:0; }
.tab_listing ul > li { padding:10px; display:block; position:relative; width:auto; margin:10px 0; padding:22px 0; }
.tab_listing ul > li > a { text-decoration:none; position:absolute; right:-100px; top:0; text-align:left; display:block; width:150px; background:#512b8b; font-size:19px; color:#ffffff; padding:10px; border:1px solid #ffcc33;  font-family: "Conv_accordaltregular-webfont"; }
/*.tab_listing ul > li > a:hover { color:#ffcc33; }*/
.tab_listing ul > li > a > img { margin-right:10px; }

/* 25th july 2016 ends here */

/* 31st Aug 2016 starts here */

.phone-new-icon-text{
	display:inline-block !important;
}

@media screen and (min-width:320px) and (max-width:767px){
.tab_listing ul > li{
	padding:13px;
}

.tab_listing ul > li > a > img{
	width:20px;
	height:20px;
}

.tab_listing ul > li > a{
	font-size:15px;
	width:140px;
	padding:7px 10px;
}

.tab-pl-0{
	padding-left:0;
}

.socl-lnks{
	line-height:0;
	padding-top:4px;
}

.india-flag img{
	max-width:18px;
}

}

/* 31st Aug 2016 ends here */


/* 1st july 2016 starts here */

/*.green-container { padding:15px; background-color:#33cccc; height:401px;}
.green-container-form-heading { font-family: "Conv_accordaltregular-webfont";  font-size: 30px;  margin-bottom: 32px; color:#ffffff; line-height:35px;}

.green-container-form input { background-color: #ffffff; border: 1px solid #ffffff; color: #333333; padding: 10px 5px;  width: 100%; margin-bottom:20px;}*/

.btn-style-new1 { background-color: #33cccc; border: 2px solid #55565a; color: #55565a; display: inline-block;  font-family: "Conv_accordaltregular-webfont";
    font-size: 18px;   padding: 7px 30px 8px;   transition: all 0.2s linear 0s;}

.btn-style-new1:hover { background-color: #55565a !important;  border-color: #55565a; color: #fff !important; }

/*.green-height { height:401px; background-color:#33cccc;}*/

.item-captn-new { background-color: rgba(255, 255, 255, 0.75);  bottom: 30px;  left: 0;  padding: 12px; position: absolute;  text-align: center;  width: 100%; }

.gray-container { background-color:#d6d6d6;}
.padt-50 { padding-top:50px;}


.room_box {
    margin: 0 auto 20px;
    max-width: 362px;
}

.room_box .service_content {
    min-height: 230px;
	background-color:#ffffff;
}
.room_box .service_content {
    min-height: 200px;
    padding: 20px 15px 25px;
}
.service_content > p {
    margin-bottom: 20px;
	font-size:14px;
}
.room_box .service_content h2.service_subheader {
    margin-bottom: 15px;
}
.service_content > h2.service_subheader {
    font-size: 22px;
}

.btn-style-new2 { background-color: #ffffff; border: 2px solid #55565a; color: #55565a; display: inline-block;  font-family: "Conv_accordaltregular-webfont";
    font-size: 18px;   padding: 7px 30px 8px;   transition: all 0.2s linear 0s;}

.btn-style-new2:hover { background-color: #55565a !important;  border-color: #55565a; color: #fff !important; }

.left-quote { font-size:40px; margin-right:10px; color:#cc3399; font-family: "Conv_accordaltregular-webfont"}
.right-quote { font-size:40px; margin-left:10px; color:#cc3399; font-family: "Conv_accordaltregular-webfont"}

.test-content-text { font-family: "Conv_accordaltregular-webfont"; font-size: 18px; color:#ffffff;}


.social-media-container { margin-top:10px; }
.social-media-container > ul {  margin: 0;  padding: 0;}
.social-media-container > ul > li { display: inline; list-style: outside none none; padding-right: 10px;}
.mt-100 { margin-top:100px;}
.txt-right { text-align:right;}

@media (min-width:320px) and (max-width: 1199px) {
.green-height { height: auto; background-color:#ffffff;}
/*.green-container { height:auto;}*/
}



/*------------------------- 1 july css start --------------------------------------------*/

.img_gallery_pop_up .modal.in .modal-dialog{width:59%;max-width:100%;position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background: #fff;}
.img_gallery_pop_up .modal-content{background:none; border:none; box-shadow:none; background: #fff; height:auto; border-radius:0; }
.img_gallery_pop_up .modal-header {padding:0;border-bottom:none;}
.img_gallery_pop_up .modal-content .close{float: right;border: none;background: none;font-size: 24px; position: relative;z-index: 100;}
.img_gallery_pop_up .modal-header{ margin:0 auto; clear: both; width:auto}
.img_gallery_pop_up .modal-header .modal-title{font-size:24px; float:left; color:#512b8b;}
.img_gallery_pop_up .modal-header p{float:left;line-height: 2; margin-top: 10px;}
.img_gallery_pop_up .modal-dialog{-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);}

.pop_first_part { padding:3% 2%; }
.img_pop_up_left_content > p { font-size:24px; color:#333333; margin-bottom:0; font-family: 'Conv_accordaltregular-webfont'; line-height:normal; }
.img_pop_up_right_content > ul { font-family:"Conv_accordaltregular-webfont"; list-style-type:none; padding:0; margin:0; text-align:right; }
.img_pop_up_right_content > ul > li { display:inline-block; margin-left:10px; }
.img_pop_up_right_content > ul > li > a { margin-left:10px; padding-right:5px; }

.pop_third_part { padding:3% 2%; }
.pop_third_part_left_content > span { font-size:18px; color:#333333; margin-bottom:0; padding-bottom:10px; font-family: 'Conv_accordaltregular-webfont'; float:left; }
.pop_third_part_left_content > ul { list-style-type:none; padding:0; margin:0; float:left; }
.pop_third_part_left_content > ul > li { display:inline-block; margin-left:20px; padding-bottom:10px; }
.pop_third_part_left_content > ul > li > p { font-size:14px; color:#333333; margin-bottom:0; font-family: 'Conv_accordaltregular-webfont'; margin-top:5px; }
.pop_third_part_right_content > p { font-size:18px; color:#333333; margin-bottom:0; font-family: 'Conv_accordaltregular-webfont'; text-align:right }

.payment-content-header { margin:0 auto; text-align: center;}
.payment-content-header > span { color:#502b8b; font-size:40px; line-height:42px; border-bottom: 1px solid #000000; display: inline-block; padding-bottom: 15px; }
.payment-content-subtext { text-align:justify; margin-top:40px; font-size:18px; line-height:25px; color:#333333; text-align:center;}

.session-content-header { margin:0 auto; text-align: center;}
.session-content-header > span { color:#502b8b; font-size:40px; line-height:42px; border-bottom: 1px solid #000000; display: inline-block; padding-bottom: 15px; }
.session-content-subtext { text-align:justify; margin-top:40px; font-size:18px; line-height:25px; color:#333333; text-align:center;}

.cart {	margin: 0 155px 0 0; position:relative;}
.cart-popup-wrapper { position:absolute; border:1px solid #898989; right:-27px; top:58px; z-index:1000; width:310px; background-color:#fff; display:none; }
.cart-popup-content-block { padding:20px; }
.cart-popup-content-block > ul > li { margin-bottom:25px;}
.cart-popup-content-block > ul > li:last-child { margin-bottom:10px;}
.cart-arrow { position:absolute; top:-15px; right:26px; }
.cart-summary-content { display:block; }
.cart-summary-thumb { display:inline-block; float:left; }
.cart-summary-inner-content { display:inline-block; padding-left:10px; }
.cart-summary-heading { font-family: 'Conv_accordaltbold-webfont'; font-size:14px; color:#333333; }
.cart-summary-content > p { font-size:14px; color:#333333; }
.cart-summary-price { font-family: 'Conv_accordaltbold-webfont'; font-size:16px; color:#333333; }
.cart-summary-price-content { border-bottom:1px solid #000; border-top:1px solid #000; padding:10px 0;}
.cart-summary-price-heading { font-family: 'Conv_accordaltbold-webfont'; font-size:16px; color:#333333;}
.cart-summary-final-price { font-family: 'Conv_accordaltbold-webfont'; font-size:18px; color:#333333;}



@media screen and (min-width:320px) and (max-width:767px) {
.img_pop_up_left_content > p { font-size:18px; padding-bottom:10px;}
.pop_third_part_left_content > span, .pop_third_part_right_content > p  { font-size:16px;}
.img_gallery_pop_up .modal.in .modal-dialog{width:92%;max-width:100%;}
.thank-content { margin-top:40px;}
.payment-content-header > span { color:#502b8b; font-size:28px; line-height:30px; border-bottom:1px solid #000000; display:inline-block; padding-bottom:15px; }
.payment-content-subtext { text-align:justify; margin-top:40px; font-size:16px; line-height:22px; color:#333333; text-align:center;}
.payment-content-subtext{ margin-top:30px;}

.session-content-header > span { color:#502b8b; font-size:28px; line-height:30px; border-bottom:1px solid #000000; display:inline-block; padding-bottom:15px; }
.session-content-subtext { text-align:justify; margin-top:40px; font-size:16px; line-height:22px; color:#333333; text-align:center;}
.session-content-subtext{ margin-top:30px;}

.cart { margin: 0 15px 0 0; }
.cart-popup-wrapper {top:36px; right: -33px;}
.texture-internal-container{padding-top:0px!important; padding-bottom: 60px;}
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation: landscape) {
.cart-popup-content-block { height:240px; overflow:scroll;}
}
@media screen and (min-width:768px) and (max-width:991px) {
/*.brdcrumbs { margin-top:100px;}*/
.thank-content { margin-top:70px;}
.main-nav > li {margin-right:1.8%;}
.texture-internal-container{padding-top:0px!important; padding-bottom: 60px;}
.main-nav > li {
    margin-right:1.8%;
}
}
/*------------------------- 4 july css ends --------------------------------------------*/









/* --------------------------------------------------------- */
/* ----------------------- 12th April 2016 - END ----------------------- */
/* ----------------------- 26th May 2016 - START ----------------------- */
/* ---------------------------------------------------------
.text-center { text-align: center; }
.text-underline { text-decoration: underline; }
.mb-5-percent { margin-bottom: 5%; }
.btn-style5 { cursor: pointer; }

.header-short { background-color: #fff; }
.header-short .row { position: relative; }
.header-short .row .col-xs-6 { position: static; }
.header-short a { text-decoration:none; font-size:12px; font-weight: bold; color: #512b8b; position: absolute; right: 0; top: 44%; transform:translateY(-50%); }
.header-short a:hover { text-decoration:underline; }

.download-wrapper { height: 100%; background-color: #fef1cc; }
.download-wrapper > div { padding: 20px; }
.download-wrapper > div span { font-size: 16px; color:#333333; padding-left: 10px; }*/
/* --------------------------------------------------------- */
/* ----------------------- 26th May 2016 - END ----------------------- */
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* ----------------------- 04th May 2016 - START ----------------------- */
/* --------------------------------------------------------- */
.btn-preview-back{
	position: absolute;
	top: 5px;
	right: 15px;
}
.fourpics-express .upload-btn {
	background:  url("clientlib-site-en/images/upload-v4.jpg") no-repeat scroll 0 0 / 100% auto;
}
/* --------------------------------------------------------- */
/* ----------------------- 04th May 2016 - END ----------------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ----------------------- 20th May 2016 - START ----------------------- */
/* --------------------------------------------------------- */

/* Common Responsive Table Start */
.responsiveTable{width:100%; font-family: "Conv_accordaltregular-webfont"; }
.responsiveTable th { color:#333333; font-size:20px; padding:10px 0 15px 10px; }
.responsiveTable > tbody > tr > td { padding:20px 10px; vertical-align:middle; font-size:18px; }
.responsiveTable > tbody { background-color:#fdf0c1; }
.cartTable2Item > tbody { background-color:#feda8e; }
.responsiveTable > tbody > tr > td.cart-result-bg{ background-color:#fdda8e; }
.cartTable2Item > tbody > tr > td > p { font-size:24px; }
/* Common Responsive Table End */

/* Retailer Order Listing Table Start */
.cartTable4Item, .cartTable5Item { margin-bottom:25px;}

.cartTable1Item { background-color:#fef0c1; }

.cartTable4Item > thead > tr > th:nth-child(1), .cartTable4Item > tbody > tr > td:nth-child(1) { width:30%; }
.cartTable4Item > thead > tr > th:nth-child(2), .cartTable4Item > tbody > tr > td:nth-child(2) { width:25%; }
.cartTable4Item > thead > tr > th:nth-child(3), .cartTable4Item > tbody > tr > td:nth-child(3) { width:25%; }
.cartTable4Item > thead > tr > th:nth-child(4), .cartTable4Item > tbody > tr > td:nth-child(4) { width:20%; }

.cartTable5Item > thead > tr > th:nth-child(1), .cartTable5Item > tbody > tr > td:nth-child(1) { width:30%; }
.cartTable5Item > thead > tr > th:nth-child(2), .cartTable5Item > tbody > tr > td:nth-child(2) { width:20%; }
.cartTable5Item > thead > tr > th:nth-child(3), .cartTable5Item > tbody > tr > td:nth-child(3) { width:15%; }
.cartTable5Item > thead > tr > th:nth-child(4), .cartTable5Item > tbody > tr > td:nth-child(4) { width:15%; }
.cartTable5Item > thead > tr > th:nth-child(5), .cartTable5Item > tbody > tr > td:nth-child(5) { width:20%; }

.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td:nth-child(1) { width:80%; }
.cartTable2Item > thead > tr > th:nth-child(2), .cartTable2Item > tbody > tr > td:nth-child(2) { width:20%; }

.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td { padding:10px; }
.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td > p { margin:15px 0 5px 0; }

.selected-shade-box { background-color:#fbe0ff; border:2px solid #FFFFFF; width:46px; height:46px; display:block; }
.selected-shade-name { font-size:14px; padding-top:10px; display:block; }

.cart-select-drop-down-item { min-width: 90px; width:100% !important; max-width:90px; }

/* Retailer Order Listing Table Start */

@media screen and (max-width: 767px){
.responsiveTable { width:100%; }

.responsiveTable > tbody > tr > td { font-size:15px; }
.font-24 { font-size:18px !important; }

.cartTable4Item, .cartTable4Item > thead, .cartTable4Item > tbody, .cartTable4Item th, .cartTable4Item tr, .cartTable4Item td{display:block; border:none;}
.cartTable4Item > tbody > tr > td {border: none; position: relative;padding-left: 50%;}
.cartTable4Item td{display:block;}
.cartTable4Item > thead > tr {position: absolute; top: -9999px; left: -9999px;}
.cartTable4Item > tbody > tr {margin:0px 0px 10px 0px}
.cartTable4Item > tbody > tr > td:before { content: attr(data-label); position:absolute; top:50%; transform:translateY(-50%); left:6px; width:95%; padding-right:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cartTable4Item > tbody > tr > td * { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:18px; }

.cartTable5Item, .cartTable5Item > thead, .cartTable5Item > tbody, .cartTable5Item th, .cartTable5Item tr, .cartTable5Item td{display:block; border:none;}
.cartTable5Item > tbody > tr > td {border: none; position: relative;padding-left: 50%;}
.cartTable5Item td{display:block;}
.cartTable5Item > thead > tr {position: absolute; top: -9999px; left: -9999px;}
.cartTable5Item > tbody > tr { margin:0px 0px 10px 0px}
.cartTable5Item > tbody > tr > td:before { content: attr(data-label); position:absolute; top:50%; transform:translateY(-50%); left:6px; width:45%; padding-right:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cartTable5Item > tbody > tr > td * { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:18px; }

.cartTable4Item > thead > tr > th:nth-child(1), .cartTable4Item > tbody > tr > td:nth-child(1) { width:auto; }
.cartTable4Item > thead > tr > th:nth-child(2), .cartTable4Item > tbody > tr > td:nth-child(2) { width:auto; }
.cartTable4Item > thead > tr > th:nth-child(3), .cartTable4Item > tbody > tr > td:nth-child(3) { width:auto; }
.cartTable4Item > thead > tr > th:nth-child(4), .cartTable4Item > tbody > tr > td:nth-child(4) { width:auto; }

.cartTable5Item > thead > tr > th:nth-child(1), .cartTable5Item > tbody > tr > td:nth-child(1) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(2), .cartTable5Item > tbody > tr > td:nth-child(2) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(3), .cartTable5Item > tbody > tr > td:nth-child(3) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(4), .cartTable5Item > tbody > tr > td:nth-child(4) { width:auto; }
.cartTable5Item > thead > tr > th:nth-child(5), .cartTable5Item > tbody > tr > td:nth-child(5) { width:auto; }

.cartTable2Item > tbody { background-color:#feda8e; }
.cartTable2Item > thead > tr > th:nth-child(1), .cartTable2Item > tbody > tr > td:nth-child(1) { width:50%; }
.cartTable2Item > thead > tr > th:nth-child(2), .cartTable2Item > tbody > tr > td:nth-child(2) { width:50%; }

.cartTable2Item > tbody > tr > td > p { font-size:18px; }

}

.cart-step-container { font-family: "Conv_accordaltregular-webfont"; max-width:530px; min-height:140px; margin:0 auto 60px; display:block; color:#333333; font-size:16px; }
.cart-step-btn { width:32%; text-align:center; display:inline-block; }
.cart-step-check { display: inline-block; padding: 0; position: relative; text-align: center; top: -16px; width: 32%; }
.cart-step-btn > img { margin-bottom:10px; }
.cart-step-check-bg { background-color:#c3c3c3; height:1px; margin-top:50px; position:relative; z-index:5; }
.dd-90 { width:90px !important; }
.responsiveTable > tbody > tr > td.font-24 { font-size:24px; }

.remove-copy { color:#f43032; font-size:14px; padding-top:10px; display:block; }
.remove-copy > span{ color:#502b8b; }

.input-cart-promo input[type="text"]{ background-color:#FFFFFF; height: 36px; max-width: 150px; border: 1px solid #6a7070; padding: 5px 10px; margin:0 15px 10px 0; }
.input-list-grp input[disabled]{ opacity:0.65; cursor:not-allowed; }

@media screen and (max-width: 767px){
	.cart-step-container { margin:0 auto 20px; }
	.responsiveTable > tbody > tr > td.font-24 { font-size:18px; }
}

/*--------------------------------- 25 May Css start ----------------------------------------*/

.cart-calender-right-content { margin-bottom:20px; }
.pincode { background:url(clientlib-site-en/images/pincode_icon.png) no-repeat 98% center; padding:20px 50px 20px 12px; margin-bottom:10px; border:1px solid #999999; border-radius:0; }
.select-texture { width:161px; height:171px; border:3px solid #cccccc; position:relative; margin:10px 0; }
.select-texture > span { position:absolute; bottom:0; left:0; background:#ffffff; color:#55565a; padding:10px; display:block; width:100%; font-family: 'Conv_accordaltregular-webfont'; }
.cart-calender-right-content > span { font-size:15px; color:#55565a; }
.cart-calender-right-content > a { background:url(clientlib-site-en/images/calender_edit_icon.png) no-repeat left center; padding:5px 0 0 20px; display:block; color:#512b8b; font-size:13px; font-family: 'Conv_accordaltregular-webfont'; }
.termConditon > a { display:block; color:#512b8b; font-size:13px; margin-top:10px; text-decoration:underline; font-size:13px; }
.cart-calender-right-content .bootstrap-select { width:100% !important; }
.calender-date { border:1px solid #999999; border-radius:0; padding:0 12px; margin-bottom:10px; }
.rupee { font-size:30px!important; color:#55565a; }


.cart-calender-left-container { border-right:1px solid #ccc; }
.cart-calender-left-container > p { text-align:center; font-size:24px; color:black; font-family: 'Conv_accordaltregular-webfont'; }
.item > span { font-size:13px; color:black; display:block; line-height:18px; display:block; text-align:left; margin-top:30px; }
.item > span > a { color:#512b8b; font-size:13px; text-decoration:underline; font-weight:bold; }
.slider-calender { position:relative; }
.slider-calender { max-width:400px; width:100%; margin:0 auto; }

.owl-wrapper-outer { position:relative; }
#owl-demo .item{ background: #ffffff; /*padding: 30px 0px;*/ margin: 10px;color: #FFF; -webkit-border-radius: 3px;  -moz-border-radius: 3px; border-radius: 3px; text-align: center; position:relative; }

.calender-slider-img { position:relative; }
.calender-slider-img > a { position:absolute; bottom:0; right:0; }

.new-previous { top:20%; position:absolute; left:0; left:-50px; background:url(clientlib-site-en/images/slider_left_arrow.png) no-repeat center center; }
.new-next { top:20%; position:absolute; right:0; right:-50px; background:url(clientlib-site-en/images/slider_right_arrow.png) no-repeat center center; }

.owl-pagination { display:none;}

.customNavigation .btn { background-color: #e7e7e8; border: 0 solid #cccccc; border-radius: 20px; color: #363636; cursor: pointer; display: inline-block; font-size: 20px; line-height: 27px; margin-bottom: 0; padding: 4px 12px; text-align: center; vertical-align: middle; position:absolute; top:28%; width:36px; height:36px; }


@media screen and (min-width:320px) and (max-width:767px) {
.cart-calender-left-container { border-right:0; margin-bottom:20px; }
.new-previous { left:0; }
.new-next { right:0; }
}
@media screen and (min-width:768px) and (max-width:991px) {
.new-previous { left:0; }
.new-next { right:0; }
}

/*--------------------------------- 26 May Css start ----------------------------------------*/

.divider-vertical { padding-right:10px; }
.btn-style4 { border: 2px solid #55565a !important; color: #55565a !important; display: inline-block !important; font-size: 18px; padding: 8px 25px; width: auto; }
.btn-style4:hover { background-color: #55565a; color: #fff !important; }
.checkout-yellow-bg-band { background-color:#fdda8e; font-size:18px; color:#333333; padding:15px 0; }
.checkout-lemon-yellow-bg-band { background-color:#fdedc1; font-size:20px; color:#333333; padding:25px 0; }
.checkout-lemon-yellow-bg-band > a { color:#333333; padding-right:15px; }
.checkout-icons { display:inline-block; }




@media (min-width:320px) and (max-width: 767px) {

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

 }

@media screen and (min-width:320px) and (max-width:479px) {
	.divider-vertical { display:none;  }
	.btn-style4 { font-size: 14px; padding: 5px 15px; }
}

@media screen and (min-width:320px) and (max-width:640px) {
	.checkout-icons { display:block; margin-bottom:15px; }
	.pop_third_part_right_content > p { text-align:left }
}


/*------------------------- 1july css start --------------------------------------------*/


/* 30th August 2016 starts here */

header .navigation > ul > li > a{ padding:5px 12px; font-size:22px; font-family: 'Conv_accordaltregular-webfont'; }
/*.green-container{ padding:35px; padding-right:100px; }*/
.green-container-form-heading {padding-bottom:15px; }
.green-container-form input{ padding:10px 15px; }
.global-light-heading{ font-family: 'Conv_accordaltlight-webfont'; }
.global-overflowx{ overflow-x:hidden; }
.pb-35{ padding-bottom:35px; }

.social-media-container a:hover img{
	-webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}

.green-height{ background-color:transparent; }

@media (min-width:320px) and (max-width:480px){
	.social-media-container > ul > li{ padding-right:7px; }
	.social-media-container{ margin-top:20px; }
	.social-media-container a img{ width:20px; }
}

@media (min-width:320px) and (max-width:361px){
	.social-media-container > ul > li{ padding-right:5px; }
	.social-media-container{ margin-top:10px; }
	.social-media-container a img{ width:17px; }
}

@media (min-width:481px) and (max-width:639px){
	.social-media-container > ul > li{ padding-right:7px; }
	.social-media-container{ margin-top:16px; }
	.social-media-container a img{ width:25px; }
}

@media (min-width:1200px) and (max-width: 1366px){
	.green-height{ height:auto; }
	/*.green-container{ padding:36px 22px; height:auto; }*/
	.green-container-form-heading{ font-size:20px; line-height:normal; padding-bottom:0px; margin-bottom:12px; margin-top:5px}
	.green-container-form input{ margin-bottom:17px; }
}

@media (min-width:320px) and (max-width: 1199px){
	/*.green-container{ padding-right:35px; }*/
}

@media screen and (min-width: 320px) and (max-width: 991px){
	header .navigation > ul > li{ text-align:left; width:100%; }
}

@media (min-width:320px) and (max-width:400px){
	.footer-content{ width:100%; }
}

/* 30th August 2016 ends here */

/* 1st September 2016 starts here */

@media (min-width:320px) and (max-width:1024px){
                .purplebox-container{ width:90%; padding: 50px 0 50px 50px; }
}

@media (min-width:320px) and (max-width:1366px) and (orientation:landscape){
                .purplebox-container{ width:80%; padding: 20px; }
                .purplebox-text{ font-size: 16px; padding-bottom: 17px;}
}


@media screen and ( min-width: 768px ) and ( max-width:1170px )
{
.login-input input{  margin-top: 8px;  font-size:13px;  }
.submit{  margin-top:8px;  font-size:17px;}
.purplebox-text{ font-size:13px;  padding-bottom:13px; }
}


/* 1st September 2016 ends here */

.purplebox-form-header-text {
    padding-bottom: 5px;
}

/*@media (min-width:1200px) and (max-width: 1366px){
.green-container {
    padding: 15px;
    padding-left:30px;
    height:auto;
}
}*/

/**** User Notify css ****/
#usernotif{
    position:fixed;
    display:none;
    height:auto;
    width:auto;
    z-index:106;
    padding:5px;
    max-height:400px;
    max-width:400px;
	background-color:#2E9AFE;
    border-radius:7px;
}
#idSpanClose{
	padding-top: 2px;
    padding-right: 2px;
}
#idSpanContent{
	margin: 5px;
    padding-right: 0px;
    padding-left: 0;
}
#idSpanClose a.dismiss {
	color: white;
	position: absolute;
	right: 4px;
	top: -1px;
	font-size: 12px;
	padding: 4px;
}
#idNotifLink {
    background-color: #B0E6E8;
    color: #020119;
    border: 2px solid #55565a;
    font-family: 'Conv_accordaltregular-webfont';
    display: inline-block;
    border-radius:12px;
    font-size: 14px;
    padding: 7px 30px 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*** User notify CSS ends ***/


/**********************************************/
/*********** Added : 14th Sep,16 **************/
/***** Component with Like Functionality ******/

.like-box img{
    width: 100%;
    border: 1px #c5c5c5 solid;
}
.like-button-box{
    padding: 5px 0;
}

.cart-popup-content-block{
    max-height: 320px;
    height: auto;
    overflow: scroll;
}

/*------- customersurvey component styles -------*/
#ap-survey {
    padding-left:115px;
}
#ap-survey .question-title-container{
    font-family: 'Conv_accordaltregular-webfont';
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
#ap-survey .footerContent #content3,#content4,#content5{
    font-family: 'Conv_accordaltregular-webfont';
    line-height: 20px !important;
    font-size: 16px;
}
#ap-survey .btn-border{
    padding-bottom: 60px;
    border-bottom: 1px solid #dbdbdb;
}
#ap-survey .dispError{
    color: red;
    width: 250px;
}
#errorMsg h3{
	color: red;
    padding-top: 10px;
	padding-left:115px;
}
#message,#status,#filled {
    padding-top: 10px;
    padding-left:115px;
}
#smileyScale .input_hidden {
	position: relative;
}
#smileyScale input[type=radio]:checked + label > img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	border: 2px solid #f00;
	border-radius: 50%;
}
.smileyMsg #m1{
	float: left;
}
.smileyMsg #m2{
	padding: 0 280px;
}

#custLegend{
    padding-bottom: 10px;
}



/*** Form OTP segment ***/
#otpSegment{
	/*background-color:#E1E1E2;*/
	border-radius:10px 10px 10px 10px;
	padding:15px 15px 15px 15px;
}


#otpInputs{
	display:none;
}

#otpVal{
	border-radius:10px 10px 10px 10px;
	margin-top: 10px;
}

#submitNo {
    background-color: #4b2674;
    border-color: transparent;
    width: 100px;
    padding: 5px;
    border-radius: 10px;
    margin-top:5px;
}

#otpErrMsg{
	color:red;
	display:none;
	margin-top:5px;
}
/*** Form OTP segment ends ***/

.modal-wrapper{
height:auto
}

.refund-btn{
text-align:center;

}

/****grout******/

#grout_calculator .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { padding:5px 0; }
#grout_calculator > div > table > tbody > tr
{
     margin-bottom: 50px;
}
#grout_calculator > div > table > tbody > tr > td
{
    text-align: left !important;
    padding-right: 80px !important;
    height: 23px;
    padding-bottom:10px !important;

}
#grout_calculator > div > table > tbody > tr > td > label
{
	vertical-align: bottom !important;
}
#grout_calculator > div > table > tbody > tr > td .err
{
	    color: red;
}
#grout_calculator .groutLayout
    {
        /*background-color: #f3f3f3;*/
        border: solid 1px #a1a1a1;
        padding: 10px;
        width: 100%;
    }
#grout_calculator > div > table > tbody > tr > td> input.ginput
{
		display: block;
        width: 100px;
    	height:22px;
        float: left;

}

.socialicon{
    margin-top:7px!important;
}

.setleft{
    margin-left:-12px!important;
    bottom:-25px!important;
}

.owl-carousel-item-4.owl-theme .owl-controls .owl-buttons div{background:url(clientlib-site-en/images/nav-arrw.png)center center no-repeat;}

.owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-carousel-item-4.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    z-index: 5;
	color:#000;
 	width:10px;
	height:21px;
 }
/*
.slidex{
    overflow-x: hiddent;
}

.slidex::-webkit-scrollbar {display:none;}
*/

.shadesAnchor{display:inline-block;}
.color-family-content{ display: inline-block; float: right; line-height: 18px; }
.viewcount{margin-left:26px;}

@-moz-document url-prefix() {
  .srch-input input{
     line-height: 16px;
  }
}

.buttonCenter{
    text-align:center;
}

.btn-styleCTA {
	background-color: #fff;
	border: 2px solid #55565a;
	color: #55565a;
	font-family: 'Conv_accordaltregular-webfont';
	display: inline-block;
	font-size: 18px;
	padding: 7px 20px 8px;
	text-align: center;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn-styleCTA:hover {
	background-color: #55565a;
	border-color: #55565a;
	color: #fff;
}

.events-secn {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.no-brdr{
    border-bottom: none!important;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

/* CSS Document */

.ecom-form > ul { margin:0; padding:0;}
.ecom-form > ul > li { float:left; width:50%; list-style:none; margin-bottom: 25px; font-size:14px; }
.ecom-form label {width: 60px;}
.ecom-form input[type="text"] { background: #ffffff; border: 1px solid #999999; height: 35px; padding: 0 10px; width: 75%;}
.ecom-form-error { color: #f20007; display: block; font-size: 12px; margin: 5px 0 0 60px;}

.ecom-login-content { border: 1px solid #502b8b; border-radius:5px; margin: 0 auto; padding: 5px; background-color:#502b8b; margin-top:50px;}
.ecom-login-content div{ color: #ffffff; display: inline-block; font-size: 18px; padding: 10px; text-align:center; width:100%; line-height:20px; }

@media only screen and (min-width:320px) and (max-width:767px) {
.ecom-form > ul > li { width:100%;}

}
.guestuser_form .error{
    color: #f20007;
    display: block;
    font-size: 12px;
    margin: 5px 0 0 0px;
    display: inline-block;
    padding-left: 63px;
}
.ecom-form > ul > li:nth-child(2n+1) { clear: both; }
.ecom-login-content-error { border: 1px solid #FF0000; border-radius:5px; margin: 0 auto; padding: 5px; background-color:#FF0000; margin-top:50px;}
.ecom-login-content-error div{ color: #ffffff; display: inline-block; font-size: 18px; padding: 10px; text-align:center; width:100%; line-height:20px; }

.formselect{
    height:38px!important;
    background-color:#fff!important;
}

.factName{
 text-transform: capitalize;
}
/*  03rd march 2017 css starts here */

 .newreset { border-bottom-color: #512b8b; border-bottom-style: solid;  border-bottom-width: 1px;
    color: #512b8b; float: right; font-size: 18px;  margin-bottom: -8px;  margin-left: -8px;
    margin-right: -5px;  margin-top: 0;   padding-bottom: 1px;  text-decoration-color: -moz-use-text-color;
    background-color:transparent; border-top-width:0; border-left-width:0; border-right-width:0;border-bottom-width:1;
 }

/*------------------------- updated on 13 april start  --------------------------------------------*/
span.pincodepromptvalidate{
    color:red;
    margin-right: 125px;
}
@media screen and (min-width:320px) and (max-width:767px){
	span.pincodepromptvalidate{
    color:red;
    margin-right: 0px;
}
}
#paintingService, #paintingServiceCarousel { text-align:center;}
#paintingService .modal-dialog, #paintingServiceCarousel .modal-dialog { max-width:620px; width:100%;}
#paintingService .modal-header, #paintingServiceCarousel .modal-header { margin:30px 20px 10px 20px;}
#paintingService .modal-body, #paintingServiceCarousel .modal-body { padding:0 20px 50px 20px !important;}
#paintingService .modal-header .modal-title { font-size:30px; color:#6b6b6b;}
#paintingService .modal-body .painting-service-copy p { font-size:18px; color:#6b6b6b; margin-bottom:10px; line-height: 25px; }
#paintingService .model-input { width:100%;}
#paintingService .model-input ul { margin-top:20px;}
#paintingService .model-input ul li { display:inline-block; margin-left:15px;}
#paintingService .model-input ul li input { background-color: transparent; border: 3px solid #5e3b8d; padding:15px 0; width: 250px; font-size: 18px; font-family: 'Conv_accordaltregular-webfont'; text-indent: 15px;}
#paintingService .model-input ul li button {background-color: #5e3b8d; border: 0 none; color: #fff; font-size: 18px; font-family: 'Conv_accordaltregular-webfont'; padding:18px 40px;}
#paintingService .modal-content .close { top: -18px; right: 10px; font-size: 26px; }
.pop-up-slider .item > ul { list-style-type: none; padding: 0; margin: 0; display: flex; align-items: center; text-align: left; }
.pop-up-slider .item > ul > li { float: left; }
.pop-up-slider .item > ul > li:first-child { width: 30%; text-align: center; }
.pop-up-slider .item > ul > li:last-child { width: 70%; padding-left: 40px; }
.pop-up-slider .item > ul > li > p { font-size: 36px; color: #676767; margin-bottom: 20px; font-family: 'Conv_accordaltregular-webfont'; }
.pop-up-slider .item > ul > li > span { font-size: 18px; line-height: 24px; color: #676767; display: block; font-family: 'Conv_accordaltregular-webfont'; }
#paintingServiceCarousel .modal-header img{ opacity: 0.1; }

#paintingService, #paintingServiceCarousel { top: -15%; }

@media screen and (min-width:320px) and (max-width:767px) {
#paintingService .modal-dialog, #paintingServiceCarousel .modal-dialog { width:85%;}
#paintingService .modal-header, #paintingServiceCarousel .modal-header { margin:30px 10px 0px 10px;}
#paintingService .modal-body, #paintingServiceCarousel .modal-body { padding:10px 10px 20px 10px !important;}
#paintingService .modal-header .modal-title { font-size:24px;}
#paintingService .modal-body .painting-service-copy p { font-size:16px;}
#paintingService .model-input ul li { margin-bottom:10px; display:block;}
#paintingService .model-input ul li input { width: 200px; font-size: 14px; }
#paintingService .modal-content .close { top: -20px; }
.pop-up-slider .item > ul > li > p { font-size: 24px; }
.pop-up-slider .item > ul > li > span { font-size: 14px; }
#paintingService .model-input ul li button{ padding: 12px 30px; }
#paintingService .modal-body .painting-service-copy p br{ display: none;}
#paintingService .modal-body .painting-service-copy p{ line-height: 22px; }
#paintingService .modal-header .modal-title{ line-height: 28px;}
#paintingServiceCarousel .modal-header img{ width: 100px; }
}
@media screen and (max-width:479px){
.pop-up-slider .item > ul { display: block; }
.pop-up-slider .item > ul > li { float: none; text-align: center; }
.pop-up-slider .item > ul > li:first-child, .pop-up-slider .item > ul > li:last-child { width: 100%; }
.pop-up-slider .item > ul > li:last-child { margin-top: 20px; }
.pop-up-slider .item > ul > li > img { width: 50%; }
.pop-up-slider .item > ul > li:last-child { padding-left: 0; }
}

@media screen and (min-width:768px) and (max-width:991px) {
#paintingService .modal-dialog, #paintingServiceCarousel .modal-dialog { width:85%;}
#paintingService .modal-header, #paintingServiceCarousel .modal-header { margin:30px 10px 10px 10px;}
#paintingService .modal-content .close { top: -20px; }
.pop-up-slider .item > ul > li > p { font-size: 28px; }
.pop-up-slider .item > ul > li > span { font-size: 16px; }
}

/*------------------------- updated on 13 april end  --------------------------------------------*/
.accrdn-title-inspiration:before {
	background-color: #fcaf17;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	margin-top: -3px;
	position: absolute;
	/*top: 50%;*/
	top: 25px;
	width: 8px;
}
.accrdn-title-inspiration {
	background: url("clientlib-site-en/images/plus-icon.png") no-repeat right center;
	cursor: pointer;
	margin: 0;
	padding: 12px 30px;
	position: relative;
}
.accrdn-title-inspiration.open {
	background-image: url("clientlib-site-en/images/minus-icon.png");
}
.accrdn-title-inspiration {
		background-size: 25px;
		font-size: 18px;
		padding: 12px 30px 12px 20px;
}
.accor-new .accrdn-title-inspiration::before { background-color: #ffffff; border-radius: none;  content: ""; height: 8px; left: 0; margin-top: -3px;
    position: absolute;  top: 25px; width: 8px; }
.accor-new .accrdn-title-inspiration { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/accor-new-plus.jpg") no-repeat scroll right 15px top 20px;
    cursor: pointer;  margin: 0; padding: 12px 15px; position: relative; }
.accor-new .accrdn-title-inspiration.open {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/accor-new-minus.jpg") no-repeat scroll right 15px top 20px;
}
 .twitter-mosaic-container{
 	overflow:hidden;
 }

 .twitter-mosaic-container iframe{
 	position: absolute;
     width:100%;
     height:100%;
     top:0px;
 }


/*31st March 2017*/
.dealer_locator .text-center { text-align:center;}
.dealer_locator .circle_yellow { margin:0 auto !important 111111;}

@media (max-width:1200px){
.dealer_locator > div > span { display:block !important;}
.locate_container, .dealer_locator .circle_yellow {margin-top:40px !important;}
}

@media (max-width:768px){
.dealer_locator .text-center { text-align:left;}
}
/*------------------------- updated on 16 May 2017  --------------------------------------------*/
#paintingServiceNotAvailable .modal-dialog { max-width:700px; width:100%;}
#paintingServiceNotAvailable .modal-body > ul { list-style-type: none; padding: 30px 50px; margin: 0; display: flex; align-items: center; text-align: left; }
#paintingServiceNotAvailable .modal-body > ul > li { text-align: center; }
#paintingServiceNotAvailable .modal-body > ul > li > span { font-size: 18px; line-height: 24px; color: #676767; display: block; font-family: 'Conv_accordaltregular-webfont'; margin-bottom: 20px; }
#paintingServiceNotAvailable .modal-body > ul > li:first-child { width: 30%; text-align: center; }
#paintingServiceNotAvailable .modal-body > ul > li:last-child { width: 69%; padding-left: 40px; }

@media screen and (max-width:479px){
#paintingServiceNotAvailable .modal-body > ul { padding: 20px; }
#paintingServiceNotAvailable .modal-body > ul > li:last-child {padding-left: 20px; }
}


#serviceNotAvailable .modal-dialog { max-width:700px; width:100%;}
#serviceNotAvailable .modal-body > ul { list-style-type: none; padding: 30px 50px; margin: 0; display: flex; align-items: center; text-align: left; }
#serviceNotAvailable .modal-body > ul > li { text-align: center; }
#serviceNotAvailable .modal-body > ul > li > span { font-size: 18px; line-height: 24px; color: #676767; display: block; font-family: 'Conv_accordaltregular-webfont'; margin-bottom: 20px; }
#serviceNotAvailable .modal-body > ul > li:first-child { width: 30%; text-align: center; }
#serviceNotAvailable .modal-body > ul > li:last-child { width: 69%; padding-left: 40px; }

@media screen and (max-width:479px){
#serviceNotAvailable .modal-body > ul { padding: 20px; }
#serviceNotAvailable .modal-body > ul > li:last-child {padding-left: 20px; }
}

/*------------------------- updated on 16 May 2017  --------------------------------------------*/

/*-------------Login Recaptcha------------*/
#logincaptcha{
    display:none;
}

/*------------WallStickers----------------*/
.product_desc{
	margin-bottom:20px;
	margin-top:10px;
}
/*------------------------- my Order section starts --------------------------------------------*/
.padding-0 { padding:0;}
.global-padding-10 { padding:10px;}
.global-padding-30 { padding:30px;}
.global-mt-20 { margin-top:20px;}
.bg-white { background-color:#ffffff;}
.bg-grey-light { background-color:#f3f3f3;}
.bg-grey { background-color:#e8e8e8;}
.bg-grey-dark { background-color:#dfdfdf;}

.order-details { padding:15px; }
.order-details-content { position:relative; }
.order-details-title { background: #fcaf17 none repeat scroll 0 0; color: #ffffff; padding:12px 20px;}

.btn-style-yellow { border: 2px solid #ffffff; color:#ffffff; display: inline-block; font-size: 18px; padding: 8px 25px; width: auto; }
.btn-style-yellow:hover { background-color: #ffffff; /*background-color: #fdb000;*/color: #55565a; }
.btn-style-trans { background-color:transparent; border: 2px solid #55565a; color: #55565a; font-family: 'Conv_accordaltregular-webfont'; display: inline-block; font-size: 18px; padding: 7px 25px 8px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; margin-bottom:20px; }
.btn-style-trans:hover { background-color: #55565a; border-color: #55565a; color: #fff;}
.order-details-content .row p.order-title-black { text-align:center; font-size:18px; color:#000000; font-weight:500; padding:10px; line-height:20px; margin:0; display:inline-block;}
.order-details-content .row p.order-title { text-align:center; font-size:18px; color:#ffffff; font-weight:500; margin-bottom:0;}
.order-details-content .row p > span { display:block; font-size:14px;}
.payment-summary-wrapper { padding:20px 30px 30px 30px;}
.payment-summary-content tr > td { padding:10px 0; font-size:14px; color:#333333; font-weight:400;}
.order-details-content .row p { font-size:14px; color:#333333; font-weight:500;}
.yourvoice-orange-header { color:#fcaf17;}
.yourvoice-green-header { margin-left:0 !important;  color:#5ea12f;}
.yourvoice-green-header > img, .yourvoice-orange-header > img, .yourvoice-black-header > img { margin-right:10px;}
.yourvoice-black-header { font-size:13px; color:#333333;}
.order-detail-image-block { display:inline-block; float:left; margin-right:20px;}
.order-detail-imagecontent-block { display:block;}
.order-detail-imagecontent-block .left { display:block; float:left; max-width:200px; width:100%;}
.order-detail-imagecontent-block .left > h4, .order-detail-imagecontent-block .left > p { margin-bottom:10px;}
.order-detail-imagecontent-block .right { display:block; float:left;}
/*.order-details-btn > a, .yourvoice-black-header { float:right;}*/
.rate-content { margin-top:20px; border-top:1px solid #b2b2b2; padding-top:20px;}
.rate {  float: left; margin-left: 20px; }
.rate:not(:checked) > input {
    display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
     display: block;
    position: relative;
    overflow: hidden;
}
.rate:not(:checked) > label:before {
    content: '?';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.custom-rating span{
    display: inline-block;
    font-size: 20px;
    float: left;
    font-family: 'Conv_accordaltregular-webfont';
    padding-bottom: 10px;
    padding-top: 5px;
	margin-bottom:20px;
}

.custom-rate{ border-bottom: 1px #cccccc solid; padding-right: 10px;}

.custom-rate-digit{
    padding-left: 10px;
    padding-top: 7px !important;
}

.cmmnt-box {
    border-bottom: 1px solid #dadada !important;
    margin-bottom: 35px !important;
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}

.cmmnt-prsn{
    margin-top: 0;
}

.cmmnt-desc p{
    margin-bottom: 0;
    margin-top: 0;
}

.form-control.custum-input2 { border:1px solid #d6d6d6; border-radius: 0; height: 110px; resize: none; background-color:#f4f4f4}
.view-details-content,.rate-content{display: none;}
.forum .form-control.custum-input2{height: 50px !important;}

@media screen and (min-width:320px) and (max-width:479px) {
.order-details-content .row p.order-title { font-size:11px;}
.order-details-content .row p > span { font-size:10px;}
.order-details-content .row p.order-title-black { font-size:12px; padding:8px 11px; line-height:14px; margin:0;}
.order-detail-image-block { width:38%;  margin:15px 10px 0 0;}
.order-detail-imagecontent-block { width:51%; float:left;}
.yourvoice-green-header > img, .yourvoice-orange-header > img, .yourvoice-black-header > img { margin-right:5px;}
.order-details-title { padding: 8px 4px;}
}

@media screen and (min-width:480px) and (max-width:767px) {
.order-detail-image-block { margin-top:15px; width:40%;}
.order-detail-imagecontent-block { width:40%; float:left;}
.order-details-content .row p.order-title-black { font-size:14px; padding:8px 16px; line-height:14px; margin:0;}
.order-details-content .row p.order-title {  font-size:12px;}
.order-details-content .row p > span { font-size:12px;}
.order-details-title { padding: 8px 10px;}
}

@media screen and (min-width:320px) and (max-width:767px) {
.global-padding-0-mob { padding:0px;}
.global-mtb { margin:20px 0;}
.btn-style-yellow { float:right;}
.float-r-mob { float:right !important;}
.btn-style-trans { padding:7px 15px 8px;}
.order-details { margin-left:0; }
h4 { margin-bottom:5px;}
.btn-style-yellow { font-size: 16px; padding: 6px 15px; }

.order-details-btn { margin:20px 0;}
.order-details-btn > a { float:none;}
.order-detail-imagecontent-block .left { width:100%;}
.order-detail-imagecontent-block .left > p { margin-bottom:0;}
.order-detail-imagecontent-block .right { display:block; float:left; margin-top:10px;}
.order-details-content .row p > span { display:inline-block;}
.order-details-content .row p.order-title { text-align:left;}
.yourvoice-black-header { margin-top:10px;}
.custom-rating span { font-size:14px;}
.rate:not(:checked) > label { font-size:25px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
.global-padding-tab { padding:20px 0;}
.payment-summary-wrapper { 20px 10px 30px 10px;}
.payment-summary-content tr > td:first-child { padding:10px 10px 10px 0;}
.btn-style-trans { font-size:16px; padding: 7px 20px 8px;}
.order-details { margin-left:0; width: 600px;}
}

@media screen and (min-width:992px) and (max-width:1200px) {
.order-detail-imagecontent-block .left { max-width:160px; width:100%;}
.order-detail-image-block { margin-right:10px;}
.btn-style-trans { font-size:16px; padding:7px 14px 8px;}
.order-details {width: 650px;}
}

@media screen and (min-width:1201px)and (max-width:1500px){
    .order-details {width: 825px;}
}

@media screen and (min-width:1501px) {
   .order-details {width: 1000px;}
}

.return-popup{/* float:left; */line-height: 2;margin: 30px;/* margin-bottom: 15px; */}
/*------------------------- my Order section ends --------------------------------------------*/

/*--Updated colour catalogue start here--*/

/*--Updated on 22nd May 2017 start here--*/

.productDesc{ margin-bottom: 20px; }
.productPrice{ margin-bottom: 10px;}
/*.shade-col{ position: relative; }*/
.shade-col p { margin-bottom: 0; }
.shade-col a{ display: inline-block; border: 2px #333333 solid; padding: 10px 20px; font-size: 16px; font-weight: bold; color: #333333; margin-top: 15px; position: relative; }
.shade-col a:hover{ background-color: #333333; color: #fff; }
.shade-col a:hover span{ color: #333333; }

.shade-col a .custom-tooltip{ position: absolute; bottom: 55px; right: 0px; left: -2px; font-size: 14px;/* width: 210px;*/ text-align: center; background-color: #fff; border: 1px #333333 solid; padding: 15px; line-height: 18px; z-index: 500; display: none; }

.shade-col a .custom-tooltip .tooltip-bottom-arrow{ content: ''; height: 15px; width: 16px; display: block; border: 1px solid #101010; border-right-width: 0; border-top-width: 0; transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); position: absolute; bottom: -8px; right: 0; left: 0;
margin: auto; background-color: #ffffff; }

.shade-col a:hover .custom-tooltip{ display: block; }

/*--Updated on 22nd May 2017 ends here--*/
#colorSelection .modal-dialog { max-width: 1160px; width: 100%;}
#colorSelection .modal-content { height: auto; border-radius: 0;}
#colorSelection .modal-content .close {margin-right: 10px; margin-top: 8px;}
#colorSelection .modal-body .color-family-listing { padding: 40px 100px 70px 100px;}
#colorSelection .modal-body .color-family-listing h3.color-family-popup-title {font-family: 'Conv_accordaltregular-webfont'; font-size: 30px; color: #333333; text-align: center; padding-bottom: 40px;}

#colorSelection .modal-body .color-family-listing ul > li { float: left; list-style-type: none; width: 29%; margin-right: 50px;}
#colorSelection .modal-body .color-family-listing ul > li:last-child { margin-right: 0;}
#colorSelection .modal-body .color-family-listing ul > li h2 span { border: none;}
#colorSelection .modal-body .color-family-listing ul > li h2 span.catlogue_listing_discount { font-size: 18px; color: #55565a;}
#colorSelection .modal-body .color-family-listing ul > li h4 {font-family: 'Conv_accordaltregular-webfont'; font-size: 24px; color: #333333;}


@media screen and (min-width:320px) and (max-width:639px) {
#colorSelection .modal-dialog { width: 90%; top: 120px;}
#colorSelection .modal-body .color-family-listing { padding:20px 10px;}
#colorSelection .modal-body .color-family-listing ul > li { width: 98%; margin-right:0; margin-top: 40px; border-bottom: 1px solid #b7b7b7;padding-bottom: 30px;}
#colorSelection .modal-body .color-family-listing ul > li:last-child {border-bottom: none;}
#colorSelection .modal-body .color-family-listing h3.color-family-popup-title { font-size: 24px; padding-bottom: 0; margin-bottom: 0; text-align: left;}
#colorSelection .modal-body .color-family-listing ul > li h4 { font-size: 20px; }

.color-patch-list { width: 100%;}
.shade-col { width: 100%; margin-top: 30px;}

}

@media screen and (min-width:640px) and (max-width:767px) {
#colorSelection .modal-dialog { width: 94%;}
#colorSelection .modal-body .color-family-listing { padding:20px 20px 30px 20px;}
#colorSelection .modal-body .color-family-listing ul > li { width: 44%; margin-right:30px; margin-top: 30px;}
#colorSelection .modal-body .color-family-listing h3.color-family-popup-title { font-size: 26px; padding-bottom: 10px;}
#colorSelection .modal-body .color-family-listing ul > li h4 { font-size: 22px; }

}

@media screen and (min-width:768px) and (max-width:991px) {
#colorSelection .modal-dialog { width: 96%;}
#colorSelection .modal-body .color-family-listing { padding:20px 40px 40px 40px;}
#colorSelection .modal-body .color-family-listing ul > li { margin-right:40px;}
#colorSelection .modal-body .color-family-listing ul > li h4 { font-size: 20px; height: 45px;}
.shade-col a .custom-tooltip { width: 190px; padding: 15px 10px;}
}
@media screen and (min-width:992px) and (max-width:1023px) {
#colorSelection .modal-body .color-family-listing { padding:20px 70px 40px 70px;}
#colorSelection .modal-body .color-family-listing ul > li { margin-right:40px;}

}
@media screen and (min-width:992px) and (max-width:1199px) {
.shade-col a .custom-tooltip { width: 190px; padding: 15px 10px;}
}
/*--Updated colour catalogue ends here--*/

/*---------------------------- store locator css start -------------------------------*/

.store-loc-title > p { font-size: 22px; color: #404041; font-weight: 700; font-family:'Conv_accordaltregular-webfont'; }
.store-loc-title > p > a { font-size: 16px; color: #5e3b8d; font-weight: 700; text-decoration: underline; margin-left: 10px; display: inline-block; }
.show-results-stores-list { margin-top: 40px; }
.show-results-stores-list > p { font-size: 16px; color: #404041; margin-bottom: 10px; }
.show-results-stores-list > ul { list-style-type: none; padding: 0; margin: 0; }
.show-results-stores-list > ul > li { display: flex; align-items: center; margin-bottom: 10px; border: 1px solid #dcdcdc; }
.show-results-stores-list > ul > li:last-child { margin-bottom: 50px; }
.show-results-img { width: 19%; float: left; }
.show-results-copy { width: 66%; float: left; padding: 0 3%; }
.show-results-copy > p { text-transform: uppercase; color: #1f1f1f; font-size: 15px; font-weight: 700; margin-bottom: 10px; font-family: 'Arial'; }
.show-results-copy > span { text-transform: uppercase; line-height: 20px; color: #2d2d2d; font-size: 14px; display: block; margin-bottom: 15px; font-family: 'Arial'; }
.show-results-copy > ul { list-style-type: none; padding: 0; margin: 0; }
.show-results-copy > ul > li { display: inline-block; margin-right: 10px; padding-right: 10px; border-right: 1px solid #6b6b6b; font-size: 15px; font-family: 'Arial'; color: #6b6b6b; position: relative; }
.show-results-copy > ul > li:first-child { color: #343434; font-weight: 700; border-right: none; margin-bottom: 5px; padding-right: 0; }
.show-results-copy > ul > li:last-child { border-right: none; margin-left: 0; }
.show-results-contact { width: 15%; float: left; }
.show-results-contact > a { display: block; font-size: 16px; color: #59595a; text-decoration: underline; font-weight: 700; position: relative; }
.map-icon { background: url(clientlib-site-en/images/map-icon.jpg) no-repeat left center; padding: 10px 10px 10px 30px; }
/*--.contact-icon { background: url(clientlib-site-en/images/contact-icon.jpg) no-repeat left center; padding: 10px 10px 10px 30px; }
.profile-icon { background: url(clientlib-site-en/images/profile-icon.jpg) no-repeat left center; padding: 10px 10px 10px 30px; } --*/

.show-results-list-contractor, .speciality-container { margin-top: 40px; }
.show-results-list-contractor > p, .speciality-container > p { font-size: 16px; color: #404041; margin-bottom: 10px; }
.speciality-container > p { margin-bottom: 30px; }
.show-results-list-contractor > ul { list-style-type: none; padding: 0; margin: 0; border: 1px solid #dcdcdc; max-height: 550px; }
.show-results-list-contractor > ul > li { display: flex; align-items: center; border-top: 1px solid #dcdcdc; padding: 20px 0; }
.show-results-list-contractor > ul > li:first-child { border-top: 0; }
.show-results-contractor-copy { width: 80%; float: left; padding: 0 3%; }
.show-results-contractor-copy > p { text-transform: uppercase; font-family: 'Arial'; color: #1f1f1f; font-size: 16px; font-weight: 700; margin-bottom: 5px; }
.show-results-contractor-copy > ul { list-style-type: none; padding: 0; margin: 0; }
.show-results-contractor-copy > ul > li { display: inline-block; margin-right: 10px; font-family: 'Arial'; padding-right: 10px; border-right: 1px solid #6b6b6b; font-size: 15px; color: #6b6b6b; position: relative; }
.show-results-contractor-copy > ul > li:first-child { color: #343434; font-weight: 700; border-right: none; margin-bottom: 5px; padding-right: 0; }
.show-results-contractor-copy > ul > li:last-child { border-right: none; margin-left: 0; }
.show-results-contractor-contact { width: 20%; float: left; }
.show-results-contractor-contact-copy > a { display: block; font-size: 16px; color: #59595a; text-decoration: underline; font-weight: 700; position: relative; }
.show-results-contractor-contact { margin-bottom: 10px; }

.padding > li .text-input { padding: 15px 8px !important; }

.book-site-visit-form-container { background: #fff; padding: 20px 40px; position: relative; }
.book-site-visit-form-container{content: ''; height: 15px; width: 16px; display: block; border: 1px solid #c6c6c6; border-right-width: 0; border-top-width: 0; transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); position: absolute; left: 50%; top: -8px; margin: auto; background-color: #ffffff;}


.white-box { background-color:#ffffff; padding:20px 40px; border:solid 1px #cccccc; box-shadow: 5px 5px 5px #f6f6f6; position:relative; margin-top: 20px; display: none; }
.white-box-top-arrow { content: ''; height: 15px; width: 16px; display: block; border: 1px solid #c6c6c6; border-right-width: 0; border-top-width: 0; transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); position: absolute; left: 55%; top:-8px;
margin: auto; background-color: #ffffff; }
.white-box .row { display: flex; align-items: center; }
.white-box ul.desktop-form { margin:0; padding:0;}
.white-box ul.desktop-form > li { float:left; list-style:none; width:45%; margin:15px 40px 15px 0;}
.white-box ul.desktop-form > li input { font-family: 'Arial'; background-color:#ffffff; border-top:none; border-left:none; border-right:none; border-bottom:solid 1px #cccccc; padding:5px; color:#000000; font-size:15px; width:100%; }
.white-box ul.desktop-form > li input::-webkit-input-placeholder { color: #000000; }
.white-box ul.desktop-form > li input::-moz-placeholder { color: #000000;  opacity: 1; }
.white-box ul.desktop-form > li input::-ms-input-placeholder { color: #000000; }
.white-box ul.desktop-form > li input::-moz-placeholder { color: #000000; opacity: 1; }
.white-box-close { position:absolute; top:10px; right:10px;}

.wi45 { width: 45% !important; }
.or-form { width: 10%; margin-top: 20px; float: left; text-align: center; }

.speciality-container .checkbox label::before, .speciality-container .checkbox label::after { width: 20px; height: 20px;  }
.speciality-container .checkbox label::after { left: 0; top: 0; }
.speciality-container .checkbox label { padding-left: 10px; line-height: 25px;font-family:'Conv_accordaltregular-webfont'; }
.speciality-container .checkbox input[type="checkbox"]:checked + label::after, .speciality-container .checkbox input[type="radio"]:checked + label::after {
    background: url("clientlib-site-en/images/tick-mark-green-big.png") no-repeat center center;
}

/*---------------------------- store locator css end -------------------------------*/

@media (max-width:640px){
	.custom-product-shot-img { width:90px; }
}
@media (max-width:767px){
	table.custom-mobile-responsive-single-column, table.custom-mobile-responsive-single-column tbody, table.custom-mobile-responsive-single-column tr, table.custom-mobile-responsive-single-column td{
		display: block;
		/* border: 1px solid #0f0; */
		padding: 4px;
		float: left;
		clear: both;
		width: 100%;
	}

	/*---------------------------- store locator css start -------------------------------*/
	.store-loc-title > p > a { margin-left: 0; margin-top: 10px; }
	.show-results-img { text-align: center; }
	.show-results-list-contractor > ul > li { display: block; padding: 3% 5%; }
	.show-results-stores-list > ul > li { display: block; padding: 0; }
	.show-results-img, .show-results-copy, .show-results-contact, .show-results-contractor-copy, .show-results-contractor-contact { width: 100%; padding: 0; margin: 10px 0; }
	.show-results-contractor-copy { }
	.show-results-contact, .show-results-contractor-contact-copy { display: flex; justify-content: space-between; }
	.show-results-contact > a, .show-results-contractor-contact-copy > a { display: inline-block; }
	.show-results-copy > ul > li { margin-bottom: 5px; }
	.show-results-copy > ul > li:first-child { display: block; }
	.speciality-container .checkbox { position: relative; }
	.speciality-container .checkbox > a { position: static; }
	.speciality-container .checkbox a .custom-tooltip { left: 0; top: 8vw; }
	.speciality-container .checkbox a .custom-tooltip .tooltip-left-arrow {content: ''; height: 15px; width: 16px; display: block; border: 1px solid #c6c6c6; border-right-width: 0; border-top-width: 0; transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); position: absolute; left: 50%; top: -8px; margin: auto; background-color: #ffffff;}
	.white-box { padding: 20px; margin-bottom: 30px; }
	.white-box .row { display: block; }
	.show-results-list-contractor > ul { max-height: 100%; }
	.white-box ul.desktop-form > li { width: 100%; }
	.white-box-top-arrow { left: 20%; }
	.wi45 { width: 100% !important; }
	.or-form { width: 100%; text-align: center; margin-top: 5px; }
	.store-loc-title > p { font-size: 19px; line-height: 24px; }
	.show-results-stores-list > ul > li { border: 0; border-bottom: 1px solid #dedede; padding: 20px 0; }
	.show-results-stores-list > ul > li:last-child { border-bottom: none; }
}
@media screen and (min-width: 768px) and (max-width:991px){
	.show-results-copy > p { font-size: 13px; }
	.show-results-copy > span, .show-results-copy > ul > li, .show-results-contact > a { font-size: 11px; margin-bottom: 10px; }
	.show-results-copy > ul > li:last-child { margin-left: 10px;}
	.white-box-top-arrow {left: 85%;}
	.white-box ul.desktop-form > li { width: 42%; }
	/*.speciality-container .checkbox a .custom-tooltip { top: -15vw; }*/
}
@media screen and (min-width: 992px) and (max-width:1199px){
/*.speciality-container .checkbox a .custom-tooltip { top: -12vw; }*/
.speciality-container .checkbox label {padding-right: 10px; font-size: 14px;}
.white-box-top-arrow {left: 65%;}
.white-box ul.desktop-form > li { width: 42%; }
}

/*---------------------------- store locator css end -------------------------------*/

/*------------------------- updated on 1st June 2017  --------------------------------------------*/

.speciality-container .checkbox { margin-bottom:20px; margin-top:0;}
.speciality-container .checkbox label { padding-right:15px; font-size:15px; color:#151515; text-transform: uppercase; font-weight: 700;}
.speciality-container .checkbox > a{ position:relative; }
.speciality-container .checkbox > a > img { position: relative; z-index: 0; }
.speciality-container .checkbox > a > img.zindex3 { z-index: 3; }
.speciality-container .checkbox a .custom-tooltip{ position: absolute; right:0; left: 10px; top:-10px; font-size: 14px; width: 280px; background-color: #fff; border: 1px #c6c6c6 solid; padding: 15px; line-height: 18px; z-index: 1; display: none; }
.speciality-container .checkbox a .custom-tooltip span img { margin-top:20px;}
.speciality-container .checkbox a .custom-tooltip .tooltip-left-arrow { content: ''; height: 15px; width: 16px; display: block; border: 1px solid #c6c6c6; border-right-width: 0; border-top-width: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); position: absolute; left: -8px; top:10px;
margin: auto; background-color: #ffffff; }
.tool-tip-close-mob { display: none; }

.speciality-container .checkbox  a:hover .custom-tooltip{ display: block; }
/*-------------POPUP-----------*/
#getIntouchContractor .modal-dialog { max-width:900px; width:98%;}
#getIntouchContractor .modal-content .modal-body .get-in-touch-copy { padding:15px 140px 40px;}


#getIntouchContractor .popup-title p {font-family: 'Conv_accordaltbold-webfont'; font-size:24px; color:#333333; text-align:center; margin-bottom:20px;}
#getIntouchContractor .popup-title p span.img-left { margin-right:20px;}
#getIntouchContractor .popup-title p span.img-right { margin-left:20px;}
.ctrl-form-width { padding: 0 10px 0 15px !important; }
.modal-content .close { margin: 10px; }



@media screen and (max-width:479px){
#getIntouchContractor .ctrl-form-width.form-half-width { width:100%;}
#getIntouchContractor .popup-title p { text-align:left; font-size:16px;}
}


@media screen and (max-width:767px){
#getIntouchContractor .modal-content .modal-body .get-in-touch-copy { padding:15px 30px;}
#getIntouchContractor .popup-title p span.img-left { margin-right:8px;}
#getIntouchContractor .popup-title p span.img-left img, #getIntouchContractor .popup-title p span.img-right img { width:25%;}
#getIntouchContractor .popup-title p span.img-right { margin-left:8px;}
.tool-tip-close-mob { font-size: 16px; color: #000; text-align: right; display: block; position: absolute; top: 10px; right: 10px; }
}

/*------------------------- updated on 1st June 2017  --------------------------------------------*/

/*------------------------- Schedular css start  --------------------------------------------*/

 .sheduler-form-inner-banner .container { height: auto; }
 .sheduler-form-inner-banner { height: 470px; }
 .sheduler-form-inner-banner img { width: 100%; height: 470px; } /* Added on 23-8-18*/
 .schedular-container .container { position: absolute; top: 10vw; left: 0; width: 100%; height: auto; }
 .schedular-container .row { max-width: 1170px; margin: 0 auto; }
 .schedular-form-spotlight-copy > span { background: rgba(31, 31, 31, 0.5); padding: 10px; font-size: 40px; color: #ffffff; font-family: 'Conv_accordaltbold-webfont'; display: inline-block; margin-top: 1px; }
 .schedular-form-grey-strip ul { width: 84%; float: left; }
 .lavender-book-btn { float: left; width: 16%; }
 .schedular-form-grey-strip .desktop-hide { display: none; }
 .schedular-form-grey-strip { margin-top: 0; }
 .lavender-book-btn > a { background: #572591; font-size: 18px; color: #fff; display: block; padding: 16px 20px 16px 0; position: relative; font-family: 'Conv_accordaltbold-webfont'; text-align: center; }
 .lavender-book-btn > a:before { content: ""; position: absolute; right: 15px; top: 50%; background: url(clientlib-site-en/images/schedular-form-book-btn-arrow.png) no-repeat; width: 17px; height: 18px; margin-top: -8px; transition: all ease-in 0.5s; }
 .lavender-book-btn > a.active:before { transform: rotate(-45deg); }
 .lavender-book-btn > a.active:after { content: ""; position: absolute; top: -7px; right: 15px; width: 15px; height: 15px; background: #572591; transform: rotate(-45deg); z-index: 20; }

 .schedular-form-container { max-width: 1170px; margin: 0 auto; position: absolute; top: 0; right: 30px; left: 0; height: 100%; }
 .schedular-form { width: 410px; z-index: 10; background: #ffffff; padding: 30px 20px; float: right; height: 470px; /*display: flex; align-items: center; justify-content: center; flex-direction: column;*/ }
 .schedular-form p { font-size: 20px; color: #5e3b8d; font-family: 'Conv_accordaltbold-webfont'; margin-bottom: 0; }
 .schedular-form ul { list-style-type: none; padding: 0; margin: 0; }
 .schedular-form ul li { width: 100%; margin-bottom: 10px; display: block; }
 .schedular-form ul li:nth-child(5) { padding: 0 0 10px 0; }
 .schedular-form ul li:nth-child(6) { padding: 0 0 10px; }
 .schedular-form ul li div { border-bottom: 1px solid #cfcfcf; padding: 12px 0 0; display: flex; align-items:center; }
 .schedular-form ul li div span { font-size: 14px; color: #4a4a4a; float: left; }
 .schedular-form ul li div input { border: 0; float: left; text-indent: 5px; height: 25px; }
 .schedular-form ul li div span sub { color: #ff3733; font-size: 17px; }
 .schedular-form ul li a.skip-btn{ font-size: 16px; font-family: 'Conv_accordaltbold-webfont'; color: #55565a; text-decoration: underline; display: inline-block; margin-left: 10px; }
 .wi40 { width: 40%; float: left; }
 .wi50 { width: 50%; float: right; }
 .wi100 { width: 100%; }
 .wi45 { width: 45%; float: left; }
 .wi100 input { width: 80%; }
 .wi40 input, .wi50 input { width: 55%; }

 .schedular-form ul li [type="radio"]:checked,
 .schedular-form ul li [type="radio"]:not(:checked) { position: absolute; }
 .schedular-form ul li [type="radio"]:checked + label,
 .schedular-form ul li [type="radio"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; margin-right: 25px; }
 .schedular-form ul li [type="radio"]:checked + label:before,
 .schedular-form ul li [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 100%;  background: url("clientlib-site-en/images/lavender-radio-not-checked.jpg") no-repeat; }
 .schedular-form ul li [type="radio"]:checked + label:after,
 .schedular-form ul li [type="radio"]:not(:checked) + label:after { content: ''; width: 19px; height: 19px; background: url("clientlib-site-en/images/lavender-radio-checked.jpg") no-repeat; position: absolute; top: 0; left: 0; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
 .schedular-form ul li [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
 .schedular-form ul li [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
 .schedular-form ul li select { border: 0; width: 100%; background: url("clientlib-site-en/images/select-arrow-red.png") no-repeat right center; -webkit-appearance: none;
 -moz-appearance: none; appearance: none; -ms-appearance: none; padding-bottom: 5px; }
 .schedular-form ul li select.active { color: #b7b7b7; }
 .schedular-form ul li select.form-room-dropdown{ width: 100%; border-bottom: 1px solid #cfcfcf; padding-bottom: 0; }

 .schedular-form ul li [type="checkbox"]:not(:checked),
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:not(:checked),
 .schedular-form ul li [type="checkbox"]:checked,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:checked
 { position: absolute; left: -9999px; }
 .schedular-form ul li [type="checkbox"]:not(:checked) + label,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:not(:checked) + label,
 .schedular-form ul li [type="checkbox"]:checked + label,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:checked + label
  { position: relative; padding-left: 1.95em; cursor: pointer; font-size: 14px; line-height: 20px; }

 .mt-20 { margin-top: 20px; }
 /* checkbox aspect */
 .schedular-form ul li [type="checkbox"]:not(:checked) + label:before,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:not(:checked) + label:before,
 .schedular-form ul li [type="checkbox"]:checked + label:before,
  .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:checked + label:before
  { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #707070; background: #fff; }
 /* checked mark aspect */
 .schedular-form ul li [type="checkbox"]:not(:checked) + label:after,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:not(:checked) + label:after,
 .schedular-form ul li [type="checkbox"]:checked + label:after,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:checked + label::after
 { content: '✔'; position: absolute; top: 2px; left: 2px; font-size: 1.3em; line-height: 0.8; color: #09ad7e; transition: all .2s; }
 /* checked mark aspect changes */
 .schedular-form ul li [type="checkbox"]:not(:checked) + label:after,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:not(:checked) + label:after
 { opacity: 0; transform: scale(0); }
 .schedular-form ul li [type="checkbox"]:checked + label:after,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:checked + label:after
 { opacity: 1; transform: scale(1); }
 /* disabled checkbox */
 .schedular-form ul li [type="checkbox"]:disabled:not(:checked) + label:before,
 .schedular-form ul li [type="checkbox"]:disabled:checked + label:before
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:disabled:not(:checked) + label:before,
  .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
 .schedular-form ul li [type="checkbox"]:disabled:checked + label:after,
 .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:disabled:checked + label:after { color: #999; }
 .schedular-form ul li [type="checkbox"]:disabled + label,
  .revamp-sleek ul li.whatsAppAcceptFlds [type="checkbox"]:disabled + label{ color: #aaa; }
 .schedular-form ul li span sub { font-size: 17px; color: #ff3733; }
 .schedular-form ul li span { font-size: 14px; color: #4a4a4a; }
 .submit-bt { text-align: center; }

 .schedular-thankyou-section img{ width: auto; height: auto; }
 .schedular-thankyou-section p.schedular-thankyou-black{ font-size: 14px; font-family: 'arial'; color: #232323; padding-top: 30px; line-height: 25px; }
 .schedular-thankyou-section p.schedular-thankyou-blue{ font-size: 18px; font-family: 'arial'; color: #5e3b8d; padding-top: 25px; border-top:1px #b1b2b3 solid; display: inline-block;  }

 .schedular-form-two, .schedular-form-three, .schedular-form-four { display: none; }

 @media screen and (max-width: 767px){
 	.schedular-form-grey-strip .col-md-12 { padding-left: 0; padding-right: 0; }
 	.sheduler-form-inner-banner { height: auto; }
 	.sheduler-form-inner-banner img {height: auto;}
 	.schedular-container .container { top: 10vw; }
 	.schedular-form-spotlight-copy > span { font-size: 14px; padding: 10px; }
 	.schedular-form-grey-strip a { display: block; text-align: center; margin: 0 auto; text-align: center; font-size: 15px; }
 	.lavender-book-btn > a { padding: 10px 20px 10px 0; }
 	.lavender-book-btn > a:before { background-size: 15px; }
 	.lavender-book-btn > a.active:after { top: 87%; left: 50%; margin-left: -7.5px; width: 10px; height: 10px; }
 	.schedular-form-grey-strip a.desktop-hide { display: block; /*width: 50%; float: left;*/ }
 	.schedular-form-grey-strip ul { width: 100%; }
 	.lavender-book-btn { width: 50%; }
 	.schedular-form-grey-strip .col-md-12 { display: flex; align-items: center; }
 	.schedular-form-container { position: static; z-index: 200; }
 	.schedular-form-container .schedular-form { height: auto; width: 100%; padding: 20px 15px; position: relative; }
 	.schedular-form-container .schedular-form:after{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background-color: #b1b2b3; width: 90%; margin: auto; }
 	.wi40, .wi50 { width: 100%; }
 	.schedular-form > ul > li [type="radio"]:checked + label, .schedular-form > ul > li [type="radio"]:not(:checked) + label { margin-right: 3px; }
 	.schedular-form > ul > li > div > span { width: 28%; }
 	.schedular-form > ul > li:nth-child(4) { margin: 30px 0; }
 	.inner-secn { clear: both; }
 	.wi100 input{ width: 75%; }
 	.schedular-form-one ul li:nth-child(1), .schedular-form-one ul li:nth-child(2), .schedular-form-two ul li{ margin-bottom: 0px; }
 	.schedular-form ul li div{ padding: 30px 0 0; }
 	.schedular-form-one ul li:nth-child(4){ padding-top: 10px; }
 	.schedular-form ul li select.form-room-dropdown{ margin-top: 20px; width: 100%; }
 	.schedular-form a.btn-style2{ padding: 10px 30px; font-size: 16px; }
 	.schedular-form-grey-strip .affix { position: fixed; top: 0; left: 0; right: 0; text-align: center; z-index: 1000; }
 }

  #pincodeNotServiceble .modal-dialog { max-width:700px; width:100%;}
  #pincodeNotServiceble .modal-body > ul { list-style-type: none; padding: 30px 50px; margin: 0; display: flex; align-items: center; text-align: left; }
  #pincodeNotServiceble .modal-body > ul > li { text-align: center; }
  #pincodeNotServiceble .modal-body > ul > li > span { font-size: 18px; line-height: 24px; color: #676767; display: block; font-family: 'Conv_accordaltregular-webfont'; margin-bottom: 20px; }
  #pincodeNotServiceble .modal-body > ul > li:first-child { width: 30%; text-align: center; }
  #pincodeNotServiceble .modal-body > ul > li:last-child { width: 69%; padding-left: 40px; }

  @media screen and (max-width:479px) {
      #pincodeNotServiceble .modal-body > ul { padding: 20px; }
      #pincodeNotServiceble .modal-body > ul > li:last-child {padding-left: 20px; }
  }

 /*@media screen and (max-width: 767px) and (orientation : landscape){
 	.wi40 { width: 40%; float: left; }
 	.wi50 { width: 50%; float: right; }
 	.schedular-form ul li div { display: block; }
 }*/

 /*------------------------- Schedular css end  --------------------------------------------*/
  /* update on 10 aug 2017 start */
  .schedular-form ul li > div { border-bottom: 1px solid #cfcfcf; padding: 12px 0 0; display: flex; align-items:center; position: relative; }
  .scheduler-error-msg { position: absolute; bottom: -15px; left: 0; font-size: 10px; color: red; /*display: none;*/ }
  .sloat-txt { font-size: 16px; color: red; text-align: center; display: block; font-family: 'Conv_accordaltbold-webfont'; }
  /* update on 10 aug 2017 end */

 @media screen and (min-width: 768px) and (max-width: 991px){
 	.sheduler-form-inner-banner { height: auto; }
 	.sheduler-form-inner-banner img {height: auto;}
 	.schedular-form-container { position: static;}
 	.schedular-form { height: auto; width: 100%; }
 	.schedular-container .container { top: 18vw; }
 	.sheduler-form-inner-banner > img { width: 100%; height: 100%; }
 	.schedular-form-grey-strip { clear: both; }
 	.schedular-form-grey-strip .inner-menu > li > a { padding: 0 10px; }
 	.schedular-form-grey-strip .inner-menu > li:first-child a { padding-left: 0; }
 	.schedular-form > ul > li { width: 45%; float: left; margin-right: 5%; }
 	.schedular-form > ul { display: flex; flex-wrap: wrap; align-items: end; }
 	.submit-bt { text-align: right; }
 	.schedular-form > ul > li:nth-child(4) { display: flex; justify-content: space-between; }
 	.schedular-form > ul > li [type="radio"]:checked + label, .schedular-form > ul > li [type="radio"]:not(:checked) + label { margin-right: 30px; }
 	.schedular-form-spotlight-copy > span { font-size: 22px; }
 	.schedular-form-grey-strip .inner-menu > li > a { font-size: 11px; }
 	.schedular-form > ul > li > div > span { font-size: 12px; }

 	.schedular-form-one ul li:nth-child(3), .schedular-form-one ul li:nth-child(4){ margin-bottom: 30px; }
 	.schedular-form-one ul li:nth-child(4){ width: 100%; }
 	.submit-bt{ text-align: left; }
 	.lavender-book-btn > a{ font-size: 11px; padding: 20px 20px 20px 0; }
 	.lavender-book-btn > a.active:after{ top: auto; bottom: -7px; }
 }

 @media screen and (min-width: 992px) and (max-width: 1199px){
 	.sheduler-form-inner-banner { height: auto; }
 	.sheduler-form-inner-banner > img{ height: auto; }
 	.schedular-form-container { position: static;}
 	.schedular-form { height: auto; width: 100%; }
 	.schedular-container .container { top: 18vw; }
 	.sheduler-form-inner-banner > img { width: 100%; height: 100%; }
 	.schedular-form-grey-strip { clear: both; }
 	.schedular-form-grey-strip .inner-menu > li > a { padding: 0 10px; }
 	.schedular-form-grey-strip .inner-menu > li:first-child a { padding-left: 0; }
 	.schedular-form > ul > li { width: 45%; float: left; margin-right: 5%; }
 	.schedular-form > ul { display: flex; flex-wrap: wrap; align-items: end; }
 	.submit-bt { text-align: right; }
 	.schedular-form > ul > li:nth-child(4) { display: flex; justify-content: space-between; }
 	.schedular-form > ul > li [type="radio"]:checked + label, .schedular-form > ul > li [type="radio"]:not(:checked) + label { margin-right: 65px; }

 	.schedular-form-one ul li:nth-child(3), .schedular-form-one ul li:nth-child(4){ margin-bottom: 30px; }
 	.schedular-form-one ul li:nth-child(4){ width: 100%; }
 	.submit-bt{ text-align: left; }
 	.lavender-book-btn > a.active:after{ top: auto; bottom: -7px; }
 }

/*-------schedular form updated Css on 08th january 2018 starts here----------*/
.schedular-form ul li span.option-1-msg { display:block; color:#1e790c; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top:10px; padding-top:0; border:0;}
.schedular-form ul li span.option-2-msg { display:block; color:#1e790c; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top:10px; padding-top:0; border:0;}
.schedular-form ul li span.text-max { fnont-size:13px; color:#8f8f8f; font-family:Arial, Helvetica, sans-serif; font-size:13px; display:block;  margin-top:10px;}

.schedular-form ul li textarea.form-room-textarea { color:#b7b7b7; font-family:Arial, Helvetica, sans-serif; font-size:13px; border:0; border-bottom:solid 1px #cfcfcf; height:100px; width:100%;}
.sheduler-form-inner-banner.inner-banner { height:auto;}
.sheduler-form-inner-banner img { height:auto;}

.schedular-form ul li select.form-room-dropdown-soa {padding-top: 15px; border-bottom:solid 1px #cfcfcf;  /*padding-bottom: 0; */ width: 100%; color:#666;}
.schedular-form { height:auto;}
.sheduler-form-inner-banner {overflow:hidden; }
.schedular-form  p.scheduler-error { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ff0000;}
/*
@media only screen and (min-width:320px) and (max-width:767px){
.sheduler-form-inner-banner.inner-banner { height:450px;}
.sheduler-form-inner-banner img { height:450px;}
}*/
 /*-------schedular form updated Css on 08th january 2018 end here----------*/

/*-----------Decals wall stickers -------------------*/
.decal-sect > .top-brdr {
    border-top:1px solid #dbdbdb!important;
    margin-top:60px!important;
    padding-top:60px!important;
}

.decal-sect h4{
    line-height:20px!important;
}

.decal-sect .decal-title{
    margin-bottom:18px;
    font-size:16px;
    text-align:center;
    height:40px;
}

@media (max-width: 479px) and (min-width: 320px) {
    .decal-sect > .top-brdr {
        border-top:none!important;
        margin-top:0!important;
        padding-top:0!important;
    }
    .mt-30-mob{
        margin-top:30px;
    }
}

.noresult{
    display : none;
    text-align: center;
}

/*-- Buy a wall Page start here--*/


/*-- Texture Internal Page on 13th June 2017 starts here--*/

.texture-internal-container{ padding-top: 60px; padding-bottom: 60px; }
.texture-product-slider-thumbnail{ margin-top: 50px; }
.texture-product-slider.owl-carousel .owl-controls .owl-nav .owl-prev, .texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-nav .owl-prev, .texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-prev, .people-also-liked.owl-carousel .owl-controls .owl-nav .owl-prev{ background: url("clientlib-site-en/images/left-arrow.png") no-repeat left; left: -5%; background-size: 100% 100%; width: 11px; height: 30px; top: 45%; }

.texture-product-slider.owl-carousel .owl-controls .owl-nav .owl-next, .texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-nav .owl-next, .texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-next, .people-also-liked.owl-carousel .owl-controls .owl-nav .owl-next{ background: url("clientlib-site-en/images/right-arrow.png") no-repeat left; right: -5%; background-size: 100% 100%; width: 11px; height: 30px; top: 45%; }
.texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-nav .owl-prev, .texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-nav .owl-next{ top: 30%; }

.texture-product-slider.owl-carousel .owl-controls .owl-nav .disabled, .texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-nav .disabled{ opacity: 0.2; }

/*.texture-slider-layerone .row { display: flex; align-items: end; }*/
.texture-product-content{ padding-left: 30px; }
.texture-product-content h3{ font-family: 'Conv_accordaltbold-webfont'; font-size: 24px; }
.texture-product-content p{ font-family: arial; font-size: 15px; margin-bottom: 15px; }
.texture-product-content p span{ font-weight: bold; }
.texture-layerone-sections{ margin-top: 40px; }
.texture-layerone-sections .left{ float: left; width: 50%; }
.texture-layerone-sections .washability-section p{ text-align: center; }
.texture-layerone-sections .washability-section .washability-section-image{ float: left; width: 45%; }
.texture-layerone-sections .washability-section .washability-section-list{ float: right; width: 45%; }
.texture-layerone-sections .washability-section .washability-section-list ul li{ margin-bottom: 15px; }
.texture-layerone-sections .washability-section .washability-section-list .checkbox label{ font-size: 15px; }
.decor-tip { background-color: #ebebeb; padding: 30px 0; margin-top: 40px; }
.decor-tip h3{ position: relative; margin-bottom: 0; line-height: normal; }
.decor-tip h3:before, .decor-tip h3:after{ content: ""; position: absolute; height: 2px; background-color: #feca45; width: 35%; top: 40% }
.decor-tip h3:before{ left: 0; }
.decor-tip h3:after{ right: 0; }
.decor-tip h3 span{ border: none; background-color: #ebebeb; }
.decor-tip p{ padding: 0 15px; }

.texture-layertwo{ margin-top: 60px; }
.texture-available-colors-slider{ border: 1px #9a9a9a solid; padding: 25px 50px; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-prev{ left: 15px; top: 38%; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-next{ right: 15px; top: 38%; }
.available-color-btns a{ margin-right: 35px; padding: 7px 30px 8px; /*font-size: 24px;*/ }

.texture-layerthree, .texture-layerfour, .texture-features-container{ padding-top: 80px; }
.texture-layerthree-content .row{ display: flex; flex-flow: row-reverse; }
.product-used-content p{ font-size: 15px; line-height: 22px; margin-top: 10px; }
.product-used-content a{ margin-right: 10px; }

.texture-layerfour .container-fluid{ background-color: #f0f0f0; padding: 30px 0; }

.texture-features ul li{ float: left; font-size: 15px; margin-right: 30px; position: relative; padding-left: 30px; margin-bottom: 15px; }
.texture-features ul li:before{ content: ""; position: absolute; left: 0; width: 8px; height: 8px; background-color: #f1d33f; border-radius: 50%; top: 20%; }

.stencils-base-top-coat{ display: flex;	align-items: center; margin-top: 15px; }
.stencils-base-top-coat li{ display: flex; align-items: center; margin-right: 45px; }
.stencils-base-top-coat li p{ margin-bottom: 0; margin-left: 15px; }

.texture-product-slider-thumbnail .owl-item.active { border: 2px solid #5e3b8d; }

@media screen and (min-width: 768px) and (max-width: 991px){
.texture-internal-container{ padding-top: 180px; }

.texture-product-slider.owl-carousel .owl-controls .owl-nav .owl-prev{ bottom: -40px; top: auto; left: auto; right: 30px; }
.texture-product-slider.owl-carousel .owl-controls .owl-nav .owl-next{ bottom: -40px; top: auto; right: 0px; }

.texture-product-content{ margin-top: 50px; }
.texture-layerone-sections .left{ width: 35%; }
.texture-product-content{ padding: 0; }

.texture-available-colors-slider{ padding: 25px; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-prev{ left: 2px; top: 42%; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-next{ right: 2px; top: 42%; }
.available-color-btns a{ font-size: 20px; margin-right: 10px; }

}

@media screen and (min-width: 320px) and (max-width: 1199px){
.people-also-liked{ width: 90%; margin: auto; }
}

@media screen and (min-width: 320px) and (max-width: 767px){
.texture-product-slider.owl-carousel .owl-controls .owl-nav .owl-prev{ bottom: 0px; top: auto; left: 0px; }
.texture-product-slider.owl-carousel .owl-controls .owl-nav .owl-next{ bottom: 0px; top: auto; right: 0px; }
.texture-product-content{ margin-top: 30px; padding-left: 0; }
.texture-product-slider.owl-carousel .owl-controls .owl-dots{ padding-top: 10px; display: flex; align-items: center; justify-content: center; }
.texture-product-slider.owl-carousel .owl-controls .owl-dot span{ width: 10px; height: 10px; background: #cccccc; transition: 0.2s all ease; }
.texture-product-slider.owl-carousel .owl-controls .owl-dot.active span{ background: #5e3e8b; transform: scale(1.5); }
.texture-layerone-sections .left{ float: none; width: 100%; }
.washability-section { margin-top: 30px; }
.texture-eco-friendly{ display: flex; flex-flow: row-reverse; justify-content: flex-end; align-items: center; }
.texture-eco-friendly p{ padding-left: 30px; }
.decor-tip p{ padding: 0 15px; }
.decor-tip h3:before, .decor-tip h3:after{ width: 25%; }
.available-color-btns a, .product-used-content a{ display: block; margin-right: 0; margin-bottom: 10px; text-align: center; }
.texture-layerthree, .texture-layerfour{ padding-top: 60px; }

.texture-layerthree-content .row{ display: block; }
.product-used-content{ margin-top: 30px; }
.product-used-content p{ margin-bottom: 30px; }

.people-also-liked.owl-carousel .owl-controls .owl-nav .owl-prev{ left: -10%; top: 35%; }
.people-also-liked.owl-carousel .owl-controls .owl-nav .owl-next{ right: -10%; top: 35%; }

.stencils-base-top-coat{ display: block; }
.stencils-base-top-coat li{ margin-bottom: 10px; }
.texture-slider-layerone .row { display: block; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-prev { left: 5px; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-next { right: 5px; }
.texture-available-colors-slider { padding: 25px 30px; }
.texture-product-content p { margin-bottom: 30px; }
}

/*-- Texture Internal Page on 13th June 2017 ends here--*/

/*-- Buy a wall Page on 15th June 2017 start here--*/

.buy-wall-slider-thumbnail { margin-top: 10px; }
.buy-a-wall-slider-heading { font-size: 24px; color: #616161; margin-bottom: 15px; font-family: 'Conv_accordaltregular-webfont'; }
.buy-a-wall-form-container {padding-left: 50px;padding-top: 40px;}
.buy-a-wall-form-container > ul { list-style-type: none; padding: 0; margin: 0; }
.buy-a-wall-form-container > ul > li { display: block; margin-top: 35px; }
.buy-a-wall-form-container > ul > li:first-child { margin-top: 0; }

.buy-a-wall-form-container > ul > li .pincode { height: 40px; padding: 10px; background: url(clientlib-site-en/images/pincode-icon.png) no-repeat 98% center; }
.buy-a-wall-form-container > ul > li p { font-size: 17px; color: #333333; margin-bottom: 5px; }
.buy-a-wall-form-container > ul > li span {font-size: 14px;color: #55565a; display: block; position: relative;margin-bottom: 10px;}
.buy-a-wall-form-container > ul > li span.rupee {font-size: 14px;color: #55565a; display: inline !important;position: relative;margin-bottom: 10px;margin-right: 15px;}
.buy-a-wall-form-container > ul > li span a { position: absolute; right: 0; top: -3px; }

.toolTip-container { width: 100%; background: #ffffff; -webkit-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.2); -moz-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.2); box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.2); padding: 30px 20px; border: 1px solid #a1a1a1; position: relative; font-size: 14px; color: #616161; line-height: 20px; display: none; position: absolute; top: 25px; right: 0; z-index: 10; }
.toolTip-container:before { content: ""; position: absolute; top: -8px; right: 5px; width: 15px; height: 15px; background: #fff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); border: 1px solid #a1a1a1; border-bottom: 0; border-right: 0; }
.buy-a-wall-form-container > ul > li .btn-group { width: 100% !important; }
.buy-a-wall-form-container > ul > li .slct-style1 .dropdown-toggle .caret { right: 8px !important; }
.buy-a-wall-form-container > ul > li .slct-style1 .dropdown-toggle { height: 40px; padding: 10px; }
.buy-a-wall-form-container > ul > li .form-control { height: 40px; margin-bottom: 10px; box-shadow: none; }
.buy-a-wall-form-container > ul > li .form-control:focus { box-shadow: none; }
.buy-a-wall-form-container > ul > li .calender-date-icon { background: url(clientlib-site-en/images/select-date-icon.jpg) no-repeat 98% center; }
.buy-a-wall-form-container > ul > li .time-picker-icon .dropdown-toggle .caret { background: url(clientlib-site-en/images/time-picker-icon.png) no-repeat 98% center; height: 20px; top: 42%; right: 5px; }
/*.time-picker-icon { background: url(clientlib-site-en/images/time-picker-icon.jpg) no-repeat 98% center; }*/
.radio-text { font-size: 14px; color: #616161; margin-bottom: 10px; }

.form-control::-webkit-input-placeholder{ color: #55565a !important; }
.form-control input[type=text]input::-moz-placeholder{ color: #55565a !important; }
.form-control input[type=text]input:-moz-placeholder{ color: #55565a !important; }

.buy-a-wall-form-container > ul > li input[type="radio"] { display:none; }
.buy-a-wall-form-container > ul > li input[type="radio"] + label { color:#55565a; font-family:Arial, sans-serif; font-size: 13px; margin-right: 15px; cursor: pointer; }
.buy-a-wall-form-container > ul > li input[type="radio"] + label span { display:inline-block; width:18px; height:18px; margin:-2px 10px 0 0; vertical-align:middle; border: 1px solid #bdbdbd; border-radius: 50%; }
.buy-a-wall-form-container > ul > li input[type="radio"]:checked + label span { background: url(clientlib-site-en/images/radio-checked-img.jpg) no-repeat center center; }

.price-buy { display: flex !important; align-items: center; justify-content: space-between; }
.price { font-size: 32px; color: #55565a; }

.faq-tc a { color: #512b8b; font-size: 14px; text-decoration: underline; margin-right: 20px; }

.buy-wall-contnet h2 { margin-bottom: 10px; padding-top: 50px; }
.buy-wall-contnet p { font-size: 13px; color: #616161; margin-bottom: 0; line-height: 22px; }
.buy-wall-contnet ul { padding: 0; margin: 0; }
.buy-wall-contnet ul li { font-size: 14px; color: #616161; margin-top: 10px; line-height: 22px; padding-left: 15px; }
.buy-wall-contnet ul li.bullet-points { background: url(clientlib-site-en/images/bullet-points.jpg) no-repeat left top 8px; }
.buy-wall-contnet textarea { width: 100%; height: 100px; margin-top: 20px; padding: 10px; border: 1px solid #a1a1a1; }

.buy-wall-contnet .rate {  float: left; margin-left: 20px; }
.buy-wall-contnet .rate:not(:checked) > input { display: none; }
.buy-wall-contnet .rate:not(:checked) > label { float:right; width:1em; overflow:hidden; white-space:nowrap;cursor:pointer; font-size:30px; color:#ccc; display: block; position: relative; overflow: hidden; }
.buy-wall-contnet .rate:not(:checked) > label:before { content: '?'; }
.buy-wall-contnet .rate > input:checked ~ label { color: #ffc700; }
.buy-wall-contnet .rate:not(:checked) > label:hover,
.buy-wall-contnet .rate:not(:checked) > label:hover ~ label { color: #deb217; }
.buy-wall-contnet .rate > input:checked + label:hover,
.buy-wall-contnet .rate > input:checked + label:hover ~ label,
.buy-wall-contnet .rate > input:checked ~ label:hover,
.buy-wall-contnet .rate > input:checked ~ label:hover ~ label,
.buy-wall-contnet .rate > label:hover ~ input:checked ~ label { color: #c59b08; }
.buy-wall-contnet .custom-rating h2 { margin: 30px 0 0 !important; padding: 0; }
.buy-wall-contnet .custom-rating h2 span{ display: inline-block; font-size: 24px; float: left; font-family: 'Conv_accordaltregular-webfont'; padding-top: 5px; }

.custom-rate { border-bottom: 1px #cccccc solid; padding-right: 10px; }

.custom-rate-digit{ padding-left: 10px; padding-top: 7px !important; }

.ui-datepicker { border-radius: 0; border: 1px solid #999; border-top: 0; width: 310px; padding: 10px;/* top: 516px !important;*/ }
.ui-datepicker-header { background: transparent; border: 0; font-size: 12px; color: #55565a; font-family: arial; }
.ui-datepicker-header a:hover, .ui-datepicker-header a.active, .ui-datepicker-header a:focus { background: transparent; border: 0; }
.ui-datepicker-header .ui-datepicker-prev span { background-position: 0 0; }
.ui-datepicker-header .ui-datepicker-next span { background-position: 0 0; }
.ui-datepicker-calendar tr th span { font-size: 12px; color: #222222; text-align: center; }
.ui-datepicker-calendar tr td .ui-state-default { border: 0; background: transparent; text-align: center; font-family: arial; }

.dropdown-menu { border-radius: 0; border: 1px solid #999; margin: -1px 0 0 0; }
.form-control:focus { border: 1px solid #999; }
.texture-product-slider .owl-controls { z-index: 10; }
.zoom-img { position: relative; /*cursor: url("clientlib-site-en/images/zoom-effect-cursor.png"), auto;*/ }
.zoomContainer { z-index: 20; }
html, body { overflow-x: hidden; }

@media screen and (max-width: 767px){
	.buy-a-wall-form-container { padding-left: 0; margin-top: 0px; }
	.buy-a-wall-form-container > ul > li { margin-top: 20px; }
	.buy-a-wall-slider-heading { font-size: 21px; }
	.buy-wall-contnet h2, .buy-wall-contnet .custom-rating h2 span { font-size: 19px; }
	.ui-datepicker { width: 90.5vw; }
	.buy-wall-contnet .rate { margin-top: 5px; }

	.price-buy .btn-style2{ padding: 7px 40px 8px; font-size: 18px; }
	.buy-a-wall-layertwo{ margin-top: 20px; }
	#product-showcase .col-xs-12 { padding-left: 0; padding-right: 0; }
	.zoomContainer { display: none; }
	#homeowner-drpdwn li, .dropdown-menu > li { border-bottom: 0; }
	.dropdown-menu { padding: 5px 0; }
}
@media screen and (max-width: 767px) and (orientation : landscape){
	.ui-datepicker { width: 94vw; top: -10px; }
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.texture-slider-layerone .row { display: block; }
	.buy-a-wall-form-container { padding-left: 0; margin-top: 30px; }
	.buy-wall-slider-thumbnail { margin-top: 50px; }
	.ui-datepicker { width: 94vw; top: -10px; }
	.zoomContainer { display: none; }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.buy-a-wall-form-container { padding-left: 20px; }
	.buy-a-wall-form-container > ul > li { margin-top: 35px; }
	.ui-datepicker { width:273px; }
	.slct-style1 .dropdown-toggle .caret { background-size: 70%; }
}
.texture-product-slider .owl-carousel .owl-stage { max-width: 620px; }
/*.texture-internal-container .owl-carousel .owl-item{
   margin-right: 20px;
}*/
.toolTip {content: url("clientlib-site-en/images/toolTip-icon.jpg");}


/*-- Buy a wall Page end here--*/


 /*--Updated on 1st August 2017 starts here--*/

#texture-filters1 .intrst-check { margin-bottom: 10px; display:block !important; max-height: none; overflow-y: hidden; overflow-x: hidden;}
#texture-filters1 .intrst-check .checkbox { padding-left: 20px; width:100%; }
#texture-filters1 .checkbox input[type="checkbox"]{ height: 13px;  left: 0px;   margin-left: 1px;  width: 14px;  top: -3px; }
#texture-filters1 .accrdn-cntnt{ height: auto; max-height: 175px; padding: 15px; overflow: auto; }

.mt20 { margin-top:20px;}

ul.help-me-decide {  margin:0; padding:0; display:flex; align-items: center; justify-content: space-between;}
ul.help-me-decide > li {font-size:16px; font-family: Arial, Helvetica, sans-serif; color:#333333; display:flex; align-items: center;}
ul.help-me-decide > li > a { font-weight:bold; text-decoration:underline; }
ul.help-me-decide > li:first-child {  margin-right:10px;  }
ul.help-me-decide > li:nth-child(2) { width:58%; display: inline; line-height: 18px; }
ul.help-me-decide > li:nth-child(3) { width:15%; }

.texture-container { margin-bottom:30px;}
.texture-container > ul { display:flex; align-items:center;border:solid 1px #d3d3d3; background-color:#ffffff; margin:10px auto 0; padding:0; font-size:15px; font-family: Arial, Helvetica, sans-serif; color:#333333;}
.texture-container > ul > li:first-child img { width:100%; max-width:83px;}
.texture-container > ul > li:nth-child(2) { width:60%; text-align:left; padding-left: 15px;} /*Updated on 13th June 2017*/
.heart { border-bottom:solid 1px #d3d3d3; padding-bottom:5px;}
.share { padding-top:5px;}

.texture-white-box { background-color:#ffffff; display: none; /*padding:20px 25px; border:solid 1px #cccccc;*/ box-shadow: 5px 5px 5px #f6f6f6; position: relative; margin: 20px 0; }
.white-box-top-arrow { content: ''; height: 15px; width: 16px; display: block; border: 1px solid #c6c6c6; border-right-width: 0; border-top-width: 0; transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); position: absolute; left: 55%; top:-7px; margin: auto; background-color: #ffffff; z-index: 1; }
.texture-white-box .row { display: flex; align-items: center; }
.white-box-close { position:absolute; top:10px; right:10px;}

ul.help-me-decide-dropdown-listing { margin:0; padding:0;  border:solid 1px #cccccc; }
ul.help-me-decide-dropdown-listing > li {float:left; padding:20px 15px 20px 20px; text-align:left; list-style:none; font-size:16px; font-family: Arial, Helvetica, sans-serif; color:#333333; }
ul.help-me-decide-dropdown-listing:first-child > li{ padding:25px 15px 25px 20px; }
ul.help-me-decide-dropdown-listing > li > a { color:#333333; }
ul.help-me-decide-dropdown-listing > li > a:hover { text-decoration:underline; color:#000000; }
ul.help-me-decide-dropdown-listing > li:first-child { width:70%; border-right:solid 1px #cccccc;}
ul.help-me-decide-dropdown-listing > li:nth-child(2) { width:30%;}
/*ul.help-me-decide-dropdown-listing:nth-child(1) { border-bottom:none; }
ul.help-me-decide-dropdown-listing:nth-child(2) { border-bottom:none; }
ul.help-me-decide-dropdown-listing:nth-child(3) { border-bottom:none; }
ul.help-me-decide-dropdown-listing:nth-child(4) { border-bottom:none; }
ul.help-me-decide-dropdown-listing:nth-child(5) { border-bottom:none; }
ul.help-me-decide-dropdown-listing:nth-child(6) { border-bottom:none; }*/
ul.help-me-decide-dropdown-listing:not(:last-child){ border-bottom:none; }
ul.help-me-decide-dropdown-listing:first-child > li { font-size:18px; font-weight:bold;}
ul.help-me-decide-dropdown-listing > li > span { display:none;}

.filtereset { border-bottom-color: #512b8b; border-bottom-style: solid;  border-bottom-width: 1px; color: #512b8b; float: right; font-size: 18px;  margin-bottom: -8px;   margin-left: -8px; margin-right: -5px;  margin-top: 0;   padding-bottom: 1px;  text-decoration-color: -moz-use-text-color; background-color:transparent; border-top-width:0; border-left-width:0; border-right-width:0;border-bottom-width:1; padding:0; }
.filterClose { display:none;}
#texture-filters1 .accrdn-cntnt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #5e3b8d; }

.texture-filter-container{ border: none; }
.texture-filter-wrapper .filters-fixed1 { top: 0; width: 100%; }
.texture-filter-container { border: 0; width: 100%; margin-top: 33px; }
.texture-filter-container .filter-header { background: transparent; font-size: 18px; color: #6d6e71; margin-bottom: 0; }
.texture-filter-container .filtereset { color: #6d6e71; position: relative; border-bottom-color: #6d6e71; }
.filter-reset-apply-container { display:none; }

.filter-footer, .filter-footer .filtereset { display:none; }
.texture-filter-container .filtereset:before { content: "|"; position: absolute; left: -13px; top: 0; }
.texture-filter-container .accor-new { border: solid 1px #ddd; padding: 15px; }
.texture-filter-container .accor-new > p { font-family: 'Conv_accordaltregular-webfont'; font-size: 20px; line-height: 25px; color: #333333; border-bottom: solid 1px #ddd; padding-bottom: 15px; margin-bottom: 10px; }
.texture-filter-container .intrst-hdng-new {font-family: 'Conv_accordaltregular-webfont'; padding: 12px 0; color: #333333; font-size: 20px; background: url("clientlib-site-en/images/accor-new-black-plus.jpg") no-repeat scroll right center; font-weight: normal;}
.texture-filter-container .intrst-hdng-new.open { background: url("clientlib-site-en/images/accor-new-black-minus.jpg") no-repeat scroll right center; }
.texture-filter-container .intrst-hdng-new:before { background: transparent; }
.texture-filter-container .intrst-hdng-new span { border-bottom: 0; color: #7f7f7f; font-weight: normal; }
.texture-filter-container .accrdn-secn { border-bottom: 1px dashed #dbdbdb; }
.texture-filter-container .accrdn-secn:nth-last-child(2) { border-bottom: none; }

.texture-filter-container .accrdn-cntnt { padding: 0 0 15px !important; }
.texture-filter-container .intrst-check .checkbox { padding-left: 10px !important; }
.texture-filter-container [type="checkbox"]:not(:checked), .texture-filter-container [type="checkbox"]:checked { position: absolute; left: -9999px; }
.texture-filter-container [type="checkbox"]:not(:checked) + label,
.texture-filter-container [type="checkbox"]:checked + label { position: relative; padding-left: 15px; cursor: pointer; font-size: 16px; }
.texture-filter-container .checkbox-custom, .radio-custom { opacity: 0; position: absolute; }
.texture-filter-container .checkbox-custom, .texture-filter-container .checkbox-custom-label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; }
.texture-filter-container .checkbox-custom-label { position: relative; }
.texture-filter-container .checkbox-custom + .checkbox-custom-label:before { content: ''; background: url(clientlib-site-en/images/grey-check.jpg) no-repeat left center; border: 0;  display: inline-block; vertical-align: middle; width: 20px; height: 21px; padding: 2px; margin-right: 10px; text-align: center; border-radius: 50%; left: 0; top: -5px; }
.texture-filter-container .checkbox input[type="checkbox"]:checked + label:after, .texture-filter-container .checkbox label.chkd:after { background: url(clientlib-site-en/images/lavender-checked.jpg) no-repeat left center; width: 20px; height: 21px; left: 0; top: -5px; content: ""; }

.shade-family-container > ul { list-style-type: none; padding: 0; margin: 0; display: flex; flex-flow: wrap; }
.shade-family-container > ul > li { margin-bottom: 4px; display: inline-block; }
.shade-family-container > ul > li a { display: block; width: 46px; height: 46px; margin-right: 4px; position: relative; }
.shade-family-container > ul > li a.active:before { content: ""; background: url(clientlib-site-en/images/shade-family-tick-mark.png) no-repeat left center; width: 27px; height: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.shade-family-container > ul > li a.pink-shade-color { background: #f6a2d1; }
.shade-family-container > ul > li a.yellow-shade-color { background: #ffd300; }
.shade-family-container > ul > li a.light-lavender-shade-color { background: #ad96bf; }
.shade-family-container > ul > li a.parrot-green-shade-color { background: #4cd1d0; }
.shade-family-container > ul > li a.brown-shade-color { background: #ab6642; }
.shade-family-container > ul > li a.orange-shade-color { background: #ff7e20; }
.shade-family-container > ul > li a.red-shade-color { background: #df273b; }
.shade-family-container > ul > li a.light-white-shade-color { background: #e5f0e7; }
.shade-family-container > ul > li a.gray-shade-color { background: #acacac; }
.shade-family-container > ul > li a.green-shade-color { background: #6fa732; }
.shade-family-container > ul > li a.light-black-blue-shade-color { background: #81a0ca; }

ul.texture-sort-container > li:nth-child(5) { display: none; }

.texture-filter-row-wrapper .texture-container  img { width: 100%; }
.texture-filter-row-wrapper .texture-container > ul { justify-content: space-between; padding-right: 0px; }
.texture-filter-row-wrapper .texture-container > ul > li:last-child {width:35px;}
.texture-filter-row-wrapper .texture-container > ul > li > a { display: inline-block; }
.texture-filter-wrapper > a { text-align: right; padding-right: 10px; display: none; }
.texture-filter-row-wrapper .row { display: flex; flex-wrap: wrap; }
.texture-filter-row-wrapper #noResult{ display: none;}
.texture-filter-row-wrapper .row#showMore{ display: block; border-top: 1px solid #dbdbdb; margin-top: 30px; padding: 40px 0; }
.texture-filter-row-wrapper .row#showMore a:hover{ cursor: pointer; }

.texture-sort-container { margin-bottom: 20px !important; }
.texture-sort-container span { position: relative; display: inline-block; margin-left: 7px;}
.texture-sort-container span a { display: block; }
.texture-sort-container li:nth-child(3) { display: flex; justify-content: center; }
.texture-sort-container li select { -webkit-appearance: none; -moz-appearance: none; appearance: none; -ms-appearance: none; border: 0; cursor: pointer;}

.grid-two { background: url(clientlib-site-en/images/grid-two.png) no-repeat left center; width: 27px; height: 22px; }
.grid-two.active { background: url(clientlib-site-en/images/grid-two-active.png) no-repeat left center; }

.grid-three { background: url(clientlib-site-en/images/grid-three.png) no-repeat left center; width: 27px; height: 22px; }
.grid-three.active { background: url(clientlib-site-en/images/grid-three-active.png) no-repeat left center; }

ul.help-me-decide > li .slide-copy { cursor: pointer;}
.texture-container ul.img-copy-container {padding: 5px 10px 5px 25px;}
.texture-container ul.img-copy-container li:nth-child(2) { width: auto;}
.btn-violet { background-color: #5e3e8b; border: 2px solid #55565a; color: #fefeff; font-family: 'Conv_accordaltregular-webfont';
display: inline-block; font-size: 20px; padding: 10px 20px; cursor: pointer; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear; transition: all 0.2s linear; }

.texture-internal-container{ padding-top: 60px; padding-bottom: 60px; }
.texture-product-slider-thumbnail{ margin-top: 50px; }

.texture-product-slider.owl-carousel .owl-controls .owl-buttons .owl-prev,
.texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-buttons .owl-prev,
.texture-available-colors-slider.owl-carousel .owl-controls .owl-buttons .owl-prev,
.people-also-liked.owl-carousel .owl-controls .owl-buttons .owl-prev
{ background: url("clientlib-site-en/images/left-arrow.png") no-repeat left; left: -5%; background-size: 100% 100%; width: 20px; height: 30px; top: 45%; }

.texture-product-slider.owl-carousel .owl-controls .owl-buttons .owl-next,
.texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-buttons .owl-next,
.texture-available-colors-slider.owl-carousel .owl-controls .owl-buttons .owl-next,
.people-also-liked.owl-carousel.owl-carousel .owl-controls .owl-buttons .owl-next
{ background: url("clientlib-site-en/images/right-arrow.png") no-repeat left; right: -5%; background-size: 100% 100%; width: 20px; height: 30px; top: 45%; z-index: 20; }

.texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-buttons .owl-prev,
.texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-buttons .owl-next{ top: 30%; }

.texture-product-slider.owl-carousel .owl-item img{ width: 100%; }
.texture-like-btn { width:auto; position:absolute; top:0;right:15px; z-index:2; background: #fff; padding: 10px;}
.texture-product-slider-thumbnail.owl-carousel .owl-item img, .texture-available-colors-slider.owl-carousel .owl-item img, .people-also-liked.owl-carousel .owl-item img{ width: 90%; }
.texture-product-slider-thumbnail.owl-carousel .owl-item.synced img{ border: 2px solid #5e3b8d; }

.texture-available-colors-slider.owl-carousel .owl-controls .owl-buttons .owl-prev{ left: 10px; top: 40%; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-buttons .owl-next{ right: 10px; top: 40%; }
.people-also-liked.owl-carousel .owl-controls .owl-buttons .owl-prev, .people-also-liked.owl-carousel .owl-controls .owl-buttons .owl-next{ top: 40%; }
.texture-available-colors-slider.owl-carousel .owl-controls, .people-also-liked.owl-carousel .owl-controls{ display: block !important; }

.people-also-liked.owl-carousel .owl-controls .owl-buttons .owl-prev{ left: -2%; }
.people-also-liked.owl-carousel.owl-carousel .owl-controls .owl-buttons .owl-next{ right: -2%; }

.texture-slider-layerone .row { display: flex; align-items: flex-start; }

.texture-product-content{ padding-left: 30px; }
.texture-product-content h3{ font-family: 'Conv_accordaltbold-webfont'; font-size: 24px; }
.texture-product-content p{ font-family: arial; font-size: 15px; margin-bottom: 15px; }
.texture-product-content p span{ font-weight: bold; }
.texture-layerone-sections{ margin-top: 40px; }
.texture-layerone-sections .left{ float: left; width: 50%; }
.texture-layerone-sections .left img{ height: 140px; }
.texture-layerone-sections .washability-section p{ text-align: center; }
.texture-layerone-sections .washability-section .washability-section-image{ float: left; width: 45%; }
.texture-layerone-sections .washability-section .washability-section-list{ float: right; width: 45%; }
.texture-layerone-sections .washability-section .washability-section-list ul li{ margin-bottom: 15px; }
.texture-layerone-sections .washability-section .washability-section-list .checkbox label{ font-size: 15px; }
.decor-tip { background-color: #ebebeb; padding: 30px 0; margin-top: 40px; }
.decor-tip h3{ position: relative; margin-bottom: 0; line-height: normal; }
.decor-tip h3:before, .decor-tip h3:after{ content: ""; position: absolute; height: 2px; background-color: #feca45; width: 35%; top: 40% }
.decor-tip h3:before{ left: 0; }
.decor-tip h3:after{ right: 0; }
.decor-tip h3 span{ border: none; background-color: #ebebeb; }
.decor-tip p{ padding: 0 15px; }

.texture-layertwo{ margin-top: 60px; }
.texture-available-colors-slider{ border: 1px #9a9a9a solid; padding: 25px 50px; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-prev{ left: 15px; top: 38%; }
.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-next{ right: 15px; top: 38%; }
.available-color-btns a{ margin-right: 35px; padding: 7px 30px 8px; /*font-size: 24px;*/ }

.texture-layerthree, .texture-layerfour, .texture-features-container{ padding-top: 80px; }
.texture-layerthree-content .row{ display: flex; flex-flow: row-reverse; }
.product-used-content p{ font-size: 15px; line-height: 22px; margin-top: 10px; }
.product-used-content a{ margin-right: 10px; }

.texture-layerfour .container-fluid{ background-color: #f0f0f0; padding: 30px 0; }

.texture-features ul li{ float: left; font-size: 15px; margin-right: 30px; position: relative; padding-left: 30px; margin-bottom: 15px; }
.texture-features ul li:before{ content: ""; position: absolute; left: 0; width: 8px; height: 8px; background-color: #f1d33f; border-radius: 50%; top: 20%; }

.stencils-base-top-coat{ display: flex;	align-items: center; margin-top: 15px; }
.stencils-base-top-coat li{ display: flex; align-items: center; margin-right: 45px; }
.stencils-base-top-coat li span.stencils-color{ width: 25px; height: 25px; border-radius: 50%; background-color: #E9E7DB; }
.stencils-base-top-coat li p{ margin-bottom: 0; margin-left: 15px; }

.texture-product-slider-thumbnail .owl-item.active { border: 2px solid #5e3b8d; }


@media screen and (min-width: 320px) and (max-width: 767px){
	#texture-filters1 .intrst-check { max-height: none;}
	ul.help-me-decide { display:block;}
	ul.help-me-decide > li { float:left; font-size:14px; }
	ul.help-me-decide > li:nth-child(2) { width: 78%;}
	ul.help-me-decide > li:nth-child(3) { display:none; }
	ul.help-me-decide > li:nth-child(4) { width:100%; margin:20px auto; text-align:center; border-top:solid 1px #000000; padding-top:20px;}
	.texture-container > img { width:100%;}
	.texture-container > ul > li a  img { width:auto;}
	ul.help-me-decide-dropdown-listing > li { font-size:14px;}
	ul.help-me-decide-dropdown-listing > li:first-child { width:100%; border-right:none; font-size:16px;}
	ul.help-me-decide-dropdown-listing > li:nth-child(2) { width:100%;}
	ul.help-me-decide-dropdown-listing:first-child > li:nth-child(2) { display:none;}
	ul.help-me-decide-dropdown-listing > li > span { display:block; font-size:16px; font-weight:bold; margin-bottom:5px;}
	ul.help-me-decide-dropdown-listing > li{ padding:15px 15px 15px 20px; }

	/*Updated on 24th July starts here--*/
	.btn-violet { font-size: 16px; padding: 5px 15px;}
	.texture-filter-wrapper > a { display: block; font-size: 16px; margin-bottom: 10px;  position: absolute; right: 0; top: 95px; z-index: 10}
	.texture-filter-wrapper-bg { position:fixed; background-color: #fff; z-index:100; top:0; left:0; width:100%; height:100%; display:none; overflow: auto; }
	.texture-filter-wrapper .filter-left-container-desk{ position: absolute; right: 0; top: 90px; z-index:110; background-color: #fff; height:100vh; overflow:hidden; overflow-y:scroll;}
	.texture-filter-container .filterClose { position: absolute; right: 10px; display:block; top:5px; }
	.texture-filter-container .filtereset { display:none;}
	.filter-reset-apply-container { display:block; }
	.texture-filter-container .accor-new { border:none;}
	/*Updated on 24th July ends here--*/

	.texture-product-slider.owl-carousel .owl-controls .owl-buttons .owl-prev{ bottom: -10px; top: auto; left: 0px; }
	.texture-product-slider.owl-carousel .owl-controls .owl-buttons .owl-next{ bottom: -10px; top: auto; right: 0px; }
	.texture-product-content{ margin-top: 30px; padding-left: 0; }
	.texture-product-slider.owl-carousel .owl-controls{ text-align: center; }
	.texture-product-slider.owl-carousel .owl-controls .owl-pagination{ padding-top: 20px; display: inline-flex; align-items: center; justify-content: center; }
	.texture-product-slider.owl-carousel .owl-controls .owl-page{ margin: 0 5px; }
	.texture-product-slider.owl-carousel .owl-controls .owl-page span{ width: 10px; height: 10px; background: #cccccc; transition: 0.2s all ease; display: inline-block; border-radius: 50%; }
	.texture-product-slider.owl-carousel .owl-controls .owl-page.active span{ background: #5e3e8b; transform: scale(1.5); }
	.texture-layerone-sections .left{ float: none; width: 100%; }
	.washability-section { margin-top: 30px; }
	.texture-eco-friendly{ display: flex; flex-flow: row-reverse; justify-content: flex-end; align-items: center; }
	.texture-eco-friendly p{ padding-left: 30px; }
	.decor-tip p{ padding: 0 15px; }
	.decor-tip h3:before, .decor-tip h3:after{ width: 25%; }
	.available-color-btns a, .product-used-content a{ display: block; margin-right: 0; margin-bottom: 10px; text-align: center; }
	.texture-layerthree, .texture-layerfour{ padding-top: 60px; }

	.texture-layerthree-content .row{ display: block; }
	/*.product-used-content{ margin-top: 30px; }*/
	.product-used-content p{ margin-bottom: 30px; }

	.people-also-liked.owl-carousel .owl-controls .owl-nav .owl-prev{ left: -8%; top: 35%; }
	.people-also-liked.owl-carousel .owl-controls .owl-nav .owl-next{ right: -8%; top: 35%; }

	.stencils-base-top-coat{ display: block; }
	.stencils-base-top-coat li{ margin-bottom: 10px; }
	.texture-slider-layerone .row { display: block; }
	.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-prev { left: 5px; }
	.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-next { right: 5px; }
	.texture-available-colors-slider { padding: 25px 30px; }
	.texture-product-content p { margin-bottom: 30px; }

	.texture-layerone-sections .left img{ width: 118px; height: auto; }
	.washability-section{ position: relative; }
	.washability-section p{ position: absolute; top: 0; left: 148px; }
	.washability-section-image, .washability-section-list{ margin-top: 30px; }
	.people-also-liked{ width: 90%; margin: auto; }
	.people-also-liked.owl-carousel .owl-controls .owl-buttons .owl-prev{ left: -7%; top: 35%; }
	.people-also-liked.owl-carousel.owl-carousel .owl-controls .owl-buttons .owl-next{ right: -7%; top: 35%; }
}

@media screen and (min-width: 320px) and (max-width: 1199px){
	.texture-slider-layerone .row{ display: block; }
}

@media screen and (min-width: 480px) and (max-width: 639px) and (orientation:landscape){
	.texture-filter-wrapper .filter-left-container-desk{  height:200px; overflow:hidden; overflow-y:scroll;}
}

@media screen and (min-width: 640px) and (max-width: 767px) and (orientation : landscape){
	.texture-filter-wrapper .filter-left-container-desk{  height:250px; overflow:hidden; overflow-y:scroll;}
}

@media screen and (min-width:768px) and (max-width:991px) {
	/*ul.texture-sort-container { display: block;}*/
	ul.texture-sort-container { display: flex; align-items: flex-start; }
	ul.help-me-decide > li:nth-child(2) { width: 54%;}
	ul.help-me-decide > li:nth-child(3) { width: 20%;}
	ul.help-me-decide > li { font-size:13px; margin-right: 15px; }

	#texture-filters1 .accrdn-cntnt { height: auto;}
	ul.help-me-decide-dropdown-listing:first-child > li {padding: 25px 15px 15px 10px;}

	.intrst-check .col-sm-3, .intrst-check .col-xs-12{ padding: 0; padding-left: 10px; }
	.texture-filter-container [type="checkbox"]:not(:checked) + label, .texture-filter-container [type="checkbox"]:checked + label{ padding-left: 5px; font-size: 14px; }


	.texture-internal-container{ padding-top: 180px; }
	.texture-product-slider, .texture-product-slider-thumbnail{ padding: 0 20px; }
	.texture-product-slider.owl-carousel .owl-controls .owl-buttons .owl-prev, .texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-buttons .owl-prev{ left: -3px; }
	.texture-product-slider.owl-carousel .owl-controls .owl-buttons .owl-next, .texture-product-slider-thumbnail.owl-carousel .owl-controls .owl-buttons .owl-next{ right: -3px; }

	.texture-product-content{ margin-top: 50px; }
	.texture-layerone-sections .left{ width: 35%; }
	.texture-product-content{ padding: 0; }

	.texture-available-colors-slider{ padding: 25px; }
	.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-prev{ left: 2px; top: 42%; }
	.texture-available-colors-slider.owl-carousel .owl-controls .owl-nav .owl-next{ right: 2px; top: 42%; }
	.available-color-btns a{ font-size: 20px; margin-right: 10px; }

	.available-color-btns a{ font-size: 20px; margin-right: 10px; }
    #texture-filters1 .mCSB_inside > .mCSB_container{ margin-right: 0; }
    .zoom-txt { display: none; }
}

@media screen and (max-width: 991px) {
	.texture-filter-container .accor-new > p, .texture-filter-container .intrst-hdng-new { font-size: 16px; }

	ul.texture-sort-container li:nth-child(3){ padding-right: 15px; }

	ul.texture-sort-container > li:nth-child(5) { text-align: right; display: inline-block; margin-top: 15px; }
	.texture-white-box { position: absolute; top: 60px; z-index: 50; left: 0; right: 0; width: 96%; margin: 0 auto; }
	.texture-filter-container { margin-top: 10px; }
}

@media screen and (min-width:992px) and (max-width:1199px) {
	ul.help-me-decide > li:nth-child(2) { width: 53%;}
	ul.help-me-decide > li:nth-child(3) { width: 19%;}
	.texture-container > ul > li:nth-child(2) { padding-left: 10px;}
	.texture-filter-container .accor-new > p, .texture-filter-container .intrst-hdng-new { font-size: 16px; }
	ul.texture-sort-container > li { font-size: 12px; }
	.texture-container ul.img-copy-container {padding: 5px 10px 5px 15px;}
}

 /*--For texture-listing page on 19th July 2017 ends here --*/

 .base-coat-text{
     margin-left: 15px;
  }

  #texture-filters1 .checkbox input[type="checkbox"]:focus{ outline:none; box-shadow: none; }
  .texture-container ul.img-copy-container { min-height: 55px; }


 /*--Updated on 1st August 2017 ends here--*/
 /*-----------500 Server Error CSS Starts-----------*/
  .full-width-container-500-error { width: 100%; margin: 0 auto; position: relative;}
  .full-width-container-500-error img { width: 100%;}
  .full-width-container-500-error .container { position: absolute; top: 0; left: 0; right: 0; height: 100%;display: flex; align-items: center;}
  .full-width-container-500-error .spotlight-copy-500-error { width: 55%;}
  .full-width-container-500-error .spotlight-copy-500-error h2 {font-family: 'Conv_accordaltextrabold-webfont'; font-size: 52px; color: #5e3b8d; line-height: 60px;}
  .full-width-container-500-error .spotlight-copy-500-error p {font-family: 'Conv_accordaltregular-webfont'; font-size: 37px; color: #5e3b8d;}

  @media screen and (min-width: 320px) and (max-width:767px){
  .full-width-container-500-error .container { top: 15%; display: block;}
  .full-width-container-500-error .spotlight-copy-500-error { width: 95%;}
  .full-width-container-500-error .spotlight-copy-500-error h2 { font-size: 32px; line-height: 40px;}
  .full-width-container-500-error .spotlight-copy-500-error p { font-size: 23px; line-height:26px;}
  }

  @media screen and (min-width: 320px) and (max-width:767px) and (orientation:portrait){
  .full-width-container-500-error .container { top: 22%;}
  }

  @media screen and (min-width: 768px) and (max-width:991px){
  .full-width-container-500-error { margin-top: 20px;}
  .full-width-container-500-error .spotlight-copy-500-error h2 { font-size: 45px; line-height: 55px;}
  .full-width-container-500-error .spotlight-copy-500-error p { font-size: 28px; line-height:30px;}
  }
  /*-----------500 Server Error CSS Ends-----------*/
  /*------------------------- updated on 1st Aug 2017  --------------------------------------------*/

 .find-locator-container ul { background-color: #f9f7d7; margin: 0 0 20px; padding: 30px; display: flex; justify-content: space-between; }
 .find-locator-container ul li { display: flex; align-items: center; }
 .find-locator-container ul li span { font-size: 18px; color: #000; font-family: 'Conv_accordaltregular-webfont'; text-align: center; }
 .find-locator-container ul li span p { font-size: 16px; }
 .find-locator-container ul li input { background: #ffffff; border: 1px solid #9d9a93; height: 40px; padding: 5px; margin-left: 10px; }

  @media screen and (max-width:767px){
  	.find-locator-container ul { display: block; padding: 15px; }
  	.find-locator-container ul li { justify-content: space-between; margin-bottom: 10px; }
  	.find-locator-container ul li span { font-size: 15px; }
  	.find-locator-container ul li span p { font-size: 12px; }
  	.find-locator-container ul li:last-child { justify-content: flex-end; }
 	.find-locator-container ul li .btn-style2 { margin-bottom: 0; }
  }
  /*@media screen and (max-width:767px) and (orientation:landscape){
  	.find-locator-container ul { display: flex; }
  }*/
 @media screen and (min-width: 768px) and (max-width:991px){
 	.find-locator-container ul { padding: 10px; }
 	.find-locator-container ul li span, .find-locator-container ul li span p { font-size: 12px; }
 	.find-locator-container ul li .btn-style2 { font-size: 12px; padding: 7px 10px 8px; }
 	.find-locator-container ul li .btn-style2 { margin-bottom: 0; }
 }

 /*------------------------- updated on 1st Aug 2017  --------------------------------------------*/

  /* Added on 18-08-2017 */
  .prod-listing-buy-wall {padding: 20px 0 50px 0; font-size: 16px;}
  @media screen and (min-width:320px) and (max-width:767px) {
  .prod-listing-buy-wall {padding: 0 0 20px 0;}
  }

  /* Added on 18-08-2017 */

 /*-- Interior css start here --*/

 .interior-slider-thamb { margin-top: 0; }
 .zoom-txt { font-size: 11px; color: #333333; margin-top: 5px; margin-bottom: 15px; }
 .zoom-txt img { margin-right: 5px; display: inline-block; }
 .interior-content > h3 { font-size: 18px; color: #333333; font-family: 'Conv_accordaltregular-webfont'; }
 .interior-content > h3 > span { font-size: 20px; font-family: 'Conv_accordaltextrabold-webfont'; border-bottom: 0 !important; }
 .interior-content > p { font-size: 14px; color: #333333; margin-bottom: 10px; }
 .interior-content a, .interior-product-details-container a { margin-top: 20px; display: table; }
 .interior-right-left-container { width: 70%; float: left; }
 .interior-right-right-container { width: 30%; float: left; }
 .interior-right-container { margin-top: 20px; }
 .interior-right-left-container > ul { list-style-type: none; padding: 0; margin: 0; }
 .interior-right-left-container > ul > li { padding: 15px 0 15px 50px; }
 .interior-right-left-container > ul > li > span { display: block; }
 .sheen { background: url("clientlib-site-en/images/sheen-icon.png") no-repeat left center; }
 .durability { background: url("clientlib-site-en/images/durability-icon.png") no-repeat left center; }
 .washability { background: url("clientlib-site-en/images/washability-icon.png") no-repeat left center; padding: 10px 0 10px 50px; }
 .interior-right-left-container > ul > li > ul { display: inline-block; }
 .interior-right-left-container > ul > li > ul > li { display: inline-block; margin-top: 5px; opacity: 0.5; }
 .interior-right-left-container > ul > li > ul > li.dark-color { opacity: 1; }
 .interior-right-left-container > ul > li > p { font-size: 14px; color: #333333; display: inline-block; margin-left: 5px; margin-bottom: 0; }


 .paint-buget-container { border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; padding: 60px 0; margin-bottom: 60px; }

 .interior-product-details-container { border-right: 1px solid #cccccc; padding-right: 50px; }
 .interior-product-details-container ul { list-style-type: none; padding: 0; margin: 0; }
 .interior-product-details-container ul li { display: block; font-size: 14px; color: #333333; margin-bottom: 30px; padding-left: 20px; background: url("clientlib-site-en/images/interior-product-details-bullet.jpg") no-repeat left 3px; }

 .paint-budget-calculator-container { padding-left: 30px; max-height: 377px; overflow-y: hidden; }
 .paint-budget-calculate > ul { list-style-type: none; padding: 0; margin: 0; }
 .paint-budget-calculate > ul > li { background: #f1f1f1; padding: 30px; display: flex; justify-content: space-between; align-items: center; }
 .paint-budget-calculate > ul > li:nth-child(odd) { background: #f8f8f8; }
 .paint-budget-calculate > ul > li > span { font-size: 14px; color: #333333; }

 .paint-budget-calculator-container ul li [type="radio"]:checked,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label:before,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 100%;  background: url("clientlib-site-en/images/lavender-radio-not-checked.jpg") no-repeat; }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label:after,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label:after { content: ''; width: 19px; height: 19px; background: url("clientlib-site-en/images/lavender-radio-checked.jpg") no-repeat; position: absolute; top: 0; left: 0; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

 .paint-budget-calculator-left { width: 30%; }
 .paint-budget-calculator-right { width: 70%; }

 .interior-no-rooms-range { width: 100%; display: flex; justify-content: space-between; border-bottom: 0; border-top: 0; border-left: 0; border-right: 0; border-radius: 0; position: relative; background: transparent; background:  }
 .interior-no-rooms-range .ui-state-default { cursor: pointer; background: url("clientlib-site-en/images/range-handle.png") no-repeat left center; width: 21px; height: 21px; border-radius: 50%; border: 0; z-index: 10; }
 .interior-no-rooms-range:before { content: ""; position: absolute; top: 4px; left: 0; width: 100%; height: 2px; background: #cbd4d9; }
 .range-click { margin-top: -13px; position: relative; z-index: 5 }
 .range-click ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-between; }
 .range-click ul li { display: inline-block; width: 10px; height: 10px; background: #cbd4d9; border-radius: 50%; display: block; }
 .range-click ul li:first-child { position: relative; left: -10px; }
 .interior-no-rooms-range .ui-widget-header { background: transparent; }
 .interior-no-rooms ul, .carpet-area ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-between; margin-bottom: 10px; }
 .interior-no-rooms ul li, .carpet-area ul li { display: inline-block; }
 .interior-no-rooms ul li:first-child { position: relative; left: -10px; }
 .carpet-area ul li:first-child { left: -25px; }

 .paint-budget-calculate-result { background: #f8f8f8; padding: 30px; display: none; }
 .budget-estimate-container { padding-bottom: 30px; border-bottom: 1px solid #d5d5d5; margin-bottom: 30px; }
 .budget-estimate-container ul { display: flex; justify-content: space-between; }
 .budget-estimate-container ul li p { font-size: 14px; color: #333333; margin-bottom: 10px; }
 .budget-estimate-container ul li span { font-size: 26px; color: #5e3e8b; display: block; }

 .additional-products-container > p { font-size: 14px; color: #333333; }
 .additional-products-container > ul > li { margin-bottom: 20px; }
 .additional-products-container > ul > li > p { font-size: 14px; color: #5e3e8c; margin-bottom: 0; font-family: 'Conv_accordaltregular-webfont'; }
 .price-quantity-container { display: flex; justify-content: space-between; margin-top: 5px; }
 .price-quantity-container span { font-size: 14px; color: #333333; display: block; }

 .paint-budget-calculator-container h2 { display: flex; justify-content: space-between; }
 .paint-budget-calculator-container h2 a { font-size: 14px; color: #333333; position: relative; display: none; }
/* .paint-budget-calculator-container h2 a:before { content: ""; position: absolute; left: -25px; top: 0; background: url("clientlib-site-en/images/budget-edit-icon.png") no-repeat; width: 19px; height: 19px; }*/

 .recommended-container { border: 1px solid #bdbdbd; margin: 30px 0; padding: 30px; }
 .recommended-product-container > ul { display: flex; justify-content: space-between; align-items: flex-end; }
 .recommended-product-container > ul > li { text-align: center; position: relative; }
 .recommended-product-container > ul > li > img { margin-top: 30px; }
 .recommended-product-container > ul > li > p { font-size: 16px; color: #333333; margin: 15px 0; }
 .recommended-product-label-container { position: absolute; top: -40px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; text-align: center; background: #fff; padding-right: 20px; }
 .label-text { background: url("clientlib-site-en/images/product-label.png") no-repeat left top; font-family: 'Conv_accordaltregular-webfont'; width: 25px; height: 37px; font-size: 18px; color: #fff; line-height: 26px; display: inline-block; }
 .product-text { font-size: 20px; color: #333333; padding-left: 10px; }

 .color-container { float: left; }
 .color-container > ul { list-style-type: none; padding: 0; margin: 0; display: flex; }
 .color-container > ul > li { display: inline-block; /*width: 50px;*/ padding: 5px;  border: 2px solid #fff; text-align: center; }
 .color-container > ul > li:hover, .color-container > ul > li.active { border: 2px solid #000; }
 .color-container > ul > li:hover p, .color-container > ul > li.active p { visibility: visible; text-transform: lowercase; }
 .color-container > ul > li > p { visibility: hidden; font-size: 14px; color: #333333; margin-bottom: 5px; font-family: 'Conv_accordaltregular-webfont'; }
 .color-container > ul > li > a { border: 1px solid #cdcdcd; width: 38px; height: 38px; display: block; margin: 0 auto; }
 .red-color { background: #cf393e; }
 .orange-color { background: #fa8531; }
 .yellow-color { background: #fed630; }
 .green-color { background: #6ac065; }
 .blue-color { background: #1588cb; }
 .purple-color { background: #8875b0; }
 .pink-color { background: #dc6a94; }
 .militry-color { background: #a26945; }
 .grey-color { background: #9da19c; }
 .white-color { background: #e7f0e7; }

 .choose-colors-container { margin: 20px 0 50px; }
 .choose-colors-container > p { font-size: 15px; color: #333333; margin-bottom: 20px; font-family: 'Conv_accordaltregular-webfont'; }


 .choose-colors-left-container { width: 10%; float: left; }
 .choose-colors-left-container ul { list-style-type: none; padding: 0; margin: 0; }
 .choose-colors-left-container ul li { display: block; }
 .choose-colors-left-container ul li a { height: 42px; display: block; transition: all ease-out 0.3s; }
 .choose-colors-left-container ul li a:hover, .choose-colors-left-container ul li a.active { width: 130%; }

 .select-left-color { background: #c0aece; }
 /*.purple-color-shade-2 { background: #dfd4d4; }
 .purple-color-shade-3 { background: #c0aece; }
 .purple-color-shade-4 { background: #a096ab; }
 .purple-color-shade-5 { background: #7f7a94; }
 .purple-color-shade-6 { background: #6e486e; }
 .purple-color-shade-7 { background: #4d4348; }*/

 .select-right-color { background: #bfadce; }

 .choose-colors-right-container { width: 87%; float: right; border: 2px solid #c0aece; padding: 10px; }
 .choose-colors-right-container ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-evenly; flex-wrap: wrap; z-index: -1; }
 .choose-colors-right-container ul li { width: 10%; margin: 5px 0; padding: 0 5px; }
 /*.choose-colors-right-container ul li:first-child, .choose-colors-right-container ul li:nth-child(11n) { margin-left: 0; }
 .choose-colors-right-container ul li:nth-child(10n) { margin-right: 0; }*/
 .choose-colors-right-container ul li a { height: 42px; display: block; transition: all ease-out 0.3s; position: relative; }
 .choose-colors-right-container ul li a.active:after { content: ""; position: absolute; left: 50%; bottom: -8px; margin-left: -7px; width: 15px; height: 15px; background: #bfadce; transform: rotate(-45deg); }
/* .choose-colors-right-container ul li a.active:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url("clientlib-site-en/images/tick-mark-white.png") no-repeat left top; width: 21px; height: 17px; }*/
 .select-right-color-content > a { position: absolute; top: 1vw; right: 1vw; font-size: 16px; color: #fff; font-family: 'Conv_accordaltregular-webfont'; }
 .select-right-color-content > img { width: 100%; }
 .select-color-desc { position: absolute; top: 8vw; right: 10vw; }
 .select-color-desc-container { display: flex; }
 .select-right-color-content { margin: 20px 0; position: relative; background: #c0aece; display: none; }
 .select-right-color-content.active { display: block; width: 100%; }
 .select-color-desc-right > p { font-size: 17px; color: #fff; display: block; margin: 5px 0; font-family: 'Conv_accordaltregular-webfont'; }
 .select-color-desc-right > p > span.like-color-icon { padding-right: 25px; }

/* .like-color-icon { width: 18px; height: 16px; background: url("clientlib-site-en/images/like-color-icon.png") no-repeat left center; }*/

 .color-catalogue-container { /*display: flex; justify-content: space-between;*/ }
 .color-filter { background: #fcaf2a; padding: 5px 10px; font-size: 17px; color: #fff; font-family: 'Conv_accordaltextrabold-webfont'; float: right; transform: translateY(50%); display: flex; align-items: center; z-index: 30; }
/* .color-filter > span { background: url("clientlib-site-en/images/color-filter-icon.png") no-repeat left center; padding-left: 30px; padding-top: 5px; }*/
/* .color-filter select { background: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; -ms-appearance: none; background: url("clientlib-site-en/images/color-select-arrow.png") no-repeat right center; padding-right: 20px; }*/

 .customSelectBox { float: left; position: relative; cursor: pointer; z-index: auto; width: 140px; padding: 10px; }
 .customSelectBox span { cursor: pointer; display: inline-block; padding-top: 5px; position: static; font-size: 17px; color: #fff; }
 .customSelectBox ul { background: #fcaf2a; border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); display: none; position: absolute; left: 0; top: 100%; width: 100%; padding: 0 8px; z-index: 30; max-height: 299px; overflow-y: auto; }
 .customSelectBox ul li { clear: both; border-top: 1px solid #fff; width: 100%; float: left; text-align: left; padding: 10px 0; }
 .customSelectBox ul li:first-child { border-top: 0; }
 .customSelectBox ul li a { color: #fff; }
 .customSelectBox::after { content: ''; height: 10px; width: 10px; display: block; border: 2px solid #fff; border-right-width: 0; border-top-width: 0; transform: rotate(-45deg) translateY(-50%); -webkit-transform: rotate(-45deg) translateY(-50%); -moz-transform: rotate(-45deg) translateY(-50%); -o-transform: rotate(-45deg) translateY(-50%); -ms-transform: rotate(-45deg) translateY(-50%); position: absolute; top: 44%; right: 0; }

 .interior-listing-container { margin: 50px 0 0; padding: 0 30px; }
 .interior-listing-container > p { margin: 0; font-size: 14px; color: #333333; }

 .interior-listing-filter-container > ul { list-style-type: none; padding: 0; margin: 30px 0 0; display: flex; justify-content: space-between; }
 .interior-listing-filter-container > ul > li { list-style-type: none; padding: 0; margin: 0; }
 .interior-listing-filter-container > ul > li > p { font-size: 17px; color: #333333; font-family: 'Conv_accordaltextrabold-webfont'; margin: 0; }

 .interior-listing-product .recommended-product-label-container { white-space: nowrap; }
 .interior-listing-product > ul { align-items: center; }
 .interior-listing-product > ul > li { text-align: left; width: 30%; }
 .interior-listing-content > p { font-size: 18px; color: #333333; font-family: 'Conv_accordaltregular-webfont'; }
 .interior-listing-content > span { color: #333333; font-size: 14px; display: block; }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label:before,
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label:before { content: ''; position: absolute; left:0; top: 0; width: 24px; height: 22px; /* dim. of the box */ border: 1px solid #cecece; background: #eeeeee; }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label:after,
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label:after { content: '✔'; position: absolute; top: 0; left: 3px; font-size: 22px; color: #19a656; transition: all .2s; /* animation incoming :p */ }
 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label:after { opacity: 0; /* invisible */ transform: scale(0); /* scaled down to 0 */ }
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label:after { opacity: 1; /* visible */ transform: scale(1); /* scaled up to normal */ }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked),
 .interior-listing-filter-container ul li [type="checkbox"]:checked { position: absolute; left: -9999px; }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label,
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label {  font-family: 'Conv_accordaltextrabold-webfont'; position: relative; /* permet de positionner les pseudo-éléments */ padding-left: 35px; /* fait un peu d'espace pour notre case à venir */ cursor: pointer;    /* affiche un curseur adapté */ font-size: 24px; }
 .interior-listing-filter-container > ul > li > label p span { font-family: 'Conv_accordaltregular-webfont'; margin-right: 10px; position: relative; display: inline-block; font-size: 15px; color: #333333; }
 .interior-listing-filter-container > ul > li > label p span:after { content: ""; position: absolute; top: 0; left: -8px; width: 1px; height: 100%; background: #7a7a7a; }
 .interior-listing-filter-container > ul > li > label p span:first-child:after { content: none; }
 .interior-listing-filter-container > ul > li > label p span.rupee-text { color: #5e3e8b; }

 .interior-listing-content-container {  }
 .interior-listing-content-container > ul { list-style-type: none; margin: 0; padding: 0; }
 .interior-listing-content-container > ul > li { border: 1px solid #e2e2e2; padding: 50px; position: relative; margin-bottom: 30px; }
 .interior-listing-content-container > ul > li > ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-between; align-items: center; }
 .interior-listing-content-container > ul > li > ul > li { list-style-type: none; }
 .interior-listing-content-container > ul > li > ul > li > p { font-size: 18px; color: #333333; margin: 0; }
 .interior-listing-content-container > ul > li > ul > li > span { font-size: 14px; color: #333333; display: block; margin: 10px 0 0; line-height: 18px; }
 .interior-listing-content-container .interior-right-left-container { width: 100%; }
 .interior-listing-content-container .recommended-product-label-container { left: 3vw; top: -0.5vw; transform: none; }


 @media screen and (max-width: 767px){
    .paint-buget-container { padding: 30px 0; }
    .paint-budget-calculate > ul > li > span { display: block; margin-bottom: 10px; }
    .interior-product-details-container { padding-right: 0; border-right: 0; margin-bottom: 30px; }
    .paint-budget-calculator-container { padding-left: 0; max-height:430px; }
    .paint-budget-calculate > ul > li { display: block; padding:28px; }
    .paint-budget-calculator-left { width: 100%; margin-bottom: 15px; display: block; }
    .paint-budget-calculator-right { width: 100%; }
    .interior-right-left-container, .interior-right-right-container { width: 100%; }
    .interior-right-right-container { text-align: center; margin-top: 30px; }
    .recommended-product-container > ul { display: block; }
    .recommended-product-container > ul > li { text-align: left; margin-top: 20px; }
    .recommended-container { border-left: 1px solid #bdbdbd; border-top: 0; border-right: 0; border-bottom: 0; margin-left: 20px; }
    .paint-budget-calculator-container h2 { font-size: 16px; }
    .recommended-product-label-container { left: -43px; transform: translateX(0); }
    .recommended-product-container > ul > li { margin-top: 120px; }
    .recommended-product-container > ul > li:first-child { margin-top: 0; }
    .choose-colors-left-container, .choose-colors-right-container { width: 100%; }
    .choose-colors-left-container ul li a:hover, .choose-colors-left-container ul li a.active { width: 100%; height: 55px; }
    .choose-colors-left-container ul li { float: left; width: 20%; }
    .choose-colors-right-container ul li a.active::after { content: none; }
    .choose-colors-right-container ul li a { height: 22px; }
    .choose-colors-right-container ul li a.active::before { width: 12px; height: 12px; background-size: 100%; }
    .choose-colors-right-container ul li:nth-child(5n+1) { margin-left: 0; }
    .interior-content { margin-top: 20px; }
    .color-container > ul { display: block; }
    .color-container > ul > li { margin-bottom: 10px; }
    .color-filter { margin-bottom: 10px; width: 260px; transform: none; }
    .select-color-desc { width: 60%; right: 0; top: 5vw; }
    .select-color-desc-left, .select-color-desc-right { width: 50%; }
    .select-color-desc-right > p { font-size: 12px; margin: 0; }

    .budget-estimate-container ul li span { font-size: 16px; }
    .choose-colors-container > p { margin: 20px 0; }
    .color-catalogue-container { display: flex; flex-flow: column-reverse; }
    .interior-listing-container { padding: 0; }
    .interior-listing-content-container > ul > li > ul { display: block; }
    .interior-listing-content-container > ul > li { padding: 0; border-top: 1px solid #e2e2e2; border-bottom: 0; border-left: 0; border-right: 0; }
    .interior-listing-content-container > ul > li > ul > li { margin: 10px 0; }
    .interior-listing-content-container > ul > li > ul > li:first-child { text-align: center; margin-top: 40px; }
    .interior-listing-content-container .recommended-product-label-container { top: -2.5vw; }
    .interior-listing-content-container .recommended-product-label-container .product-text { font-size: 16px; }
    .interior-listing-filter-container { display: none; }
    .interior-listing-filter-container.active { position: fixed; top: 0; left: 0; background: #fff; height: 100%; width: 100%; z-index: 300; display: block; margin: 0; padding: 50px; }
    .interior-listing-filter-container ul { display: block; }
    .interior-listing-container > span { margin: 30px 0; }
    .interior-listing-filter-container > ul > li { margin: 20px auto }
    .carpet-area { width:103%; }
    .carpet-area ul li { font-size:12px; }

    .filter-close a { font-size: 16px; color: #555555; }

    .bg-relative { background: #fff; position: relative; }
 }

 @media screen and (max-width: 767px) and (orientation:landscape) {
    .interior-listing-filter-container ul { display: block; max-height: 250px; overflow: auto; }
    .interior-listing-filter-container.active { padding: 10px 50px; }
    .filter-close > a { margin-top: 20px; display: inline-block; }
 }

 @media screen and (min-width: 768px) and (max-width: 991px){
    .paint-budget-calculator-container { padding-left: 0; }
    .paint-budget-calculate > ul > li { padding: 30px 20px; }
    .carpet-area ul li { margin: 0; }
    .color-container { width: 65%; }
    .color-container > ul { display: block; }
    .color-filter { width: 35%; }
    .interior-listing-content-container > ul > li { padding: 0; }
    .carpet-area ul li:first-child { left: -15px; }
 }
 @media screen and (min-width: 992px) and (max-width: 1199px){
    .carpet-area ul li { margin: 0 15px; }
    .select-color-desc { top: 10vw; }
    .carpet-area ul li:first-child { left: -18px; }
 }

 @media screen and (min-width: 1200px) and (max-width: 1600px){
    .select-color-desc { top: 12vw; }
 }

 /*-- Interior css end here --*/

  /* Added on 18-08-2017 */

 /*-- Interior css start here --*/

 .interior-slider-thamb { margin-top: 0; }
 .zoom-txt { font-size: 11px; color: #333333; margin-top: 5px; margin-bottom: 15px; }
 .zoom-txt img { margin-right: 5px; display: inline-block; }
 .interior-content > h3 { font-size: 18px; color: #333333; font-family: 'Conv_accordaltregular-webfont'; }
 .interior-content > h3 > span { font-size: 20px; font-family: 'Conv_accordaltextrabold-webfont'; border-bottom: 0 !important; }
 .interior-content > p { font-size: 14px; color: #333333; margin-bottom: 10px; }
 .interior-content a, .interior-product-details-container a { margin-top: 20px; display: table; }
 .interior-right-left-container { width: 70%; float: left; }
 .interior-right-right-container { width: 30%; float: left; }
 .interior-right-container { margin-top: 20px; }
 .interior-right-left-container > ul { list-style-type: none; padding: 0; margin: 0; }
 .interior-right-left-container > ul > li { padding: 15px 0 15px 50px; }
 .interior-right-left-container > ul > li > span { display: block; }
 .sheen { background: url("clientlib-site-en/images/sheen-icon.png") no-repeat left center; }
 .durability { background: url("clientlib-site-en/images/durability-icon.png") no-repeat left center; }
 .washability { background: url("clientlib-site-en/images/washability-icon.png") no-repeat left center; padding: 10px 0 10px 50px; }
 .interior-right-left-container > ul > li > ul { display: inline-block; }
 .interior-right-left-container > ul > li > ul > li { display: inline-block; margin-top: 5px; opacity: 0.5; }
 .interior-right-left-container > ul > li > ul > li.dark-color { opacity: 1; }
 .interior-right-left-container > ul > li > p { font-size: 14px; color: #333333; display: inline-block; margin-left: 5px; margin-bottom: 0; }


 .paint-buget-container { border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; padding: 60px 0; margin-bottom: 60px; }

 .interior-product-details-container { border-right: 1px solid #cccccc; padding-right: 50px; }
 .interior-product-details-container ul { list-style-type: none; padding: 0; margin: 0; }
 .interior-product-details-container ul li { display: block; font-size: 14px; color: #333333; margin-bottom: 30px; padding-left: 20px; background: url("clientlib-site-en/images/interior-product-details-bullet.jpg") no-repeat left 3px; }

 .paint-budget-calculator-container { padding-left: 30px; max-height: 377px; overflow-y: hidden; }
 .paint-budget-calculate > ul { list-style-type: none; padding: 0; margin: 0; }
 .paint-budget-calculate > ul > li { background: #f1f1f1; padding: 30px; display: flex; justify-content: space-between; align-items: center; }
 .paint-budget-calculate > ul > li:nth-child(odd) { background: #f8f8f8; }
 .paint-budget-calculate > ul > li > span { font-size: 14px; color: #333333; }

 .paint-budget-calculator-container ul li [type="radio"]:checked,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) { position: absolute; left: -9999px; }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label { position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label:before,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 100%;  background: url("clientlib-site-en/images/lavender-radio-not-checked.jpg") no-repeat; }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label:after,
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label:after { content: ''; width: 19px; height: 19px; background: url("clientlib-site-en/images/lavender-radio-checked.jpg") no-repeat; position: absolute; top: 0; left: 0; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
 .paint-budget-calculator-container ul li [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
 .paint-budget-calculator-container ul li [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

 .paint-budget-calculator-left { width: 30%; }
 .paint-budget-calculator-right { width: 70%; }

 .interior-no-rooms-range { width: 100%; display: flex; justify-content: space-between; border-bottom: 0; border-top: 0; border-left: 0; border-right: 0; border-radius: 0; position: relative; background: transparent; background:  }
 .interior-no-rooms-range .ui-state-default { cursor: pointer; background: url("clientlib-site-en/images/range-handle.png") no-repeat left center; width: 21px; height: 21px; border-radius: 50%; border: 0; z-index: 10; }
 .interior-no-rooms-range:before { content: ""; position: absolute; top: 4px; left: 0; width: 100%; height: 2px; background: #cbd4d9; }
 .range-click { margin-top: -13px; position: relative; z-index: 5 }
 .range-click ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-between; }
 .range-click ul li { display: inline-block; width: 10px; height: 10px; background: #cbd4d9; border-radius: 50%; display: block; }
 .range-click ul li:first-child { position: relative; left: -10px; }
 .interior-no-rooms-range .ui-widget-header { background: transparent; }
 .interior-no-rooms ul, .carpet-area ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-between; margin-bottom: 10px; }
 .interior-no-rooms ul li, .carpet-area ul li { display: inline-block; }
 .interior-no-rooms ul li:first-child { position: relative; left: -10px; }
 .carpet-area ul li:first-child { left: -25px; }

 .paint-budget-calculate-result { background: #f8f8f8; padding: 30px; display: none; }
 .budget-estimate-container { padding-bottom: 30px; border-bottom: 1px solid #d5d5d5; margin-bottom: 30px; }
 .budget-estimate-container ul { display: flex; justify-content: space-between; }
 .budget-estimate-container ul li p { font-size: 14px; color: #333333; margin-bottom: 10px; }
 .budget-estimate-container ul li span { font-size: 26px; color: #5e3e8b; display: block; }

 .additional-products-container > p { font-size: 14px; color: #333333; }
 .additional-products-container > ul > li { margin-bottom: 20px; }
 .additional-products-container > ul > li > p { font-size: 14px; color: #5e3e8c; margin-bottom: 0; font-family: 'Conv_accordaltregular-webfont'; }
 .price-quantity-container { display: flex; justify-content: space-between; margin-top: 5px; }
 .price-quantity-container span { font-size: 14px; color: #333333; display: block; }

 .paint-budget-calculator-container h2 { display: flex; justify-content: space-between; }
 .paint-budget-calculator-container h2 a { font-size: 14px; color: #333333; position: relative; display: none; }
/* .paint-budget-calculator-container h2 a:before { content: ""; position: absolute; left: -25px; top: 0; background: url("clientlib-site-en/images/budget-edit-icon.png") no-repeat; width: 19px; height: 19px; }*/

 .recommended-container { border: 1px solid #bdbdbd; margin: 30px 0; padding: 30px; }
 .recommended-product-container > ul { display: flex; justify-content: space-between; align-items: flex-end; }
 .recommended-product-container > ul > li { text-align: center; position: relative; }
 .recommended-product-container > ul > li > img { margin-top: 30px; }
 .recommended-product-container > ul > li > p { font-size: 16px; color: #333333; margin: 15px 0; }
 .recommended-product-label-container { position: absolute; top: -40px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; text-align: center; background: #fff; padding-right: 20px; }
 .label-text { background: url("clientlib-site-en/images/product-label.png") no-repeat left top; font-family: 'Conv_accordaltregular-webfont'; width: 25px; height: 37px; font-size: 18px; color: #fff; line-height: 26px; display: inline-block; }
 .product-text { font-size: 20px; color: #333333; padding-left: 10px; }

 .color-container { float: left; }
 .color-container > ul { list-style-type: none; padding: 0; margin: 0; display: flex; }
 .color-container > ul > li { display: inline-block; /*width: 50px;*/ padding: 5px;  border: 2px solid #fff; text-align: center; }
 .color-container > ul > li:hover, .color-container > ul > li.active { border: 2px solid #000; }
 .color-container > ul > li:hover p, .color-container > ul > li.active p { visibility: visible; text-transform: lowercase; }
 .color-container > ul > li > p { visibility: hidden; font-size: 14px; color: #333333; margin-bottom: 5px; font-family: 'Conv_accordaltregular-webfont'; }
 .color-container > ul > li > a { border: 1px solid #cdcdcd; width: 38px; height: 38px; display: block; margin: 0 auto; }
 .red-color { background: #cf393e; }
 .orange-color { background: #fa8531; }
 .yellow-color { background: #fed630; }
 .green-color { background: #6ac065; }
 .blue-color { background: #1588cb; }
 .purple-color { background: #8875b0; }
 .pink-color { background: #dc6a94; }
 .militry-color { background: #a26945; }
 .grey-color { background: #9da19c; }
 .white-color { background: #e7f0e7; }

 .choose-colors-container { margin: 20px 0 50px; }
 .choose-colors-container > p { font-size: 15px; color: #333333; margin-bottom: 20px; font-family: 'Conv_accordaltregular-webfont'; }


 .choose-colors-left-container { width: 10%; float: left; }
 .choose-colors-left-container ul { list-style-type: none; padding: 0; margin: 0; }
 .choose-colors-left-container ul li { display: block; }
 .choose-colors-left-container ul li a { height: 42px; display: block; transition: all ease-out 0.3s; }
 .choose-colors-left-container ul li a:hover, .choose-colors-left-container ul li a.active { width: 130%; }

 .select-left-color { background: #c0aece; }
 /*.purple-color-shade-2 { background: #dfd4d4; }
 .purple-color-shade-3 { background: #c0aece; }
 .purple-color-shade-4 { background: #a096ab; }
 .purple-color-shade-5 { background: #7f7a94; }
 .purple-color-shade-6 { background: #6e486e; }
 .purple-color-shade-7 { background: #4d4348; }*/

 .select-right-color { background: #bfadce; }

 .choose-colors-right-container { width: 87%; float: right; border: 2px solid #c0aece; padding: 10px; }
 .choose-colors-right-container ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-evenly; flex-wrap: wrap; z-index: -1; }
 .choose-colors-right-container ul li { width: 10%; margin: 5px 0; padding: 0 5px; }
 /*.choose-colors-right-container ul li:first-child, .choose-colors-right-container ul li:nth-child(11n) { margin-left: 0; }
 .choose-colors-right-container ul li:nth-child(10n) { margin-right: 0; }*/
 .choose-colors-right-container ul li a { height: 42px; display: block; transition: all ease-out 0.3s; position: relative; }
 .choose-colors-right-container ul li a.active:after { content: ""; position: absolute; left: 50%; bottom: -8px; margin-left: -7px; width: 15px; height: 15px; background: #bfadce; transform: rotate(-45deg); }
/* .choose-colors-right-container ul li a.active:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url("clientlib-site-en/images/tick-mark-white.png") no-repeat left top; width: 21px; height: 17px; }*/
 .select-right-color-content > a { position: absolute; top: 1vw; right: 1vw; font-size: 16px; color: #fff; font-family: 'Conv_accordaltregular-webfont'; }
 .select-right-color-content > img { width: 100%; }
 .select-color-desc { position: absolute; top: 8vw; right: 10vw; }
 .select-color-desc-container { display: flex; }
 .select-right-color-content { margin: 20px 0; position: relative; background: #c0aece; display: none; }
 .select-right-color-content.active { display: block; width: 100%; }
 .select-color-desc-right > p { font-size: 17px; color: #fff; display: block; margin: 5px 0; font-family: 'Conv_accordaltregular-webfont'; }
 .select-color-desc-right > p > span.like-color-icon { padding-right: 25px; }

/* *//**//*.like-color-icon { width: 18px; height: 16px; background: url("clientlib-site-en/images/like-color-icon.png") no-repeat left center; }*/

 .color-catalogue-container { /*display: flex; justify-content: space-between;*/ }
 .color-filter { background: #fcaf2a; padding: 5px 10px; font-size: 17px; color: #fff; font-family: 'Conv_accordaltextrabold-webfont'; float: right; transform: translateY(50%); display: flex; align-items: center; z-index: 30; }
/* .color-filter > span { background: url("clientlib-site-en/images/color-filter-icon.png") no-repeat left center; padding-left: 30px; padding-top: 5px; }*/
/* .color-filter select { background: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; -ms-appearance: none; background: url("clientlib-site-en/images/color-select-arrow.png") no-repeat right center; padding-right: 20px; }*/

 .customSelectBox { float: left; position: relative; cursor: pointer; z-index: auto; width: 140px; padding: 10px; }
 .customSelectBox span { cursor: pointer; display: inline-block; padding-top: 5px; position: static; font-size: 17px; color: #fff; }
 .customSelectBox ul { background: #fcaf2a; border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); display: none; position: absolute; left: 0; top: 100%; width: 100%; padding: 0 8px; z-index: 30; max-height: 299px; overflow-y: auto; }
 .customSelectBox ul li { clear: both; border-top: 1px solid #fff; width: 100%; float: left; text-align: left; padding: 10px 0; }
 .customSelectBox ul li:first-child { border-top: 0; }
 .customSelectBox ul li a { color: #fff; }
 .customSelectBox::after { content: ''; height: 10px; width: 10px; display: block; border: 2px solid #fff; border-right-width: 0; border-top-width: 0; transform: rotate(-45deg) translateY(-50%); -webkit-transform: rotate(-45deg) translateY(-50%); -moz-transform: rotate(-45deg) translateY(-50%); -o-transform: rotate(-45deg) translateY(-50%); -ms-transform: rotate(-45deg) translateY(-50%); position: absolute; top: 44%; right: 0; }

 .interior-listing-container { margin: 50px 0 0; padding: 0 30px; }
 .interior-listing-container > p { margin: 0; font-size: 14px; color: #333333; }

 .interior-listing-filter-container > ul { list-style-type: none; padding: 0; margin: 30px 0 0; display: flex; justify-content: space-between; }
 .interior-listing-filter-container > ul > li { list-style-type: none; padding: 0; margin: 0; }
 .interior-listing-filter-container > ul > li > p { font-size: 17px; color: #333333; font-family: 'Conv_accordaltextrabold-webfont'; margin: 0; }

 .interior-listing-product .recommended-product-label-container { white-space: nowrap; }
 .interior-listing-product > ul { align-items: center; }
 .interior-listing-product > ul > li { text-align: left; width: 30%; }
 .interior-listing-content > p { font-size: 18px; color: #333333; font-family: 'Conv_accordaltregular-webfont'; }
 .interior-listing-content > span { color: #333333; font-size: 14px; display: block; }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label:before,
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label:before { content: ''; position: absolute; left:0; top: 0; width: 24px; height: 22px; /* dim. of the box */ border: 1px solid #cecece; background: #eeeeee; }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label:after,
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label:after { content: '✔'; position: absolute; top: 0; left: 3px; font-size: 22px; color: #19a656; transition: all .2s; /* animation incoming :p */ }
 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label:after { opacity: 0; /* invisible */ transform: scale(0); /* scaled down to 0 */ }
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label:after { opacity: 1; /* visible */ transform: scale(1); /* scaled up to normal */ }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked),
 .interior-listing-filter-container ul li [type="checkbox"]:checked { position: absolute; left: -9999px; }

 .interior-listing-filter-container ul li [type="checkbox"]:not(:checked) + label,
 .interior-listing-filter-container ul li [type="checkbox"]:checked + label {  font-family: 'Conv_accordaltextrabold-webfont'; position: relative; /* permet de positionner les pseudo-éléments */ padding-left: 35px; /* fait un peu d'espace pour notre case à venir */ cursor: pointer;    /* affiche un curseur adapté */ font-size: 24px; }
 .interior-listing-filter-container > ul > li > label p span { font-family: 'Conv_accordaltregular-webfont'; margin-right: 10px; position: relative; display: inline-block; font-size: 15px; color: #333333; }
 .interior-listing-filter-container > ul > li > label p span:after { content: ""; position: absolute; top: 0; left: -8px; width: 1px; height: 100%; background: #7a7a7a; }
 .interior-listing-filter-container > ul > li > label p span:first-child:after { content: none; }
 .interior-listing-filter-container > ul > li > label p span.rupee-text { color: #5e3e8b; }

 .interior-listing-content-container {  }
 .interior-listing-content-container > ul { list-style-type: none; margin: 0; padding: 0; }
 .interior-listing-content-container > ul > li { border: 1px solid #e2e2e2; padding: 50px; position: relative; margin-bottom: 30px; }
 .interior-listing-content-container > ul > li > ul { list-style-type: none; padding: 0; margin: 0; display: flex; justify-content: space-between; align-items: center; }
 .interior-listing-content-container > ul > li > ul > li { list-style-type: none; }
 .interior-listing-content-container > ul > li > ul > li > p { font-size: 18px; color: #333333; margin: 0; }
 .interior-listing-content-container > ul > li > ul > li > span { font-size: 14px; color: #333333; display: block; margin: 10px 0 0; line-height: 18px; }
 .interior-listing-content-container .interior-right-left-container { width: 100%; }
 .interior-listing-content-container .recommended-product-label-container { left: 3vw; top: -0.5vw; transform: none; }


 @media screen and (max-width: 767px){
    .paint-buget-container { padding: 30px 0; }
    .paint-budget-calculate > ul > li > span { display: block; margin-bottom: 10px; }
    .interior-product-details-container { padding-right: 0; border-right: 0; margin-bottom: 30px; }
    .paint-budget-calculator-container { padding-left: 0; max-height:430px; }
    .paint-budget-calculate > ul > li { display: block; padding:28px; }
    .paint-budget-calculator-left { width: 100%; margin-bottom: 15px; display: block; }
    .paint-budget-calculator-right { width: 100%; }
    .interior-right-left-container, .interior-right-right-container { width: 100%; }
    .interior-right-right-container { text-align: center; margin-top: 30px; }
    .recommended-product-container > ul { display: block; }
    .recommended-product-container > ul > li { text-align: left; margin-top: 20px; }
    .recommended-container { border-left: 1px solid #bdbdbd; border-top: 0; border-right: 0; border-bottom: 0; margin-left: 20px; }
    .paint-budget-calculator-container h2 { font-size: 16px; }
    .recommended-product-label-container { left: -43px; transform: translateX(0); }
    .recommended-product-container > ul > li { margin-top: 120px; }
    .recommended-product-container > ul > li:first-child { margin-top: 0; }
    .choose-colors-left-container, .choose-colors-right-container { width: 100%; }
    .choose-colors-left-container ul li a:hover, .choose-colors-left-container ul li a.active { width: 100%; height: 55px; }
    .choose-colors-left-container ul li { float: left; width: 20%; }
    .choose-colors-right-container ul li a.active::after { content: none; }
    .choose-colors-right-container ul li a { height: 22px; }
    .choose-colors-right-container ul li a.active::before { width: 12px; height: 12px; background-size: 100%; }
    .choose-colors-right-container ul li:nth-child(5n+1) { margin-left: 0; }
    .interior-content { margin-top: 20px; }
    .color-container > ul { display: block; }
    .color-container > ul > li { margin-bottom: 10px; }
    .color-filter { margin-bottom: 10px; width: 260px; transform: none; }
    .select-color-desc { width: 60%; right: 0; top: 5vw; }
    .select-color-desc-left, .select-color-desc-right { width: 50%; }
    .select-color-desc-right > p { font-size: 12px; margin: 0; }

    .budget-estimate-container ul li span { font-size: 16px; }
    .choose-colors-container > p { margin: 20px 0; }
    .color-catalogue-container { display: flex; flex-flow: column-reverse; }
    .interior-listing-container { padding: 0; }
    .interior-listing-content-container > ul > li > ul { display: block; }
    .interior-listing-content-container > ul > li { padding: 0; border-top: 1px solid #e2e2e2; border-bottom: 0; border-left: 0; border-right: 0; }
    .interior-listing-content-container > ul > li > ul > li { margin: 10px 0; }
    .interior-listing-content-container > ul > li > ul > li:first-child { text-align: center; margin-top: 40px; }
    .interior-listing-content-container .recommended-product-label-container { top: -2.5vw; }
    .interior-listing-content-container .recommended-product-label-container .product-text { font-size: 16px; }
    .interior-listing-filter-container { display: none; }
    .interior-listing-filter-container.active { position: fixed; top: 0; left: 0; background: #fff; height: 100%; width: 100%; z-index: 300; display: block; margin: 0; padding: 50px; }
    .interior-listing-filter-container ul { display: block; }
    .interior-listing-container > span { margin: 30px 0; }
    .interior-listing-filter-container > ul > li { margin: 20px auto }
    .carpet-area { width:103%; }
    .carpet-area ul li { font-size:12px; }

    .filter-close a { font-size: 16px; color: #555555; }

    .bg-relative { background: #fff; position: relative; }
 }

 @media screen and (max-width: 767px) and (orientation:landscape) {
    .interior-listing-filter-container ul { display: block; max-height: 250px; overflow: auto; }
    .interior-listing-filter-container.active { padding: 10px 50px; }
    .filter-close > a { margin-top: 20px; display: inline-block; }
 }

 @media screen and (min-width: 768px) and (max-width: 991px){
    .paint-budget-calculator-container { padding-left: 0; }
    .paint-budget-calculate > ul > li { padding: 30px 20px; }
    .carpet-area ul li { margin: 0; }
    .color-container { width: 65%; }
    .color-container > ul { display: block; }
    .color-filter { width: 35%; }
    .interior-listing-content-container > ul > li { padding: 0; }
    .carpet-area ul li:first-child { left: -15px; }
 }
 @media screen and (min-width: 992px) and (max-width: 1199px){
    .carpet-area ul li { margin: 0 15px; }
    .select-color-desc { top: 10vw; }
    .carpet-area ul li:first-child { left: -18px; }
 }

 @media screen and (min-width: 1200px) and (max-width: 1600px){
    .select-color-desc { top: 12vw; }
 }

 /*-- Interior css end here --*/
 /* Added on 09-10-2017*/

 .apinterior-txtFields{margin:0 auto}
 .apinterior-txtFields input{padding:12px;width:100%;z-index:2;background:transparent;position:relative;border:0;outline:0;font-size:14px;color:#888}
 .apinterior-txtFields label{position:absolute;left:14px;top:12px;transition:.3s all;font-size:14px;z-index:1;color:#888;font-family:Arial,Helvetica,sans-serif}
 .apinterior-txtFields .txtfld{position:relative;display:inline-block; width: 100%;}
 .apinterior-txtFields .txtfld::before{content:'';position:absolute;left:0;height:100%;width:100%;top:0;border:1px solid #cfcfcf}
 .apinterior-txtFields .txtfld input:focus+label,.txtfld input.inputVal+label{top:-7px;left:10px;font-size:12px;color:#5e3b8d;padding:0 5px;background:#f1f1f1}
 .paint-budget-calculate > ul > li:nth-child(odd) .apinterior-txtFields .txtfld input:focus+label,.txtfld input.inputVal+label{background:#f8f8f8}
 .interior-listing-content-container > ul > li > ul > li{padding-top: 40px;}
 .paint-budget-calculator-container{max-height: 1000px;}

 /* Added on 09-10-2017*/

/*------ my document tab starts here--------------*/

.document-tab .docfile {  font-size: 20px; color: #3f3f3f; line-height: 20px; border: 2px solid #5e3b8d; position: relative; width: auto; padding: 15px 30px;}
.document-tab .docfile [type=file] { cursor: inherit; display: block; filter: alpha(opacity=0); opacity: 0; position: absolute; left: 0; text-align: right; top: 0;}
.document-tab .document-input { display: inline-block; float:right;}
.document-tab .max-limit { font-size: 16px; color: #333; line-height: 20px; padding: 15px 10px; float: left; width: 100%; text-align:right;}
.document-tab .profile-details { float: left; width: 100%;}
.document-tab .doc-format { float: left; width: 100%; background: #f9f9f9;}
.document-tab .bill-detail span { font-size: 20px; color: #767676; font-family: Arial; line-height: 27px;}
#deletedoc { float: right; cursor: pointer; color: #767676; font-size: 16px; font-family: Arial; line-height:26px;}
.doc-format ul { list-style:none; padding:0; margin:0;}
.doc-format ul li { float:left; width:100%; padding:20px 30px; border-bottom:2px solid #fff;}
.document-tab .profile-details h2 { float: left; display: inline-block;}

@media only screen and (max-width: 640px) {

.document-input { display: block; float: right; width: 100%; text-align: right;}
.document-tab .max-limit { font-size:12px;}
.document-tab .docfile { font-size: 15px; line-height: 17px; padding: 8px 15px;}
.document-tab .bill-detail span { font-size: 18px; line-height: 24px;}
}

/*------ my document tab ends here--------------*/
 /*------ my tool-tip starts here--------------*/

 .tooltip-row.ap-smartcare-tab .tab-style1 .nav li { width: 20%;}
 .tooltip-row .steps-header { float: left; width: 100%; padding-top: 20px;}
 .tooltip-row .fresh-tab {background:#fef7de; padding:60px 50px; float:left; width:100%;}
 .tooltip-row .fresh-tab .tool-view { float:left; width:25%; text-align:center; position:relative;}
 .tooltip-row .available_product_copy { font-size: 18px; font-weight: normal; padding-bottom: 5px; display: inline-block; line-height: 20px; margin-top: 20px; color: #333; font-family: 'Conv_accordaltregular-webfont'; position: relative;  }
 .tooltip-row .fresh-tab .tool-separator { position: relative; float: left; width: 12%; text-align: center; padding-top: 75px;}
 .tooltip-row .available_product_copy .tool-ico { padding-left: 10px; vertical-align: middle; display: inline-block;}
 /*.tooltip-row .available_product_copy .tool-ico .tool-text { visibility: hidden; width: 330px; background-color: #fff;border:1px solid #ebebeb; color: #333; text-align: center;   border-radius: 6px; padding: 30px 40px 30px;font-size:16px;line-height: 20px;left:-10px;  position: absolute;  z-index: 1;font-family:Arial;text-align:justify;	opacity: 0; transition: opacity 1s;	top:40px;}*/

 .tooltip-row .available_product_copy .tool-ico .tool-text { display: block; display: -webkit-box; margin: 0 auto; width: 330px; background-color: #fff; border: 1px solid #ebebeb; border-radius: 6px; padding: 20px; text-align:left; visibility:hidden; opacity:0; left:-10px;  position: absolute;  z-index: 1; transition: opacity 1s; top:40px; }
 .tooltip-row .available_product_copy .tool-ico .tool-text span { font-size: 12px; line-height: 18px; text-overflow: ellipsis; color: #333; font-family:Arial; display: -webkit-box;}

 .tooltip-row .tool-view:last-child .available_product_copy .tool-ico .tool-text {left:-60px;}
 .tooltip-row .available_product_copy .tool-ico .tool-text::after {content: ""; position: absolute;  top: -30px; left: 50%; margin-left: 0; border-width: 15px;  border-style: solid; border-color: transparent transparent #fff transparent;}
 .tooltip-row .available_product_copy .tool-ico .tool-text::before { content: ""; position: absolute; top: -34px; left: 50%; margin-left: -3px; border-width: 17px; border-style: solid; border-color: transparent transparent #ebebeb transparent;}
 .tooltip-row .available_product_copy .tool-ico:hover .tool-text { visibility: visible; opacity:1;}
 .tooltip-row .step2-option { float:left; width:100%;}
 .tooltip-row .stepx-option { float:left; width:100%;}
 .tooltip-row .step2-option .tool-ray { display: table; width: 100%;}

 .tooltip-row .step2-option .tool-view { width: 29%; display: table-cell; text-align: center; vertical-align: top; float: none;}
 .tooltip-row .step2-option .tool-view .tool-fig { background:#fef7de; padding:30px 0; width:100%; min-height:200px; }
 .tooltip-row .step2-option .tool-separator { width: 4%; background: #fff; display: table-cell; min-height: 200px; position: relative; padding: 0 20px; vertical-align: top; float: none;}
 .tooltip-row .step2-option .tool-separator span { position: absolute; background: #707070; top: 100px; width: 70%; height: 1px; left: 0; right: 0; margin: 0 auto;}
 .tooltip-row .step2-option .available_product_copy { padding:0 20px;}
 .tooltip-row .step2-option .available_product_copy p { font-size:16px; line-height:24px; color:#333; font-family:Arial; text-align:left; margin:15px 0 30px;}

 @media only screen and (max-width: 1024px) {

 .tooltip-row.ap-smartcare-tab .tab-style1 .nav li { width: 23%;}

 }

 @media only screen and (max-width: 991px) {

 .tooltip-row .fresh-tab { padding: 30px 20px;}
 .tooltip-row .available_product_copy { font-size: 14px; line-height: 18px;}
 .tooltip-row .step2-option .tool-view { width: 28%;}
 .tooltip-row .step2-option .available_product_copy { padding: 0;}
 .tooltip-row .step2-option .available_product_copy p { font-size: 14px; line-height: 20px; margin: 10px 0 20px;}
 .tooltip-row .available_product_copy .tool-ico .tool-text { width: 230px; border: 1px solid #ebebeb; padding: 20px 20px 13px; font-size: 14px; line-height: 19px; left: 0;}
 }

 @media only screen and (max-width: 768px) {

 .tooltip-row .step2-option .tool-ray { float:left; display:block;}
 .tooltip-row .fresh-tab .tool-separator { display: none;}
 .tooltip-row .fresh-tab .tool-view { width: 100%; text-align: center; margin: 20px 0; border-bottom: 1px solid #707070; padding-bottom: 20px;}
 .tooltip-row .fresh-tab .tool-view:last-child { border-bottom:none;}
 .tooltip-row .available_product_copy .tool-ico .tool-text { width: 260px; }
 .tooltip-row .tool-view:last-child .available_product_copy .tool-ico .tool-text {left: 0;}
 .tooltip-row .step2-option .tool-view { width: 100%; float:left; display:block;}
 .tooltip-row .step2-option .tool-view .tool-fig { min-height: inherit;}
 .tooltip-row .step2-option .tool-separator { width: 100%; min-height: 80px; padding: 0; display:block; float:left;}
 .tooltip-row .step2-option .tool-separator span { width:100%; top:30px;}
 .tooltip-row .tool-figure { width: 100%; float: left; padding: 0; margin: 10px 0;}
 .tooltip-row .tool-caption { width:100%; float:left; padding:0;}
 }

 @media only screen and (max-width: 480px) {

 .tooltip-row .step2-option .tool-separator { min-height: 50px;}
 .tooltip-row .step2-option .tool-separator span { width:100%; top:15px;}

 }

 /*.custom-tool-caption p{
    font-size: 100% !important;
 }*/
 .custom-accrdn-cntnt {  display: none;  padding:15px 30px 15px !important;}

 #tooltip-main .tab-content {
     clear: both;
     float: left;
     width: 100%;
     margin-bottom: 90px;
 }
/*------ my tool-tip ends here--------------*/
.document-tab .error-limit {
    font-size: 12px;
    color: #ff0000;
    line-height: 18px;
    padding: 15px 10px;
    float: left;
    display: inline-block;
    text-align: left;
}
/*-------------------------Updated on 18th Sept 2017 starts here--------------------------------------------*/

.warranty-main { padding:100px 0;}
.warranty-main .warranty-left { border-right: 1px solid #b7b7b7;  padding-right: 50px; height: 728px; overflow-y: scroll;}
.warranty-main .warranty-box { border-bottom: 1px solid #b7b7b7; padding: 20px 9px;}
.warranty-main .warranty-box:last-child { border-bottom: none;}
.warranty-main .warranty-box h3 { font-family: 'Conv_accordaltregular-webfont'; font-size: 24px; line-height: 30px;  color: #333;  margin: 0; float: left; }


.warranty-main .warranty-toplayer { float: left;  width: 100%; cursor: pointer;}
.warranty-main .warranty-content { font-family: Arial; float: left; width: 100%; font-size: 15px; line-height: 24px; color: #333; padding: 20px 0 0; display: none;}
.warranty-main .warranty-view-btn.warrantyguide { background: url(clientlib-site-en/images/minus-icon.png) no-repeat right center;}


.warranty-main .prodetail-warranty { float:left; width:100%;}
.warranty-main .register-activate-head { font-family: 'Conv_accordaltregular-webfont'; font-size: 26px; line-height: 30px; padding: 0 0 18px; float:left; width:100%;}

.warranty-main .warranty-bar { width: 100%;  height: 4px; background: #e1e1e1; border-radius: 15px; display: inline-block; margin: 0 4px;  vertical-align: middle; position:relative;}
.warranty-main .warranty-bar span { width: 11.11%; height: 4px; background: #269347;  display: inline-block; position:absolute; top:0; left:0;}

.warranty-main .warranty-right { float: left; width: 100%; padding-left: 20px;}
.warranty-main .warranty-registerform { float: left; width: 100%;}
.warranty-main form.register-warranty { float: left; width: 100%; padding-top:30px;}
.warranty-main form.register-warranty .register-field { border-bottom:1px solid #b7b7b7;  width:100%; padding-top:10px; padding-bottom:10px;  margin-bottom:15px; margin: 10px 0; float: left;}
.warranty-main form.register-warranty label { font-size:15px; line-height:22px; color:#333; font-family:Arial; float: left;}
.warranty-main .warranty-step label span { color: red;}
.warranty-main form.register-warranty input.form-control { border: none; border-radius:0; height: auto; box-shadow:none; font-size:15px; line-height:22px; color:#333; padding:0 5px;}


.warranty-main .warrantyregister-btn { text-align: center;float: left;width: 100%;}
.warranty-main .warrantyregister-btn a { border: 2px solid #333; padding: 10px 40px;  color: #333; font-size: 20px; line-height: 24px; font-family: 'Conv_accordaltbold-webfont'; display: inline-block; margin: 20px 0;}
.warranty-main .warrranty-pro-list {padding: 50px 0 30px; float: left;  width: 100%;}
.warranty-main .warranty-pro-option { margin: 13px 0;}
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked), .warranty-main .warranty-pro-option [type="checkbox"]:checked {position: absolute; left: -9999px;}
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label, .warranty-main .warranty-pro-option [type="checkbox"]:checked + label { position: relative; padding: 0px 0 0 43px;  cursor: pointer;  font-size: 15px; line-height: 25px; font-family: Arial;}

.warranty-main .warranty-pro-option.last-option [type="checkbox"]:not(:checked) + label, .warranty-main .warranty-pro-option.last-option [type="checkbox"]:checked + label{line-height: 17px;}

.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label:before, .warranty-main .warranty-pro-option [type="checkbox"]:checked + label:before {  content: '';position: absolute;left: 0; top: 0; width: 25px; height: 25px;border: 2px solid #ccc;  background: #fff;}
/* checked mark aspect */
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label:after, .warranty-main .warranty-pro-option [type="checkbox"]:checked + label:after {content: '✔';position: absolute;top: 5px;	left: 5px;	font-size: 1.3em;line-height: 0.8;	color: #04a754;transition: all .2s;}
/* checked mark aspect changes */
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label:after { opacity: 0;  transform: scale(0);}
.warranty-main .warranty-pro-option [type="checkbox"]:checked + label:after { opacity: 1;  transform: scale(1);}
/* disabled checkbox */
.warranty-main .warranty-pro-option [type="checkbox"]:disabled:not(:checked) + label:before, .warranty-main .warranty-pro-option [type="checkbox"]:disabled:checked + label:before {box-shadow: none; border-color: #bbb;  background-color: #ddd;}
.warranty-main .warranty-pro-option [type="checkbox"]:disabled:checked + label:after { color: #999;}
.warranty-main .warranty-pro-option [type="checkbox"]:disabled + label { color: #aaa;}
/* accessibility */


.warranty-main .pro-fields select { border: none; border-bottom: 1px solid #b7b7b7; width: 100%; -webkit-appearance: none;-moz-appearance: none;   padding: 10px 2px 10px; margin: 13px 0; font-size: 15px; line-height: 20px;	background:url(clientlib-site-en/images/pro-downarrow.png) no-repeat right 10px center;}
.warranty-main .pro-details input {	border: none; font-size: 15px; line-height: 20px; border-radius:0; box-shadow:none;height:auto; padding:0; width: 70%;}
.warranty-main .pro-details { float:left; width:100%; padding:30px 0;}
.warranty-main .pro-details .form-group.pro-fields {border-bottom: 1px solid #b7b7b7; width: 100%; padding: 10px 2px;margin: 13px 0; float: left;}
.warranty-main .warranty-pro-option.pro-fields label { text-decoration: underline;}

.warranty-main form.register-warranty .register-field.frm50 { width: 47%; float: left;  margin-right: 15px;}
.warranty-main form.register-warranty .register-field.frm60 { margin-right: 0;  width: 47%; float: left;}
.warranty-main form.register-warranty .frm50 input.form-control, form.register-warranty .frm60 input.form-control { width:47%;}
.warranty-main .opt-field label span { color: red; font-weight: bold;}

.warranty-main .register-msg { padding-top:30px; padding-bottom:30px;}
.warranty-main .register-msg p { font-size:15px; line-height:21px; color:#333; margin:10px 0;}
.warranty-main .register-msg span { font-size:26px; line-height:30px; color:#5e3b8d; display:inline-block; padding:5px 0;}

.warranty-main .warranty-registerform .step6-wrap { padding:50px ; position: fixed; background: #fff; top: 50%; transform: translatey(-50%); left: 0; right: 0; margin: 0 auto; width: 58%; z-index: 999;}
.warranty-main .warranty-registerform.warranty-step6 .step6form { float: left; width: 44%;}
.warranty-main .warranty-registerform.warranty-step6 { background:rgba(0,0,0,0.7);  width: 100%; height: 100%; position: fixed;  left: 0;  top: 0;  z-index: 99999;}


.warranty-main .step6form ul li [type="checkbox"]:not(:checked) + label:before, .warranty-main .step6form ul li [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    background: #fff;
}
.warranty-main .step6form ul li [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.warranty-main .step6form ul li [type="checkbox"]:not(:checked) + label:after, .warranty-main .step6form ul li [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}
.warranty-main .step6form ul li [type="checkbox"]:not(:checked) + label, .warranty-main .step6form ul li [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
}
.warranty-main .step6form ul li [type="checkbox"]:not(:checked), .warranty-main .step6form ul li [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.warranty-main .step6form h4 {
    font-size: 26px;
    line-height: 32px;
    color: #333;
}
.warranty-main .step6form ul li {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}
.warranty-main .step6form ul li > div {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    position: relative;
}
.warranty-main .frm100 {
    width: 100%;
}
.warranty-main .step6form ul li div span { font-size: 15px; color: #4a4a4a; float: left;}
.warranty-main .step6form ul li div input { border: none; float: left; text-indent: 5px; height: 25px; box-shadow:none; border-radius:0;}
.warranty-main .frm100 input { width: 70%;}
.warranty-main .step6form ul li.captcha-check { width: 60%; border: 1px solid #dbdbdb; background:#f9f9f9 url(clientlib-site-en/images/frm-captcha.png) no-repeat right center; height: 70px; margin: 30px 0; border-radius: 5px; padding: 20px 15px;}
.warranty-main .step6form ul li.mt-20 { margin: 20px 0 0px;}
.warranty-main .step6form ul li.submit-bt { text-align: center; margin:30px 0 10px;}
.warranty-main .warranty-registerform.warranty-step6 .separator.step6form { background: #ccc; height: 600px; width: 1px; position: relative; display: block; margin: 10px 51px;}
.warranty-main .warranty-registerform.warranty-step6 .separator.step6form span { background: #fbc701; width: 50px; height: 50px; line-height: 50px; display: inline-block; border-radius: 50%; text-align: center; position: absolute; left: -25px; right: 0; margin: 0 auto; top: 50%;    transform: translatey(-50%); font-family: 'Conv_accordaltregular-webfont'; font-size:26px; color:#333;}
.warranty-main .step6form ul li .logwthfb { border-bottom: none; font-size: 15px; line-height: 20px; color: #333;}
.warranty-main .step6form ul li .logwthfb a{ color:#333;}
.warranty-main .step6form ul li .logwthfb span{ padding-left:15px; float: none;}
.warranty-main .step6form ul li .fileContainer { overflow: hidden; position: relative;}
.warranty-main .step6form ul li .fileContainer [type=file] { cursor: inherit; display: block; filter: alpha(opacity=0); opacity: 0; position: absolute; left: 0; text-align: right; top: 0;}

/* Example stylistic flourishes */


.warranty-main .warranty-step4 .fileContainer { float: left; font-size: 19px; color: #333; line-height: 24px; background: url(clientlib-site-en/images/upload-icon.png) no-repeat right 0 top 7px; position: relative; height: 50px; width: auto; padding: 5px 22px 5px 0;}
.warranty-main .warranty-step4 sub { color: red; float: left; line-height: normal;}
.warranty-main .warranty-step4 .fileContainer [type=file] { cursor: pointer;}
.warranty-main .warranty-step4 .fileContainer span { border-bottom: 2px solid #666666; padding: 0 5px;  display: inline-block;}
.warranty-main .warranty-step4 .fileContainer [type=file] { cursor: inherit; display: block; filter: alpha(opacity=0); opacity: 0; position: absolute; left: 0; text-align: right; top: 0;width: 100%;}
.warranty-main form.register-warranty .register-upload { padding:15px 0;}
.warranty-head2 .register-activate-head { border-bottom: 2px solid #333;}


.warranty-main .step6form ul li .fileContainer { float: left; font-size: 19px; color: #333; line-height: 24px; background: url(clientlib-site-en/images/upload-icon.png) no-repeat right 0 top 7px; position: relative; height: 50px; width: auto; padding: 5px 22px 5px 0;}
.warranty-main .step6form ul li sub { color: red; float: left; line-height: normal;}
.warranty-main .step6form ul li .fileContainer [type=file] { cursor: pointer;}
.warranty-main .step6form ul li .fileContainer span { border-bottom: 2px solid #666666; padding: 0 5px;  display: inline-block;}
.warranty-main .step6form ul li a.add-bills { border-bottom: 2px solid #666666; float: left; font-size: 19px; color: #333; line-height: 24px; padding: 5px 0; display:block;}
.warranty-main .register-msg p a { color: #5e3b8d; text-decoration: underline; font-weight: bold;}
.warranty-step2, .warranty-step3, .warranty-step4, .warranty-step5, .warranty-step6, .warranty-step7, .warranty-step8, .warranty-step9 { display:none;}
.warranty-main .form-inline .form-group.opt-field { margin: 30px 0 20px;}
.warranty-main .step6-wrap .close-step6 { position: absolute; top: 20px;  right: 20px;}
.warranty-main .step6-wrap .close-step6 a { display: block;}
.warranty-main .step6form { margin: 20px 0;}


.warranty-main .warranty-step2 .warranty-bar span {
    width: 22.11%;}
.warranty-main .warranty-step3 .warranty-bar span {
    width: 33.11%;}

.warranty-main .warranty-step4 .warranty-bar span {
    width: 44.11%;}

.warranty-main .warranty-step5 .warranty-bar span {
    width: 55.11%;}

.warranty-main .warranty-step6 .warranty-bar span {
    width: 66.11%;}

.warranty-main .warranty-step7 .warranty-bar span {
    width: 77.11%;}

.warranty-main .warranty-step8 .warranty-bar span {
    width: 88.11%;}

.warranty-main .warranty-step9 .warranty-bar span {
    width: 100%;}




@media only screen and (max-width: 1670px) {

.warranty-main .warranty-registerform .step6-wrap { padding: 50px 30px; width:70%;}
.warranty-main .frm100 input { width: 65%;}
}

@media only screen and (max-width: 1366px) {
.warranty-main .warranty-registerform .step6-wrap { padding: 30px 30px; width: 90%;}
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label, .warranty-main .warranty-pro-option [type="checkbox"]:checked + label {padding: 0px 0 0 33px; font-size: 14px;   line-height: 20px;}
.warranty-main .warranty-right { padding-left: 0;}
.warranty-main form.register-warranty label { font-size: 14px; line-height: 20px;}
.warranty-main form.register-warranty .register-field.frm50 {width: 48%; float: left;  margin-right: 10px;}
.warranty-main .pro-details label { display: inline-block;}
.warranty-main .pro-details input { width: 65%; display: inline-block;}
.warranty-main .warrantyregister-btn a { padding: 10px 50px;font-size: 17px; line-height: 22px;}
.warranty-main .warranty-registerform.warranty-step6 .separator.step6form { margin:10px 41px;}


}

@media only screen and (min-width: 992px) {
.warranty-main .warranty-left { border-right: none;}
.warranty-main .visible-phn { display:none;}
}

@media only screen and (max-width: 991px) {

.warranty-step1{ display:none;}
.warranty-main .visible-phn { display:block;}
.warranty-main .warranty-left { border-right: none; padding-right: 0;}
.warranty-step { position: fixed;  width: 100%; height: 100%; background: #fff; z-index: 999; left: 0; top: 0; padding: 100px; overflow-y: scroll;}
.warranty-main .warranty-registerform .step6-wrap { overflow-y: scroll; height: 100%;}
.warranty-pro-option.last-option { float: left; width: 100%;}
.warranty-main .warranty-bck-btn { position: absolute; top: 10px; right: 10px; z-index: 99999; color: #333; font-size: 22px; width: auto; text-decoration: underline;}

}

@media only screen and (max-width: 960px) {
.warranty-main .warranty-registerform .step6-wrap {padding: 30px 15px; width: 97%;}
.warranty-main .warranty-registerform.warranty-step6 .step6form { width: 43%;}
.warranty-main .frm100 input { width: 58%;}
.warranty-main .step6form ul li.captcha-check { width: 100%;}

}

@media only screen and (max-width: 768px) {

.warranty-main .warranty-registerform.warranty-step6 .step6form { width: 100%;}
.warranty-main .warranty-registerform.warranty-step6 .separator.step6form { margin: 10px 0; height: 1px; width: 100%;}
.warranty-main form.register-warranty input.form-control { width:78%;}
}

@media only screen and (max-width: 767px) {

.warranty-step { padding:50px 50px;}
.warranty-main .warranty-box h3 { font-size: 20px; line-height: 27px;}
.warranty-main .warranty-content { font-size: 14px; line-height: 21px;}
.warranty-main .register-activate-head { font-size: 22px; line-height: 25px; padding: 0 0 8px;}
.warranty-main form.register-warranty {  padding-top: 10px;}
.warranty-main form.register-warranty .register-field.frm50 { width: 49%; float: left; margin-right: 5px;}
}

@media only screen and (max-width: 420px) {

.warranty-main .frm100 input { width: 51%;}
.warranty-step { padding: 50px 0;}
.warranty-main form.register-warranty .frm50 input.form-control, form.register-warranty .frm60 input.form-control { width: 35%;}
.warranty-main form.register-warranty input.form-control { width: 42%;}


}

/*-------------------------Updated on 18th Sept 2017 ends here--------------------------------------------*/




/*-------------------------Updated on 27th Oct 2017 starts here--------------------------------------------*/




.warranty-main .warranty-view-btn span { display:block;}
.warranty-main .warranty-view-btn label { display: block; float: left; width: 100%;}
.warranty-main .warranty-view-btn span.valueMain { display:inline-block; padding:0 2px;}
/*-------------------------Updated on 27th Oct 2017 starts here--------------------------------------------*/

/*----------Updated on 05th Dec 2017 starts here-----------*/

.warranty-main .pro-right { font-size: 13px;line-height: 1; padding: 0px 0 0px 15px; width: 40%; text-align: right; border-left: 1px solid #878787; float:left !important;}
.warranty-main .pro-left {width: 50%; padding-right: 10px;}
.warranty-main .warranty-box a { float: left; vertical-align: middle; font-size: 15px; line-height: 20px; padding: 4px 0; margin-right: 0; color: #878787; font-weight: 600;}
.warranty-main .proMain { float: left; width: 100%; text-align:left; }
.warranty-main .proMain label { font-family:Arial; font-size:13px; line-height:18px; color: #878787;}
.warranty-main .warranty-view-btn { background: url(clientlib-site-en/images/plus-icon.png) no-repeat right center; width: 7%; float: right; height:32px; }
.warranty-main .warranty-box { padding: 15px 9px;}
.warranty-main .pro-right .guideMain { float: left; width: 100%;}
.warranty-main .warranty-box h3 { font-family: 'Conv_accordaltregular-webfont'; font-size: 20px; line-height: 24px; color: #333; margin: 0; float: left;}
.warranty-main .warranty-content {line-height: 20px;}

@media only screen and (max-width: 1220px) {

.warranty-main .warranty-box h3 { font-size: 18px; line-height: 22px;}
.warranty-main .warranty-content {font-size: 14px; line-height: 21px; padding: 15px 0 0;}
.warranty-main .warranty-left { padding-right: 20px;}
.warranty-main .warranty-box a { font-size: 13px; line-height: 18px;}

}

@media only screen and (max-width: 991px) {

.warranty-main .warranty-left { padding-right: 30px;}

}

@media only screen and (max-width: 767px) {

.warranty-main .warranty-box h3 {font-size: 16px; line-height: 20px;}
}

@media only screen and (max-width: 640px) {

.warranty-main .pro-left { width: 100%; padding-bottom: 5px; }
.warranty-main .pro-right { width: 80%; text-align: left; float: left !important; padding: 0; border-left: none;}
.warranty-main .warranty-box { padding:10px 0;}
.warranty-main .proMain label { display: block;}
.warranty-main .warranty-box a { border-right: none; float: left; text-decoration: underline;}
.warranty-main .warranty-view-btn {  width: 20%;}
.warranty-main .warranty-content { font-size: 13px; line-height: 18px;}
.warranty-main .proMain { width: 100%; padding-left: 0;}
.warranty-main .pro-right .guideMain { width: 100%;}
.warranty-main .warrantyregister-btn a { padding: 10px 20px;}

}

/*-------Updated on 05th Dec 2017 ends here----------*/

/*-------sleek component updated Css on 15th january 2018 starts here----------*/

.sleek-heading h2 { background-color: #fff; color: #4c4c4c;  display: inline-block;  font-family: "Conv_accordaltregular-webfont";
    font-size: 30px; padding:0 30px;}

.sleek-heading span { background-color: #ffae2e;  display: block; height: 2px; margin:-10px auto;}
.sleek-orange-line { width:80%;}

.sleek-fourSec { width: 100%; overflow: hidden; margin-top:35px;}
.sleek-col-4 {  width: 25%;  padding: 0 10px;  float: left}
.sleek-txtnum {   float: left;  width: 55px;   font-size: 124px; font-family: "Conv_accordaltlight-webfont";     overflow: hidden;   line-height: 110px; color: #b2b2b2; text-indent: -2px; }
.sleek-tabcontent {  padding-left: 20px;  width: 156px;  float: left;}
.sleek-tabHeading {  color: #5e3b8d;   font-family: "Conv_accordaltregular-webfont";  font-size: 20px; font-weight: bold; margin-bottom:10px;}
.sleek-tabdisp {  font-size: 13px; font-family: "Conv_accordaltlight-webfont";}

.sleek-designhome { margin:50px 0 20px 0; text-align:center;}
.sleek-designhome > ul { margin:0; padding:0;}
.sleek-designhome > ul > li { list-style:none; float:left; width:24%; margin-right:1%;}

.sleek-designhome > h3 { font-size:20px;}

.sleek-btn {background-color: #fff;	border: 2px solid #55565a;	color: #55565a;	font-family: 'Conv_accordaltregular-webfont';
	display: inline-block;	font-size: 18px;padding: 7px 30px 8px;	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;	-o-transition: all 0.2s linear;	transition: all 0.2s linear;}

.sleek-btn:hover { background-color: #55565a;border-color: #55565a;	color: #fff;}
.custom-thankyou { padding-bottom: 20px;}
.thankyoumesg { text-align: center; font-size: 18px; color: #4F8A10;}

#heading1-slick .orange-line-30{width:70%;}
#heading1-slick.sticky-sleek{
	top: 63px;
	width:100%;
	background-color: #FFF;
	position: fixed;
	left:0px;
	z-index:99;
	margin-top: 0;
	padding-bottom: 10px;
	height:53px;
}


@media only screen and (max-width: 991px) {
.sleek-txtnum { font-size: 70px;  line-height: 100%;  margin-top: -5px;  width: auto; }
.sleek-tabcontent {  padding-left: 10px;  width: 70%;}
.sleek-tabHeading { font-size: 18px;}
}


@media only screen and (max-width: 767px) {
	.sleek-col-4 {  width: 50%;  margin-bottom: 20px; }
	.sleek-heading h2 { font-size: 20px; }
	.sleek-designhome > ul > li { width:100%; margin-right:0; margin-bottom:20px;}
	.sleek-btn { font-size: 18px; padding:5px 20px;}
	.sleek-orange-line { width:100%;}
	.sleek-tabHeading { font-size: 15px;}
	#heading1-slick .orange-line-30{width:80%;}
	}


/*-------sleek component updated Css on 15th january 2018 end here----------*/
/*-------sleek component updated Css on 29th january 2018 Start here----------*/
.thankyoumesg{
	font-family: 'Conv_accordaltlight-webfont';
	font-size:18px;
	text-align: center;
	line-height:24px;
	color: #5e3b8d;
	font-weight: bold;
	width:100%;
	margin:15px 0;
}
/*-------sleek component updated Css on 29th january 2018 Ends here----------*/

/*-------Platinum Css on 19th Dec 2017 Starts here----------*/

/*.platinum-spot-carousel { margin-bottom: 90px;}*/
.custom-platinum-spot-carousel {margin-bottom: 90px;}
.platinum-title > h2 { background-color: transparent !important;}
.padzero { padding-left: 0 !important; padding-right: 0 !important;}
.platinum-spotlight { position: relative;}
.platinum-spotlight > img { width: 100%;}
.custom-platinum-spotlight > img { height: 470px; }

.platinum-spotlight-copy { position: absolute; left: 50%; top: 40%; transform: translateX(-50%); text-align: center; width: 100%; margin: 0px auto;}
.platinum-spotlight-copy > .copy1 {font-family: 'Conv_accordaltextrabold-webfont'; font-size: 38px; color: #ffffff;}
.platinum-spotlight-copy > .copy2 {font-family: 'Conv_accordaltextrabold-webfont'; font-size: 38px; color: #ffffff;}
.platinum-spotlight-copy .copy3 { width:12%; height:6px; margin:0px auto; margin-top:15px; margin-bottom:15px; background-color: #ffb100;}
.platinum-spotlight-copy > .copy4 { font-family: Arial," sans-serif"; font-size: 18px; color: #ffffff;}


.platinum-form-content { margin: 50px 0 70px 0;}
.platinum-form-content > ul { padding:0; margin:0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.platinum-form-content > ul > li {/* float:left;*/ padding:0; padding-bottom: 7px; margin:0; font-family: Arial, sans-serif !important; font-size:18px; color:#616161; width:40%; list-style:none; border-bottom:solid 1px #cccccc; margin-right:20px; font-weight:normal; margin-bottom:40px;}
.platinum-form-content > ul > li input { background-color:#ffffff; padding:5px 10px 0 10px; border:none; font-family: Arial," sans-serif"; font-size:18px; color:#616161; width: 70%;}

.platinum-form-content select { background: transparent; -webkit-appearance: none; -moz-appearance: none;  /* for Firefox */	appearance: none; 	-ms-appearance:none;
    background: url("clientlib-site-en/images/down-arrow.png") no-repeat scroll 98% center;  padding: 5px 10px 10px 10px;  width: 75%; font-family: Arial," sans-serif"; font-size:18x; color:#616161; font-weight:normal; border:none; }
.platinum-form-content select::-ms-expand { display: none; } /* for IE */
.platinum-form-content select option { background-color:#ffffff; border:0;  font-family: Arial," sans-serif"; font-size:18x; color:#616161;font-weight:normal; }


.ap-platinum-offerings-container { /*margin-bottom: 70px;*/}
.custom-ap-platinum-offerings-container { margin-bottom: 70px; }
.ap-platinum-offerings-container ul {display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.ap-platinum-offerings-container ul li { list-style-type: none; width: 25%;}
.platinum-full-width { width: 100%}
.ap-platinum-offerings-wrapper { position: relative;}
.ap-platinum-offerings-wrapper .ap-platinum-offerings-content { position: absolute; top: 0; left:0; opacity:0; }
.ap-platinum-offerings-wrapper:hover .ap-platinum-offerings-content { position: absolute; top: 0; left:0; opacity: 1; color: #f6f6f6; text-align: center; width: 100%; height: 100%; transition:.5s all; -webkit-transition:.5s all; display: flex; flex-wrap: wrap; align-content: center; justify-content: center;  background-color: rgba(112, 81, 150, 0.8);}
.ap-platinum-offerings-wrapper .ap-platinum-offerings-content h3 {font-family: 'Conv_accordaltbold-webfont'; font-size: 24px; line-height: 24px; color: #f6f6f6; /*border-bottom: 2px solid #ffffff;*/}
.ap-platinum-offerings-wrapper .ap-platinum-offerings-content p { font-family: Arial, sans-serif !important; font-size: 18px; color: #f6f6f6; padding:0 40px; }

.platinum-offering-intro { background-color:#ebebeb; }
.platinum-offering-intro .ap-platinum-offerings-title { position:absolute; left:0; right:0; top:43%;}
.platinum-title-bggrey.home-heading h2 { background-color: #f3f3f3 !important;}


.ap-platinum-offerings-content-mob { display:none; }
.platinum-plus, .platinum-minus { display:none; }


.platinum-grey-box { background-color:#f3f3f3; padding:60px 0 80px 0; text-align:center; margin-bottom: 75px;}
.platinum-steps-copy { font-family: Arial, sans-serif !important; font-size: 18px; color: #5b5b5b;}
.platinum-steps-content > ul { margin:0; padding:0; display: flex; align-items: center; justify-content: space-between;}
.platinum-steps-content > ul > li { float:left; padding:0; margin: 50px 0 0 0; width:20%; list-style:none; text-align:center;}

.platinum-step > h4 { font-family: Arial, sans-serif !important; font-size:15px; color:#ababab; text-decoration:underline; line-height:20px; margin-top: 15px;}
.platinum-step > p { font-family: Arial, sans-serif !important; font-size:18px; color:#606060; text-align:center;}


.ap-platinum-why-us-container p { font-family: Arial, sans-serif; font-size: 18px; color: #5b5b5b; text-align: center; margin-top: 10px;}
.ap-platinum-why-us-container > img { margin: 30px auto 0 auto; }
.platinum-why-us-icon-container { float:left; margin-right:30px; width:20%; }
.platinum-why-us-icon-detail-container { float:left; width: 60%; margin-right:15%; }
.platinum-why-us-icon-detail-header { font-family: 'Conv_accordaltbold-webfont'; font-size:18px; color:#606060; /*text-transform:uppercase;*/ margin-bottom: 20px; }
.platinum-why-us-icon-detail-copy { font-family: Arial, sans-serif !important; font-size:16px; line-height: 25px; color:#606060; }
.ap-platinum-why-us-container ul { margin-top:60px; }
.ap-platinum-why-us-container ul li { width: 49%; list-style-type: none; display: inline-block; display: flex; float: left; padding-bottom: 75px; }


.platinum-warranty-title { margin: 75px 0 35px 0;}
.ap-platinum-warranty { margin-bottom: 110px;}
.ap-platinum-global-title h2 { text-align: left; }
.ap-platinum-global-title h2:after { margin: 20px 0 0 0; }
.ap-platinum-warranty-copy > p { font-family: Arial, sans-serif !important; font-size: 18px; line-height: 26px; margin-bottom: 25px; }
.ap-platinum-warranty-copy > p > span { color: #5b5b5b; font-weight: 600;}

@media screen and (min-width:320px) and (max-width:639px){

.ap-platinum-offerings-container ul li { width: 100%;}

.platinum-why-us-icon-detail-container { margin-right: 0;}

}


@media screen and (min-width:320px) and (max-width:767px){
.platinum-grey-box { padding:30px 0 40px 0; margin-bottom: 40px;}
.platinum-spot-carousel { margin-bottom: 30px;}
.platinum-spotlight > img { height: 300px; object-fit: cover;}
.platinum-spotlight-copy { position: absolute; left: 50%; bottom: 20%; transform: translateX(-50%); text-align: center; width: 100%; margin: 0px auto;}
.platinum-spotlight-copy > .copy1 {font-size: 20px;}
.platinum-spotlight-copy > .copy2 {font-size: 20px;}
.platinum-spotlight-copy .copy3 { width:35%; height:4px; margin-top: 5px;}
.platinum-spotlight-copy > .copy4 { font-size: 14px;}

/*.ap-platinum-offerings-container { margin-bottom: 30px;}*/
.custom-ap-platinum-offerings-container { margin-bottom: 30px; }
.platinum-form-content {margin: 20px 0 30px 0;}
.ap-platinum-why-us-container ul {margin-top: 40px;}
.ap-platinum-why-us-container ul li { width: 100%; padding-bottom: 30px;}
.platinum-why-us-icon-container { width: 100px; margin-right: 40px;}
.platinum-form-content > ul > li { width: 96%; font-size: 15px; margin-bottom: 20px;}
.ap-platinum-why-us-container p { font-size: 14px;}
.platinum-why-us-icon-detail-header {  font-size:16px; margin-bottom: 10px; }
.platinum-why-us-icon-detail-copy { font-size:14px; line-height: 18px; }
.ap-platinum-why-us-container { margin-top: 20px;}

.platinum-steps-copy { font-size: 14px; margin-top: 30px;}
.platinum-steps-content > ul { flex-wrap: wrap;}
.platinum-steps-content > ul > li { width: 48%; margin: 30px 0 0 0;}
.platinum-step > p { font-size:14px;}
.platinum-warranty-title { margin: 40px 0 25px 0 !important;}
.ap-platinum-warranty { margin-bottom: 40px;}
.ap-platinum-warranty-copy > p { font-size:14px; margin-bottom: 20px;}

}

@media screen and (min-width:768px) and (max-width:991px){
.platinum-grey-box { padding:40px 0 50px 0; margin-bottom: 50px;}
.platinum-spot-carousel { margin-bottom: 50px;}
.platinum-spotlight-copy > .copy1 {font-size: 25px;}
.platinum-spotlight-copy > .copy2 {font-size: 25px;}
.platinum-spotlight-copy .copy3 { width:14%; height:4px; margin-top: 5px;}
.platinum-spotlight-copy > .copy4 { font-size: 16px;}
.platinum-form-content > ul > li { margin-bottom: 30px; font-size: 16px}
.platinum-why-us-icon-detail-header { margin-bottom: 15px; }
.platinum-why-us-icon-detail-copy { line-height: 22px; }
.ap-platinum-warranty-copy > p { font-size:16px;}
.ap-platinum-offerings-container ul li {  width: 33.33%;}
.platinum-form-content {margin: 30px 0 40px 0;}
/*.ap-platinum-offerings-container { margin-bottom: 50px;}*/
.custom-ap-platinum-offerings-container  { margin-bottom: 50px; }
.ap-platinum-why-us-container ul li { padding-bottom: 40px;}
.ap-platinum-warranty { margin-bottom: 50px;}
}
@media screen and (min-width:992px) and (max-width:1024px){
.platinum-grey-box { padding:50px 0 60px 0;}
/*.platinum-spot-carousel { margin-bottom: 60px;}*/
.custom-platinum-spot-carousel {margin-bottom: 60px;}
.ap-platinum-why-us-container ul li { padding-bottom: 50px;}
.ap-platinum-warranty { margin-bottom: 70px;}
}
@media screen and (min-width:1025px) and (max-width:1365px){
/*.platinum-spot-carousel { margin-bottom: 70px;}*/
.custom-platinum-spot-carousel {margin-bottom: 70px;}
.ap-platinum-warranty { margin-bottom: 90px;}
}

@media only screen and (min-width:320px) and (max-width:1024px){
.ap-platinum-offerings-content-mob { position:absolute; bottom:0; display:block; height:30px; width:100%;  /*background-color: #725399;*/ background-color: rgba(112, 81, 150, 0.8); opacity: 1; }
.ap-platinum-offerings-wrapper .ap-platinum-offerings-content h3 { font-size:14px; margin:0 auto; }
.ap-platinum-offerings-wrapper:hover .ap-platinum-offerings-content { opacity:0; }
.ap-platinum-offerings-content-mob { margin:0 auto; text-align:center; padding:10px 0; height:30px; position:absolute; left:0; bottom:0; width:100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.ap-platinum-offerings-content-mob.open { height:100%; }
.ap-platinum-offerings-content-mob::before { content:" "; background:url(clientlib-site/images/plus-platinum.png) right top no-repeat; position:absolute; width:25px; height:25px; bottom: 3px; right: 4px; }
.ap-platinum-offerings-content-mob.open::before { background:url(clientlib-site/images/minus-platinum.png) }
.ap-platinum-offerings-content-mob h3 { font-size:20px; line-height: 20px; color:#FFFFFF; margin:20px 20px 8px 20px; display: inline-block;}
.ap-platinum-offerings-content-mob p { font-size:16px; color:#FFFFFF; padding:0 20px; }


}

@media only screen and (min-width:768px) and (max-width:1024px){
.platinum-title-bggrey.home-heading h2 { font-size: 22px; padding: 0 20px;}
}
/*-------Platinum Css on 19th Dec 2017 Ends here----------*/


/* chat box */
.chat-button button{
	background-color: #EE2E24;
	border-radius: 30px;
	padding : 0px 20px;
	border:0px;
	left: 15px;
	bottom: 15px;
	position:fixed;
}

.chat-button button svg{
	position: initial;
	width: 28px;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
}

.chat-button button p{
	font-size: 14px;
	line-height: 48px;
	font-weight: bold;
	margin: 0 0 0 12px;
	display: inline-block;
	vertical-align: middle;
	color:#FFF;

}

#olark-ap-container{
	left:0px;
	bottom:0px;
	position:fixed;
	width:100%;
	max-width:350px;
	height:450px;
	transform: translateY(100%);
	border-radius: 8px;
	overflow: hidden;
	background-color: #FFF;
	z-index: 999;
}

#olark-ap-container.active{
	transform: translateY(0%);
}

.olark-ap-top-bar {
	background-color: #EE2E24 ;
	color: #ffffff ;
	border-color: #e81c11 ;
	box-shadow: none ;
	height: 40px ;
	width: 100% ;
	line-height: 40px;
	top: 0 ;
	box-sizing: border-box ;
}

.olark-ap-top-bar-button {
	height: 100% ;
	width: 40px ;
	float: right ;
	padding: 0px 10px ;
	box-sizing: border-box ;
	cursor: pointer ;
	transition: all ease-out .15s ;
	outline: none ;
}
.olark-ap-top-bar-button svg{width:16px;}
.olark-ap-top-bar-text{float:left;
	font-size: 16px;
	font-weight: 700 !important;
	letter-spacing: .2px !important;
	margin-left:15px;
}

@media only screen and (max-width:540px){
	#olark-ap-container{
		height:100%;
		max-width :100% ;
		width : 100% ;
	}
	.chat-button button p{
		display:none;

	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
	#olark-ap-container{
		left:20px;
	}
}
.preloader-chat{width:100%; height:calc(100% - 40px); position:absolute; bottom:0px; left:0px; background-color:#FFF; background-image: url("clientlib-site-en/images/Asianpaints-Loader.gif"); background-position: center; background-repeat: no-repeat;}

/* 22-02-2018 css start here */
.popupWrapOverlay{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color:rgba(0,0,0,0.5); display: none;}
.popupWrapA{width: 100%; max-width: 500px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); float: left;}
.popupWrapA .innerWrap{width: 100%; display: inline-block; background-color: #000; padding:70px; box-sizing: border-box; position: relative;}
.popupWrapA .innerWrap span{color: #fff; font-size: 40px; line-height:44px; display: block; font-weight: bold;}
.popupWrapA .innerWrap a{display: inline-block; margin: 30px 0; text-decoration: none;}
.popupWrapA .innerWrap a.ml10{margin-left: 10px;}
.popupWrapA .innerWrap abbr a{margin: 0; display: inline-block; color: #fff; text-decoration: none; font-size:20px; position: relative;}
.popupWrapA .innerWrap abbr a:after{content: ''; width: 102%; height: 1px; background-color: #fff; position: absolute; left: 0; bottom:-2px; opacity: 1;}
.popupWrapA .closePopupA{position: absolute; top: 0; right:-32px; font-size: 18px; font-weight: bold; background-color: #000; color: #fff; padding:8px 10px; cursor: pointer;}
.popupWrapA .innerWrap:after{content:''; position: absolute; right: 0; top: 0; border-style: solid;
border-width: 0 0 355px 100px; border-color: transparent transparent #1a9fd8 transparent;}

.mainWarpperLA{position: fixed; left:-420px; bottom:0px; float: left; width: 100%; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
.mainWarpperLA.leftWrap0{left: 0; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
.mainWarpperLA.leftWrap0 .patchColor{background-color: #ca1818; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
.mainWarpperLA .circleWrap{width: 70px; height: 70px; background-color: #ff0202; border-radius: 50%; -webkit-border-radius: 50%; position: relative; z-index:1; float: left; position:relative; left: -35px; background-image: url('clientlib-site-en/images/popupImg5.jpg'); background-repeat: no-repeat; background-position: center center; cursor: pointer; transition: all 0.3s linear; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; background-size: 20px;}
.mainWarpperLA .circleWrap.active{background-image: url('clientlib-site-en/images/popupImg4.jpg'); z-index: 2; box-shadow: -5px 0px 12px 0px rgba(0,0,0,0.5); -webkit-box-shadow: -5px 0px 12px 0px rgba(0,0,0,0.5); -moz-box-shadow: -5px 0px 12px 0px rgba(0,0,0,0.5); transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
.mainWarpperLA .patchColor{width:100%; max-width:470px; background-color: #ff0302; float: left; height: 70px; position: relative; z-index: 1; padding:16px 30px; box-sizing: border-box; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
.mainWarpperLA .patchColor .helpWrap{width: 100%; max-width:180px; float: left;}
.mainWarpperLA .patchColor .coloursWrap{width: 100%; max-width: 160px; float: left; margin-left:40px; position: relative;}
.mainWarpperLA .patchColor .coloursWrap:after{content: ''; width: 2px; height: 100%; background-color: #750000; position: absolute; top: 0; left: -30px;}
.mainWarpperLA .patchColor img{display: inline-block; vertical-align: middle; max-width: 40px;}
.mainWarpperLA .patchColor span{display:inline-block; vertical-align: middle; font-size: 16px; line-height: normal; color: #fff; margin-left:20px; width: calc(100% - 64px); letter-spacing: 1px;}
.mainWarpperLA .patchColor .coloursWrap img{max-width: 30px;}
.mobileMainWrap{display: none;}

@media only screen and (max-width:1024px){
    .mainWarpperLA .patchColor{max-width: 400px;}
    .mainWarpperLA .circleWrap{height:70px; width: 70px; left: -35px; background-size: 18px;}
    .mainWarpperLA .patchColor{height: 70px;}
    .mainWarpperLA .patchColor span{font-size: 14px; letter-spacing: 0.5px; margin-left: 10px; width: calc(100% - 54px);}
    .mainWarpperLA .patchColor img{max-width: 40px;}
    .mainWarpperLA .patchColor .coloursWrap img{max-width: 30px;}
    .mainWarpperLA .patchColor .helpWrap{max-width: 150px;}
    .mainWarpperLA .patchColor{padding:18px 0px 18px 40px;}
    .mainWarpperLA .patchColor .coloursWrap{margin-left: 20px; max-width: 140px;}
    .mainWarpperLA .patchColor .coloursWrap::after{left: -19px;}
    .mainWarpperLA{left: -350px;}
}

@media only screen and (max-width:767px){
    .popupWrapOverlay{display: block;}
    .popupWrapA{max-width:240px;}
    .popupWrapA .innerWrap{padding: 20px;}
    .popupWrapA .innerWrap span{font-size: 22px; line-height: 24px;}
    .popupWrapA .innerWrap a{width: 100%; max-width: 100px; margin: 10px 0;}
    .popupWrapA .innerWrap a.ml10{margin:0 0 10px;}
    .popupWrapA .innerWrap a img{max-width:100%;}
    .popupWrapA .innerWrap a.ml10 img{max-width: 86%;}
    .popupWrapA .innerWrap abbr a{width: 100%; max-width: 160px; font-size: 14px;}
    .popupWrapA .innerWrap::after{border-width: 0 0 194px 50px;}
    .popupWrapA .closePopupA{right: -25px; padding: 6px 8px; font-size: 14px;}
    .mainWarpperLA{display: none;}
    .mobileMainWrap{width: 100%; float: left; position: fixed; left: 0; bottom: 0; background-color: #fff; z-index: 1; box-sizing: border-box; padding:8px 4px; display:inline-block;}
    .askWrap{width:calc(50% - 8px); background-color: #ee2f25; padding: 10px 12px; margin:0 4px; float: left; box-sizing: border-box}
    .askWrap img{float: left;}
    .askWrap span{float: left; color: #fff; margin: 4px 0 0 10px}
    .bookAppointmentA{float: right; width:calc(50% - 8px); font-size: 14px; color: #636363; border: 1px solid #898989; text-align: center; padding: 14px; margin: 0 4px; box-sizing: border-box; text-decoration: none; cursor: pointer;}

}

@media only screen and (max-width:350px){
    .askWrap span{display: none;}
    .askWrap{width: 52px;}
    .bookAppointmentA{width: calc(100% - 68px);}
}
@media only screen and (max-width:2000px){
    .mainWarpperLA{width: auto;}
    .mainWarpperLA .patchColor{max-width: none; width: auto;}
    .mainWarpperLA .circleWrap{height:40px; width: 40px; left: -23px; background-size: 18px;}
    .mainWarpperLA .patchColor{height: 40px;}
    .mainWarpperLA .patchColor span{font-size: 12px; letter-spacing: 0.5px; margin-left: 10px; width: calc(100% - 54px);}
    .mainWarpperLA .patchColor img{max-width: 30px;}
    .mainWarpperLA .patchColor .coloursWrap img{max-width: 22px;}
    .mainWarpperLA .patchColor .helpWrap{max-width: 150px;}
    .mainWarpperLA .patchColor{padding:6px 0px 6px 20px;}
    .mainWarpperLA .patchColor .coloursWrap{margin-left: 20px; max-width: 140px;}
    .mainWarpperLA .patchColor .coloursWrap::after{left: -28px;}
    .mainWarpperLA{left:0px;}
    .mainWarpperLA.leftWrap0{left: 0;}
    .mainWarpperLA .circleWrap.active, .mainWarpperLA .circleWrap{background-size: 14px;}
    .mainWarpperLA .patchColor a{text-decoration: none;}
    .mainWarpperLA .circleWrap{display: block !important}
    .mainWarpperLA.transform0{transform: translateX(0)!important;}
    .mainWarpperLA.transform0 .patchColor{background-color: #ca1818; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
}
/* 22-02-2018 css end here */

/* 03-04-2018 css start here */
.mainWarpperLA .patchColor .helpWrap {max-width: 100%; width:auto; float: none; display: inline-block; vertical-align: middle;}
.mainWarpperLA .patchColor .coloursWrap{max-width: 100%; width:auto; margin-left: 0; float: none; display: inline-block; vertical-align: middle;}
.mainWarpperLA .patchColor .coloursWrap:after{height: 30px; left:0px; top: 0px;}
.mainWarpperLA .patchColor span{margin: 0; padding:0px; width: auto;}
.mainWarpperLA .patchColor{padding: 6px 20px 6px 0;}
.mainWarpperLA .patchColor > div{padding: 0 20px; display: table-cell !important}
.mainWarpperLA .patchColor{display: table-row;}
.mainWarpperLA .patchColor img{padding-right: 20px; max-width: 50px;}
.mainWarpperLA .patchColor .coloursWrap img{max-width:42px;}
.mainWarpperLA .patchColor span{max-width: 140px;}
.mainWarpperLA { z-index: 1;}

@media only screen and (max-width:767px){
    .mainWarpperLA{display: none !important}
    .askWrap span{margin: 4px 0 0 8px;}
}
@media only screen and (max-width:639px){
    .askWrap span, .bookAppointmentA span{display: inline-block; width: calc(100% - 40px); font-size: 13px; margin: 0}
    .askWrap img{margin: 0 10px 0 0}
    .askWrap{width: calc(50% - 8px); float: left;}
    .bookAppointmentA{width: calc(50% - 8px); padding: 14px 8px; font-size: 13px; float: left; padding: 14px 12px;}
}

@media only screen and (max-width:460px){
    .bookAppointmentA{padding: 0; height: 46px; line-height: normal;}
    .askWrap{height: 46px;}
    .askWrap span, .bookAppointmentA span, .askWrap img{position:relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
}
/* 03-04-2018 css end here */

.campaignspotlight {
  position: relative;
}

.aboutuswrapper.section .section.forms{width: 100%; float: left}
.aboutuswrapper.section .section.forms .service_book_appointment.text-center{padding: 20px;}

/*---------------------------------New Sign Up/ Login(19-1-18) Css start ----------------------------------------*/
.new-signup-left-container {
	border-right: 1px solid #b7b7b7;
	font-family: 'Conv_accordaltregular-webfont';
	margin-right: -25px;
	min-height:200px;
}
.new-signup-left-container:before {
	content: " ";
	position: absolute;
	right: -12px;
	top: 40%;
	background-color: #ffffff;
	padding: 42px 30px;
}
.new-signup-left-container:after {
	content: "or";
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 28px;
	color: #3f3f3f;
	position: absolute;
	right: -35px;
	top: 45%;
	background-color: #e1e1e1;
	padding: 10px 14px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
}
.new-signup-listing {
	max-width: 440px;
	width: 90%;
	margin: 80px auto 0;
}
.new-signup-listing .new-signup-container {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.new-signup-listing .otp-field {
	padding: 15px 20px;
	font-size: 18px;
	color: #4a4a4a;
	background-color: #fff;
	border: 2px solid #e1e1e1;
	min-width: 210px;
	margin-bottom: 10px;
	max-width: 420px;
	width: 100%;
}
a.resend-otp {
	font-family: 'Arial';
	font-size: 14px;
	z-index:2;
	color: #5e3b8d;
	position: absolute;
	right: 0px;
	top: 8px;
	display:none;
	border-bottom: 2px solid #5e3b8d;
}
.signup-terms {
	color: #5e3b8d;
	border-bottom: 2px solid #5e3b8d;
}
.signup-terms-conditions {
	font-size: 18px;
	line-height: 24px;
}
.new-signup-container {
	margin-top: 20px;
}
.new-signup-container p {
	color:#4a4a4a;
	font-size:18px;
}
.new-signup-checkbox-container .new-signup-checkbox input[type="checkbox"] {
	display: none;
}
.new-signup-checkbox-container .new-signup-checkbox input[type="checkbox"] + label {
	color: #4a4a4a;
	line-height: 20px;
	padding-left: 30px;
	position: relative;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
}
.new-signup-checkbox-container .new-signup-checkbox input[type="checkbox"] + label:before {
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 1px solid #b5b2a1;
	content: "";
	display: block;
	height: 20px;
	text-align: center;
	width: 20px;
}
.new-signup-checkbox-container .new-signup-checkbox input[type="checkbox"]:checked + label:before {
	content: "✓";
	color: #0aa464;
	font-weight: bold;
}
ul.new-signup-listing li {
	position: relative;
	line-height:18px;
}
.new-signup-right-content-container {
	display:block;
}
.new-signup-right-container > ul {
	font-family: 'Conv_accordaltregular-webfont';
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	margin-top: 80px;
}
.new-signup-right-container > ul > li {
	max-width:120px;
	display:inline-block;
}
.new-signup-right-container > ul > li:first-child {
	margin-right: 40px;
}
.new-signup-right-container > ul > li > a {
	border: 2px solid #6d6e71;
	padding: 25px 0;
	display: block;
	font-size:40px !important;
	color:#414752;
	width:105px;
}
.new-signup-right-container > ul > li > a:hover {
	background-color: #55565a !important;
	border-color: #55565a;
	color: #fff !important;
}
.new-signup-right-container > ul > li > span {
	font-family: 'Arial';
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	color: #4a4a4a;
}
.new-login-copy {
	font-family: 'Conv_accordaltregular-webfont';
	font-size: 24px;
	color: #4a4a4a;
	margin-top: 100px;
	text-align: center;
}
.new-login-copy > p > a {
	font-family: 'Conv_accordaltbold-webfont';
	color: #5e3b8d;
	border-bottom: 2px solid #5e3b8d;
}
.new-login-text-input {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 20px 5px 1px;
	font-size: 18px;
	color: #4a4a4a;
	background-color: #fff;
	border-bottom: 1px solid #999999;
	border-left:none;
	border-right:none;
	border-top:none;
	min-width: 210px;
	width: 100%;
	line-height:25px;
}
.password-visibility {
	position: absolute;
	right:20px;
	top:10px;
	z-index:10;
	cursor:pointer;
	width:28px;
	height:24px;
	overflow:hidden;
}
.otp-container, .otp-forgot-password {
	display:none;
}
.fa {
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}
.error-form {
	font-family: 'Conv_accordaltregular-webfont';
	color:#ff0000;
	font-size:12px;
}
.checkout-container {
	display:flex;
	margin-bottom: 60px;
}
.new-checkout-left-container {
	position:relative;
	height:100%;
	border-right: 1px solid #b7b7b7;
	font-family: 'Conv_accordaltregular-webfont';
	margin-right: -25px;
}
.edit-details {
	position: absolute;
	right:20px;
	top:10px;
	z-index:10;
	cursor:pointer;
	width:28px;
	height:24px;
	overflow:hidden;
}
.focusInput{
	font-family:Arial, Helvetica, sans-serif;
	padding: 7px 0px;
	font-size: 14px;
	color: #4a4a4a;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	border-top: none;
	width: 100%;
	line-height: 18px;
	z-index: 0;
	position:relative;
	background-color: transparent;
}
.new-signup-listing .labelA{
	position: absolute;
	top: 7px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #4a4a4a;
	left: 0px;
	font-size: 14px;
	transition: all 150ms ease-out;
}
.new-signup-listing .new-login-text-input.focusInput:focus + .labelA{
	top:-10px;
	font-size:12px;
	opacity:0.6;
}
ul.new-signup-listing li.focused .labelA{
	top:-10px;
	font-size:12px;
	opacity:0.6;
}
.password-visibility, .edit-details{
	right: 0;
	top: 8px;
}
ul.new-signup-listing li{
	margin: 10px 0;
	width: 100%;
	display: inline-block;
}
ul.new-signup-listing li.passwordA .new-login-text-input.focusInput{
	padding-right: 40px;
}
.error-form, .new-signup-container p{
	font-family: arial;
}
.form-wrapper-new{
	margin-top: 15px;
}

.form-wrapper-new h2{
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 30px;
	font-family: "Conv_accordaltregular-webfont";
	color: #4c4c4c;
	display: inline-block;
	margin: 0
}
.form-wrapper-new h2 span{
	padding: 20px;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	border-bottom: 0px;
	display: inline-block;
	height: auto;
	margin: 0;
}
.form-wrapper-new h2:after{
	content: "";
	width: 80%;
	position: absolute;
	height: 3px;
	background-color: #ffae2e;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.home-heading span.dNoneA{
	display: none;
}
.new-signup-listing{
	margin:0px auto;
}
.new-signup-right-container > ul{
	margin-top: 20px;
}
.new-signup-container p{
	font-size: 16px;
	line-height:24px;
}
.breadcrumbWrapA .container{
	position: relative
}
.new-signup-listing .btn-style2:focus{
	background-color: #000;
	color:#FFF;
}
/*media query*/
@media only screen and (max-width:767px){
	.inner-banner.breadcrumbWrapA{
		margin-top: 50px;
	}
	.inner-secn.mainSec{
		padding: 0
	}
	.mainSec .mob-heading-margin{
		margin: 0 !important;
	}
	.new-signup-left-container::after{
		z-index: 2;
	}
	.new-login-copy{
		font-size: 14px;
	}
	.new-signup-listing .btn-style2{
		font-size: 14px;
		padding: 8px 20px;
		max-width: 130px;
		display: inline-block;
		width: 100%;
	}
	.new-signup-right-container > ul > li > a{
		width: 50px;
		padding: 8px;
	}
	.new-signup-right-container > ul > li > span{
		font-size: 14px;
	}
	.new-signup-right-container > ul{
		margin-top: 0
	}
	.new-signup-right-container > ul > li > a{
		font-size: 20px !important;
	}
	.form-wrapper-new h2 span{
		font-size: 22px;
	}
	.new-checkout-left-container{
		padding-bottom: 0;
	}
	.checkout-container{
		margin-bottom: 20px;
	}
	.payNowWrapA{
		margin-bottom: 30px;
	}
	.new-signup-right-container > ul > li > a > img{
		max-width: 90%;
	}
	.btn-style2.send-verification{
		max-width: 200px;
	}
	.new-signup-container p{
		font-size: 12px;
		line-height:18px;
		text-align:left;
	}
	.new-signup-listing{
		width: 100%;
	}
}
@media only screen and (min-width:320px) and (max-width:767px){
	.platinum-title-bggrey.home-heading h2 {
		font-size: 22px;
		padding: 0 20px;
	}
	.new-signup-left-container {
		padding-bottom:40px;
		border:none;
		margin-right:0;
	}
	.new-checkout-left-container {
		padding-bottom:30px;
		border-right: none;
		border-bottom: none;
		width:100%;
	}
	.new-signup-right-container > ul {
		margin-top:15px;
	}
	.newlogin-heading-spacing-mob {
		padding-top: 15px !important;
	}
	.new-signup-left-container:after {
		position:absolute;
		color: #3f3f3f;
		content: "or";
		font-family: 'Conv_accordaltregular-webfont';
		font-size: 20px;
		right: 50%;
		margin-right:-20px;
		top: 90%;
		background-color: #e1e1e1;
		padding: 10px 12px;
		border-radius: 20px;
		width: 40px;
		height: 40px;
	}
	.new-signup-listing {
		margin:0px auto 10px;
	}
	.new-login-text-input{
		font-size:16px;
	}
	.new-login-copy {
		font-size: 17px;
		text-align: left;
		line-height: 25px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.new-signup-container p {
		color: #4a4a4a;
		font-size: 15px;
		text-align: left;
	}
	.checkout-container {
		display:block;
	}
	.orange-line-100 {
		width: 100%;
	}
	.new-signup-right-container > ul > li > a {
		width:70px;
		padding: 15px;
		font-size: 30px !important;
	}
	.signup-terms-conditions{
		font-size: 12px;
		line-height: 18px;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px){
	.new-signup-listing {
		max-width: 280px;
	}
	.home-heading h2 {
		font-size: 25px;
	}
	ul.new-signup-listing li {
		line-height:22px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1199px){
	.new-signup-listing {
		max-width: 370px;
	}
}


.forgotPasswordA{font-family: arial;}
.forgotPasswordA:hover, .forgotPasswordA:focus{text-decoration: underline;}
ul.new-signup-listing li.signup-terms-conditions p{font-size: 14px; line-height: 20px;}
ul.new-signup-listing li.signup-terms-conditions p > a {
	color: #5e3b8d;
	border-bottom: 2px solid #5e3b8d;
	display:inline-block;
}

/*css 13-02-2018 start here*/
.new-signup-left-container:after{display: none;}
.new-signup-left-container:before{display: none;}
.form-wrapper-new{position: relative;}
.new-signup-left-container .orWrapA{position: absolute; top: 50%; right: -80px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);  width: 80px; height: 80px; background-color: #ffffff;}
.new-signup-left-container .orWrapA span{font-family: 'Conv_accordaltregular-webfont'; font-size: 28px; color: #3f3f3f; position: absolute; background-color: #e1e1e1; padding: 0; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); height:50px; width:50px; text-align: center; line-height:46px;}

@media only screen and (max-width:767px){
	.form-wrapper-new .orWrapA{width: 50px; height:50px; z-index: 2;}
	.form-wrapper-new .orWrapA span{width: 40px;
		height: 40px;
		line-height: 0;
		font-size: 20px;
		padding: 20px 0;}
	/*.form-wrapper-new.sendVerificationA .orWrapA{top:67%;}
    .form-wrapper-new.loginWrapA .orWrapA{top:63%;}*/
}
/*css 13-02-2018 end here*/

.new-signup-left-container{
	position: relative;
}

@media only screen and (max-width:767px){
	.new-signup-left-container .orWrapA{position: absolute; top: auto; right: auto; left: 50%; bottom: -30px }
}

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

ul.pass-rule li{
	width:70%;
	margin-left: 15%;
	margin-right: 15%;
	position: relative;
	line-height: 5px;
	display:list-item;
	list-style-image:url('clientlib-site-en/images/bullet-points.jpg');
}

li.bullet-points{
	list-style-image:url('clientlib-site-en/images/check-green-icon.png')!important;
	color: green;
	font-weight: bolder;
}


.otp-timer{
	display: block;
	font-family: 'Arial';
	font-size: 14px;
	z-index:2;
	color: #5e3b8d;
	position: absolute;
	right: 0px;
	top: 8px;
	cursor: wait;
	pointer-events: none;
}

input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=password]::-ms-clear,
input[type=number]::-ms-clear {
	display: none;
}

.new-signup-listing .btn-style2:focus{background-color: transparent; color: #333;}
.form-wrapper-new.formWrapperSU li.bullet-points{list-style-image: url('clientlib-site-en/images/rightTickArrow.png') !important; color: #56c61e;}
.form-wrapper-new.formWrapperSU ul.pass-rule li{margin:0 13px; width: calc(100% - 26px); line-height: normal;}
.form-wrapper-new.formWrapperSU .error{font-family: arial; font-size: 12px;}
.form-wrapper-new.formWrapperSU .failure_msg{background-color: transparent; box-shadow: none; border-radius: 0; padding: 0; font-size: 16px; font-family: arial; text-align: left; line-height: 24px; color: #ff0000;}
.form-wrapper-new.formWrapperSU .success_msg{background-color: transparent; box-shadow: none; border-radius: 0; padding: 0; font-size: 16px; font-family: arial; text-align: left; line-height: 24px; color: #5cc726;}

ul.new-signup-listing li{position: relative;}
.suggestion{width: 100%; margin: 0; position: absolute; top: 34px; left: 0; background-color: #fff; z-index: 12; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); height: auto; max-height: 0px; visibility: hidden; opacity: 1; overflow: hidden; transition: all 0.8s ease;}
.suggestion.expandDD{height: auto; visibility: visible; opacity: 1; overflow:visible; transition: all 0.8s ease; max-height: 500px;}
.suggestion li{width: 100%; margin: 0 !important; padding: 0; display: inline-block; list-style-type: none; cursor: pointer; padding:14px 10px; transition: all 0.8s ease; font-family: arial;}
.suggestion li:hover{background-color: #f2f2f2; transition: all 0.8s ease;}
.suggestion li:nth-child(1){background-color: #f6f6f6;}

/*css 13-02-2018 end here*/
/*---------------------------------New Sign Up/ Login(19-1-18) Css end ----------------------------------------*/

/* Chat window height set start */
@media screen and (min-width: 768px) {
	#olark-container {
		height: 450px !important;
	}
}
/* Chat window height set end */
.investor-fin-result  p > span {
   display: inline-block;
}

/*27-03-2018 css start here*/
.ui-datepicker.customCalenderAD .ui-datepicker-prev{width: 20px; height: 20px; background-color: #fff; border-radius: 0; position: absolute; left: 0; top: 0; background-color: #000;}
.ui-datepicker.customCalenderAD .ui-datepicker-prev:after{content: '<'; font-size: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); position: absolute; color: #fff;}
.ui-datepicker.customCalenderAD .ui-datepicker-next{width: 20px; height: 20px; background-color: #fff; border-radius: 0; position: absolute; right: 0; top: 0; background-color: #000;}
.ui-datepicker.customCalenderAD .ui-datepicker-next:after{content: '>'; font-size: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); position: absolute; color: #fff;}
.ui-datepicker.customCalenderAD{border: 1px solid #999;}
.ui-datepicker.customCalenderAD .ui-state-default.ui-state-highlight{font-weight: bold;}
.ui-datepicker.customCalenderAD .ui-state-default.ui-state-active{color: #000; font-weight: bold; border: 1px solid #000;}
/*27-03-2018 css end here*/
@media only screen and (max-width:1170px){
	.zopim{display:none !important;}
}
.zopim{display:none;}

/* 04-04-2018 css start here */
.roomDetails .dark-gray-box{height: auto;}
.roomDetails .down-side-arrows{top: 0;}

@media only screen and (max-width:1024px){
    .aboutuswrapper .dealerlocator .color-idea{display: inline-block;}
    .interior-no-rooms-range .ui-state-default{z-index: 999; position: absolute;}
}
/* 04-04-2018 css end here */

/* 13-04-2018 css Starts here */
.mob-quick-links ul li { width: 33%;}
.bootstrap-select.btn-group .dropdown-menu {z-index: 9;}
ul.ui-autocomplete {z-index: 9 !important;} /*--- Remove inline css - z-index: 999; ---*/
.speciality-container .checkbox a .custom-tooltip {z-index: 10;}

.shade-col a .custom-tooltip {z-index: 100;}

@media only screen and (max-width: 767px) {
.mobileMainWrap { z-index: 101; }
}
/* 13-04-2018 css end here */

/* 19-04-2018 css Starts here */
.mainWarpperLA { z-index: 100;}
.mainWarpperLA.transform0 { z-index: 100;}
.gray-strip { z-index: 49;}
.bootstrap-select.btn-group .dropdown-menu { z-index: 1035;}

@media only screen and (min-width:768px) and (max-width:991px){
	.recommended-container {padding: 30px 0;}
    .recommended-product-container > ul { align-items: flex-start;}
}
@media only screen and (max-width:767px){
  .mobileMainWrap {z-index: 100;}
}
/* 19-04-2018 css Ends here */
/***** PBC LEADS ****18th April 2018 ******/
.txtFields{ margin:0 auto; }
.txtFields input{ padding:12px; width:225px; z-index: 2;background: transparent; position:relative; border:none; outline:none; font-size:14px; color:#888888;}
.txtFields label{ position: absolute;left: 14px;top: 12px; transition:.3s all; font-size:14px; z-index:1; color:#888888; font-family:Arial, Helvetica, sans-serif; text-transform: lowercase;}
.txtfld{ position:relative;display: inline-block;}
.txtfld::before {content: ''; position: absolute; left: 0; height: 100%;width: 100px;top: 0;border:1px solid #cfcfcf;}
.txtfldcal input:focus + label,.txtfld input.inputVal + label{ top:-7px; left:10px; font-size:12px; color:#5e3b8d; padding:0 5px; background:#fff;}
.quick-calculator .txtfld::before { border: 1px solid #cfcfcf;  content: "";  height: 100%;  left: 0;  position: absolute; top: 0; width: 225px;}
.new-details > p { font-size:12px!important; color:red!important; margin:0;}
@media only screen and ( min-width:768px ) and ( max-width:991px ) {
	.quick-calculator .txtfld::before { width: 170px;}
}
@media only screen and ( min-width:320px ) and ( max-width:767px ) {
	.new-details{ margin-bottom:20px;}
	.new-details .txtfld { width:100%;}
	.quick-calculator .txtfld::before { width: 100%;}
}
.fourFieldsAD .quick-calculator .txtfld::before, .fourFieldsAD .quick-calculator.txtFields input, .fourFieldsAD .quick-calculator .txtfld{width: 100%;}
/* 26-04-2018 start  here */
.slct-style1 select.selectpickermob option {  background: rgba(255,255,255, 1);}
/* 26-04-2018 css end here */

/* 26-02-2018 css start here */

/*section top banner slider start here*/
.topBannerPLP{width: 100%; float: left;position: relative; overflow: hidden;}
.topBannerPLP .desktopImgPLP{display: block;}
.topBannerPLP .mobileImgPLP{display: none;}
.topBannerPLP .owl-theme .owl-controls{margin: 0; position: absolute; bottom:30px; left: 0; width: 100%;}
.topBannerPLP .owl-pagination{display: block;}
.topBannerPLP .owl-theme .owl-controls .owl-page span{border: 2px solid #ffbf33; opacity: 1; width: 20px; height: 20px; background-color: transparent; margin: 5px;}
.topBannerPLP .owl-theme .owl-controls .owl-page.active span{background-color: #5e3b8d;}
/*section top banner slider end here*/

.bookAppointmentPLP{width: 100%; float: left;}
.bookAppointmentPLP h2{position: relative; display: inline-block; margin: 0; padding: 0;}
.bookAppointmentPLP h2:after{content: ''; width: 105%; height: 1px; background-color: #cccccc; position: absolute; left: 0; bottom:-10px;}
.bookAppointmentPLP .formWrapPLP{width: 100%; float: left; margin: 35px 0 0;}
.bookAppointmentPLP .formWrapPLP .colWrapPLP{width:50%; float: left; margin-top: 15px; margin-bottom: 15px; box-sizing: border-box; position: relative;}
.bookAppointmentPLP .formWrapPLP .colWrapPLP:nth-child(even){margin-left: 50px; width: calc(50% - 50px); box-sizing: border-box;}
.bookAppointmentPLP .formWrapPLP .colWrapPLP:nth-child(odd){margin-right: 50px; width: calc(50% - 50px); box-sizing: border-box;}
.bookAppointmentPLP .formWrapPLP .colWrapPLP:last-child{margin:60px 0 0; width: 100%; text-align: center;}
.bookAppointmentPLP .formWrapPLP .colWrapPLP .btn-style3{width: 190px; text-align: center; font-size: 22px; padding: 12px 25px !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;}
.bookAppointmentPLP .formWrapPLP .colWrapPLP .btn-style3:hover{transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;}
.bookAppointmentPLP .form-group + .bookAppointmentPLP .form-group {margin-top: 30px;}
.bookAppointmentPLP .form-label {position: absolute; top: 7px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; color: #4a4a4a; left: 0px; font-size: 14px; transition: all 150ms ease-out;}
.bookAppointmentPLP .focused .form-label {top: -10px; font-size: 12px; opacity: 0.6;}

/* section offering start here */
.offeringPLP{width: 100%; float: left; margin:80px 0 0; padding: 0; overflow: hidden;}
.offeringPLP .colWrapPLP{width:calc(25% - 12px); float: left; margin:8px; padding: 0; position: relative;}
.offeringPLP .overlapContent{position: absolute; bottom: 0; left: 0; width: 100%; height:60px; background-color:#5e3b8d; color: #fff; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;}
.offeringPLP .overlapContent .innerContent{position: relative; top: 50%; left:50%; transform: translate(-50%, -50%); -webkit-transform: translateY(-50%, -50%); width: 90%}
.offeringPLP .overlapContent .innerContent h2{margin: 0;}
.offeringPLP .overlapContent .innerContent p{margin:0; font-family:arial; height: 0; visibility: hidden; opacity: 0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;}
.offeringPLP .colWrapPLP:hover .overlapContent{height: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;}
.offeringPLP .colWrapPLP:hover .overlapContent p{opacity: 1; visibility: visible; height: auto; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; margin: 10px 0 0;}
.offeringPLP .colWrapPLP:nth-child(1), .offeringPLP .colWrapPLP:nth-child(4n + 1){margin-left: 0;}
.offeringPLP .colWrapPLP:nth-child(4n + 4){margin-right: 0;}
.offeringPLP .overlapContent2{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%)}
.offeringPLP .overlapContent2 h2{margin: 0; padding: 0; display: inline-block;}
.offeringPLP .overlapContent2 h2:after{content: ''; width: 105%; height: 1px; background-color: #cccccc; position: absolute; left: 0; bottom:-10px;}
.offeringPLP .colWrapPLP .desktopImg{display: block;}
.offeringPLP .colWrapPLP .mobileImg{display: none;}
.offeringPLP h2.diNoneMo{display: inline-block;}
.offeringPLP .desktopWrapSliderPLP{display: block;}
.offeringPLP .mobileWrapSliderPLP{display: none;}
/* section offering end here */

/* section why us start here */
.whyUsPLP{width: 100%; float: left; margin: 60px 0; overflow: hidden;}
.whyUsPLP h2{position: relative; display: inline-block; margin: 0; padding: 0;}
.whyUsPLP h2:after{content: ''; width: 105%; height: 1px; background-color: #cccccc; position: absolute; left: 0; bottom:-10px;}
.whyUsPLP span{margin:40px 0 50px; display: inline-block; font-size: 18px; font-family: arial; color: #5b5b5b; line-height: 30px; width: 100%;}
.whyUsPLP .columnWrapPLP{margin-top: 50px; float: left;}
.whyUsPLP .columnWrapPLP:nth-child(even){margin-left: 50px; width: calc(50% - 50px); box-sizing: border-box;}
.whyUsPLP .columnWrapPLP:nth-child(odd){margin-right: 50px; width: calc(50% - 50px); box-sizing: border-box;}
.whyUsPLP .columnWrapPLP .circleWrap{width: 94px; height: 94px; background-color: #46cbd0; display: inline-block; vertical-align: top; border-radius: 50%; -webkit-border-radius: 50%; text-align: center; position: relative;}
.whyUsPLP .columnWrapPLP .circleWrap img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.whyUsPLP .columnWrapPLP .contentWrap{width: calc(100% - 110px); margin: 0 0 0 10px; display: inline-block; vertical-align: top;}
.whyUsPLP .columnWrapPLP .contentWrap h2:after{display: none;}
.whyUsPLP .columnWrapPLP .contentWrap h2{color: #606060; font-size: 28px;}
.whyUsPLP .columnWrapPLP .contentWrap p{margin: 10px 0 0; width: 100%; display: inline-block; color: #606060; font-size: 16px; line-height: 24px;}
/* section why us end here */

/* section how it works start here */
.howWorksPLP{background-color:#f3f3f3; padding: 50px 0; width: 100%; float: left; }
.howWorksPLP h2{position: relative; display: inline-block; margin: 0; padding: 0;}
.howWorksPLP h2:after{content: ''; width: 105%; height: 1px; background-color: #cccccc; position: absolute; left: 0; bottom:-10px;}
.howWorksPLP span{margin:40px 0; display: inline-block; font-size: 18px; font-family: arial; color: #5b5b5b; line-height: 30px; width: 100%;}
.howWorksPLP .columnWrap{width: calc(25% - 4px); display: inline-block; vertical-align: top; margin:10px 0 0; padding: 0 20px; text-align: center;}
.howWorksPLP .columnWrap img{display: block; margin: 0 auto;}
.howWorksPLP .columnWrap abbr{display: inline-block; font-size: 14px; font-family: arial; color: #ababab; font-size: 16px; text-transform: uppercase; margin: 20px 0 30px; position: relative;}
.howWorksPLP .columnWrap abbr:after{content: ''; width: 100%; height: 1px; position: absolute; left: 0; bottom: -10px; background-color: #ababab;}
.howWorksPLP .columnWrap p{color: #606060; font-size: 18px; line-height: 28px; font-family: arial;}
.howWorksPLP .columnWrap h4{ display: inline-block; font-size: 14px; font-family: arial; color: #ababab; font-size: 16px; text-transform: uppercase; margin: 20px 0 30px; position: relative; }
.howWorksPLP .columnWrap h4:after{ content: ''; width: 100%; height: 1px; position: absolute; left: 0; bottom: -10px; background-color: #ababab; }
/* section how it works end here */

/* section get inspired start here */
.getInspiredPLP{width: 100%; float: left; margin:50px 0; overflow: hidden;}
.getInspiredPLP h2{position: relative; display: inline-block; margin:0 0 30px; padding: 0;}
.getInspiredPLP h2:after{content: ''; width: 105%; height: 1px; background-color: #cccccc; position: absolute; left: 0; bottom:-10px;}
.allSliderPLP{width: 100%; float:left;}
.getInspiredPLP .allSliderPLP .columnWrapPLP{width: calc(50% - 15px); float: left; margin: 20px 15px; position: relative;}
.getInspiredPLP .allSliderPLP .columnWrapPLP:nth-child(odd){margin-left: 0;}
.getInspiredPLP .allSliderPLP .columnWrapPLP:nth-child(even){margin-right: 0;}
.getInspiredPLP .allSliderPLP .columnWrapPLP h2{display: block; width: 100%; margin: 0; background-color: #eee7dd; text-align: center; padding:20px; color: #606060;}
.getInspiredPLP .allSliderPLP .columnWrapPLP h2:after{display: none;}
.getInspiredPLP .allSliderPLP .columnWrapPLP .owl-theme .owl-controls .owl-buttons div{width: 40px; height: 40px; background-color: #fff; opacity: 1; border-radius: 50%; -webkit-border-radius: 50%; position: absolute; top: 40%; transform: translateY(-50%); margin: 0; padding: 0;}
.getInspiredPLP .allSliderPLP .columnWrapPLP .owl-theme .owl-controls .owl-buttons .owl-prev:after{content:'\f104'; font-family:'FontAwesome'; font-size: 20px; color: #d42929; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 36px;}
.getInspiredPLP .allSliderPLP .columnWrapPLP .owl-theme .owl-controls .owl-buttons .owl-next:after{content:'\f105'; font-family:'FontAwesome'; font-size: 20px; color: #d42929; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 36px;}
/* section get inspired end here */

/* section warranty start here */
.warrantyWrapPLP{width: 100%; float: left; margin:0 0 90px; overflow: hidden;}
.warrantyWrapPLP h2{position: relative; display: inline-block; margin:0 0 50px; padding: 0;}
.warrantyWrapPLP h2:after{content: ''; width: 105%; height: 1px; background-color: #cccccc; position: absolute; left: 0; bottom:-10px;}
.warrantyWrapPLP p{font-size: 18px; color: #5b5b5b; line-height: 30px; margin: 0 0 10px;}
/* section warranty end here */

/*responsive css*/
@media only screen and (max-width:1170px){
    .topBannerPLP .owl-theme .owl-controls .owl-page span{width: 14px; height: 14px; margin: 3px;}
    .topBannerPLP .owl-theme .owl-controls{bottom: 10px;}
    .bookAppointmentPLP{margin: 30px 0 0;}
    .bookAppointmentPLP .formWrapPLP .colWrapPLP:last-child{margin: 30px 0 0;}
    .offeringPLP{margin: 30px 0 0; padding: 0 8px;}
    .offeringPLP .colWrapPLP{width: calc(34% - 24px); margin: 8px !important;}
    .offeringPLP .colWrapPLP:hover .overlapContent{height: 60px;}
    .offeringPLP .colWrapPLP:hover .overlapContent p{opacity: 0; visibility: hidden; height: 0; margin: 0;}
    .offeringPLP .colWrapPLP.current .overlapContent{height: 100%;}
    .offeringPLP .colWrapPLP.current .overlapContent p{opacity: 1; visibility: visible; height: auto; margin: 10px 0 0;}
    .bookAppointmentPLP .formWrapPLP .colWrapPLP:nth-child(odd){margin-right: 20px; width: calc(50% - 20px);}
    .bookAppointmentPLP .formWrapPLP .colWrapPLP:nth-child(even){margin-left: 20px; width: calc(50% - 20px);}
    .bookAppointmentPLP .formWrapPLP .colWrapPLP:last-child{width: 100%}
    .whyUsPLP{margin: 30px 0 10px;}
    .whyUsPLP span{font-size: 16px; line-height: 24px; margin: 30px 0 20px;}
    .whyUsPLP .columnWrapPLP:nth-child(odd){margin-right: 20px; width: calc(50% - 20px);}
    .whyUsPLP .columnWrapPLP:nth-child(even){margin-left: 20px; width: calc(50% - 20px);}
    .whyUsPLP .columnWrapPLP{margin-top: 20px; margin-bottom: 20px;}
    .whyUsPLP .columnWrapPLP .circleWrap{width: 50px; height: 50px;}
    .whyUsPLP .columnWrapPLP .circleWrap img{max-width: 20px;}
    .whyUsPLP .columnWrapPLP .contentWrap p{font-size: 14px; line-height: 20px;}
    .whyUsPLP .columnWrapPLP .contentWrap h2{font-size: 24px;}
    .howWorksPLP{background-color: transparent; padding: 0;}
    .howWorksPLP .columnWrap{width: calc(50% - 4px);}
    .getInspiredPLP .allSliderPLP .columnWrapPLP .owl-theme .owl-controls .owl-buttons div{width: 30px; height: 30px;}
    .bookAppointmentPLP .container, .whyUsPLP .container, .howWorksPLP .container, .getInspiredPLP .container, .warrantyWrapPLP .container{width: 100%;}
    .howWorksPLP .columnWrap p{margin: 0;}
    .getInspiredPLP{margin: 30px 0;}
    .getInspiredPLP .allSliderPLP .columnWrapPLP{margin: 8px; width: calc(50% - 8px);}
    .getInspiredPLP .allSliderPLP .columnWrapPLP h2{padding: 12px;}
    .warrantyWrapPLP h2{margin: 0 0 30px;}
    .warrantyWrapPLP{margin-bottom: 70px;}
    .warrantyWrapPLP p{font-size: 14px; margin: 0 0 10px; line-height: 20px;}
}

@media only screen and (max-width:800px){
    .offeringPLP .colWrapPLP{width: calc(50% - 16px);}
}

@media only screen and (max-width:767px){
    .bookAppointmentPLP .formWrapPLP .colWrapPLP .btn-style3{width: 140px; font-size: 18px; padding: 8px 20px !important;}
    .offeringPLP{margin: 20px 0 0;}
    .bookAppointmentPLP .formWrapPLP{margin: 25px 0 0;}
    .whyUsPLP .columnWrapPLP:nth-child(odd){width: 100%; margin-right: 0;}
    .whyUsPLP .columnWrapPLP:nth-child(even){width: 100%; margin-left: 0;}
    .whyUsPLP .columnWrapPLP .contentWrap h2{font-size: 22px;}
    .whyUsPLP .columnWrapPLP .contentWrap p{margin: 5px 0 0;}
    .whyUsPLP span{display: none;}
    .whyUsPLP h2{margin-bottom: 40px;}
    .whyUsPLP .columnWrapPLP .contentWrap h2{margin-bottom: 0;}
    .howWorksPLP .columnWrap img{max-width: 34px; margin: 36px auto 16px;}
    .howWorksPLP .columnWrap p{font-size: 14px; line-height: 20px;}
    .howWorksPLP .columnWrap abbr{font-size: 14px; position: absolute; top: 0; left: 0; width: 100%; margin: 0;}
    .howWorksPLP .columnWrap abbr:after{bottom: -4px; max-width: 50px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
    .howWorksPLP .columnWrap{padding: 0 10px; position: relative;}
    .howWorksPLP span{display: none;}
    .howWorksPLP h2{display: block; margin-bottom: 20px;}
    .howWorksPLP .columnWrap{margin: 20px 0;}
    .howWorksPLP .columnWrap p{margin: 0;}
    .howWorksPLP h2::after{width: 120px;}
    body{width: 100%; height: auto; margin: 0;}
}
@media only screen and (min-width:992px){
	.offeringPLP h2.diNoneMo {
		display: none;
	}
}
@media only screen and (max-width:1170px){
    .offeringPLP h2.diNoneMo{margin-left:15px; position: relative; margin-bottom: 30px;}
    .offeringPLP h2.diNoneMo:after{content: ''; width: 105%; height: 1px; background-color: #cccccc; position: absolute; left: 0; bottom:-10px;}
}
@media only screen and (max-width:580px){
    .topBannerPLP .desktopImgPLP{display: none;}
    .topBannerPLP .mobileImgPLP{display: block;}
    .offeringPLP .colWrapPLP .desktopImg{display: none;}
    .offeringPLP .colWrapPLP .mobileImg{display:block;}
    .offeringPLP .colWrapPLP{margin: 0 !important; padding: 0; width: 100%;}
    .offeringPLP .colWrapPLP.dNonePLP{display: none;}
    .offeringPLP{padding: 0;}
    .offeringPLP .overlapContent{position: relative; height: auto; padding:20px;}
    .offeringPLP .overlapContent .innerContent p{opacity: 1; visibility: visible; height: auto; margin: 5px 0 0; max-width: 100%;}
    .offeringPLP .overlapContent .innerContent{top: 0; transform: none; width: 80%; left: 0;}
    .offeringPLP .colWrapPLP:hover .overlapContent{height: auto;}
    .offeringPLP .colWrapPLP:hover .overlapContent p{opacity: 1; visibility: visible; height: auto; margin: 5px 0 0;}
    .offeringPLP .bx-controls .bx-controls-direction {color:#ffb100; background: #ffb100; border-radius: 0; opacity: 1; padding: 0; font-size: 0; margin: 0;}
    .offeringPLP .bx-controls .bx-controls-direction{background-color: #ffb100; width: 72px; height: 24px; position: absolute; right: 13%; bottom: 10px; border: 1px solid #fff;}
    .offeringPLP .bx-wrapper .bx-controls-direction a {position: absolute;margin-top: 0px;width: auto;text-indent:0;}
    .offeringPLP .bx-controls .bx-controls-direction a.bx-prev{top:49%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 10px;}
    .offeringPLP .bx-controls .bx-controls-direction a.bx-prev:after{content:'\f104'; font-family:'FontAwesome'; font-size: 20px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size:24px; line-height:14px;}
    .offeringPLP .bx-controls .bx-controls-direction a.bx-next{top:49%; transform: translateY(-50%); -webkit-transform: translateY(-50%); right: 10px;}
    .offeringPLP .bx-controls .bx-controls-direction a.bx-next:after{content:'\f105'; font-family:'FontAwesome'; font-size: 20px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size:24px; line-height:14px;}
    .offeringPLP .bx-controls{margin: 0;}

    .bookAppointmentPLP .formWrapPLP .colWrapPLP:nth-child(odd), .bookAppointmentPLP .formWrapPLP .colWrapPLP:nth-child(even){width: 100%; margin:15px 0;}
    .getInspiredPLP .allSliderPLP .columnWrapPLP{margin:26px 0 16px !important;; width: 100%;}
    .getInspiredPLP{margin: 30px 0 10px}
    .offeringPLP .desktopWrapSliderPLP{display: block;}
    .offeringPLP .mobileWrapSliderPLP{display: none;}
    .desktopWrapSliderPLP .overlapContent .innerContent p {height: 100px !important;overflow: auto;}
    .desktopWrapSliderPLP .colWrapPLP {
		margin-right: 3px !important;
	}

}

/* 26-02-2018 css end here */

.slideCount {width: 72px; display: flex; color: #5e3b8d; height: 100%; margin: auto; position: absolute; font-size: 14px; align-items: center; justify-content: center;}
.slideCount > .currentSlide {margin-right: 3px; font-size: 13px;}
.slideCount > .totalSlides {margin-left: 3px; font-size: 13px;}

/*05-04-2018 css start here*/
.offeringPLP .overlapContent{background-color: rgba(94,59,141,0.9)}
.offeringPLP .colWrapPLP{width:calc(33.33% - 12px); margin:8px 0 8px; !important;}
.offeringPLP .colWrapPLP:nth-child(2), .offeringPLP .colWrapPLP:nth-child(5){margin-left: 16px !important; margin-right: 16px !important;}

@media only screen and (max-width:1170px){
    .offeringPLP .colWrapPLP{width: calc(33.33% - 12px); margin:8px 0 !important}
    .offeringPLP .container{width: 100%;}
    .offeringPLP{padding: 0;}
    .offeringPLP h2.diNoneMo{margin-left: 0;}
}

@media only screen and (min-width:992px){
	.offeringPLP h2.diNoneMo {
		display: inline-block !important; margin-left: 0;
	}
}

@media only screen and (max-width:800px){
    .offeringPLP .colWrapPLP, .offeringPLP .colWrapPLP:nth-child(2), .offeringPLP .colWrapPLP:nth-child(5){width: calc(50% - 16px); margin: 8px !important;}
    .offeringPLP .container{padding:0px 8px;}
    .offeringPLP h2.diNoneMo{margin-left:8px;}
}

@media only screen and (max-width:767px){

}

@media only screen and (max-width:580px){
    .offeringPLP .colWrapPLP, .offeringPLP .colWrapPLP:nth-child(2), .offeringPLP .colWrapPLP:nth-child(5){margin: 0 !important}
    .offeringPLP .bx-wrapper .bx-viewport{box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border: 0px;}
    .offeringPLP .overlapContent .innerContent{width:78%;}
    .offeringPLP .colWrapPLP, .offeringPLP .colWrapPLP:nth-child(2), .offeringPLP .colWrapPLP:nth-child(1), .offeringPLP .colWrapPLP:nth-child(5){margin-right: 3px !important;}

}
/*05-04-2018 css end here*/
.custm-leadform_pincode{ list-style-type: none; }
.bookAppointmentPLP{margin: 50px 0 0;}
@media only screen and (max-width:1199px){
    .whyUsPLP .columnWrapPLP:nth-child(odd){margin-right: 20px; width: calc(50% - 24px); float:none; display:inline-block; vertical-align:top;}
    .whyUsPLP .columnWrapPLP:nth-child(even){margin-left: 20px; width: calc(50% - 24px); float:none; display:inline-block; vertical-align:top;}
    .bookAppointmentPLP{margin: 30px 0 0;}
}
@media only screen and (max-width:767px){
    .whyUsPLP .columnWrapPLP:nth-child(odd), .whyUsPLP .columnWrapPLP:nth-child(even){width: 100%; margin: 10px 0;}
    .mart130 { margin-top: 0px;}
}

/* 10-05-2018 css starts here */

.color-with-ap-bg-box { width:100%; position:relative; display:flex;}
.color-with-ap-bg-box .left { width:45%; float:left; display:flex;}
.color-with-ap-bg-box .left > img { width:100%; position:relative;}

.color-with-ap-bg-box .right { width:55%; float:left;}
.color-with-ap-bg-box .right > img { width:100%;}

.color-ap-content { padding-left: calc( 100% + -90%);  width: 510px; position: relative; z-index: 2;}

.color-with-ap-hdng { color: #5e3b8d; font-family: 'Conv_accordaltbold-webfont'; font-size: 35px; font-weight: bold; margin:15px 0 30px 0;}
.color-with-ap-sub-hdng { color: #333333;  font-size: 28px; font-weight: normal; font-family: 'Conv_accordaltbold-webfont';}
.color-with-ap-sub-hdng > p { display:block; font-size: 20px; font-family: 'Conv_accordaltlight-webfont'; margin:15px 0 15px 0;  color:#6e6e6e;  }
.color-with-ap-sub-hdng > p:first-child { margin:15px 0 15px 0; font-family: 'Conv_accordaltregular-webfont';  color:#333333 ;}

.color-with-ap-sub-download { color: #5e3b8d; font-family: 'Conv_accordaltbold-webfont'; font-size: 20px; margin:40px 0 20px 0;}

.color-with-ap-or-box { width:50px; height:50px; background-color:#ffc233; border-radius:50px; position:relative; display:flex; align-items:center; justify-content: center;  font-family: 'Conv_accordaltregular-webfont'; font-size:16px; color:#5e3b8d; margin: 30px 0 0 170px; }
.color-with-ap-or-box:before { width:130px; height:1px; background-color:#ffc233; position:absolute; content:""; left:50%; top:50%; transform: translateX,Y(50%,-50%); margin-left:60px;}
.color-with-ap-or-box:after { width:130px; height:1px; background-color:#ffc233; position:absolute; content:""; right:50%; top:50%; transform: translateX,Y(50%,-50%); margin-right:60px;}
.color-ap-app { margin-right:20px;}


.color-ap-text-box { width:390px; height:55px; border:solid 1px #e4e4e4; border-radius:5px; display:flex; justify-content:space-between; align-items:center; margin-bottom:50px;}
.color-ap-text-box input {background-color:transparent; border:none; padding:5px; font-size: 20px; font-family: 'Conv_accordaltlight-webfont'; color:#ababab;}
.color-ap-send-link > a { font-family: 'Conv_accordaltregular-webfont'; font-size: 18px; width:120px; height:55px; background-color:#3f3f3f; color:#ffffff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; display:flex; align-items:center; justify-content: center; }

.mobile-ani { position:absolute; left:calc( 100% + -66% ); top:calc( 100% + -70% ); z-index: 1;}
.mobile-ani-element {  position:relative; }
.mobile-ani-element > img {  width:100%; max-width:304px; }

.mobile-ani-element-content { width: 270px; height: 461px; background-color: #5e3b8d; position: absolute; left: 18px; top: 77px; }



@media only screen and ( min-width:1366px ) and ( max-width:1919px ) {
.color-with-ap-bg-box {padding-top:20px;}
.mobile-ani { left:calc( 100% + -70% );}
}


@media only screen and ( min-width:992px ) and ( max-width:1365px ) {
.color-with-ap-bg-box {padding-top:50px;}
.mobile-ani-element > img {  width:75%; }
.mobile-ani { left:calc( 100% + -68% );}
.mobile-ani-element-content {width: 201px; height: 347px; background-color: #5e3b8d; position: absolute; left: 14px; top: 57px; }

}


@media only screen and ( min-width:768px ) and ( max-width:991px ) {
.color-with-ap-bg-box {padding-top:85px;}
.mobile-ani-element > img {  width:75%; }
.mobile-ani { left:calc( 100% + -75% );}
.mobile-ani-element-content {width: 201px; height: 347px; background-color: #5e3b8d; position: absolute; left: 14px; top: 57px; }
.color-ap-content { width: 380px;}
.color-with-ap-hdng { font-size:28px;}
.color-with-ap-sub-hdng { font-size:24px; }
.color-with-ap-sub-hdng > p { font-size:18px;}
.color-ap-app { width:43%;}
.color-ap-app1 { width:43%;}
.color-with-ap-or-box { margin: 30px 0 0 120px;}
.color-with-ap-or-box::after { width:85px;}
.color-with-ap-or-box::before { width:85px;}
.color-with-ap-sub-download { font-size:18px;}
.color-ap-text-box { width: 290px; height: 50px; }
.color-ap-send-link > a { height: 50px;}
.color-ap-content-logo > img { width:20%}
}

/* 10-05-2018 css ends here */

/* 18-05-2018 css starts here */
.color-ap-send-link > a { cursor: pointer;}

@media only screen and ( min-width:1366px ) and ( max-width:1919px ) {
.color-with-ap-bg-box {padding-top:10px;}
}

@media only screen and ( min-width:992px ) and ( max-width:1365px ) {
.color-with-ap-bg-box {padding-top:10px;}
}

@media only screen and ( min-width:768px ) and ( max-width:991px ) {
.color-with-ap-bg-box {padding-top:0px;}
}

@media only screen and ( max-width:768px ) {
.color-with-ap-bg-box {top: -25px;}
}
/* 18-05-2018 css ends here */

/* 21-05-2018 css starts here */
@media only screen and ( min-width:992px ) and ( max-width:1365px ) {
.color-with-ap-bg-box {padding-top:0px;}
}


/* 21-05-2018 css ends here */
/*-------sleek kitchen thank you updated Css on 02 may 2018 starts here----------*/

.sleek-thankyou-msg {   font-family: 'Conv_accordaltlight-webfont';    font-size: 18px;
    text-align: center;    line-height: 24px;    color: #5e3b8d;    font-weight: bold;    width: 100%;    margin: 20px 0;	padding:20px;
}
.sleek-thank-you-box { display:none; margin-top:50px;}


/*-------sleek kitchen thank you updated Css on 02 may 2018 ends here----------*/

/* 22-05-2018 css starts here */

.color-with-ap-bg-box { margin-top: -150px;}
.color-with-ap-hdng { margin: 10px 0 20px 0;}
.color-with-ap-sub-download {margin: 30px 0 20px 0;}
.mobile-ani { top: calc( 100% + -74% );}
@media only screen and (min-width:768px) and (max-width:991px){
    .color-with-ap-bg-box {margin-top: -40px;}
}
@media only screen and ( min-width:1366px ) and ( max-width:1919px ) {
.color-with-ap-bg-box {padding-top:0px; margin-top: -110px;}
.mobile-ani { top: calc( 100% + -80% );}
.color-with-ap-sub-hdng { font-size: 24px;}
.color-with-ap-sub-hdng > p {margin: 8px 0 8px 0;}
.color-with-ap-hdng {margin: 10px 0 10px 0; font-size: 32px;}
.color-with-ap-sub-download {margin: 12px 0 12px 0;}
.color-with-ap-or-box {margin: 20px 0 0 170px;}
}

@media only screen and ( min-width:992px ) and ( max-width:1365px ) {
.color-with-ap-bg-box {padding-top:0px;  margin-top: -90px;}
.color-with-ap-hdng { font-size: 28px; margin: 10px 0 15px 0;}
.color-with-ap-sub-download {font-size: 16px; margin: 15px 0 10px 0;}
.color-with-ap-sub-hdng { font-size: 22px;}
}

/* 22-05-2018 css ends here */

/* 13-06-2018 css start here */
.underlineTitleAD{width: 100%; float: left; text-align: left; margin:0 0 20px;}
.underlineTitleAD span{position: relative; display: inline-block;}
.underlineTitleAD span:after{content: ''; width: 105%; height: 1px; background-color: #ccc; position: absolute; left: 0; bottom: -10px;}
/* 13-06-2018 css end here */

/* 14-06-2018 css start here */

.section.colourcatalog .inner-secn{padding-bottom: 5px;}
/* 14-06-2018 css end here */

/* 28-06-2018 css starts here */
@media only screen and ( max-width:767px ) {

.color-with-ap-bg-box { display:block;}
.color-with-ap-bg-box .left  { width:100%;}
.color-with-ap-bg-box .right { width:100%;}
.color-ap-content { width:100%; padding-left:0;}
.color-ap-content-logo > img { width:20%; max-width:86px;}
.color-with-ap-hdng { font-size:25px;}
.color-with-ap-sub-hdng { font-size:18px;}
.color-with-ap-sub-hdng > p { font-size:16px;}
.color-with-ap-sub-download { font-size:18px;}

.color-ap-app {width:40%; max-width:150px;}
.color-ap-app1 {width:40%; max-width:150px;}
.color-with-ap-or-box {margin: 30px 0 0 110px;}
.color-with-ap-or-box::after { width:80px;}
.color-with-ap-or-box::before { width:80px;}
.color-with-ap-sub-download { font-size:16px;}
.color-ap-text-box { width:75%;}
.color-ap-send-link > a { width:85px;}

.color-with-ap-bg-box .left > img { width: 100%; position: absolute; top: -25px; z-index: 3; object-fit: cover; height: 450px; }
.mobile-ani-element > img {  width: 200px;  }
.mobile-ani-element { text-align: center; margin-top: 120px; }
.mobile-ani-element-content { width: 190px; left: 50%; transform:translateX(-50%); top: 30px; height:326px;  }
.mobile-ani { position: relative; text-align: center; margin-top: 200px; left:auto; top:auto; z-index:4;}
.color-with-ap-bg-box { width: 100%; position: relative;}
.color-with-ap-bg-box .right { margin-top: -30px; position: relative; z-index: 2}

}

@media only screen and ( min-width:640px ) and ( max-width:767px ) {
 .color-ap-text-box { width: 50%; }
.color-with-ap-bg-box .right {  margin-top: -90px;}
}

@media only screen and ( min-width:520px ) and ( max-width:639px ) {
.color-with-ap-bg-box .right {  margin-top: -60px;}

}


/* 28-06-2018 css ends here */
/*31-05-2019 start for decor stories*/
.decor-stories-heading{
	margin-bottom: -60px;
    margin-top: -50px;
}
.decor-stories-image{
	margin-bottom: 25px;
}
#blogListing .item-img {
    height: 176px;
}
/*31-05-2019 end for decor stories*/
/*09-07-2019 start for OTP css*/
#otptime{
  font-size: 30px;
}
#otpFail{
   color: red;
   margin-top: 5px;
}
/*09-07-2019 end for OTP css*/
.whatsAppCons {
  background: url(clientlib-site-revised/images/apSpriteImage.png);
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  font-size: 0;
  background-position: -172px -73px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width:480px) {
    .thank-content {
        padding: 15px;
    }
}

.ctaText-amp {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #5e25b2;
    width: auto;
    display: inline;
    padding: 0;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
    padding-bottom: 2px;
    display: inline-block;
    line-height: 21px;
}

.whiteBtn .ctaText-amp {
    border-color: #bebebe;
    color: #222;
    padding: 15px;
    margin-top: 20px;
    background: 0 0;
    border: 1px solid #431a80;
    border-color: #bebebe;
    font-size: 12px;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: .86px;
    cursor: pointer
}

.whiteBtn .ctaText-amp:hover,
.whiteBtn .ctaText-amp:active {
    background: #5e25b2;
    color: #fff !important;
}

.order-review-popup .modal-dialog {
	margin-top: 0px !important;
}
.deliver-review-prod {
	margin-top: 32px;
}

#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch .search-icon {
    vertical-align: middle !important;
}

.mobile-nav-container .submenus #mob-nav-modal .modal-dialog .modal-body .secondary-nav .section .l2 .greater-arrow:after{
    font-weight: 500;
    font-family: monospace;
}

/* styles for user profile */
.user-profile-section .profile-popup-container .p-hover{
  align-items: center;
}

.user-profile-section .profile-popup-container .p-hover .img-wrapper{
  display: flex;
  align-items: center;
}
.user-profile-section .profile-popup-container .animated-btn-black a{
  width: fit-content !important;
  padding: 14px 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-flex !important;
  gap: 10px;
  height: 38px;
  cursor: pointer;
  min-width: 100%;
  justify-content: center;
  border: .5px solid #1e1e1e;
  border-radius: 45px;
}
.user-profile-section .profile-popup-container .animated-btn-black a:hover{
  background: linear-gradient(180deg, #ffc63c, #ffa20c);
  border: 0;
}
/* 14 September 2016 start here*/


.rate {    
    float: left;
    margin-left: 20px;    
}
.rate:not(:checked) > input {
    display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;    
     display: block;
    position: relative;
    overflow: hidden;
}
.rate:not(:checked) > label:before {
    content: '★';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}

.avgrate:not(:checked) > label:hover,
.avgrate:not(:checked) > label:hover ~ label {
    color: #ccc;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.custom-rating span{
    display: inline-block;
    font-size: 20px;
    float: left;
    font-family: 'Conv_accordaltregular-webfont';    
    padding-bottom: 10px;    
    padding-top: 5px;
}

.custom-rate{
    border-bottom: 1px #cccccc solid;
    padding-right: 10px;
}

.custom-rate-digit{
    padding-left: 10px;
    padding-top: 7px !important;
}

.cmmnt-box {
    border-bottom: 1px solid #dadada !important;
    margin-bottom: 35px !important;
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}

.cmmnt-prsn{
    margin-top: 0;
}

.cmmnt-desc p{
    margin-bottom: 0;
    margin-top: 0;
}




/* 14 September 2016 end here*/
/* 20th february 2017 start here*/

.estimate {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fdaf17;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: table;
    float: right;
    font-size: 22px;
    height: 53px;
    line-height: 50px;
    margin-right: -9px;
    margin-top: 10px;
    max-width: 352px;
    position: relative;
    width: 100%;
}


.estimate.totalCost {
    line-height: 50px;
    margin-right:0;
    max-width: 99%;
}

.estimate .icon-inr {
    font-size: 18px;
}


.estimate-room-text { font-size: 16px;}



.estimate:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("clientlib-site-en/images/result-yellow-arrow.png");
    background-origin: padding-box;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: "";
    height: 53px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 18px;
}


.estimate-room {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #898989;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: table;
    float: right;
    font-size: 22px;
    height: 53px;
    line-height: 50px;
    margin-right: -9px;
    margin-top: 10px;
    max-width: 352px;
    position: relative;
    width: 100%;
    color:#ffffff;
}


.estimate-room.totalCost {
    line-height: 50px;
    margin-right: 0;
    max-width: 99%;
}

.estimate-room .icon-inr {
    font-size: 18px;
}


.estimate-room:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 0, 0, 0);
    background-image: url("clientlib-site-en/images/result-gray-arrow.png");
    background-origin: padding-box;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: "";
    height: 53px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 18px;
}

.goback-text{ font-size: 18px; float:right; padding-right:20px; }
.goback-text a{ color:#ffffff; }
.goback-text a:hover{ color:#000000; }

.txt-right { float:right; text-align: right; padding-right:20px;}
.text-mid { text-align: center; font-size: 18px;  }

.light-gray-box { background-color:#f3f3f3; position:relative;  margin:10px 0 0 0; padding:20px; font-size:22px; min-height:220px;}


.all-estimate {  }


.all-estimate .icon-inr { font-size:14px; }
.all-estimate select {
    background: transparent; -webkit-appearance: none; 
    -moz-appearance: none;  /* for Firefox */
    appearance: none; 
    -ms-appearance:none;
    background: url("clientlib-site-en/images/select-aquablue.png") no-repeat scroll 100% center;
    border: none;
    padding: 3px;
    width:100%;
    font-size:15px;
    height:29px;
}

.all-estimate select::-ms-expand { display: none; } /* for IE */
.all-estimate-small-text { font-size:18px;  line-height: 23px; }
.all-estimate-small-text-putty { font-size:14px;  line-height: 20px; }
.all-estimate-small-text-putty .icon-inr { font-size:12px; }

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

.mb-10 { margin-bottom:10px; }
.mb-20 { margin-bottom:20px; }
.pb-10 { padding-bottom:10px; }
.pb-5 { padding-bottom:5px; }

.mb-40 { margin-bottom:40px; }



.sps li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.sps ul {
    padding:0 ;
    margin-left:20px;
}

.sps a {
    color: #5e3b8d;
    line-height: 2;
}

.sps span {
    position: relative;
    top: 4px;
    vertical-align: bottom;
}

.sps li img {
    margin-right: 10px;
}


.all-total-estimate {}
.all-total-estimate > ul { margin:0; padding:0; }
.all-total-estimate > ul > li { list-style:none; display:inline-block; width:33%;  }

.all-total-estimate > ul > li:first-child{ padding-left:15px; }



.all-total-estimate-yelo {}
.all-total-estimate-yelo > ul { margin:0; padding:0; }
.all-total-estimate-yelo > ul > li { list-style:none; display:inline-block; width:33%;  }

.all-total-estimate-yelo > ul > li:first-child{ padding-left:15px; }


.esti-amt-big { font-size:22px; }
.esti-amt-big .icon-inr {  font-size: 18px; }

 @media only screen and (min-width:320px) and (max-width:479px) {

 .edit-text { display:none !important; }
 .all-total-estimate > ul > li { width:auto; margin-right:10px; font-size:16px;  }
 .all-total-estimate .icon-inr {  font-size:12px;  }

 .all-total-estimate-yelo > ul > li { width:auto; margin-right:10px; font-size:16px;   }
 .all-total-estimate-yelo .icon-inr {  font-size:12px;  }

 .esti-text { text-align:left; }
 .sps li {  margin-right: 25px; }

.estimate:before { background-image: none; }
.estimate-room:before { background-image: none; }

.goback-text { float:left; padding-left:15px; }

.txt-right { float:left; text-align: left; padding-left:15px;}
.light-gray-box { height:auto;}

}


@media only screen and (min-width:320px) and (max-width:639px)
{ 
 .sps ul { margin-left:0; }

}


@media only screen and (min-width:320px) and (max-width:640px)
{ 
.all-estimate select { margin-left:-2px; }

}



 @media only screen and (min-width:480px) and (max-width:767px) {
 
 .light-gray-box { height:auto;}
}



 @media only screen and (min-width:480px) and (max-width:667px) {
/*  .all-total-estimate > ul > li { font-size:12px;  }
.all-total-estimate .icon-inr {  font-size:12px;  }

.all-total-estimate-yelo > ul > li { font-size:12px;  }
.all-total-estimate-yelo .icon-inr {  font-size:12px;  } */

.all-total-estimate-yelo > ul > li { width:auto;  }
.all-total-estimate > ul > li { width:auto;  }
 
}

@media only screen and (min-width:480px) and (max-width:767px) {

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

}

@media only screen and (min-width:768px) and (max-width:1199px) {

.light-gray-box { min-height:260px;}
.all-estimate-small-text-putty {  font-size: 12px; line-height:17px; }
}
@charset "utf-8";
/* CSS Document */


.mt-10 { margin-top:10px;}
.mt-20 { margin-top:20px;}
.mb-40 { margin-bottom:40px;}
.mt-50 { margin-top:50px;}
.ml-5 { margin-left:5px;}
.pt-20 { padding-top:20px;}
.pt-15 { padding-top:15px;}

.cal-mb-25 { margin-bottom:25px;}
.cal-mt-5 { margin-top:5px !important;}
.cal-mt-10 { margin-top:10px !important;}

.brdr-bm { border-bottom:solid 1px #dadada; padding-bottom:25px; margin-bottom:25px;}
.brdr-top { border-top:solid 1px #dadada; padding-top:20px;}


.red-star { color:#f9070f;}
.small-ft { font-size:13px; color:#888888;  font-family: Arial, Helvetica, sans-serif;}



.calculator-secn h4 { font-family: "Conv_accordaltregular-webfont"; font-size: 22px; margin: 5px 0 15px 0;}
.calculator-tabbing { padding: 0;}
.calculator-tabbing-section .tab-content {  }

.calculator-tabbing .nav { list-style: outside none none;  margin-bottom: 0; padding-left: 0; }
.calculator-tabbing .nav > li { display: inline-block; position: relative;}
.calculator-tabbing .nav > li > a { display: inline-block; padding: 16px 10px;  position: relative;  text-align: center; font-family: "Conv_accordaltregular-webfont";
	 font-size:18px; width:170px; }
.calculator-tabbing .nav > li > a:focus { background-color: transparent; }
.calculator-tabbing .nav > li > a:hover { background-color: #fcaf17;}
.calculator-tabbing .nav > li.active > a:focus { background-color: transparent;}
.calculator-tabbing .nav > li.active > a:hover { background-color: transparent;}

.calculator-tabbing .nav-tabs { border-bottom: 0;}
.calculator-tabbing .nav-tabs > li { display: inline-block; margin-bottom: 10px; margin-right: 10px; background-color: #bababa; }
.calculator-tabbing .nav-tabs > li > a { border: 0; border-radius:0;  line-height: 1.42857;  margin-right: 0px;}
.calculator-tabbing .nav-tabs > li.active > a {  -moz-border-bottom-colors: none;  -moz-border-left-colors: none;  -moz-border-right-colors: none;   -moz-border-top-colors: none;
    background-color: #fcaf17;  border-color: none;  border-image: none;  border-style: none;  border-width: none;  color: none;  cursor: default;  color: #fff;}
.calculator-tabbing .nav-tabs > li.active > a.up-arrow:after { border-bottom-color: #fcaf17; border-top: 10px solid #fcaf17;  border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;  border-left: 10px solid transparent;  color: #fff;}
.calculator-tabbing .nav-tabs > li.active > a:focus {  background-color: #fcaf17; color: #fff;}
.calculator-tabbing .nav-tabs > li.active > a:hover {  background-color: #fcaf17;  color: #fff;}



a.up-arrow { display: inline-block; position: relative;  background-color: #bababa;  color: #fff; text-decoration: none;  padding: 10px; width: 100%;}
a.active.up-arrow { background-color: #fcaf17;}
a:hover.up-arrow { background-color: #bababa; }
a.up-arrow:after {  content: '';  display: block;  position: absolute;  left: 43%;  top: 100%; width: 0;  height: 0; color: #fff;}
a.active.up-arrow:after { border-bottom-color: #fcaf17; border-top: 12px solid #fcaf17; border-right: 12px solid transparent; border-bottom: 0 solid transparent;
    border-left: 12px solid transparent; color: #fff;}


.left-arrows { margin-top:60px; padding-left:85px; }


.sub-accor .accrdn-secn { margin-bottom: 0;}
.pbc-accord .accrdn-secn { margin-bottom: 20px;}
.pbc-accord .accrdn-title { background: rgba(0, 0, 0, 0) url(clientlib-site-en/images/cal-plus-icon.png) no-repeat scroll 98% center;  cursor: pointer;  margin: 0;  padding:20px;  position: relative;  background-color: #5e3b8d; color:#ffffff;}
.pbc-accord .accrdn-title.open {  background-image: url(clientlib-site-en/images/cal-minus-icon.png)}
.pbc-accord .accrdn-cntnt.showng {  display: block; }
.pbc-accord .accrdn-cntnt {  display: none;  padding:20px 20px 0; border:solid 1px #d5d5d5;}


.content-header { font-family: "Conv_accordaltregular-webfont"; font-size:18px; color:#333333; margin-bottom:10px; }

.sub-accor .accrdn-secn {/* margin-top: 5px;*/ border-top:solid 1px #d5d5d5;}
.sub-accor .accrdn-title { background: rgba(0, 0, 0, 0) url(clientlib-site-en/images/sub-accor-plus.jpg) no-repeat scroll 98% center;  cursor: pointer;  margin: 0;  padding:20px 30px 20px 0;  position: relative;  background-color: #ffffff; color:#333333;}
.sub-accor .accrdn-title.open {  background-image: url(clientlib-site-en/images/sub-accor-minus.jpg)}
.sub-accor .accrdn-cntnt.showng {  display: block; }
.sub-accor .accrdn-cntnt {  display: none;  padding:0px 0 20px 0; border:none;}

.sub-accor .accrdn-secn h3 { line-height:25px;}
.sub-accor .accrdn-secn h4 { color:#5e3b8d;}

.project-type {  font-size:18px;}

.left-up-arrow { background-color: transparent; border-right: 2px solid #dedfe0; position: relative; width: 10px; height:135px; margin: 0 0 20px 40px;}
.left-up-arrow span {  background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/gray-up-arrow.jpg") no-repeat scroll 2px 0;  display: block; height: 33px; position: relative; width: 18px;}


.left-down-arrow { background-color: transparent; border-right: 2px solid #dedfe0; position: relative; width: 10px; height:135px; margin: 20px 0 0 40px;}
.left-down-arrow span {  background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/gray-down-arrow.jpg") no-repeat;  display: block; height: 135px; position: relative; width: 18px; background-position:bottom}


.gray-left-arrow { background-color: transparent; border-bottom: 2px solid #dedfe0; position: relative; width:100%; height:7px; margin: 15px 0 20px 0;}
.gray-left-arrow span {  background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/gray-left-arrow.jpg") no-repeat scroll left top;  display: block; height: 13px; position: relative; width: 12px;}



.gray-right-arrow { background-color: transparent; border-bottom: 2px solid #dedfe0; position: relative; width:100%; height:7px; margin: 15px 0 20px 0;}
.gray-right-arrow span {  background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/gray-right-arrow.jpg") no-repeat scroll right top;  display: block; height: 13px; position: relative; width: 100%;}


.dark-gray-box { width:95%; border:solid 4px #848484; backgroung-color:#ffffff; padding:20px; height:380px; margin:0px auto; position:relative; margin-top:20px;}
ul.texture-gray-box { margin:0; padding:0;}
ul.texture-gray-box > li { display:block; color:#5e3b8d; font-size:14px; }
.dark-gray-box p { margin-bottom:5px;}

.door { position:absolute; bottom:-12px; left:25px;}
.down-side-arrows { position:relative; top:-4px;}


.sub-boxes-down { margin: 0 auto !important; position: relative; top: 30px; width: 65%;}
.sub-boxes-top { margin: 0 auto !important; position: relative; width: 65%;}

.txtFields{ margin:0 auto; }
.txtFields input{ padding:12px; width:100px; z-index: 2;background: transparent; position:relative; border:none; outline:none; font-size:14px; color:#888888;}
.txtFields label{ position: absolute;left: 14px;top: 12px; transition:.3s all; font-size:14px; z-index:1; color:#888888; font-family:Arial, Helvetica, sans-serif;}
.txtfld{ position:relative;display: inline-block;}
.txtfld::before {content: ''; position: absolute; left: 0; height: 100%;width: 100px;top: 0;border:1px solid #cfcfcf;}
.txtfld input:focus + label,.txtfld input.inputVal + label{ top:-7px; left:10px; font-size:12px; color:#5e3b8d; padding:0 5px; background:#fff}



ul.dim-text  { padding:0; margin:15px auto; }
ul.dim-text > li  { display:inline-block; float:left; width:90px; font-family: "Conv_accordaltlight-webfont"; font-size: 16px; color:#888888; }
ul.dim-text > li:first-child  { margin-top:4px;  color:#333333; }


/* tooltip css starts here*/

.help-sec { margin-left:3px; }
.help-sec img { margin-top:-1px; }
.radioLables .help-sec{ margin-left: 10px;  position: relative;}
i.helpText { background: #f2f2f2 none repeat scroll 0 0;  box-shadow:2px 2px 2px 1px #d8d8d8; color: #666666; font-size: 12px; left:50px; padding:10px; position: absolute; bottom: 36px; width: 150px; display: none;}

.help-sec:hover .helpText::before,.help-sec:hover .helpText{ display: block;}

i.helpText::before { border-left: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); border-top: 10px solid #f2f2f2; content: ""; left: 10%; position: absolute;
    top: 99%; display: none; }

/* tooltip css ends here*/


.tab-content  p { color: #333; font-family: Arial, Helvetica, sans-serif;  font-size: 16px; }


.mob-textfield {}
ul.mob-textfield  { margin:0; padding:0;}
ul.mob-textfield > li  { display:inline-block; float:left; width:120px;}


.height-radfield {}
ul.height-radfield  { padding:0; width:45%; margin:0px auto; margin-bottom:5px;}
ul.height-radfield > li  { display:inline-block; float:left; width:60px; font-family: "Conv_accordaltlight-webfont"; font-size: 14px; color:#4c4c4c;}
.height-radfield-header { font-family: "Conv_accordaltlight-webfont"; font-size: 14px; color:#4c4c4c; margin-top:5px;}



.check-radfield {}
ul.check-radfield  { padding:0; margin:15px auto; width:18%; }
ul.check-radfield > li  { display:inline-block; float:left; width:70px; font-family: "Conv_accordaltlight-webfont"; font-size: 14px; color:#5e3b8d;}
.check-radfield-header { font-family: "Conv_accordaltlight-webfont"; font-size: 16px; color:#4c4c4c; margin-top:5px; text-align:center; margin-bottom:5px;}



a.add-room-btn  { text-align:center; border:solid 2px #7f7f7f; background-color:#ffffff; padding:15px; color:#7f7f7f;  font-family: "Conv_accordaltlight-webfont"; font-size: 21px; display:inline-block; width:100%;}
a.add-room-btn:hover {  background-color:#7f7f7f; color:#ffffff;  border:solid 2px #7f7f7f;}

a.cal-room-btn  { text-align:center; background-color:#5e3b8d;  border:solid 2px #5e3b8d;  padding:15px; color:#ffffff;  font-family: "Conv_accordaltlight-webfont"; font-size: 21px; display:inline-block; width:100%;}
a.cal-room-btn:hover {  background-color:#ffffff; color:#5e3b8d;}



.product-tabbing { padding: 0;}
.product-tabbing .nav { list-style: outside none none;  margin-bottom: 0; padding-left: 0; }
.product-tabbing .nav > li { display: inline-block; position: relative;}
.product-tabbing .nav > li > a { display: inline-block; padding: 10px 40px;  position: relative;  text-align: center; font-family: "Conv_accordaltregular-webfont";
	 font-size:18px; }
.product-tabbing .nav > li > a:focus { background-color: transparent; }
.product-tabbing .nav > li > a:hover { background-color: #512b8b;}
.product-tabbing .nav > li.active > a:focus { background-color: transparent;}
.product-tabbing .nav > li.active > a:hover { background-color: transparent;}

.product-tabbing .nav-tabs { border-bottom: 0;}
.product-tabbing .nav-tabs > li { display: inline; margin-bottom: 10px; margin-right: 30px;}
.product-tabbing .nav-tabs > li > a { border: 0; border-radius:0;  line-height: 1.42857;  margin-right: 2px;}
.product-tabbing .nav-tabs > li.active > a {  -moz-border-bottom-colors: none;  -moz-border-left-colors: none;  -moz-border-right-colors: none;   -moz-border-top-colors: none;
    background-color: #512b8b;  border-color: none;  border-image: none;  border-style: none;  border-width: none;  color: none;  cursor: default;  color: #fff;}
.product-tabbing .nav-tabs > li.active > a.up-arrow:after { border-bottom-color: #512b8b; border-top: 10px solid #512b8b;  border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;  border-left: 10px solid transparent;  color: #fff;}
.product-tabbing .nav-tabs > li.active > a:focus {  background-color: #512b8b; color: #fff;}
.product-tabbing .nav-tabs > li.active > a:hover {  background-color: #512b8b;  color: #fff;}



.product-tabbing a.up-arrow { display: inline-block; position: relative;  background-color: #7f7f7f;  color: #fff; text-decoration: none;  padding: 10px; width: 100%;}
.product-tabbing a.active.up-arrow { background-color: #512b8b;}
.product-tabbing a:hover.up-arrow { background-color: #bababa; }
.product-tabbing a.up-arrow:after {  content: '';  display: block;  position: absolute;  left: 38%;  top: 100%; width: 0;  height: 0; color: #fff;}
.product-tabbing a.active.up-arrow:after { border-bottom-color: #512b8b; border-top: 12px solid #fcaf17; border-right: 12px solid transparent; border-bottom: 0 solid transparent;
    border-left: 12px solid transparent; color: #fff;}




.product-owl-demo .owl-buttons .owl-next { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_next.png") no-repeat right center !important; color: transparent; height: 15px; position: absolute; right:-5px; bottom:60px; width: 7px; }
.product-owl-demo .owl-buttons .owl-prev { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_prev.png") no-repeat left center !important; color: transparent; height: 15px; left:-5px; position: absolute; bottom:60px; width: 7px; }
.product-owl-demo .owl-controls .owl-page, .owl-controls .owl-buttons div { font-size:0;}
.product-owl-demo .owl-carousel .owl-wrapper,.product-owl-demo.owl-carousel .owl-item .item { display:table-cell; vertical-align:middle; padding:10px; border-right:solid 1px #c9c9c9;}
.product-owl-demo .owl-carousel .owl-wrapper,.product-owl-demo.owl-carousel .owl-item .item .radio label { font-weight:bold; font-family:"Conv_accordaltregular-webfont"; }



.texture-owl-demo .owl-buttons .owl-next { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_next.png") no-repeat right center !important; color: transparent; height: 15px; position: absolute; right:-15px; bottom:60px; width: 7px; }
.texture-owl-demo .owl-buttons .owl-prev { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_prev.png") no-repeat left center !important; color: transparent; height: 15px; left:-20px; position: absolute; bottom:60px; width: 7px; }
.texture-owl-demo .owl-controls .owl-page, .owl-controls .owl-buttons div { font-size:0;}
.texture-owl-demo .owl-carousel .owl-wrapper,.texture-owl-demo.owl-carousel .owl-item .item { display:table-cell; vertical-align:middle; padding:10px; border-right:solid 1px #c9c9c9;}
.texture-owl-demo .owl-carousel .owl-wrapper,.texture-owl-demo.owl-carousel .owl-item .item .radio label { font-weight:bold; font-family:"Conv_accordaltregular-webfont"; }



.cost-owl-demo .owl-buttons .owl-next { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_next.png") no-repeat right center !important; color: transparent; height: 15px; position: absolute; right:-15px; bottom:60px; width: 7px; }
.cost-owl-demo .owl-buttons .owl-prev { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_prev.png") no-repeat left center !important; color: transparent; height: 15px; left:-20px; position: absolute; bottom:60px; width: 7px; }
.cost-owl-demo .owl-controls .owl-page, .owl-controls .owl-buttons div { font-size:0;}
.cost-owl-demo .owl-carousel .owl-wrapper,.cost-owl-demo.owl-carousel .owl-item .item { display:table-cell; vertical-align:middle; padding:10px; border-right:solid 1px #c9c9c9;}
.cost-owl-demo .owl-carousel .owl-wrapper,.cost-owl-demo.owl-carousel .owl-item .item .radio label { font-weight:bold; font-family:"Conv_accordaltregular-webfont"; }

.cost-owl-demo .owl-wrapper-outer{ width:99%;}

.product-item-text { line-height: 18px; margin-left: 25px; font-size:13px;}
.sub-accor .tab-content { margin-top:25px; font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#4c4c4c;  }


.doorwindow-tabbing { padding: 0;}
.doorwindow-tabbing .nav { list-style: outside none none;  margin-bottom: 0; padding-left: 0; }
.doorwindow-tabbing .nav > li { display: inline-block; position: relative;}
.doorwindow-tabbing .nav > li > a { display: inline-block; padding: 10px 40px;  position: relative;  text-align: center; font-family: "Conv_accordaltregular-webfont";
	 font-size:18px; }
.doorwindow-tabbing .nav > li > a:focus { background-color: transparent; }
.doorwindow-tabbing .nav > li > a:hover { background-color: #512b8b;}
.doorwindow-tabbing .nav > li.active > a:focus { background-color: transparent;}
.doorwindow-tabbing .nav > li.active > a:hover { background-color: transparent;}

.doorwindow-tabbing .nav-tabs { border-bottom: 0;}
.doorwindow-tabbing .nav-tabs > li { display: inline; margin-bottom: 10px; margin-right: 30px;}
.doorwindow-tabbing .nav-tabs > li > a { border: 0; border-radius:0;  line-height: 1.42857;  margin-right: 2px;}
.doorwindow-tabbing .nav-tabs > li.active > a {  -moz-border-bottom-colors: none;  -moz-border-left-colors: none;  -moz-border-right-colors: none;   -moz-border-top-colors: none;
    background-color: #512b8b;  border-color: none;  border-image: none;  border-style: none;  border-width: none;  color: none;  cursor: default;  color: #fff;}
.doorwindow-tabbing .nav-tabs > li.active > a.up-arrow:after { border-bottom-color: #512b8b; border-top: 10px solid #512b8b;  border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;  border-left: 10px solid transparent;  color: #fff;}
.doorwindow-tabbing .nav-tabs > li.active > a:focus {  background-color: #512b8b; color: #fff;}
.doorwindow-tabbing .nav-tabs > li.active > a:hover {  background-color: #512b8b;  color: #fff;}


.doorwindow-tabbing a.up-arrow { display: inline-block; position: relative;  background-color: #7f7f7f;  color: #fff; text-decoration: none;  padding: 10px; width: 100%;}
.doorwindow-tabbing a.active.up-arrow { background-color: #512b8b;}
.doorwindow-tabbing a:hover.up-arrow { background-color: #bababa; }
.doorwindow-tabbing a.up-arrow:after {  content: '';  display: block;  position: absolute;  left: 38%;  top: 100%; width: 0;  height: 0; color: #fff;}
.doorwindow-tabbing a.active.up-arrow:after { border-bottom-color: #512b8b; border-top: 12px solid #fcaf17; border-right: 12px solid transparent; border-bottom: 0 solid transparent;
    border-left: 12px solid transparent; color: #fff;}


.doorwindow-owl-demo .owl-buttons .owl-next { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_next.png") no-repeat right center !important; color: transparent; height: 15px; position: absolute; right:-15px; bottom:20px; width: 7px; }
.doorwindow-owl-demo .owl-buttons .owl-prev { background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/arrow_prev.png") no-repeat left center !important; color: transparent; height: 15px; left:-20px; position: absolute; bottom:20px; width: 7px; }
.doorwindow-owl-demo .owl-controls .owl-page, .owl-controls .owl-buttons div { font-size:0;}
.doorwindow-owl-demo.owl-carousel .owl-wrapper,.doorwindow-owl-demo.owl-carousel .owl-item .item { display:table-cell; vertical-align:middle; padding:10px; border-right:solid 1px #c9c9c9;}
.doorwindow-owl-demo.owl-carousel .owl-wrapper,.doorwindow-owl-demo.owl-carousel .owl-item .item .radio label { font-weight:bold; font-family:"Conv_accordaltregular-webfont"; }

.doorwindow {}
ul.doorwindow  { padding:0; margin:0; }
ul.doorwindow > li  { display:inline-block; float:left; width:65px; font-family: "Conv_accordaltlight-webfont"; font-size: 14px; color:#a0a0a0;}


.doorarea {}
ul.doorarea  { padding:0; margin:0; }
ul.doorarea > li  { display:inline-block; float:left; font-family: "Conv_accordaltlight-webfont"; font-size: 14px; color:#a0a0a0; margin:0 10px 10px 0;}

ul.doorarea > li .txtfld::before { width:150px; }
ul.doorarea > li .txtFields input { width:150px; }

ul.doorarea > li > ul  { padding:0; margin:0;}
ul.doorarea > li > ul > li { display:inline-block; float:left; font-family: "Conv_accordaltlight-webfont"; font-size: 14px; color:#5e3b8d;}

.custom-color {color:#a0a0a0 !important}

.sq-box { border-top:solid 1px #cdcdcd; border-bottom:solid 1px #cdcdcd; width:150px; height:40px; background-color:#FFF; padding-top:10px; text-align:center; color:#5e3b8d;}


ul.paint-door-window  { padding:0; margin:0; margin-bottom:20px;}
ul.paint-door-window > li { display:inline-block; float:left; font-family: "Conv_accordaltlight-webfont"; font-size: 16px; color:#333333; width:100px;}


ul.intext  { padding:0; margin:0; }
ul.intext > li { display:inline-block; float:left; font-family: "Conv_accordaltlight-webfont"; font-size: 18px; color:#333333; width:120px;}

ul.freshre  { padding:0; margin:0; }
ul.freshre > li { display:inline-block; float:left; font-family: "Conv_accordaltlight-webfont"; font-size: 18px; color:#333333; width:190px;}



ul.rooms  { padding:0;  margin:0;}
ul.rooms > li  { display:inline-block; float:left; width:60px; font-family: "Conv_accordaltlight-webfont"; font-size: 18px; color:#4c4c4c;}

.quick-calculator .txtfld::before { border: 1px solid #cfcfcf;  content: "";  height: 100%;  left: 0;  position: absolute; top: 0; width: 225px; }


ul.plntex  { padding:0; margin:0; }
ul.plntex > li { display:inline-block; float:left; font-family: "Conv_accordaltlight-webfont"; font-size: 18px; color:#333333; width:125px;}


.cal-head-text { font-family: Arial, Helvetica, sans-serif; font-size: 16px; margin:0px 0 45px 0;}


.doorwindow-owl-demo .owl-controls .owl-buttons .owl-next { color:transparent !important}
.cost-owl-demo .owl-controls .owl-buttons .owl-next { color:transparent !important}
.texture-owl-demo .owl-controls .owl-buttons .owl-next { color:transparent !important}
.product-owl-demo .owl-controls .owl-buttons .owl-next { color:transparent !important}

/* media css strats here */



@media only screen and (min-width:1024px) and (max-width:1199px){
.check-radfield-header { text-align:center;}
.left-arrows { padding-left: 50px;}
}


@media only screen and (min-width:992px) and (max-width:1199px) {
.calculator-tabbing .nav > li > a { padding: 16px 15px; }
.calculator-tabbing .nav-tabs > li {  margin-right: 15px;}

ul.height-radfield { width: 55%;}
ul.check-radfield { width: 22%;}

.dark-gray-box { height: 360px;}
.down-side-arrows {top: 15px; }
}


@media only screen and (min-width:768px) and (max-width:1199px) {
.calculator-tabbing .nav > li > a { width:160px; font-size:16px; }
}



@media only screen and (min-width:768px) and (max-width:1024px) {
.sub-boxes-top { left: -10px; }
.sub-boxes-down { left: -10px;}
.calculator-secn h4 {font-size: 20px; }
}



@media only screen and (min-width:768px) and (max-width:1023px){
.check-radfield-header { text-align:center;}
.left-arrows { padding-left: 15px;}

}


@media only screen and (min-width:768px) and (max-width:991px) {
.calculator-tabbing .nav-tabs > li {  margin-right: 10px;}
.calculator-tabbing .nav > li > a {padding:16px 10px;}
ul.height-radfield { width: 72%;}
ul.check-radfield { width: 28%;}
.upside-arrows .txtFields{ margin-left:-20px; }
.dark-gray-box { height: 355px;}
.down-side-arrows {top: 35px; }
.sub-boxes-down { top:30px; width:100%;}
.sub-boxes-top { width:100%;}

}

@media only screen and (min-width:768px) and (max-width:768px) {
.cal-mt-10 {width:100%;}
}


@media only screen and (min-width:640px) and (max-width:767px) {
.sub-boxes-top { width:65%; }
.sub-boxes-down { width:65%;}

}


@media only screen and (min-width:522px) and (max-width:767px) {
.dark-gray-box { height:375px !important;}
.down-side-arrows {top: -10px; }
.sub-boxes-down { top:20px;}
}



@media only screen and (min-width:481px) and (max-width:640px) {
a.cal-room-btn { width:45%;}
a.add-room-btn { width:45%;}
}


@media only screen and (min-width:481px) and (max-width:521px) {
.dark-gray-box { height: 345px;}
.sub-boxes-down { top:20px; width:100%;}
}


@media only screen and (min-width:480px) and (max-width:639px) {
.sub-boxes-top { width:45%; }
.sub-boxes-down { width:45%;}
}

@media only screen and (min-width:476px) and (max-width:480px) {
.dark-gray-box { height: 335px;}
.down-side-arrows {top: -10px; }
.sub-boxes-down { top:10px;}

}


@media only screen and (min-width:401px) and (max-width:475px) {
.dark-gray-box { height: 315px;}
.down-side-arrows {top: 0px; }
.sub-boxes-down { top:2px; width:100%;}
}




@media only screen and (min-width:321px) and (max-width:360px) {
.cal-mb-25 { margin-bottom:0;}
.dark-gray-box { height: 300px; padding: 10px;}
.down-side-arrows {top: 25px; }
.sub-boxes-down { top:10px; width:100%;}
}


@media only screen and (min-width:320px) and (max-width:767px) {
.mt-50 { margin-top:0;}
.calculator-tabbing .nav > li > a {font-size: 15px;  padding: 15px 5px; width: 135px; }
.calculator-tabbing .nav-tabs > li { margin-right: 10px;}
ul.texture-gray-box > li { font-size:13px; }
.txtFields{ margin:5px auto; }

.check-radfield-header { text-align:left;}
ul.height-radfield { width: 100%; text-align:left; }

a.add-room-btn { width:100%;}
a.cal-room-btn { width:100%;}

.product-tabbing .nav > li > a { padding: 10px 25px; font-size:16px; width:100px; }
.product-tabbing .nav-tabs > li { margin-right: 15px;}

.doorwindow-tabbing .nav > li > a { padding: 5px 20px; font-size:16px; }
.doorwindow-tabbing .nav-tabs > li { margin-right: 15px;}
.cal-mt-5 { margin-top:10px !important;}
.cal-mt-10 {width:100%;}
ul.check-radfield { width: 100%;}
.sq-box { margin-top: 5px; }
}



@media only screen and (min-width:320px) and (max-width:640px) {
.calculator-secn h4 { font-size: 16px; line-height: 17px; }
#product-owl-demo .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item { border-right:none;}
#doorwindow-owl-demo .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item { border-right:none;}
#cost-owl-demo .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item { border-right:none;}
#texture-owl-demo .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item { border-right:none;}

#product-owl-demo .owl-buttons .owl-prev { left: -5px; }
#product-owl-demo .owl-buttons .owl-next { right: -5px; }

#doorwindow-owl-demo .owl-buttons .owl-prev { left: -5px; }
#doorwindow-owl-demo .owl-buttons .owl-next { right: -5px; }


#cost-owl-demo .owl-buttons .owl-prev { left: -5px; }
#cost-owl-demo .owl-buttons .owl-next { right: -5px; }

#texture-owl-demo .owl-buttons .owl-prev { left: -5px; }
#texture-owl-demo .owl-buttons .owl-next { right: -5px; }

}


@media only screen and (min-width:320px) and (max-width:479px) {
ul.freshre > li { width:145px;}
.project-type {  font-size: 16px; }
ul.rooms > li  { width:45px; }
ul.plntex > li { width:110px;}
.sub-boxes-top { width:100%; }
.sub-boxes-down { width:100%;}
}


@media only screen and (min-width:320px) and (max-width:413px) {
.calculator-tabbing .nav > li > a {font-size: 15px;  padding: 15px 5px; width: 135px; }

}



@media only screen and (min-width:320px) and (max-width:320px) {
.cal-mb-25 { margin-bottom:0;}
.dark-gray-box { height: 290px; padding: 10px;}
.down-side-arrows {top: 25px; }
.sub-boxes-down { top:2px; width:100%;}
.pbc-accord .accrdn-title { background: #5e3b8d url("clientlib-site-en/images/cal-plus-icon.png") no-repeat scroll 96% center;}
.sub-accor .accrdn-title{ background: rgba(0, 0, 0, 0) url(clientlib-site-en/images/sub-accor-plus.jpg) no-repeat scroll 98% center }
.dark-gray-box p { font-size:15px; }
ul.doorwindow > li  { width:60px;}
ul.texture-gray-box{ margin-top: 20px; }
ul.texture-gray-box.pull-right{ margin-top: 15px; }

}

@media only screen and (min-width:361px) and (max-width:400px) {
.dark-gray-box { height: 340px; }
.down-side-arrows {top: 5px; }
.sub-boxes-down { top:-5px; width:100%;}
}

/*Radio Button Css*/
@charset "utf-8";
/* CSS Document */
/* green small radio starts */

.calculator-secn .radio {
  padding-left: 20px;
  /*margin-bottom:20px;*/
  margin-top:5px;
}
.calculator-secn .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-size:16px;
}
.calculator-secn .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top:-1px;
  margin-left: -20px;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.calculator-secn .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  left: 7px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #7cc013;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.calculator-secn .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor:pointer;
  margin-left:-17px;
  top:-1px;
}
.calculator-secn .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.calculator-secn .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.calculator-secn .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.calculator-secn .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.calculator-secn .radio.radio-inline {
  margin-top: 0;
}

.calculator-secn .radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.calculator-secn .radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.calculator-secn .radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.calculator-secn .radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.calculator-secn .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.calculator-secn .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.calculator-secn .radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.calculator-secn .radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.calculator-secn .radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.calculator-secn .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.calculator-secn .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.calculator-secn .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.calculator-secn .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.calculator-secn .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.calculator-secn .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

.calculator-secn input[type="checkbox"].styled:checked + label:after,
.calculator-secn input[type="radio"].styled:checked + label:after {
  content: "";
}
.calculator-secn input[type="checkbox"] .styled:checked + label::before,
.calculator-secn input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
.calculator-secn input[type="checkbox"] .styled:checked + label::after,
.calculator-secn input[type="radio"] .styled:checked + label::after {
  color: #fff;
}


.calculator-secn .radio label,.calculator-secn .checkbox label {
    cursor: default; }


/* green small radio ends */




.texture-gray-box .radio label::before { top:-2px;}
.texture-gray-box .radio label::after { top: 5px; }
.texture-gray-box .radio, .checkbox { margin-bottom: 5px; }



.height-radfield .radio label::before { top:-4px; }
.height-radfield .radio label::after { top: 3px;}
.height-radfield .radio input[type="radio"] {  margin-left: -32px; top:-4px;}



.check-radfield .radio label::before { top:-3px; }
.check-radfield .radio label::after { top: 4px;}
.check-radfield .radio input[type="radio"] { margin-left: -37px; top:-4px;}


.doorwindow .radio label::before { top:-3px; }
.doorwindow .radio label::after { top: 4px; }
.doorwindow .radio input[type="radio"] {  margin-left: -37px; top:-3px;}


/*Checkbox Css*/

.calculator-secn .checkbox {
  padding-left: 20px; }
.calculator-secn .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.calculator-secn .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.calculator-secn .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #555555; }
.calculator-secn .checkbox input[type="checkbox"],
.calculator-secn .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.calculator-secn .checkbox input[type="checkbox"]:focus + label::before,
.calculator-secn .checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.calculator-secn .checkbox input[type="checkbox"]:checked + label::after,
.calculator-secn .checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";}
.calculator-secn .checkbox input[type="checkbox"]:indeterminate + label::after,
.calculator-secn .checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.calculator-secn .checkbox input[type="checkbox"]:disabled + label,
.calculator-secn .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.calculator-secn .checkbox input[type="checkbox"]:disabled + label::before,
.calculator-secn .checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.calculator-secn .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.calculator-secn .checkbox.checkbox-inline {
    margin-top: 0; }

.calculator-secn .checkbox-primary input[type="checkbox"]:checked + label::before,
.calculator-secn .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.calculator-secn .checkbox-primary input[type="checkbox"]:checked + label::after,
.calculator-secn .checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.calculator-secn .checkbox-danger input[type="checkbox"]:checked + label::before,
.calculator-secn .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.calculator-secn .checkbox-danger input[type="checkbox"]:checked + label::after,
.calculator-secn .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.calculator-secn .checkbox-info input[type="checkbox"]:checked + label::before,
.calculator-secn .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.calculator-secn .checkbox-info input[type="checkbox"]:checked + label::after,
.calculator-secn .checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.calculator-secn .checkbox-warning input[type="checkbox"]:checked + label::before,
.calculator-secn .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.calculator-secn .checkbox-warning input[type="checkbox"]:checked + label::after,
.calculator-secn .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.calculator-secn .checkbox-success input[type="checkbox"]:checked + label::before,
.calculator-secn .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.calculator-secn .checkbox-success input[type="checkbox"]:checked + label::after,
.calculator-secn .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.calculator-secn .checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.calculator-secn .checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.calculator-secn .checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.calculator-secn .checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.calculator-secn .checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.calculator-secn .checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.calculator-secn .checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.calculator-secn .checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.calculator-secn .checkbox-info input[type="checkbox"]:indeterminate + label::before,
.calculator-secn .checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.calculator-secn .checkbox-info input[type="checkbox"]:indeterminate + label::after,
.calculator-secn .checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.calculator-secn .checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.calculator-secn .checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.calculator-secn .checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.calculator-secn .checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.calculator-secn .checkbox-success input[type="checkbox"]:indeterminate + label::before,
.calculator-secn .checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.calculator-secn .checkbox-success input[type="checkbox"]:indeterminate + label::after,
.calculator-secn .checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.calculator-secn .radio {
  padding-left: 20px; }
.calculator-secn .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.calculator-secn .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }

.calculator-secn .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.calculator-secn .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.calculator-secn .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.calculator-secn .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.calculator-secn .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.calculator-secn .radio.radio-inline {
    margin-top: 0; }

.calculator-secn .radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.calculator-secn .radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.calculator-secn .radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.calculator-secn .radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.calculator-secn .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.calculator-secn .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.calculator-secn .radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.calculator-secn .radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.calculator-secn .radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.calculator-secn .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.calculator-secn .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.calculator-secn .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.calculator-secn .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.calculator-secn .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.calculator-secn .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.calculator-secn input[type="checkbox"].styled:checked + label:after,
.calculator-secn input[type="radio"].styled:checked + label:after {
    background:url(clientlib-site-en/images/check-tick.jpg);
    }
.calculator-secn input[type="checkbox"] .styled:checked + label::before,
.calculator-secn input[type="radio"] .styled:checked + label::before {
  color: #fff; }
.calculator-secn input[type="checkbox"] .styled:checked + label::after,
.calculator-secn input[type="radio"] .styled:checked + label::after {
  color: #fff; }


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.sub-accor .accrdn-secn { margin-bottom: 0;}
.accrdn-secn { margin-bottom: 20px;}
.accrdn-title1 { background: rgba(0, 0, 0, 0) url(clientlib-site-en/images/cal-plus-icon.png) no-repeat scroll 98% center;  cursor: pointer;  margin: 0;  padding:20px;  position: relative;  background-color: #5e3b8d; color:#ffffff;}
.accrdn-title1.open {  background-image: url(clientlib-site-en/images/cal-minus-icon.png)}
.accrdn-cntnt.showng {  display: block; }
.accrdn-cntnt {  display: none;  padding:20px 20px 0;}
.col-xs-15 {
    width: 20%;
    float: left;
}

.btn-sync {
	border: 2px solid #6d6e71;
	color: #6d6e71 !important;
	font-size: 18px !important;
	padding: 10px 12px 10px 10px;
}
.btn-sync:hover {
	background-color: #6d6e71;
	color: #fff !important;
}

.wrap-secn a.btn-sync.pull-right {
        float: right !important;
}

a.btn-sync.pull-right {
        float: right !Important;
}

.accrdn-title1.open {
    background-image: url("clientlib-site-en/images/cal-minus-icon.png");
}
.accrdn-title1 {
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/cal-plus-icon.png") no-repeat scroll 98% center;
    cursor: pointer;
    margin: 0;
    padding: 20px;
    position: relative;
    background-color: #5e3b8d;
    color: #ffffff;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.important-col-xs-6{
    width: 50% !important;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 479px){
    .custom-mobile-480-col-xs-12{
        width: 100% !important;
    }

}

@media screen and (max-width: 559px){
    .custom-mobile-560-xs-12{
        width: 100% !important;
    }

}
.item-hdng-decor-blogs {
    text-align: center;
    font-family: "Conv_accordaltregular-webfont";
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 2px;
}
#demo2{
    /*background: #ececeb;*/
}

.eload a > img{
    background: #dfdfdf;
}

.eload  > img{
    background: #dfdfdf;
}

.eload h2 span{
    border: none;
}

#dvSearchTextures ul li a span{
    background-size: cover;
}

.custom-brdr{border: 1px solid #dbdbdb;margin-bottom: 60px;border-bottom-style: none; }

.appointment_heading{
    padding-bottom: 10px;
}

.login-wrap{
	position: relative;
}

.room_image.room-box{
	margin-bottom: -1;
}

.login-wrap .login-spinner{
	position: absolute;
    display: none;
    left: -35%;
    top: 0;
}

@media screen and (max-width: 992px){
	.login-wrap .login-spinner{
        left: 15%;
        top: 0;
    }
}

@media screen and (max-width: 768px){
	.login-wrap .login-spinner{
        float: left;
        position:  initial;
    }

    .login-wrap a{
		float: left;
    }
}

.scf h4{
   font-size: 18px !important;
}

.scf h2.mb-5{
    margin-bottom: 5px !important;
}

.scf h2.mb-0{
    margin-bottom: 0 !important;
}

.login-spinner{
    display: none;
    text-align: center;
}

.login-spinner img{
	width: 35px;
    height: 35px;
}

.login-input div{
	margin-top: 10px;
    color: red;
}

.login .checkbox label div{
	margin-top: 10px;
}

.signup-desc{
    width: 100%;
    float: left;
}

@media screen and (max-width: 767px){
   .ap-tabs{
   display: none;
  }
}

.login-forgot-password{
   cursor: pointer;
}

.accrdn-title{
    line-height: 1.2;
}

@media screen and (max-width: 767px){
   .accrdn-title{
       line-height: 1.5;
   }
}

/*.grid-item{
   margin: 15px 0 !important;
}*/

.scf a{
    color: #000;
    font-size: 13px;
}

/*.forum .brdr-secn{
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}*/

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.scf-is-new{
   padding: 20px;
}

.scf-is-new .cmmnt-box{
   border: none !important;
}

.scf .scf-btn{
   background-color: #fff;
    border: 2px solid #55565a;
    color: #55565a;
    font-family: 'Conv_accordaltregular-webfont';
    display: inline-block;
    font-size: 18px;
    padding: 7px 30px 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service_testi_font{
    color: #fff;
}

select[multiple], select[size]{
   width: 100% !important;
}

.ap-video .center-large-box .tile{
    margin-bottom: 30px !important;
}

.scf-topic-listitem{
   border: none !important;
}

.room-box img{
	width: 100%;
}

.room_box .room_image img{
	width: 100%;
}

.ctaleft{
    text-align: left;
}

.ctaright{
    text-align: right;
}

.ctacenter{
    text-align: center;
}


.appoint_form_listing div.error{
    position: relative;
    left: 0%;
    /* display: none; */
    color: #f20007;
    font-size: 12px;
    margin: 5px 0;
    width: 80%;
    padding: 0 0;
}

.btn-border{
    padding-bottom: 60px;
    border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px){
    .btn-border{
        padding-bottom: 30px;
    }
}

.evnt-secn:last-child{
    border: none;
    padding: 0;
    margin: 0 -15px 0 -15px;
}

.grid-item .btn-style2{
   float: left !important;
}

.soc-ico a {
   display:block;
   padding:5px;
}
.soc-ico a:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.soc-ico a > img {
   margin-right:0px;
}

.share{
   position: relative;
}

.investor-policies-program > ul > li a{
   color: #512b8b;
}

.gallery-img img{
   max-height: 180px;
}

.btn-style4{
   cursor: pointer;
}

.dsgnr-dtls .socialPlugin{
   background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/share.png") no-repeat scroll 0 0 / 100% auto;
    width: 15px;
    display: inline-block;
}


.benifit-section-heading{
   padding: 20px 0;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    text-align: center;
}

.shades-section{
padding: 20px 0;
   border-bottom: 1px solid #fff;
   font-weight: 600;
   text-align: center;
}

.signaturestoreevents .tab-style1 .nav li{
    margin-right: 2% !important;
}

.benifit-section-heading-grey{
    padding: 20px 0;
    border-bottom: 1px solid #999999;
    font-weight: 600;
    text-align: center;
}

.owlCarousel-auto-item-6 .owl-prev, .owlCarousel-auto-item-4 .owl-prev {
   background: url("clientlib-site-en/images/arrow-left.png") no-repeat left center !important;
   left: 20px !important;
}
.owlCarousel-auto-item-6 .owl-next, .owlCarousel-auto-item-4 .owl-next {
   background: url("clientlib-site-en/images/arrow-right.png") no-repeat left center !important;
   right: 20px !important;
}

.owlCarousel-auto-item-6.owl-theme .owl-controls .owl-buttons div, .owlCarousel-auto-item-4.owl-theme .owl-controls .owl-buttons div{
   height: 18px;
    margin: 0 !important;
    padding: 0 !important;
    width: 10px;
    opacity: 1 !important;
    text-indent: -99999px;
    top: 50%;
}

.owl-carousel .owl-item{
   text-align: center;
}

.careerswhatdowelookfor p{
   text-align: justify !important;
}

ul.ui-autocomplete{
    max-height: 200px !important;
    overflow: scroll !important;
    overflow-x: hidden;
}

.affix{
   z-index: 30 !important;
}

.ui-autocomplete .ui-menu-item{
    border-radius: 0 !important;
}

ul.tagit li.tagit-choice{
    padding: 5px 20px 5px 20px !important;
}

ul.tagit li.tagit-choice a.tagit-close{
    top: 5px;
}

.scf button {
    background-color: #fff;
    border: 2px solid #55565a;
    color: #55565a;
    font-family: 'Conv_accordaltregular-webfont';
    display: inline-block;
    font-size: 18px;
    padding: 7px 30px 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.scf-composer {
margin: 0 0 0 0px;
}
.scf button:hover {
   background: #55565a;
}

.scf-comment-votes {
    position: absolute;
    top: 50%;
    right: 0;
}
.scf h4 {
    font-size: 14px;
    color: #4B4B4B;
}


.cmmnt-desc{
    padding-right: 2%;
}

.cmmnt-desc p{
    margin-top: 0px !important;
}
.scf .scf-replies-count {
    display: inline-block;
    margin-bottom: 15px;
}

.scf input[type='submit'] {
        background-color: #fff;
       border: 2px solid #55565a;
       color: #55565a;
       font-family: 'Conv_accordaltregular-webfont';
       display: inline-block;
       font-size: 18px;
       padding: 7px 30px 8px;

       -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       transition: all 0.2s linear;
}

#demo2 .owl-item .item{
text-align: center;
}

.contentarticle ul li{
    margin-bottom: 10px !important;
    line-height: 20px ! important;
    margin-left: 20px !important;
}

@media screen and (max-width: 767px){
    .contentarticle ul li{
        margin-left: 10px !important;
    }
}

.contentarticle ul li{
   padding: 0 0 8px 15px;
    background: url(clientlib-site-en/images/bullet-orange.png) left 8px no-repeat;
}

.service_testimonial_content p{
   color: #fff;
}

.service_testimonial_content h1,h2,h3,h4,h5,h6{
   line-height: 30px;
}
.c-inspiring-decor .custom-mainSlide h5{ line-height: 1.1 !important; }

.contentarticle ol li{
   list-style: decimal !important;
    margin-bottom: 10px !important;
    line-height: 20px !important;
    margin-left: 35px !important;
}
.contentarticle{
    line-height: 20px !important;
}

.paint-selector-gallery-header p{
   margin: 0;
   padding: 0 0 0 0.5em;
   display: block;
   display: -webkit-box;
   max-width: 40em;
   height: 2.9em;
   line-height: 1.4;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   text-align: center;
}

.paint-selector-gallery-header img{
    max-height: 120px;
}

.contentarticle a{
   color: #512b8b;
   text-decoration: none;
}

.contentarticle a:hover{
   text-decoration: underline;
   color: #512b8b !important;
}

.contentarticle p{
   margin-bottom: 10px !important;
   text-align: justify;
}

.contentarticle p:last-child{
   margin-bottom: 0px !important;
}

.contentarticle a:hover{
   color: #337ab7;
}

.smartcarelistingtabs .contentarticle p{
margin-bottom: 25px !important;
}


.smartcarelistingtabs.section ul li{
   float: left;
    margin-right: 1px;
}

.bc-btn{
    text-align: center;
}
.campus-block h3,.campus-block p{
   float: none !important;
}


#ap-error{
   text-align: center;
    font-weight: bold;
   color: #FA3336;
}

.campus-block-right{
   text-align: left;

}

.profile_change_password li label{
      max-width: 130px !important;
}


.profile_change_password li div{
      margin-left: 130px;
}



/*.tab-style1 .tabs li a {
background-color: #bababa;
color: #fff;
font-family: 'Conv_accordaltregular-webfont';
font-size: 18px;
padding: 20px 30px;
}

.tab-style1 .tabs li a.active{
background-color: #fcaf17;
}

*/

.morecontent span {
    display: none;
}

.more{
   line-height: 1.5;
   font-family: 'Conv_accordaltlight-webfont', sans-serif;
}

.morelink {
    display: block;
    width: 145px;
    text-align: center;
}


.smartcarelistingtabs .tabs li{
    display: inline-block;
    margin-right: 2%;
    position: relative;
    text-align: center;
}

.smartcarelistingtabs .tabs li{
   max-width: 100%;
    text-align: center;
    width: 16%;
}

.smartcarelistingtabs .tabs li{
    font-size: 18px;
    background-color: #bababa;
}

.smartcarelistingtabs .tabs li{
    line-height: 34px;
}

.smartcarelistingtabs .tabs li{
    margin-right: 1px;
    float: left;
}


.ap-tabs :last-child a{
   line-height: 19px;
    padding: 10px !important;
}

.smartcarelistingtabs .tabs li a{
     padding: 12px 30px;
      display: block;
}

.smartcarelistingtabs .tabs li a{
   background-color: #bababa;
    color: #fff;
    font-family: 'Conv_accordaltregular-webfont';
    font-size: 18px;
}

.smartcarelistingtabs .tabs li a.active{
   background-color: #fcaf17;
}


.smartcarelistingtabs .tabs li a.active::before{
    background: url("clientlib-site-en/images/arrow-bottom2.png") no-repeat center center;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 23px;
    height: 13px;
    margin: 0 0 0 -12px;
}

.modal-open{
   overflow: hidden !important;
    overflow-x: auto !important;
}

div#story-modal{
   overflow-x: hidden;
    overflow-y: auto;
}

.modal{
   z-index: 9999 !important;
}

/*.main-header{
 z-index: 999 !important;
}*/

.modal-backdrop{
   z-index: 200 !important;
}

.grid .grid-item {
   width: 47%;
   text-align: center;
   margin: 1%;
}

@media screen and (max-width: 767px){
   .grid .grid-item{
    width: 100%;
     margin: 0 0 15px 0;
  }
   .grid .scf-topic-listitem{
       margin: 0 0 15px;
   }
}

@media screen and (max-width: 767px){
    .wat-we-d p {
        text-align: justify;
    }
}

.grid-item img {
   width: 100%;
}

#benefits list{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wallpaper-collection-caption-white {
   text-align: right;
   bottom: 10px;
   right: 45px;
   padding: 12px 0;
   position: absolute;
   color: #ffffff;
   font-size: 24px;
   display: inline-block;
}

.wallpaper-collection-caption-white-bottom-left{
  bottom: 5%;
  padding: 12px 0;
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  top: auto;
}

@media screen and (max-width: 768px){
	.wallpaper-collection-caption-white-bottom-left{
      bottom: 5%;
      left: 20px;
      top: auto;
    }

}


.wallpaper-collection-caption-white-bottom-right{
   bottom: 10px !important;
   padding: 12px 0;
   position: absolute;
   color: #ffffff;
   font-size: 24px;
   display: inline-block;
   right: 45px;
}

.aph-col{
	display: inline-block;
    float: none;
  	vertical-align: top;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align:left;
}

.wallpaper-collection-caption-white-top-left{
   left: 30px;
   top: 15px;
   padding: 12px 0;
   position: absolute;
   color: #ffffff;
   font-size: 24px;
   display: inline-block;
   bottom: auto;
}

.wallpaper-collection-caption-white-top-right{
   right: 30px;
   top: 15px;
   padding: 12px 0;
   position: absolute;
   color: #ffffff;
   font-size: 24px;
   display: inline-block;
}

.wallpaper-collection-caption-white-middle{
top: 50%;
   left: 0;
   right: 0;
   padding: 12px 0;
   position: absolute;
   color: #ffffff;
   font-size: 24px;
   display: inline-block;
}
.wallpaper-collection-caption-black{
color: #000;
}

.product-range-carousel .owl-pagination{
	display: block;
}

.completed-projects-carousel .owl-pagination{ display:block;}
#solution-carousel .owl-pagination{display:block;}
login .checkbox input[type="checkbox"], .login .checkbox-inline input[type="checkbox"] {
   height: 18px;
    left: -20px;
    margin-left: 2px;
    width: 20px;
    top: 0;
}
.login .checkbox label::before {
    border: 1px solid #7f7f7f;
    content: "";
    height: 20px;
    width: 20px;
}
.login .checkbox label::after {
    color: #79be16;
    font-size: 14px;
    height: 20px;
    width: 22px;
}

.login .checkbox input[type="checkbox"]:checked + label::after, .login .checkbox label.chkd::after  {
    content: "";
    background: rgba(0, 0, 0, 0) url("clientlib-site-en/images/tick-mark-green.png") no-repeat scroll center center;
}

/*
    adding css to show pincode error.
*/
span.leadform_service_unavailable{
    color:red
}


/* Written By Pramath. Please contact me! */

.col-sldr-col-fix {
    float: left;
    width: 85%;
    position: relative;

}

@media screen and (max-width: 768px){
   .col-sldr-col-fix {
      width: 100%;
  }
}

.col-sldr-col2 {
   height: 330px;
    position: relative;
}

@media screen and (max-width: 768px){
   .col-sldr-col2{
        height: auto;
        margin-bottom: 30px !important;
        overflow: initial;
   }
}


.color-catgry-sldr {
   max-height: 330px;
   height: 330px;
    position: relative;

}

@media screen and (max-width: 768px){
   .color-catgry-sldr{
      height: auto;
   }
}

.catgry-img img {
   /*min-width: 131px;
    min-height: 69px;*/
    width: 130px;
    height: 70px;
}

p.catgry-name {
   margin-bottom:0;
}

.color-patch-secn .bx-wrapper, .color-patch-secn .bx-viewport {
    height: 330px !important;
}

@media screen and (max-width: 768px){
   .color-patch-secn .bx-wrapper, .color-patch-secn .bx-viewport {
       height: auto !important;
   }
}

@media screen and (max-width: 768px){
   .user-status.anon-user,.user-status.signed-in-user{
   background-size: 17px 17px;
    height: 17px;
    width: 17px;
  }
}

@media screen and (max-width: 767px){
  .locate_input{
   height: 37px;
    padding: 10px 5px !important;
    min-width: 100px !important;
  }
}

@media screen and (max-width: 767px){
.coloridea_locator > div > span{
   margin-bottom: 15px !important;
    font-family: 'Conv_accordaltbold-webfont';
    font-size: 14px !important;
  }
}


@media screen and (max-width: 767px){
    .coloridea_locator .circle_yellow{
       width: 37px !important;
       height: 37px !important;
       line-height: 37px !important;
   }
}

@media screen and (max-width: 767px){
.res_tb_m{
   text-align: left !important;
  }
}


@media screen and (max-width: 767px){
    .coloridea_locator .btn-style5{
       margin: 20px 0 0 15px;
    }
}

/*@media screen and (min-width: 767px){
    .grid-item:last-child {
       margin-bottom: 0;
    }
}*/

.tabs-menu li.current {
   position: relative;
   background-color: #fff;
   border-bottom: 1px solid #fff;
   z-index: 5;
}

#tab-1 {
    display: block;
}
.profile-content {

   padding: 20px;
   display: none;
}

@media screen and (max-width: 767px){
    .service_testimonial_content h1, h2, h3, h4, h5, h6{
        line-height: 30px;
    }
}

@media screen and (max-width: 767px){
    .inner-banner{
        margin-top: 10px !important
    }

    .mt-35{
        margin-top: 20px !important;
    }
}

@media (max-width: 767px)
.tab-style1.mb-40 {
    margin-bottom: 20px !important;
}

.owl-item h4{
    white-space: normal;
}

.contentarticle table{
   display: block;
    overflow-x: scroll;
}

@media screen and (max-width: 767px){
    .sldr-captn{
       /*top: 40% !important;*/
    }
}

.invalidEmail{
    margin-top: 10px;
    display: none;
}

.signup-loader img{
   height: 30px;
    width: 30px;
    margin-left: 10px;
}

.signup-loader{
   display: none;
}

@media screen and (max-width: 479px){
   .signup-loader{
      position: absolute;
        top: 70px;
        right: 13%;
    }
}

.cmmnt-lisitng h3 {
    margin-bottom: 0px !important;
    font-weight: 200;
    font-family: "Conv_accordaltlight-webfont",sans-serif !important;
}

.cmmnt-box {
   border-bottom: none !important;
   margin-bottom: 0px !important;
   padding-bottom: 0px !important;
}
.cmmnt-box p, .cmmnt-box div { font-family: "Conv_accordaltlight-webfont",sans-serif !important; }
.cmmnt-box a { color: #512b8b !important; text-decoration:none; }
.cmmnt-box a:hover { color: #512b8b !important; text-decoration:underline; }

.scf-comment{
    padding: 20px 10px 10px 10px !important;
}

.scf-comment-edit{
    color: #512b8b !important;
}

.scf-comment-edit:hover{
    color: #512b8b !important;
    text-decoration: underline !important;
}

.scf button[type='reset'], .scf input[type='submit'] {
color:#969696;
background-color:#fff;
}

.scf button[type='reset']:hover, .scf input[type='submit']:hover {
color:#fff;
background-color:#969696;
}

.scf-voting .scf-vote-up:before, .scf-voting .scf-vote-down:before {
    content:"" !important;
}

.scf-voting span{
    background: url("clientlib-site-en/images/like-view.png") no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 0px;
    vertical-align: top;
    width: 16px;
}

.scf-voting span:hover{
   background-position: 0px -20px;
}

.loading_simple{
   display: none;
}

.set-equal-height .fr-three-box { background-repeat: no-repeat; background-size: cover; background-position: center center; }
.set-equal-height .fr-three-box a { position:relative;display:block; width:100%; height:100%; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.set-equal-height .fr-three-box .item-img > img { opacity:0; }
.set-equal-height .fr-three-box .item-img .open-plus {margin:0;}

@media screen and (min-width:768px){
    .set-equal-height.owl-carousel .owl-item .img-item > a { height:88px; }
}
.set-equal-height.owl-carousel .owl-item .img-item > a { display:block; background-repeat:no-repeat; background-size:cover; background-position:center center; }
.set-equal-height.owl-carousel .owl-item img { opacity:0; }
.scf h2{
	margin-bottom: 32px;
}

.ap-submit-button{
	text-transform: lowercase;
}

.scf h2{
	margin-bottom: 32px !important;
}

.scf-pages-list{
	padding: 5px;
	border-top: none !important;
}

.scf-pages-list-item{
	margin: 5px 2px !important;
}

.scf-pages-list-item .scf-page{
	font-size: 12px !important;
    border: 2px solid #55565a !important;
    padding: 5px 8px !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.scf-pages-list-item .scf-page:hover{
	background-color: #55565a;
    color: #fff;
}

.scf-pages-list:last-child{
	border-bottom: none !important;
}

#calculatorResult{
    padding: 0 20px;
}

.comment-delete-box button:hover{
	background: #fff;
}

.scf-comment-toolbar{
	margin-bottom: 20px;
}

.tagit-choice{
	background: #0078ae;
    color: #fff;
    font-size: 16px;
}

.scf-post{
   padding: 20px 10px 10px 10px !important;
   border-bottom: 1px solid #E6E6E6;
}



ul.tagit li{
	margin: 5px 5px 5px 0;
    color: #fff;
}

.ui-autocomplete .ui-menu-item{
	color: #000 !important;
 }

.tagit-label{
	margin: 0 10px;
}

ul.tagit li.tagit-choice .tagit-close{
	color: #fff;
    right: 3%;
    top: 30% !important;
}

.ui-icon-close{
	color: #fff !important;
}

.tagit-choice{
	border-radius: 0 !important;
}

.tagit-hiddenSelect option{
	margin: 5px;
    padding: 10px;
}

.tagit-new input{
	color: #000;
    font-size: 16px;
    width: 180px !important;
}

.tagit-choice{
	border-radius: 0 !important;
}

.dwnld-btn:hover{
	color: #512b8b;
    text-decoration: underline;
}

.mt-0{
	margin-top: 0 !important;
}

.scf-voting .scf-votingLabel{
	background: none;
}

/*.scf-vote-up{
    background: url('clientlib-site/images/social.svg') no-repeat !important;
    height: 50px;
    width: 50px;
}*/

/*.scf-vote-down
{
     background: url('clientlib-site/images/social.svg') no-repeat !important;
    transform: rotate(180deg);
     height: 50px;
    width: 50px;
}*/

.scf-voting .scf-vote-down{
	display: none;
}

.scf-voting .scf-votingLabel
{
    text-align: center !important;
}
.colctrl-2c-50_50-c0 .imagecomponent:last-child .grid-item{
	margin-bottom: 0 !important;
}

.colctrl-2c-50_50-c1 .imagecomponent:last-child .grid-item{
	margin-bottom: 0 !important;
}

#metaliccolours .tab-style1.custom2 .nav li a {
	padding: 10px 0;
}
#latesttrends .tab-style1.custom2 .nav li a {
	padding: 10px 0;
}
#textures .tab-style1.custom2 .nav li a {
	padding: 10px 0;
}

.col-sldr-col2{
    overflow:visible;
}

@media (max-width: 991px) {
    #metaliccolours .tab-style1.custom2 .nav li a {
        padding: 10px 41px;
    }
    #latesttrends .tab-style1.custom2 .nav li a {
        padding: 10px 41px;
    }
    #textures .tab-style1.custom2 .nav li a {
        padding: 10px 41px;
    }
}
.magnet{
    background: url("clientlib-site-en/images/magnet-icon.png") no-repeat scroll 0px -52px;
        width: 46px;
        height: 46px;
        float: left;
        cursor: pointer;
        color: transparent;
}

#pro-kidsworld-themes .magnet{
    background-position: 0px -33px;
}

#pro-kidsworld-themes .magnet-active {
    background-position: 0 0;
}

.gallery-colors a{
    position: relative;
}
.gallery-colors a span {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
.gallery-colors span {
    float: left;

}

.no-magnet{
    background: url("clientlib-site-en/images/magnet-icon.png") no-repeat scroll -53px -52px;
    width: 46px;
    height: 46px;
    float: left;
    cursor: pointer;
    color: transparent;
}


#pro-kidsworld-themes .no-magnet{
    background-position: -30px -31px;
}

#pro-kidsworld-themes .no-magnet-active{
	background-position: -30px 2px;
}

#pro-kidsworld-themes .magnet, #pro-kidsworld-themes .no-magnet {
    background-size: 200%;
    width: 30px;
    height: 30px;
}



#pro-kidsworld-themes .no-magnet{
    background-position: -30px -31px;
}

#paintselectorid{
    font-family: "Conv_accordaltregular-webfont";
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: center;
}

#srch-modal .color-patch-list {
    padding: 22px 10px;
    overflow-y: auto !important;
}
#srch-modal .sub-toggle{
	display: none !important;
}

@media screen and (max-width: 640px){
	#srch-modal .color-patch-list {
        padding: 22px 5px;
    }
}

#productblog .item-img img{
	margin-bottom: 30px;
}

.more img{
    max-width: 100%;
    height: auto;
}

.forum-content{
	line-height: 1.5;
    /*font-family: 'Conv_accordaltlight-webfont', sans-serif;*/
    font-family: Arial, sans-serif;
}



/*.page-loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url('clientlib-site-en/images/loader.gif') center no-repeat #fff;
}*/

/*.blog-img{
	background: url('clientlib-site-en/images/placeholder3.jpg') no-repeat;
    background-position: center;
	height: 555px;
    background-size: cover;
}*/

/*.scf-post:nth-last-child(2){
    border-bottom: none;
}*/


@media screen and (max-width: 768px){
    #dealer_locator .check_copy{
        float: none;
    }
}


.blog-tile{
	padding: 10px;
}

#pro-kidsworld-themes .magnet-btn-view div {
    margin-right: 40px;
    line-height: 25px;
    cursor: pointer;
    font-size: 18px;
}

#pro-kidsworld-themes .magnet-btn-view .magnet{
	background: url("clientlib-site-en/images/magnet-icon.png") no-repeat no-repeat scroll 0px -52px;
    width: 30px;
    height: 30px;
    background-size: 200%;
    float: right;
    margin-left: 10px;
    color: transparent;
}

#pro-kidsworld-themes .magnet-btn-view .magnet{
    background-position: 0px 0px !important;
}

#pro-kidsworld-themes .magnet-btn-view .no-magnet{
	background: url("clientlib-site-en/images/magnet-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 200%;
    float: right;
    margin-left: 10px;
    color: transparent;
}

#pro-kidsworld-themes .magnet-btn-view .no-magnet{
	background-position: -30px 2px !important;
}

#pro-kidsworld-themes .no-magnet {
    background-position: -30px -31px !important;
}

#pro-kidsworld-themes .no-magnet-active {
    background-position: -30px 2px !important;
}

#pro-kidsworld-themes .no-magnet-active {
    background-position: -30px 2px; !important;
}

.magnet-active {
    background-position: 0 0 !important;
}


.no-magnet-active {
	background-position: -50px 2px !important;
}


.filename1,.filename2{
	font-family: Conv_accordaltlight-webfont, sans-serif;
	display: table-caption;
}

.super-close{
	position: absolute;
    top: 2%;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .super-close{
        display: none !important;
    }
}

#userImageUpload .cc-btn-text {
    margin-bottom: 30px;
}

#ccoServiceStartUp .cc-btn-text {
    margin-bottom: 30px;
}

.articledetails .like-view div{
	margin-right: 0px !important;
}

.articledetails .scf-votingLabel{
	margin-right: 10px !important;
}

.login-nobrdr-secn{
    display: none;
}

.user_activated .login-nobrdr-secn,.user_activation_failed .login-nobrdr-secn,.forgot-password .login-nobrdr-secn{
    display: block;
}

/*.user_activation_failed .login-nobrdr-secn,.user_activation_failed .login-nobrdr-secn,.forgot-password .login-nobrdr-secn{
    display: none;
}*/



@media screen and (max-width: 767px){
    .mobile-mb-15{
         margin-bottom: 15px !important;
    }

    .mobile-mb-10{
       margin-bottom: 10px !important;
    }

    .mobile-mb-0{
       margin-bottom: 0px !important;
    }
}
.topic-rte ul li{
	list-style: initial !important;
}

.topic-rte ol li{
	list-style: decimal !important;
}

.topic-rte em{
	font-style: italic !important;
}

.topic-rte a{
	text-decoration: underline !important;
	font-size: 12px;
    color: #512b8b;
}

@media (min-width: 767px) {
    .gray-strip .desktop-hide{
    	display: none;
    }
}

#emptyResult{
  margin: 30px 0 5px 0;
}

.color-code-box span::before{
	content: "";
    margin-top: 3px;
    padding: 0 8px;
    line-height: 36px;
    margin-right: 10px;
}

 #whattoexpect.brdr-secn:last-child {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.modal .nicescroll-rails {
    display: none !important;
}

.scf-is-new{
    margin-top: 10px;
}

.scf-comments-list{
    border-top: none !important;
}

#blogs-favorite .soc-ico{
    width: 35px;
    margin-left: -10px;
}

@media screen and (max-width: 768px){
    .profile-details{
        padding: 15px;
    }

    .profile-content{
        padding: 0px;
    }
}

.img-lazy{
    background: url('clientlib-site-en/images/aplogo.png')no-repeat #dfdfdf center;
    height: 440px;
    -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;
}

@media screen and (max-width: 992px){
   .img-lazy{
       background: url('clientlib-site-en/images/aplogo-tab.png')no-repeat #dfdfdf center;
       height: 345px;
   }
}

@media screen and (max-width: 768px){
   .img-lazy{
       background: url('clientlib-site-en/images/aplogo-tab.png')no-repeat #dfdfdf center;
       height: 300px;
   }
}


@media screen and (max-width: 480px){
   .img-lazy{
       background: url('clientlib-site-en/images/aplogo-mobile.png')no-repeat #dfdfdf center;
       height: 480px;
   }
}

@media screen and (max-width: 320px){
   .img-lazy{
       background: url('clientlib-site-en/images/aplogo-mobile.png')no-repeat #dfdfdf center;
       height: 410px;
   }
}

.main-sldr li:not(:first-child){
	display: none;
}


.video-op .item-captn{
	opacity: 0;
}

.grid-item img{
	opacity: 0;
}

.grid-item1 img{
	opacity: 1;
}
/*#srch-modal .modal{

}*/
.item-captn1 {
background-color: rgba(255, 255, 255, 0.75);
    bottom: 15px;
    left: 0;
    padding: 10px 7px;
    position: absolute;
    width: 100%;
    text-align:left!important;
}

.noResultType{
    font-size: 20px;
    text-align: center;
    margin-top: 90px;
}
.df-cursor{
	cursor: default
}

.ctrl-form-width{
	margin: 5px 0;
    padding: 0 10px;
}


.ctrl-form-width.form-full-width{
	width: 100%;
}

.ctrl-form-width.form-half-width{
	width: 50%;
    float: left;
}

.ctrl-form-width.form-quarter-width{
	width: 33.33%;
    float: left;
}
.ctrl-form-width{
    position: relative;
}

/*All forms date picker alignment issue fixes start*/
/*Generic Form*/
.ctrl-form-width{
    position: relative;
}

.ctrl-form-width > .ui-datepicker-trigger{
	position: absolute;
    top: 0;
    right: 10px;
}

.ctrl-form-width > .ui-datepicker-trigger > img{
	width: 36px;
}

@media only screen and (max-width: 991px) {
.ctrl-form-width > .ui-datepicker-trigger{
    top: -4px;
    right: 3px;
}

.ctrl-form-width > .ui-datepicker-trigger > img{
	width: 42px;
}
}


/*Campaign form - With Banner*/
.login-input{
    position: relative;
}

.login-input > .ui-datepicker-trigger{
	position: absolute;
    bottom: 0;
    right: 0px;
}

.login-input > .ui-datepicker-trigger > img{
	width: 36px;
}

@media only screen and (max-width: 991px) {
.login-input > .ui-datepicker-trigger{
    bottom: -4px;
    right: -6px;
}

.login-input > .ui-datepicker-trigger > img{
	width: 42px;
}
}

/*Campaign form - DownLoad*/
.campaign-down .landingform > .ui-datepicker-trigger{
    position: relative;
    bottom: 2px;
    right: 48px;
}

.campaign-down .landingform > .ui-datepicker-trigger > img{
	width: 31px;
}

@media only screen and (max-width: 991px) {
.campaign-down .landingform > .ui-datepicker-trigger{
    position: relative;
    bottom: 1px;
    right: 48px;
}

.campaign-down .landingform > .ui-datepicker-trigger > img{
	width: 73%;
}
}

@media only screen and (max-width: 767px) {
.campaign-down .landingform > .ui-datepicker-trigger{
    position: absolute;
    bottom: 32px;
    right: 63px;
}

.campaign-down .landingform > .ui-datepicker-trigger > img{
	width: 73%;
}
}





/*Campaign form - Landing Form*/
.ctrl-form-width.custom-ctrl-form-width{
    position: relative;
}

.ctrl-form-width.custom-ctrl-form-width> .ui-datepicker-trigger{
	position: absolute;
    top: 0;
    right: 10px;
    margin-top: 0px;
    padding: 5px 8px;
}

.ctrl-form-width.custom-ctrl-form-width> .ui-datepicker-trigger > img{
	width: 36px;
}

@media only screen and (max-width: 991px) {
.ctrl-form-width.custom-ctrl-form-width> .ui-datepicker-trigger{
    top: 0px;
    right: 10px;
}

.ctrl-form-width.custom-ctrl-form-width> .ui-datepicker-trigger > img{
	width: 34px;
}
}



/*Contractor Landing Form*/
.desktop-form > li{
    position: relative;
    width: 100%;
    /*max-width: 150px;*/
}

.desktop-form > li > .ui-datepicker-trigger{
    position: absolute;
    bottom: 0;
    right: 0;
}

.desktop-form > li >.ui-datepicker-trigger > img{
	width: 20px;
}

@media only screen and (max-width: 991px) {
.desktop-form > li > .ui-datepicker-trigger{
    top: 0px;
    right: 10px;
}

.desktop-form > li > .ui-datepicker-trigger > img{
	width: 20px;
}
}


/*Platinum page form*/
.form-content > ul > li{
    position: relative;
}

.custom-form-content > ul > li > .ui-datepicker-trigger{
    padding: 0px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;

}

.custom-form-content > ul > li >.ui-datepicker-trigger > img{
	width: 40px;
}

    .form-content.custom-form-content{
		padding: 0px;
	}
.custom-form-content > ul > li > .ui-datepicker-trigger{
    bottom: 3px;
    right: 0px;
}

.custom-form-content > ul > li > .ui-datepicker-trigger > img{
	width: 40px;
}
}
@media only screen and (max-width: 767px) {
.service_book_appointment > .form-content.custom-form-content > ul > li > label { display: block;}

}

/*Campaign Pop-up Form*/
.form-group {
    position: relative;
    /*background-color: white;*/
}
.form-group .dateField{
    background-color: white;
}


.custom-form-group > .ui-datepicker-trigger{
	position: absolute;
    right: 15px;
    bottom: 10px;
}

.form-group .custom-form-group > .ui-datepicker-trigger > img{
	width: 36px;
}

@media only screen and (max-width: 991px) {
 .custom-form-group > .ui-datepicker-trigger{
    top: -9px;
    right: 3px;
}

 .custom-form-group > .ui-datepicker-trigger > img{
	width: 42px;
}
}

/*All forms date picker alignment issue fixes end*/

 .contentarticle ul.socl-lnks2 li {
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  background: transparent;
}
.contentarticle ul.socl-lnks2 li:last-child {
  margin: 0 !important;
}

.btn-align-contractor {margin-left:auto;margin-right:auto;display:block;margin-top:0%;margin-bottom:0%;}

#largeProjectContractors p{
	padding: 0px;
}

#largeProjectContractors .col-xs-11{
	float: right;
}

#largeProjectContractors .list-content span{
	float: right;
}

#largeProjectContractors .locator-text a{
	display: inline-block;
    margin: 15px;
}
.contentarticle .inner-secn{
    padding: 70px 0px 0px 0px;
    padding: 70px 0px 0px 0px;
}

.inspi-nav-bar{
    position: relative;
}

.inspi-nav-bar .intrst-panel{
    border: 1px solid #999;
    padding: 16px 12px 36px;

}

.filter-padding{
	padding: 20px;
}

@media screen and (max-width: 768px){
	.filter-padding{
        padding: 0px;
    }
}

.combn-vs{
	overflow: visible;
}

.inputContainer input{
 	margin: 0;
}

.inputContainer{
	margin: 2px 0 20px 100px;
}

.inputContainer .error{
	margin-top: 10px;
}

.fourpics-list .input-list-grp > li{
	margin: 0;
}

@media screen and (max-width: 768px){
	#submitFourPicsDetails{
		margin-left: 20px;
   }
}

@media screen and (max-width: 320px){
	#submitFourPicsDetails{
		margin-left: 120px;
   }
}


.radio label{
    font-size: 18px;
}

.cart-calender-right-container .radio{
        margin-bottom: 20px;
}

.orderFailure .error{
	color: #ff3333;
}
.contat-list-warp #loc-list{
	height: 418px;
}

.uploadExpressImg .uploadpic-loader{
	text-align: left;
    margin-left: 42px;
}

@media screen and (max-width: 768px){
	.uploadExpressImg .uploadpic-loader{
        margin-left: 25px;
    }
}

.color-idea #loc-list{
	height: 380px;
}
.uploadExpressImg .uploadpic-loader{
	text-align: left;
    margin-left: 42px;
}

@media screen and (max-width: 380px){
	.uploadExpressImg .uploadpic-loader{
        margin-left: 25px;
    }
}


.fourpics-list .input-list-grp .btn-default{
	height: 26px;
    max-width: 240px;
    width: 69%;
    border: 1px solid #999999;
    padding: 0 10px;
    background: none;
}

.fourpics-list .input-list-grp .bootstrap-select.btn-group .dropdown-menu{
	min-width: 55%;}

/* select surface table dropdown*/
@media (max-width: 767px) {
   .table-responsive .dropdown-menu {
       position: static !important;
   }
}
@media (min-width: 768px) {
   .table-responsive {
       overflow: visible;
   }
}
.list{
	display: block;
    float: none;
    margin: 0 auto;
}

.service_aphs_services .service_box{
	border: none;
}

.cch-border{
	height: 100%;
    border: 1px solid #6d6e71;

}

.categoryProduct > div img{
    background: #dfdfdf;
}

/*.btn-style2 {*/
    /*background-color: #fff;*/
    /*border: 2px solid #55565a;*/
    /*color: #55565a;*/
    /*font-family: 'Conv_accordaltregular-webfont';*/
    /*display: inline-block;*/
    /*font-size: 18px;*/
    /*padding: 7px 30px 8px;*/
    /*-webkit-transition: all 0.2s linear;*/
    /*-moz-transition: all 0.2s linear;*/
    /*-o-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear;*/
/*}*/
.paint-selector-gallery-container-new3 { margin: 0 auto; text-align: center; width: 266px; }

/* 14-02-2018 css start here */
.section.textdescriptionwithCTA{width: 100% !important; float: left !important;}
.buy-a-wall-form-container > ul > li .toolTip{width: 20px; height: 20px; display: inline-block; background-image: url("clientlib-site-en/images/toolTip-icon.jpg"); background-repeat: no-repeat; content: '';}
.modal.in .modal-dialog .modal-content .close{float: right; border: 0; background: 0; font-size: 0; position: relative; z-index: 100; content: 'X'; width: 40px; height: 40px; padding: 0; margin: 0 !important;}
.modal.in .modal-dialog .modal-content .close::after {content: 'X'; font-size: 18px; font-weight: bold; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); -webkit-transform: translate(50%, -50%);}
.locate_input{box-shadow: none;}
.budgetcalculator i.helpText{max-height: none; overflow: visible;}
.faqaccordion.section #accordion.panel-group{height: auto;}
.aboutuswrapper.section .section.textdescriptionwithCTA{width: 100%; display: inline-block;}


@media only screen and (max-width:1024px){
    .main-nav > li .r-tabs .r-tabs-panel.menu-tab-cntnt .brdr-rght{width: 50%;}
    .color-patch-secn .color-patch-col .shade-col a{font-size: 12px;}
    #textures .color-patch-secn .col-sldr-col-fix{width: calc(100% - 15%);}
    #textures .color-patch-sldr .prdct-name{font-size: 11px;}
    #textures .tab-content p{font-size: 11px; line-height: 16px;}
}

@media only screen and (max-width:767px){
    .main-nav > li.has-child:nth-child(7) a{background-image: none;}
    .aboutuswrapper.section .newsandevents, .aboutuswrapper.section .newsandevents > div, .aboutuswrapper.section .newsandevents > div > div {width: 100%; display: inline-block;}
    .boardofdirectors.section .drctcrs-secn .col-md-3{margin-bottom: 15px; width: calc(50% - 2px); float: none; display: inline-block; vertical-align: top;}
    #textures .color-patch-secn .col-sldr-col-fix{width: 100%;}
}
/* 14-02-2018 end here */


.tab .profile-content .profile-details {
    display: inline-block;
    width: 100%;
}
.tab .profile-content .profile-details .no-order-orderTab{
    text-align: center;
    font-size: 22px;
    font-family: 'apFontBold';
    line-height: 40px;
    padding-bottom: 5px;
}
.tab .profile-content .profile-details .empty-cart-section {
    width: 100%;
    left:0;
    top:0;
}
.tab .profile-content .profile-details .myorder-rounded-circle{
    width: 130px;
    height: 130px;
    margin: 10px auto;
    margin-bottom: 20px;
    background-color: #f4f0ff;
    position: relative;
}
.tab .profile-content .profile-details .myorder-rounded-circle .iconLinks__cart{
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.tab .profile-content .profile-details .empty-order-wrap{
    text-align: center;
}
@media (min-width: 320px) and (max-width: 992px){
    .tab .profile-content .profile-details .empty-cart-section{
        top: 0;
        left: 0;
    }
    .tab .profile-content .profile-details .myorder-rounded-circle{
        width: 80px;
        height: 80px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .tab .profile-content .profile-details .no-order-orderTab{
        line-height: 20px;
        font-size: 14px;
    }
}
.tab .profile-content .document-tab {
    margin-left: 0 !important;
}
@media screen and (max-width: 1500px) and (min-width: 1201px){
    .tab .profile-content .order-details {
        width: 800px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .texture-product-slider {
        margin-bottom: 10px;
    }
}
.cmmnt-lisitng .cmmnt-desc {
    margin-top: 0 !important;
}
@media screen and (max-width: 1170px) {
    .cmmnt-lisitng .cmmnt-prsn,
    .cmmnt-lisitng .cmmnt-desc {
        float: none;
        display: block;
    }
    .cmmnt-lisitng .cmmnt-desc {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .cmmnt-lisitng .cmmnt-prsn {
        margin-bottom: 5px;
    }
}
.remove-sticky-sleek {
    position: relative !important;
}
.custom-getInspiredPLP {
	position: relative;
    display: inline-block;
    margin: 50px 0 30px;
    padding: 0;
}
.custom-getInspiredPLP:after {
    content: '';
    width: 105%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.custom-warrantyWrapPLP {
    position: relative;
    display: inline-block;
    margin: 50px 0 50px;
    padding: 0;
}
.custom-warrantyWrapPLP:after {
    content: '';
    width: 105%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.img-lazy-slick{
    background: url('clientlib-site-en/images/aplogo.png')no-repeat #dfdfdf center;
    height: 360px;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

@media screen and (max-width: 768px){
    .img-lazy-slick{
        background: url('clientlib-site-en/images/aplogo-tab.png')no-repeat #dfdfdf center;
        height: 220px;
    }
}


@media screen and (max-width: 480px){
    .img-lazy-slick{
        background: url('clientlib-site-en/images/aplogo-mobile.png')no-repeat #dfdfdf center;
        height: 300px;
    }
}

@media screen and (max-width: 320px){
    .img-lazy-slick{
        background: url('clientlib-site-en/images/aplogo-mobile.png')no-repeat #dfdfdf center;
        height: 300px;
    }
}
.cntry-list li a.india abbr {
    background-position: 0px 4px
}

.cntry-list li a.bangladesh abbr {
    background-position: 0px -11px
}

.cntry-list li a.egypt abbr {
    background-position: 0px -27px
}

.cntry-list li a.middle-east abbr {
    background-position: 0px -44px
}

.cntry-list li a.singapore abbr {
    background-position: 0px -63px
}

.cntry-list li a.fiji-island abbr {
    background-position: 0px -81px
}

.cntry-list li a.nepal abbr {
    background-position: 0px -97px
}

.cntry-list li a.lanka-ap abbr {
    background-position: 0px -114px
}

.cntry-list li a.lanka-causeway abbr {
    background-position: 0px -130px
}

.cntry-list li a.indonesia abbr {
    background-position: 0px -149px
}

.cntry-list li a.ethiopia abbr {
    background-position: 0px -164px
}
.cntry-list li a abbr {
    height: 15px;
    background: url(clientlib-site-en/images/flag-sprite.png);
    width: 15px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block
}
.cntry-list li a span{padding:0 0 0 20px;}
/*header css end*/

.socl-lnks2>li a {
    background: url(clientlib-site-en/images/social-sprite.png);
    width: 34px;
    height: 35px;
    background-repeat: no-repeat;
    font-size: 0;
    display: inline-block
}

.socl-lnks2>li a.fb {
    background-position: 8px 3px
}
.socl-lnks2>li a.tt {
    background-position: -36px 3px
}

.socl-lnks2>li a.pin {
    background-position: -82px 3px
}

.socl-lnks2>li a.insta {
    background-position: -131px 3px
}

.socl-lnks2>li a.yt {
    background-position: -181px 3px
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
   
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('clientlib-site-revised/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('clientlib-site-revised/fonts/slick.eot');
    src: url('clientlib-site-revised/fonts/slick.eot?#iefix') format('embedded-opentype'), url('clientlib-site-revised/fonts/slick.woff') format('woff'), url('clientlib-site-revised/fonts/slick.ttf') format('truetype'), url('clientlib-site-revised/fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*:focus {
    outline: none
}

.wrapper {
    width: 100%;
    float: left;
    position: relative
}

.g-left {
    float: left
}

.g-right {
    float: right
}

.g-row-m {
    margin-top: 40px;
    margin-bottom: 40px
}

.g-con-row {
    margin: 40px 0
}

@media only screen and (max-width: 767px) {
    .g-con-row {
        margin: 30px 0
    }
}

@media only screen and (max-width: 440px) {
    .g-con-row {
        margin: 15px 0
    }
}

.g-margin-bottom {
    margin-bottom: 40px
}

.g-close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

body {
    font-family: "Open Sans";
    padding-top: 120px !important
}

@media only screen and (max-width: 440px) {
    body {
        padding-top: 65px !important
    }
}

.bodycampaign {
    padding-top: 0px !important
}

.regular-banner img {
    width: 100%
}

.width-100 {
    width: 100%
}

#nav-icon4 {
    width: 25px;
    height: 25px;
    margin-right: 30px;
    position: relative;
    float: left;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    margin-top: 26px;
    display: none
}

@media only screen and (max-width: 880px) {
    #nav-icon4 {
        display: block
    }
}

@media only screen and (max-width: 440px) {
    #nav-icon4 {
        margin-right: 10px;
        margin-top: 12px
    }
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #7350ac;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4 span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4 span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px
}

.h1 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 40px;
    color: #444;
    margin: 0px
}

@media only screen and (max-width: 1600px) {
    .h1 {
        font-size: 32px;
        padding-left: 25px
    }
}

@media only screen and (max-width: 1366px) {
    .h1 {
        font-size: 28px;
        padding-left: 25px
    }
}

@media only screen and (max-width: 767px) {
    .h1 {
        font-size: 28px;
        padding-left: 25px
    }
}

@media only screen and (max-width: 440px) {
    .h1 {
        font-size: 22px;
        padding-left: 25px
    }
}

.h2,
.contractorlocator h2,
.howWorksPLP h2,
h2.custom-getInspiredPLP {
    font-family: "Abhaya Libre SemiBold";
    font-size: 36px;
    color: #444;
    margin: 0px;
    padding: 0px
}

.h2 .rose,
.contractorlocator h2 .rose,
.howWorksPLP h2 .rose,
h2.custom-getInspiredPLP .rose {
    color: #ff6b6b
}

@media only screen and (max-width: 1600px) {
    .h2,
    .contractorlocator h2,
    .howWorksPLP h2,
    h2.custom-getInspiredPLP {
        font-size: 32px;
        padding-left: 25px
    }
}

@media only screen and (max-width: 1366px) {
    .h2,
    .contractorlocator h2,
    .howWorksPLP h2,
    h2.custom-getInspiredPLP {
        font-size: 28px;
        padding-left: 25px
    }
}

@media only screen and (max-width: 767px) {
    .h2,
    .contractorlocator h2,
    .howWorksPLP h2,
    h2.custom-getInspiredPLP {
        font-size: 28px;
        padding-left: 25px
    }
}

@media only screen and (max-width: 440px) {
    .h2,
    .contractorlocator h2,
    .howWorksPLP h2,
    h2.custom-getInspiredPLP {
        font-size: 21px;
        padding-left: 25px
    }
}

.section-header,
.storelocator .h2,
.storelocator .contractorlocator h2,
.contractorlocator .storelocator h2,
.storelocator .howWorksPLP h2,
.howWorksPLP .storelocator h2,
.storelocator h2.custom-getInspiredPLP,
.contractorlocator h2,
.howWorksPLP h2,
h2.custom-getInspiredPLP {
    position: relative;
    margin-bottom: 40px
}

@media only screen and (max-width: 440px) {
    .section-header,
    .storelocator .h2,
    .storelocator .contractorlocator h2,
    .contractorlocator .storelocator h2,
    .storelocator .howWorksPLP h2,
    .howWorksPLP .storelocator h2,
    .storelocator h2.custom-getInspiredPLP,
    .contractorlocator h2,
    .howWorksPLP h2,
    h2.custom-getInspiredPLP {
        margin-bottom: 20px
    }
}

.section-header:before,
.storelocator .h2:before,
.storelocator .contractorlocator h2:before,
.contractorlocator .storelocator h2:before,
.storelocator .howWorksPLP h2:before,
.howWorksPLP .storelocator h2:before,
.storelocator h2.custom-getInspiredPLP:before,
.contractorlocator h2:before,
.howWorksPLP h2:before,
h2.custom-getInspiredPLP:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ff6b6b;
    left: -65px;
    top: 50%;
    translate: transformY(-50%)
}

@media only screen and (max-width: 991px) {
    .section-header:before,
    .storelocator .h2:before,
    .storelocator .contractorlocator h2:before,
    .contractorlocator .storelocator h2:before,
    .storelocator .howWorksPLP h2:before,
    .howWorksPLP .storelocator h2:before,
    .storelocator h2.custom-getInspiredPLP:before,
    .contractorlocator h2:before,
    .howWorksPLP h2:before,
    h2.custom-getInspiredPLP:before {
        left: -25px
    }
}

@media only screen and (max-width: 767px) {
    .section-header:before,
    .storelocator .h2:before,
    .storelocator .contractorlocator h2:before,
    .contractorlocator .storelocator h2:before,
    .storelocator .howWorksPLP h2:before,
    .howWorksPLP .storelocator h2:before,
    .storelocator h2.custom-getInspiredPLP:before,
    .contractorlocator h2:before,
    .howWorksPLP h2:before,
    h2.custom-getInspiredPLP:before {
        left: -15px
    }
}

@media only screen and (max-width: 568px) {
    .section-header:before,
    .storelocator .h2:before,
    .storelocator .contractorlocator h2:before,
    .contractorlocator .storelocator h2:before,
    .storelocator .howWorksPLP h2:before,
    .howWorksPLP .storelocator h2:before,
    .storelocator h2.custom-getInspiredPLP:before,
    .contractorlocator h2:before,
    .howWorksPLP h2:before,
    h2.custom-getInspiredPLP:before {
        width: 30px
    }
}

.section-header:after,
.storelocator .h2:after,
.storelocator .contractorlocator h2:after,
.contractorlocator .storelocator h2:after,
.storelocator .howWorksPLP h2:after,
.howWorksPLP .storelocator h2:after,
.storelocator h2.custom-getInspiredPLP:after,
.contractorlocator h2:after,
.howWorksPLP h2:after,
h2.custom-getInspiredPLP:after {
    display: none
}

.h3,
.typography h3 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 30px;
    color: #444;
    margin: 0px
}

@media only screen and (max-width: 1600px) {
    .h3,
    .typography h3 {
        font-size: 22px
    }
}

@media only screen and (max-width: 440px) {
    .h3,
    .typography h3 {
        margin-bottom: 20px;
        font-size: 18px
    }
}

.h4,
.typography h4,
.pbc_leads_form h3,
.cmmnt-lisitng h3 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 24px;
    color: #444;
    margin: 0px
}

@media only screen and (max-width: 1600px) {
    .h4,
    .typography h4,
    .pbc_leads_form h3,
    .cmmnt-lisitng h3 {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {
    .h4,
    .typography h4,
    .pbc_leads_form h3,
    .cmmnt-lisitng h3 {
        font-size: 18px
    }
}

.h5,
.typography h5,
.hiw-slider .spbox .quotebox .h5,
.whyUsPLP .columnWrapPLP .contentWrap h2,
.offeringPLP .overlapContent .innerContent h2 {
    font-family: "Open Sans Semibold";
    font-size: 22px;
    color: #444;
    margin: 0px
}

@media only screen and (max-width: 1600px) {
    .h5,
    .typography h5,
    .hiw-slider .spbox .quotebox .h5,
    .whyUsPLP .columnWrapPLP .contentWrap h2,
    .offeringPLP .overlapContent .innerContent h2 {
        font-size: 18px
    }
}

@media only screen and (max-width: 440px) {
    .h5,
    .typography h5,
    .hiw-slider .spbox .quotebox .h5,
    .whyUsPLP .columnWrapPLP .contentWrap h2,
    .offeringPLP .overlapContent .innerContent h2 {
        font-size: 16px
    }
}

.h6,
.typography h6,
.homepage-products-section-content .global-para {
    font-family: "Open Sans";
    font-size: 18px;
    color: #444;
    font-weight: 400;
    margin: 0px
}

.p,
.typography p,
.whyUsPLP .columnWrapPLP .contentWrap p,
.offeringPLP .colWrapPLP:hover .overlapContent p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (max-width: 1600px) {
    .p,
    .typography p,
    .whyUsPLP .columnWrapPLP .contentWrap p,
    .offeringPLP .colWrapPLP:hover .overlapContent p {
        font-size: 14px
    }
}

@media only screen and (max-width: 440px) {
    .p,
    .typography p,
    .whyUsPLP .columnWrapPLP .contentWrap p,
    .offeringPLP .colWrapPLP:hover .overlapContent p {
        font-size: 14px;
        line-height: 21px
    }
}

.link-text {
    font-family: "Open Sans Semibold";
    font-size: 16px;
    color: #7350ac
}

@media only screen and (max-width: 767px) {
    .link-text {
        font-size: 14px
    }
}

.copy-text {
    font-family: "Open Sans Semibold";
    font-size: 16px;
    color: #444
}

@media only screen and (max-width: 767px) {
    .copy-text {
        font-size: 14px
    }
}

.animate-1,
.global-button,
.bookAppointmentPLP .btn-style3,
.global-button-white,
.form-box .focusLine {
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

.animate-2,
.v-header .navigation,
.v-header .navigation>ul>li>a:after,
.v-header .mega-menu,
.v-header .search,
.v-header .cart-panel,
.v-header .login,
.v-header .nav-bg,
.c-tile .products-list ul li .product-small-box div .c-overlaycontent,
.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent,
.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent,
.consultation-process-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.animate-3,
.v-header,
.gray-strip,
.c-light,
.c-light .lightbox-target img,
.c-light .lightbox-target .text-box,
.c-light .lightbox-target-img img,
.c-light .lightbox-target-img .text-box,
.c-light .lightbox-close,
.hiw-slider .slick-dots li button,
.hiw-slider .slick-dots li button:after,
.c-book-an-appointment .globalformbox ul li .focusLine,
.c-jump-links,
.c-login,
.stickyFilter {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.rupee-symbol {
    font-family: 'rupee_foradian1-webfont'
}

.g-left-dropdown {
    display: none
}

.typography h3 {
    margin: 0px
}

.typography h4 {
    margin: 0px
}

.typography h5 {
    margin: 0px
}

.typography h6 {
    margin: 0px
}

.typography ul {
    margin: 0;
    padding: 0
}

.typography ul li {
    list-style: none !important;
    font-size: 14px;
    font-family: "Open Sans";
    color: copy-text;
    position: relative;
    display: list-item;
    margin: 10px 0 10px 25px !important;
    line-height: 24px !important;
    padding: 0;
    background: none
}

.typography ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #7350ac;
    left: -19px;
    top: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px
}

.typography.no-bullets ul li {
    margin: 20px 0 20px 0 !important
}

.typography.no-bullets ul li:before {
    content: none
}

.section {
    clear: both
}

.global-button,
.bookAppointmentPLP .btn-style3 {
    background-color: #7350ac !important;
    min-width: 140px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #7350ac !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    display: inline-block;
    text-align: center !important;
    color: #fff !important;
    outline: 0px !important;
    margin: 10px 0 !important;
    cursor: pointer
}

.global-button:hover,
.bookAppointmentPLP .btn-style3:hover {
    background-color: #fff !important;
    color: #7350ac !important
}

.global-button:focus,
.bookAppointmentPLP .btn-style3:focus {
    background-color: #fff !important;
    color: #7350ac !important
}

.global-button-white {
    background-color: #fff !important;
    min-width: 140px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #7350ac !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    display: inline-block;
    text-align: center !important;
    color: #7350ac !important;
    outline: 0px !important;
    margin: 10px 0 !important;
    cursor: pointer
}

.global-button-white:hover {
    background-color: #7350ac !important;
    color: #fff !important
}

.global-button-white:focus {
    background-color: #7350ac !important;
    color: #fff !important
}

.form-box .error:last-child {
    color: #d6330d;
    font-size: 11px;
    position: absolute;
    bottom: -12px;
    left: 0px
}

.form-box input[type="text"] {
    padding: 10px 0;
    border: none;
    outline: 0px;
    width: 100%;
    border-bottom: 1px solid #838383;
    background: transparent;
    position: relative
}

.form-box input[type="text"]:focus+.focusLine {
    width: 100%;
    z-index: 555
}

.form-box input[type="password"] {
    padding: 10px 0;
    border: none;
    outline: 0px;
    width: 100%;
    border-bottom: 1px solid #838383;
    background: transparent;
    position: relative
}

.form-box input[type="password"]:focus+.focusLine {
    width: 100%;
    z-index: 555
}

.form-box select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    background: #fff url("clientlib-site-revised/images/dropdownarrow.png") no-repeat scroll 100% center;
    border: none;
    font-family: "Open Sans";
    font-size: 14px;
    color: #444
}

.form-box select:option {
    padding: 5px
}

.form-box .focusLine {
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background-color: #7350ac;
    z-index: 5
}

.form-box .radiobtn {
    display: inline-block
}

.form-box .radiobtn label {
    position: relative
}

.form-box .radiobtn label p {
    position: relative;
    left: -30%;
    bottom: -30px;
    margin: 0px auto
}

.form-box .radiobtn label:before {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    border: solid 1px #7350ac
}

.form-box .radiobtn label input {
    visibility: hidden;
    position: absolute
}

.form-box .radiobtn label input:checked+label:before {
    background-color: #7350ac;
    border-radius: 10px;
    border: solid 1px #fff
}

.form-box .checkbox {
    position: relative;
    margin-left: 30px
}

.form-box .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form-box .checkbox .form-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: solid 1px #444
}

.form-box .checkbox .form-indicator:after {
    content: '';
    position: absolute;
    display: none
}

.form-box .checkbox input:checked ~ .form-indicator {
    background-color: #fff;
    border: solid 1px #d6330d
}

.form-box .checkbox input:checked ~ .form-indicator:after {
    display: block;
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid 1px #444;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.form-box label {
    font-family: "Open Sans";
    font-size: 14px
}

select option {
    background-color: #fff;
    border: solid 1px #838383;
    padding: 5px
}

.sprite-box a {
    background: url(clientlib-site-revised/images/global-sprite.png);
    width: 30px;
    height: 27px;
    background-repeat: no-repeat;
    font-size: 0;
    display: inline-block
}

.sprite-box a.login {
    background-position: 2px 27px
}

.sprite-box a.cart {
    background-position: 49px 27px
}

.sprite-box a.search {
    background-position: 103px 27px
}

.sprite-box a.left-arrow {
    background-position: 155px 27px
}

.sprite-box a.right-arrow {
    background-position: 197px 27px
}

.sprite-box a.play {
    background-position: 242px 27px
}

.sprite-box a.close {
    background-position: 292px 27px
}

.sprite-box a.cross {
    background-position: 350px 27px
}

.sprite-box a.download {
    background-position: 403px 27px
}

.sprite-box a.edit {
    background-position: 460px 27px
}

.sprite-box a.delete {
    background-position: 515px 27px
}

.sprite-box a.print {
    background-position: 566px 27px
}

.sprite-box a.map {
    background-position: 615px 27px
}

.sprite-box a.like {
    background-position: 661px 27px
}

.sprite-box a.share {
    background-position: 719px 27px
}

.g-arrow-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100px;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 5px
}

@media only screen and (max-width: 1440px) {
    .g-arrow-container {
        left: auto;
        right: 20%
    }
}

@media only screen and (max-width: 767px) {
    .g-arrow-container {
        left: auto;
        right: 30px;
        transform: none
    }
}

.g-arrow-container .slick-arrow img {
    border: none
}

@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden
    }
}

.v-header {
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #FFF
}

.v-header.up-header {
    top: -44px
}

.v-header .container {
    width: 80%
}

@media only screen and (max-width: 1350px) {
    .v-header .container {
        width: 100%
    }
}

.v-header .top-bar {
    background-color: #f2f1f1;
    font-family: "Open Sans";
    line-height: 40px
}

@media only screen and (max-width: 440px) {
    .v-header .top-bar {
        line-height: 25px
    }
}

.v-header .top-bar a {
    font-size: 14px;
    color: #444;
    margin-right: 30px
}

.v-header .top-bar .g-left>div {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 991px) {
    .v-header .top-bar .g-left .top-nav {
        display: none
    }
}

.v-header .top-bar .g-right>div {
    display: inline-block
}

.v-header .top-bar .g-right>div:first-child {
    margin-right: 30px
}

@media only screen and (max-width: 440px) {
    .v-header .top-bar .g-right>div:first-child {
        margin-right: 10px
    }
}

.v-header .top-bar .g-right>div.contact a {
    margin-right: 0px
}

.v-header .top-bar .g-right>div.contact a:before {
    content: url("clientlib-site-revised/images/call-icon.png");
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 2px
}

.v-header .top-bar .g-right>div.country {
    position: relative;
    cursor: pointer;
    padding-right: 20px
}

.v-header .top-bar .g-right>div.country>abbr {
    height: 15px;
    background: url(clientlib-site-revised/images/flag-sprite.png);
    width: 15px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    background-position: 0px 2px
}

@media only screen and (max-width: 440px) {
    .v-header .top-bar .g-right>div.country {
        padding: 3px 0;
        padding-right: 15px
    }
}

.v-header .top-bar .g-right>div.country:before {
    content: url("clientlib-site-revised/images/dropdownarrow.png");
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 991px) {
    .v-header .top-bar .g-right {
        width: 50%;
        text-align: right
    }
}

.v-header .top-bar .drop-list-flag {
    display: none;
    position: absolute;
    z-index: 10;
    left: -110px;
    top: 100%;
    background-color: #fff;
    width: 190px;
    border: solid 1px #f2f1f1;
    border-top: none;
    padding: 5px 10px
}

.v-header .top-bar .drop-list-flag.header-section {
    padding: 10px;
    display: none;
    text-align: left
}

.v-header .top-bar .drop-list-flag.header-section.open {
    display: block
}

.v-header .top-bar .drop-list-flag ul {
    margin: 0;
    padding: 0
}

.v-header .top-bar .drop-list-flag ul li {
    list-style: none;
    display: list-item;
    width: 100%;
    align-items: center;
    float: left;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 25px
}

.v-header .top-bar .drop-list-flag ul li a {
    font-size: 12px !important;
    margin-right: 0px;
    display: block;
    width: 100%
}

.v-header .top-bar .drop-list-flag ul li a:hover {
    color: #000
}

.v-header .top-bar .drop-list-flag ul li a span {
    padding: 0 0 0 20px
}

.v-header .top-bar .drop-list-flag ul li a abbr {
    height: 15px;
    background: url(clientlib-site-revised/images/flag-sprite.png);
    width: 15px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block
}

.v-header .top-bar .drop-list-flag ul li a.india abbr {
    background-position: 0px 4px
}

.v-header .top-bar .drop-list-flag ul li a.bangladesh abbr {
    background-position: 0px -11px
}

.v-header .top-bar .drop-list-flag ul li a.egypt abbr {
    background-position: 0px -27px
}

.v-header .top-bar .drop-list-flag ul li a.middle-east abbr {
    background-position: 0px -44px
}

.v-header .top-bar .drop-list-flag ul li a.singapore abbr {
    background-position: 0px -63px
}

.v-header .top-bar .drop-list-flag ul li a.fiji-island abbr {
    background-position: 0px -81px
}

.v-header .top-bar .drop-list-flag ul li a.nepal abbr {
    background-position: 0px -97px
}

.v-header .top-bar .drop-list-flag ul li a.lanka-ap abbr {
    background-position: 0px -114px
}

.v-header .top-bar .drop-list-flag ul li a.lanka-causeway abbr {
    background-position: 0px -130px
}

.v-header .top-bar .drop-list-flag ul li a.indonesia abbr {
    background-position: 0px -149px
}

.v-header .top-bar .drop-list-flag ul li a.ethiopia abbr {
    background-position: 0px -164px
}

.v-header .navigation-main {
    text-align: right;
    z-index: 1
}

.v-header .header-row {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
    background: #FFF
}

.v-header .header-row>div {
    position: relative
}

.v-header .logo {
    padding: 20px 0px
}

@media only screen and (max-width: 1400px) {
    .v-header .logo {
        width: 200px
    }
    .v-header .logo img {
        width: 100%
    }
}

@media only screen and (max-width: 1050px) {
    .v-header .logo {
        width: 150px;
        padding: 25px 0px
    }
}

@media only screen and (max-width: 440px) {
    .v-header .logo {
        width: 120px;
        padding: 7px 0;
        margin-top: 3px
    }
}

.v-header .navigation {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-right: 50px
}

@media only screen and (max-width: 1919px) {
    .v-header .navigation {
        padding-right: 30px
    }
}

@media only screen and (max-width: 880px) {
    .v-header .navigation {
        width: 80%;
        padding-right: 0px;
        position: fixed;
        left: -110%;
        top: 122px;
        background-color: #FFF;
        padding: 0px 15px;
        margin: 0px;
        box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.2);
        height: 95vh;
        overflow-y: scroll;
        z-index: 1
    }
    .v-header .navigation.open {
        left: 0%
    }
}

@media only screen and (max-width: 440px) {
    .v-header .navigation {
        top: 71px
    }
}

@media only screen and (max-width: 880px) {
    .v-header .navigation>ul>li>a {
        font-size: 14px;
        padding: 10px 0;
        text-align: left
    }
}

.v-header .navigation>ul>li>a:after {
    content: "";
    height: 5px;
    background-color: #d6330d;
    width: 0%;
    bottom: 0px;
    left: 0px;
    position: absolute
}

.v-header .navigation>ul>li>a:hover {
    padding-bottom: 30px
}

.v-header .navigation>ul>li>a:hover:after {
    width: 0%
}

.v-header .navigation>ul>li.open>a:after {
    width: 0%
}

.v-header .navigation li {
    margin: 0px 30px;
    display: inline-block
}

.v-header .navigation li:hover .mega-menu,
.v-header .navigation li.open .mega-menu {
    max-height: 1500px;
    opacity: 1;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li:hover .mega-menu,
    .v-header .navigation li.open .mega-menu {
        display: block
    }
}

.v-header .navigation li .sign {
    position: absolute;
    right: 0px;
    top: 13px;
    width: 20px;
    height: 20px;
    z-index: 2;
    display: none
}

.v-header .navigation li .sign:before {
    content: "";
    width: 80%;
    height: 2px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #7350ac;
    position: absolute;
    left: 50%
}

.v-header .navigation li .sign:after {
    content: "";
    width: 2px;
    height: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    background-color: #7350ac
}

.v-header .navigation li .sign.open:after {
    display: block
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li .sign {
        display: block
    }
}

.v-header .navigation li.open .sign:after {
    display: block
}

.v-header .navigation li a {
    font-size: 18px;
    color: #444;
    line-height: 18px;
    font-family: "Open Sans Semibold";
    padding: 30px 0px;
    display: inline-block;
    position: relative
}

.v-header .navigation li a:hover {
    color: #7350ac
}

@media only screen and (max-width: 1400px) {
    .v-header .navigation li a {
        font-size: 16px
    }
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li a {
        padding: 15px 0px
    }
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li a {
        display: block
    }
}

.v-header .navigation li:last-child {
    margin-right: 0px
}

@media only screen and (max-width: 1919px) {
    .v-header .navigation li {
        margin: 0 15px;
        width: auto
    }
}

@media only screen and (max-width: 1050px) {
    .v-header .navigation li {
        margin: 0 15px
    }
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid #CCC;
        padding: 0;
        margin: 0 0px
    }
    .v-header .navigation li:last-child {
        border-bottom: 0px
    }
}

.v-header .user-nav {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    position: relative
}

@media only screen and (max-width: 1919px) {
    .v-header .user-nav {
        padding-left: 30px
    }
}

@media only screen and (max-width: 880px) {
    .v-header .user-nav {
        padding-left: 0px
    }
}

.v-header .user-nav li {
    display: inline-block;
    margin-right: 50px;
    padding: 26px 0px;
    cursor: pointer
}

.v-header .user-nav li>abbr {
    width: 25px;
    height: 25px;
    background-image: url(clientlib-site-revised/images/user-nav.png);
    background-repeat: no-repeat;
    display: block
}

.v-header .user-nav li>abbr.login-sign {
    background-position: 0px -0px
}

.v-header .user-nav li>abbr.search-sign {
    background-position: 0px -50px
}

.v-header .user-nav li>abbr.cart-sign {
    background-position: 0px -100px
}

.v-header .user-nav li>abbr:hover.login-sign {
    background-position: 0px -25px
}

.v-header .user-nav li>abbr:hover.search-sign {
    background-position: 0px -75px
}

.v-header .user-nav li>abbr:hover.cart-sign {
    background-position: 0px -125px
}

.v-header .user-nav li:hover.login-sign {
    background-position: 0px -25px
}

.v-header .user-nav li:hover.search-sign {
    background-position: 0px -75px
}

.v-header .user-nav li:hover.cart-sign {
    background-position: 0px -100px
}

.v-header .user-nav li:last-child {
    margin-right: 0px;
    position: relative
}

@media only screen and (max-width: 1919px) {
    .v-header .user-nav li {
        margin-right: 35px
    }
}

@media only screen and (max-width: 1050px) {
    .v-header .user-nav li {
        margin-right: 15px
    }
}

@media only screen and (max-width: 440px) {
    .v-header .user-nav li {
        margin-right: 10px;
        padding: 7px 0px
    }
}

.v-header .user-nav:before {
    content: "";
    position: absolute;
    width: 1px;
    left: 0px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc
}

@media only screen and (max-width: 880px) {
    .v-header .user-nav:before {
        display: none
    }
}

.v-header .header-section {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 50px;
    display: inline-block;
    position: absolute;
    height: auto;
    right: 0px;
    top: 98%;
    background-color: #FFF
}

.v-header .mega-menu {
    padding: 0 50px;
    opacity: 1;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    width: 100%;
    box-shadow: 2px 2px 2px 2px transparent;
    -webkit-box-shadow: 2px 2px 2px 2px transparent;
    -moz-box-shadow: 2px 2px 2px 2px transparent
}

.v-header .mega-menu>div {
    padding: 50px 0
}

@media only screen and (max-width: 880px) {
    .v-header .mega-menu {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 0px 0px;
        position: relative;
        max-height: 0px !important;
        overflow: hidden
    }
    .v-header .mega-menu.open {
        padding: 0px 0px;
        max-height: 1500px !important;
        margin: 15px 0
    }
}

.v-header .mega-menu .nav-col {
    width: 22%;
    float: left
}

@media only screen and (max-width: 880px) {
    .v-header .mega-menu .nav-col {
        width: 50%
    }
    .v-header .mega-menu .nav-col li {
        border-bottom: 0px
    }
}

@media only screen and (max-width: 440px) {
    .v-header .mega-menu .nav-col ul {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 880px) {
    .v-header .mega-menu .nav-col {
        width: 100%
    }
}

.v-header .mega-menu .nav-img {
    width: 34%;
    float: left
}

.v-header .mega-menu .nav-img img {
    width: 100%
}

@media only screen and (max-width: 880px) {
    .v-header .mega-menu .nav-img {
        width: 50%;
        display: block
    }
}

@media only screen and (max-width: 440px) {
    .v-header .mega-menu .nav-img {
        width: 100%
    }
}

.v-header .mega-menu ul li {
    width: 100%;
    display: block;
    margin: 10px 0px
}

.v-header .mega-menu ul li a {
    padding: 0px
}

.v-header .search {
    padding: 0px 100px;
    width: 100%;
    max-height: 0px;
    height: auto;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    background-color: transparent;
    box-shadow: 2px 2px 2px 2px transparent;
    -webkit-box-shadow: 2px 2px 2px 2px transparent;
    -moz-box-shadow: 2px 2px 2px 2px transparent;
    z-index: -1
}

@media only screen and (max-width: 440px) {
    .v-header .search {
        padding: 0px 20px
    }
}

.v-header .search .form-box {
    position: relative
}

.v-header .search input[type="text"] {
    padding-right: 30px
}

.v-header .search.open {
    padding: 0px 20px;
    opacity: 1;
    max-height: 1000px;
    overflow: visible
}

.v-header .cart-panel {
    text-align: left;
    padding: 0px 25px;
    display: block;
    opacity: 0;
    z-index: -1;
    width: 100%;
    max-width: 350px;
    height: auto;
    max-height: 0px;
    overflow-y: hidden;
    box-sizing: border-box
}

.v-header .cart-panel .cart-total-box {
    display: block;
    height: auto;
    max-height: 370px;
    margin-right: -5px;
    overflow-y: scroll;
}

@media only screen and (max-width: 440px) {
    .v-header .cart-panel .cart-total-box {
        height: calc(100% - 80px);
        max-height: calc(100% - 80px)
    }
}

.v-header .cart-panel .cart-total {
    width: 100%;
    display: inline-block;
    font-size: 14px
}

.v-header .cart-panel .cart-total>div {
    width: 50%
}

.v-header .cart-panel .cart-total>div.cart-items {
    text-align: left;
    display: block;
    background-color: transparent;
    position: relative;
    height: auto;
    color: #444444;
    font-size: 14px;
    right: auto;
    font-weight: normal;
    font-size: 14px;
    font-family: "Open Sans Semibold"
}

.v-header .cart-panel .cart-total>div.total-price {
    text-align: right;
    color: #444444;
    font-size: 14px
}

.v-header .cart-panel .cart-empty-box {
    display: none
}

.v-header .cart-panel .cart-empty {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 20px
}

.v-header .cart-panel .cart-empty>div {
    width: 50%
}

.v-header .cart-panel .cart-empty>div.cart-items {
    text-align: left
}

.v-header .cart-panel p {
    text-align: center;
    padding: 50px 0;
    font-size: 13px
}

.v-header .cart-panel h5 {
    margin-bottom: 10px
}

.v-header .cart-panel b {
    font-family: "Open Sans Semibold"
}

.v-header .cart-panel ul {
    margin: 15px 0
}

.v-header .cart-panel ul li {
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    border-top: 1px solid #CCC
}

.v-header .cart-panel ul li .cart-img {
    width: 30%
}

.v-header .cart-panel ul li .cart-img img {
    width: 100%
}

.v-header .cart-panel ul li .cart-description {
    width: 70%;
    padding-left: 15px
}

.v-header .cart-panel ul li .cart-description h6 {
    font-size: 14px;
    font-family: "Open Sans Semibold";
    margin-bottom: 10px;
    line-height: 20px
}

.v-header .cart-panel ul li .cart-description p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    text-align: left
}

.v-header .cart-panel ul li .cart-description .cart-action {
    display: flex;
    align-items: center
}

.v-header .cart-panel ul li .cart-description .cart-action abbr {
    width: 33.33%;
    font-family: "Open Sans Semibold"
}

.v-header .cart-panel .buy-new-button {
    margin: 0px;
    width: 100%
}

.v-header .cart-panel.open {
    padding: 25px 25px;
    max-height: calc(100vh - 65px);
    opacity: 1
}

@media only screen and (max-width: 440px) {
    .v-header .cart-panel {
        height: calc(100vh - 65px);
        overflow-y: scroll;
        max-height: calc(100vh - 65px);
        padding: 25px 25px;
        width: 100%;
        opacity: 1;
        right: -100%;
        max-width: 100%
    }
    .v-header .cart-panel.open {
        padding: 25px 25px;
        max-height: auto;
        opacity: 1;
        right: 0%
    }
}

.v-header .login {
    width: 220px;
    right: 0px;
    padding: 0px 20px;
    padding-bottom: 0px;
    text-align: left;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    z-index: -1
}

.v-header .login.open {
    max-height: 500px;
    padding: 0px 20px;
    padding-bottom: 20px;
    opacity: 1
}

.v-header .login .login-box h6 {
    font-size: 14px;
    font-family: "Open Sans Semibold";
    line-height: 22px;
    margin-bottom: 10px
}

.v-header .login .login-box h6 span {
    display: block;
    font-size: 12px
}

.v-header .login .login-box p {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 18px
}

.v-header .login .login-box .action {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    left: 0px;
    background-color: #7350ac
}

.v-header .login .login-box .action a {
    font-size: 12px;
    padding: 15px;
    color: #fff;
    text-align: center;
    width: 50%;
    float: left
}

.v-header .login .logout-box {
    display: block
}

.v-header .login .logout-box h6 {
    font-size: 14px;
    font-family: "Open Sans Semibold";
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc
}

.v-header .login .logout-box h6 span {
    display: block;
    font-size: 12px
}

.v-header .login .logout-box p {
    font-size: 12px;
    margin-bottom: 40px;
    line-height: 18px
}

.v-header .login .logout-box p a {
    color: #444444
}

.v-header .login .logout-box .action {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    left: 0px;
    background-color: #7350ac
}

.v-header .login .logout-box .action a {
    font-size: 12px;
    padding: 15px;
    color: #fff;
    text-align: center;
    width: 50%;
    float: left
}

.v-header .login .logout-box .action a span {
    position: relative;
    top: 0;
    left: 10px
}

.v-header .nav-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: -2;
    visibility: hidden
}

.v-header .nav-bg.open {
    opacity: 1;
    visibility: visible
}

.v-header .header-component .suggestion-box .suggestion-search-list .item-details .item-title {
    text-align: left
}

.g-left ul {
    margin: 0;
    padding: 0
}

.g-left ul li {
    list-style: none;
    padding: 10px 0;
    float: left;
    font-family: "Open Sans";
    font-size: 13px;
    color: #444;
    margin-right: 20px
}

.g-left ul li a {
    color: #444;
    padding: 10px 0
}

.g-left ul li a:hover {
    color: #000
}

.g-left .g-left-dropdown {
    margin-right: 5px
}

.g-left .g-left-dropdown select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    background: #f2f1f1 url("clientlib-site-revised/images/dropdownarrow.png") no-repeat scroll 100% center;
    border: none;
    background-position-y: 50%;
    width: 85px;
    font-family: "Open Sans";
    font-size: 11px;
    color: #444;
    margin-right: 10px;
    display: none
}

.g-left .g-left-dropdown select:option {
    padding: 5px
}

.g-left .g-left-dropdown select::-ms-expand {
    display: none
}

@media only screen and (max-width: 991px) {
    .g-left {
        width: 50%;
        text-align: left
    }
}

.g-left-dropdown-common {
    margin-right: 5px
}

.g-left-dropdown-common select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    background: #f2f1f1 url("clientlib-site-revised/images/dropdownarrow.png") no-repeat scroll 100% center;
    border: none;
    background-position-y: 50%;
    width: 120px;
    font-size: 14px
}

.g-left-dropdown-common select:option {
    padding: 5px
}

.g-left-dropdown-common select::-ms-expand {
    display: none
}

@media only screen and (max-width: 991px) {
    .g-left-dropdown-common {
        display: none !important
    }
}

.v-header .mega-menu .nav-col>ul>li>ul>li>a {
    font-size: 14px;
    color: #838383;
    line-height: 14px;
    font-family: "Open Sans"
}

.v-header .mega-menu .nav-col>ul>li>ul>li>a:hover {
    color: #7350ac
}

.v-header>.navigation>li a:hover {
    color: #7350ac
}

.nav-col-box {
    width: 70%;
    float: left
}

.v-header .mega-menu .nav-img {
    width: 30%
}

.v-header .mega-menu .nav-col {
    width: 25%
}

.v-header .mega-menu .nav-col.fourcolumn {
    width: 25%
}

.v-header .mega-menu .nav-col.threecolumn {
    width: 33.33%
}

.v-header .navigation li a.active {
    color: #7350ac
}

.v-header .mega-menu .nav-col>ul>li>ul>li>a.active {
    color: #7350ac
}

.v-header .login .login-box .action a {
    color: #ffffff
}

.v-header .login .login-box .action {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff
}

.global-search {
    flex-grow: 2
}

.global-search .auto-sug-section {
    position: relative;
    z-index: 10
}

.global-search .input-form-container {
    position: relative;
    border: 0;
    box-shadow: 0 0 6px 2px #e2e1e2;
    border-radius: 8px;
    padding: 1px
}

.global-search .input-form-container.focusin {
    background: #fbab33;
    background: -moz-linear-gradient(left, #fbab33 0%, #ef3b2b 50%, #4a1997 100%);
    background: -webkit-linear-gradient(left, #fbab33 0%, #ef3b2b 50%, #4a1997 100%);
    background: linear-gradient(to right, #fbab33 0%, #ef3b2b 50%, #4a1997 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbab33', endColorstr='#4a1997', GradientType=1);
    border-radius: 8px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.09)
}

.global-search .input-form-container .input-main-block {
    width: 100%;
    display: flex;
    border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 0 10px 0 5px;
    align-items: center
}

.global-search .twitter-typeahead {
    width: 100%
}

.global-search .search-input {
    flex-grow: 2;
    font-size: 12px;
    border: 0;
    box-shadow: none;
    border-radius: 7px;
    font-weight: 300;
    position: relative;
    padding: 13px 10px;
    width: 100%;
    color: #9b9b9b;
    font-family: "Open Sans"
}

.global-search .search-input:focus {
    outline: 0;
    border-color: cyan
}

.global-search input::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 12px
}

.global-search input::-moz-placeholder {
    color: #9b9b9b;
    font-size: 12px
}

.global-search input:-ms-input-placeholder {
    color: #9b9b9b;
    font-size: 12px
}

.global-search input::placeholder {
    color: #9b9b9b;
    font-size: 12px
}

.popular-search-container {
    display: none
}

.suggestion-box {
    padding: 15px 0 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 9999
}

.suggestion-box .search-heading {
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding-left: 15px;
    color: #9f9f9f;
    text-align: left
}

.suggestion-box .item {
    border-bottom: 1px solid #eaeaea;
    margin: 0 10px
}

.suggestion-box .item:last-child {
    border-bottom: 0
}

.suggestion-box .item-details {
    padding: 10px 10px 10px 5px
}

.suggestion-box .item-details .title,
.suggestion-box .item-details .item-title {
    font-size: 13px;
    font-family: "Open Sans";
    margin-bottom: 0
}

.suggestion-box .item-details .sub-title {
    font-size: 9px;
    font-family: "Open Sans";
    line-height: 16px;
    margin-bottom: 0
}

.suggestion-box .popular-search-list {
    margin: 10px 0 0;
    font-family: "Open Sans"
}

.suggestion-box .popular-search-list .item-details {
    display: flex
}

.suggestion-box .popular-search-list .item-details .icon {
    width: 20px
}

.suggestion-box .popular-search-list .item-details .title {
    text-transform: capitalize;
    margin-left: 12px;
    color: #4a4a4a
}

.suggestion-box .popular-search-list .item-details:hover {
    background: #f5f4f4
}

.suggestion-box .suggestion-search-list .item-details {
    display: flex;
    justify-content: space-between
}

.suggestion-box .suggestion-search-list .item-details .left-block {
    display: flex;
    flex-direction: column
}

.suggestion-box .suggestion-search-list .item-details .item-title {
    color: #4a4a4a
}

.suggestion-box .suggestion-search-list .item-details .sub-title {
    text-transform: capitalize;
    color: #8b8b8b;
    letter-spacing: 1px
}

.suggestion-box .suggestion-search-list .item-details .code-color {
    width: 20px;
    height: 20px;
    background: cyan;
    border-radius: 50px
}

.suggestion-box .suggestion-search-list .item-details:hover {
    background: #f5f4f4
}

.suggestion-box .suggestion-search-list .blog-item .item-details {
    flex-direction: row;
    justify-content: flex-start
}

.suggestion-box .suggestion-search-list .blog-item .item-details .blog-info {
    line-height: 14px;
    margin: 0;
    display: inline-block;
    width: 100%
}

.suggestion-box .suggestion-search-list .blog-item .item-details .blog-info .title {
    margin-left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block
}

.suggestion-box .suggestion-search-list .blog-item .item-details .blog-info .blog-title {
    margin-left: 0
}

.suggestion-box .suggestion-search-list .blog-item .item-details .icon {
    width: 20px;
    display: none
}

.suggestion-box .suggestion-search-list .blog-item .item-details .title {
    text-transform: capitalize;
    margin-left: 12px;
    color: #4a4a4a
}

.suggestion-box .suggestion-search-list .blog-item .item-details .blog-title {
    color: #9b9b9b;
    margin-left: 12px;
    font-family: "Open Sans";
    font-size: 9px
}

.suggestion-box .suggestion-search-list .related-search .search-heading {
    margin-top: 15px;
    font-family: "Open Sans"
}

.suggestion-box .suggestion-search-list .related-search .item-details {
    display: flex;
    align-items: flex-start
}

.suggestion-box .suggestion-search-list .related-search .item-details .left-block {
    flex-direction: row;
    align-items: center
}

.suggestion-box .suggestion-search-list .related-search .item-details .icon {
    width: 35px
}

.suggestion-box .suggestion-search-list .related-search .item-details .title {
    text-transform: capitalize;
    margin-left: 12px;
    color: #4a4a4a
}

.suggestion-box .suggestion-search-list .related-search .item-details .prod-icon {
    width: 35px
}

@media (min-width: 768px) {
    .suggestion-box .suggestion-search-list .item-details .code-color {
        width: 30px;
        height: 30px;
        background: cyan
    }
    .suggestion-box .suggestion-search-list .blog-item .item-details .icon {
        display: block
    }
    .suggestion-box .suggestion-search-list .blog-item .item-details .blog-info {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        line-height: 16px
    }
    .suggestion-box .suggestion-search-list .blog-item .item-details .blog-info .title {
        width: 100%
    }
    .suggestion-box .suggestion-search-list .blog-item .item-details .blog-info .blog-title {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    .suggestion-box {
        top: 52px
    }
    .suggestion-box .search-heading {
        font-size: 11px
    }
    .suggestion-box .item {
        margin: 0
    }
    .suggestion-box .item-details {
        padding: 13px 20px
    }
    .suggestion-box .item-details .title,
    .suggestion-box .item-details .item-title {
        font-size: 14px;
        margin-bottom: 2px
    }
    .suggestion-box .item-details .sub-title {
        font-size: 12px;
        margin-bottom: 0px
    }
}

/*.search-icon {
    background: url(clientlib-site-revised/images/search-icon.png) no-repeat;
    border: 0 none;
    height: 18px;
    padding: 0;
    position: absolute;
    width: 18px;
    margin-right: 10px;
    right: 2px;
    background-size: contain;
    top: 14px;
    outline: 0
}*/

.search-icon:focus {
    outline: 0
}

/*@media (min-width: 768px) {
    .search-icon {
        top: 11px;
        height: 22px;
        right: 15px;
        width: 22px
    }
}*/

.search-icon-resp .search-icon {
    position: relative;
    top: initial
}

@media (min-width: 768px) {
    .new-search-view {
        width: 100% !important
    }
    .global-search {
        padding-right: 40px;
        top: -2px;
        display: block !important
    }
    .global-search .search-input {
        font-size: 14px;
        line-height: 17px
    }
    .global-search input::-webkit-input-placeholder {
        font-size: 14px
    }
    .global-search input::-moz-placeholder {
        font-size: 14px
    }
    .global-search input:-ms-input-placeholder {
        font-size: 14px
    }
    .global-search input::placeholder {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .global-search {
        padding-right: 35px
    }
    .global-search .search-input {
        padding: 12px 45px 12px 10px
    }
    .suggestion-box .search-heading {
        padding-left: 20px
    }
    .suggestion-box .popular-search-list .item-details,
    .suggestion-box .suggestion-search-list .item-details {
        padding: 13px 20px
    }
}

@media (min-width: 1200px) {
    .global-search {
        padding-right: 70px
    }
    .global-search .search-input {
        padding: 12px 45px 12px 20px
    }
    .suggestion-box .search-heading {
        padding-left: 25px
    }
    .suggestion-box .popular-search-list .item-details,
    .suggestion-box .suggestion-search-list .item-details {
        padding: 13px 25px
    }
}

.card-num {
    background-color: #7350ac;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    padding: 5px;
    bottom: 40px
}

@media only screen and (max-width: 440px) {
    .card-num {
        bottom: 20px
    }
}

.card-num span {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans"
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li:hover .mega-menu,
    .v-header .navigation li .mega-menu,
    .v-header .navigation li .mega-menu.open {
        display: none
    }
    .v-header .navigation li.open .mega-menu {
        display: block
    }
    .v-header .navigation li .sign::after {
        content: "";
        width: 2px;
        height: 80%;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        background-color: #7350ac
    }
    .v-header .navigation li .sign::before {
        content: "";
        width: 80%;
        height: 2px;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        background-color: #7350ac
    }
    .v-header .navigation {
        height: calc(100vh - -10px)
    }
    .v-header .navigation li .sign.open::after {
        display: block
    }
    .v-header .navigation li.open .sign::after {
        display: none
    }
    .v-header .navigation {
        width: 400px
    }
    .v-header .mega-menu .nav-img img {
        width: 80%
    }
    .v-header .mega-menu ul li {
        margin: 4px 0
    }
    .v-header .navigation li a {
        font-size: 14px;
        padding: 10px 0
    }
    .v-header .navigation li .sign {
        top: 8px
    }
    .v-header .mega-menu .nav-col>ul>li>ul>li>a {
        font-size: 12px
    }
    .v-header .mega-menu .nav-col>ul>li>ul>li>a:hover {
        padding: 0px 0 !important
    }
    .v-header .navigation>ul>li>a:hover {
        padding: 10px 0;
        padding-bottom: 10px
    }
    .v-header .navigation li a {
        text-align: left
    }
    .header-component .global-search {
        top: -2px !important;
        display: block !important;
        padding-right: 0px !important;
        width: 100%
    }
    .v-header .navigation>ul {
        margin-bottom: 100px !important
    }
    .v-header .navigation>ul>li>a:hover:after {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .v-header .navigation {
        height: calc(100vh - 70px)
    }
    .v-header .navigation {
        width: 80%
    }
    .v-header .mega-menu .nav-img img {
        width: 100%
    }
    .search-icon-resp.js-showSearchBox {
        display: none
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .header-component .global-search {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .header-component .search-icon-resp .search-icon {
        visibility: hidden
    }
}

@font-face {
    font-family: 'Open Sans';
    src: url("clientlib-site-revised/fonts/Open Sans.eot");
    src: url("clientlib-site-revised/fonts/Open Sans.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Open Sans.woff2") format("woff2"), url("clientlib-site-revised/fonts/Open Sans.woff") format("woff"), url("clientlib-site-revised/fonts/Open Sans.svg#Open Sans") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212
}

@font-face {
    font-family: 'Open Sans';
    src: url("clientlib-site-revised/fonts/Open Sans Bold.eot");
    src: url("clientlib-site-revised/fonts/Open Sans Bold.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Open Sans Bold.woff2") format("woff2"), url("clientlib-site-revised/fonts/Open Sans Bold.woff") format("woff"), url("clientlib-site-revised/fonts/Open Sans Bold.svg#Open Sans Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074
}

@font-face {
    font-family: 'Open Sans Light';
    src: url("clientlib-site-revised/fonts/Open Sans Light.eot");
    src: url("clientlib-site-revised/fonts/Open Sans Light.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Open Sans Light.woff2") format("woff2"), url("clientlib-site-revised/fonts/Open Sans Light.woff") format("woff"), url("clientlib-site-revised/fonts/Open Sans Light.svg#Open Sans Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url("clientlib-site-revised/fonts/Open Sans Semibold.eot");
    src: url("clientlib-site-revised/fonts/Open Sans Semibold.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Open Sans Semibold.woff2") format("woff2"), url("clientlib-site-revised/fonts/Open Sans Semibold.woff") format("woff"), url("clientlib-site-revised/fonts/Open Sans Semibold.svg#Open Sans Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074
}

@font-face {
    font-family: 'Open Sans Extrabold';
    src: url("clientlib-site-revised/fonts/Open Sans Extrabold.eot");
    src: url("clientlib-site-revised/fonts/Open Sans Extrabold.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Open Sans Extrabold.woff2") format("woff2"), url("clientlib-site-revised/fonts/Open Sans Extrabold.woff") format("woff"), url("clientlib-site-revised/fonts/Open Sans Extrabold.svg#Open Sans Extrabold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url("clientlib-site-revised/fonts/Abhaya Libre Regular.eot");
    src: url("clientlib-site-revised/fonts/Abhaya Libre Regular.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Abhaya Libre Regular.woff2") format("woff2"), url("clientlib-site-revised/fonts/Abhaya Libre Regular.woff") format("woff"), url("clientlib-site-revised/fonts/Abhaya Libre Regular.svg#Abhaya Libre Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url("clientlib-site-revised/fonts/Abhaya Libre Bold.eot");
    src: url("clientlib-site-revised/fonts/Abhaya Libre Bold.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Abhaya Libre Bold.woff2") format("woff2"), url("clientlib-site-revised/fonts/Abhaya Libre Bold.woff") format("woff"), url("clientlib-site-revised/fonts/Abhaya Libre Bold.svg#Abhaya Libre Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE
}

@font-face {
    font-family: 'Abhaya Libre Medium';
    src: url("clientlib-site-revised/fonts/Abhaya Libre Medium.eot");
    src: url("clientlib-site-revised/fonts/Abhaya Libre Medium.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Abhaya Libre Medium.woff2") format("woff2"), url("clientlib-site-revised/fonts/Abhaya Libre Medium.woff") format("woff"), url("clientlib-site-revised/fonts/Abhaya Libre Medium.svg#Abhaya Libre Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE
}

@font-face {
    font-family: 'Abhaya Libre SemiBold';
    src: url("clientlib-site-revised/fonts/Abhaya Libre SemiBold.eot");
    src: url("clientlib-site-revised/fonts/Abhaya Libre SemiBold.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Abhaya Libre SemiBold.woff2") format("woff2"), url("clientlib-site-revised/fonts/Abhaya Libre SemiBold.woff") format("woff"), url("clientlib-site-revised/fonts/Abhaya Libre SemiBold.svg#Abhaya Libre SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE
}

@font-face {
    font-family: 'Abhaya Libre ExtraBold';
    src: url("clientlib-site-revised/fonts/Abhaya Libre ExtraBold.eot");
    src: url("clientlib-site-revised/fonts/Abhaya Libre ExtraBold.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/Abhaya Libre ExtraBold.woff2") format("woff2"), url("clientlib-site-revised/fonts/Abhaya Libre ExtraBold.woff") format("woff"), url("clientlib-site-revised/fonts/Abhaya Libre ExtraBold.svg#Abhaya Libre ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE
}

@font-face {
    font-family: 'rupee_foradian1-webfont';
    src: url("clientlib-site-revised/fonts/rupee_foradian1-webfont.eot");
    src: url("clientlib-site-revised/fonts/rupee_foradian1-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site-revised/fonts/rupee_foradian1-webfont.woff") format("woff"), url("clientlib-site-revised/fonts/rupee_foradian1-webfont.ttf") format("truetype"), url("clientlib-site-revised/fonts/rupee_foradian1-webfont.svg#rupee_foradian1-webfont") format("svg");
    font-weight: normal;
    font-style: normal
}

.c-spotlight-carosel {
    width: 100%;
    margin: 0px auto;
    position: relative;
    display: inline-block
}

.c-spotlight-carosel img {
    width: 100%
}

.c-spotlight-carosel .mainSlide {
    position: relative;
    top: 0;
    left: 0;
    height: auto
}

.c-spotlight-carosel .mainSlide img {
    width: 100%
}

.c-spotlight-carosel .mainSlide .overlapContent {
    position: absolute;
    bottom: -30px;
    height: auto;
    background-color: rgba(246, 246, 246, 0.9);
    border-radius: 5px;
    padding: 30px 30px 30px 50px;
    display: table;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    margin-left: 50px
}

.c-spotlight-carosel .mainSlide .overlapContent div {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px 0px 0
}

@media only screen and (max-width: 440px) {
    .c-spotlight-carosel .mainSlide .overlapContent h2 {
        padding-left: 0
    }
}

.c-spotlight-carosel .section-header,
.c-spotlight-carosel .storelocator .h2,
.storelocator .c-spotlight-carosel .h2,
.c-spotlight-carosel .contractorlocator h2,
.contractorlocator .c-spotlight-carosel h2,
.c-spotlight-carosel .howWorksPLP h2,
.howWorksPLP .c-spotlight-carosel h2,
.c-spotlight-carosel h2.custom-getInspiredPLP {
    margin-bottom: 0px
}

.c-spotlight-carosel .slick-dots {
    bottom: -30px
}

.c-spotlight-carosel .slick-dots li button {
    color: #cdcdcd;
    background: #cdcdcd;
    border-radius: 100px;
    width: 12px;
    height: 12px
}

.c-spotlight-carosel .slick-dots li button::before {
    content: none
}

.c-spotlight-carosel .slick-dots li.slick-active button {
    background: #7350ac
}

.c-spotlight {
    width: 100%;
    margin: 0px auto;
    position: relative
}

.c-spotlight img {
    width: 100%
}

.c-spotlight .mainSlide {
    position: relative;
    top: 0;
    left: 0;
    height: auto
}

.c-spotlight .mainSlide img {
    width: 100%
}

.c-spotlight .mainSlide .overlapContent {
    position: absolute;
    bottom: -30px;
    height: auto;
    background-color: rgba(246, 246, 246, 0.9);
    border-radius: 5px;
    padding: 30px 30px 30px 50px;
    display: table;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    margin-left: 50px
}

.c-spotlight .mainSlide .overlapContent div {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px 0px 0
}

@media only screen and (max-width: 440px) {
    .c-spotlight .mainSlide .overlapContent h2 {
        padding-left: 0
    }
}

.c-spotlight .section-header,
.c-spotlight .storelocator .h2,
.storelocator .c-spotlight .h2,
.c-spotlight .contractorlocator h2,
.contractorlocator .c-spotlight h2,
.c-spotlight .howWorksPLP h2,
.howWorksPLP .c-spotlight h2,
.c-spotlight h2.custom-getInspiredPLP {
    margin-bottom: 0px
}

.c-four-easy-steps .four-easy-steps-content {
    display: table
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box {
    position: relative;
    padding: 80px
}

@media only screen and (max-width: 767px) {
    .c-four-easy-steps .four-easy-steps-content .four-easy-steps-box {
        padding: 100px 10px 100px 10px
    }
}

@media only screen and (max-width: 440px) {
    .c-four-easy-steps .four-easy-steps-content .four-easy-steps-box {
        padding: 60px 10px
    }
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box:after {
    content: '';
    width: 100%;
    height: 90%;
    border: 1px solid #838383;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul {
    margin: 0;
    padding: 0
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul li {
    display: flex;
    float: left;
    width: 100%;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    align-items: center
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul li span {
    font-size: 90px;
    line-height: 100px;
    color: #eaeaea;
    font-family: "Open Sans";
    width: 80px
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul li div {
    vertical-align: middle;
    width: 75%
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul li div p {
    margin-bottom: 0 !important
}

@media only screen and (max-width: 440px) {
    .c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul {
        margin: 30px 0
    }
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box .h2,
.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box .contractorlocator h2,
.contractorlocator .c-four-easy-steps .four-easy-steps-content .four-easy-steps-box h2,
.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box .howWorksPLP h2,
.howWorksPLP .c-four-easy-steps .four-easy-steps-content .four-easy-steps-box h2,
.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box h2.custom-getInspiredPLP {
    position: absolute;
    background-color: #fff;
    margin: 20px 20px 50px 0 !important;
    left: 0;
    top: 0;
    width: 80%
}

.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box h5 {
    margin-bottom: 10px
}

.c-four-easy-steps .four-easy-steps-content .form-box-content {
    display: table-cell;
    vertical-align: middle;
    width: 30%
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .section-header:before,
.c-four-easy-steps .four-easy-steps-content .form-box-content .storelocator .h2:before,
.storelocator .c-four-easy-steps .four-easy-steps-content .form-box-content .h2:before,
.c-four-easy-steps .four-easy-steps-content .form-box-content .contractorlocator h2:before,
.contractorlocator .c-four-easy-steps .four-easy-steps-content .form-box-content h2:before,
.c-four-easy-steps .four-easy-steps-content .form-box-content .howWorksPLP h2:before,
.howWorksPLP .c-four-easy-steps .four-easy-steps-content .form-box-content h2:before,
.c-four-easy-steps .four-easy-steps-content .form-box-content h2.custom-getInspiredPLP:before {
    left: -95px
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box {
    background-color: #f6f6f6;
    padding: 30px 60px;
    position: relative;
    margin-left: -50px;
    border-radius: 5px
}

@media only screen and (max-width: 440px) {
    .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box {
        padding: 30px 30px 0px 60px;
        top: 0px;
        width: 100%
    }
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box ul {
    margin: 0;
    padding: 0
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box ul li {
    position: relative;
    margin-bottom: 20px
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box .global-button,
.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box .bookAppointmentPLP .btn-style3,
.bookAppointmentPLP .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box .btn-style3 {
    position: relative;
    bottom: -50px
}

@media only screen and (max-width: 440px) {
    .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box .global-button,
    .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box .bookAppointmentPLP .btn-style3,
    .bookAppointmentPLP .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box .btn-style3 {
        bottom: 0px
    }
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box.thankyou {
    display: none
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box.thankyou h2 {
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box.thankyou h2 {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 767px) {
    .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box.thankyou h2 {
        margin-bottom: 20px
    }
}

.c-decor-four-easy-steps .four-easy-steps-box {
    position: relative;
    padding: 70px 50px 0px 50px
}

.c-decor-four-easy-steps .four-easy-steps-box:after {
    content: '';
    width: 100%;
    height: 90%;
    border: 1px solid #838383;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.c-decor-four-easy-steps .four-easy-steps-box ul {
    margin: 0;
    padding: 0
}

.c-decor-four-easy-steps .four-easy-steps-box ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0 30px 0 0;
    position: relative;
    width: 25%
}

.c-decor-four-easy-steps .four-easy-steps-box ul li span {
    font-size: 90px;
    line-height: 100px;
    color: #eaeaea;
    font-family: "Open Sans Semibold";
    width: 80px
}

.c-decor-four-easy-steps .four-easy-steps-box ul li div {
    vertical-align: middle;
    width: 75%
}

.c-decor-four-easy-steps .four-easy-steps-box ul li div p {
    margin-bottom: 0 !important
}

.c-decor-four-easy-steps .four-easy-steps-box .h2,
.c-decor-four-easy-steps .four-easy-steps-box .contractorlocator h2,
.contractorlocator .c-decor-four-easy-steps .four-easy-steps-box h2,
.c-decor-four-easy-steps .four-easy-steps-box .howWorksPLP h2,
.howWorksPLP .c-decor-four-easy-steps .four-easy-steps-box h2,
.c-decor-four-easy-steps .four-easy-steps-box h2.custom-getInspiredPLP {
    position: absolute;
    background-color: #fff;
    margin: 0 50px 50px -5px !important;
    left: 0;
    top: 0;
    width: auto;
    padding-right: 20px
}

.c-decor-four-easy-steps .four-easy-steps-box h5 {
    margin-bottom: 10px
}

.c-decor-four-easy-steps .decor-four-easy-steps-box {
    position: relative
}

.c-decor-four-easy-steps .decor-four-easy-steps-box ul {
    margin: 0;
    padding: 0
}

.c-decor-four-easy-steps .decor-four-easy-steps-box ul li {
    display: flex;
    float: left;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0 30px 0 0;
    position: relative;
    width: 25%;
    align-items: flex-end
}

.c-decor-four-easy-steps .decor-four-easy-steps-box ul li span {
    font-size: 100px;
    line-height: 100px;
    color: #eaeaea;
    font-family: "Open Sans";
    width: 70px;
    font-weight: bold
}

.c-decor-four-easy-steps .decor-four-easy-steps-box ul li div {
    vertical-align: middle;
    width: 75%
}

.c-decor-four-easy-steps .decor-four-easy-steps-box ul li div p {
    margin-bottom: 5px;
    font-family: "Open Sans Semibold"
}

.c-decor-four-easy-steps .decor-four-easy-steps-box .h2,
.c-decor-four-easy-steps .decor-four-easy-steps-box .contractorlocator h2,
.contractorlocator .c-decor-four-easy-steps .decor-four-easy-steps-box h2,
.c-decor-four-easy-steps .decor-four-easy-steps-box .howWorksPLP h2,
.howWorksPLP .c-decor-four-easy-steps .decor-four-easy-steps-box h2,
.c-decor-four-easy-steps .decor-four-easy-steps-box h2.custom-getInspiredPLP {
    position: absolute;
    background-color: #fff;
    margin: 0 20px 50px 0 !important;
    left: 0;
    top: 0;
    width: auto
}

.c-decor-four-easy-steps .decor-four-easy-steps-box h5 {
    margin-bottom: 10px
}

.c-decor-four-easy-steps .form-box-content .section-header:before,
.c-decor-four-easy-steps .form-box-content .storelocator .h2:before,
.storelocator .c-decor-four-easy-steps .form-box-content .h2:before,
.c-decor-four-easy-steps .form-box-content .contractorlocator h2:before,
.contractorlocator .c-decor-four-easy-steps .form-box-content h2:before,
.c-decor-four-easy-steps .form-box-content .howWorksPLP h2:before,
.howWorksPLP .c-decor-four-easy-steps .form-box-content h2:before,
.c-decor-four-easy-steps .form-box-content h2.custom-getInspiredPLP:before {
    left: -95px
}

.c-decor-four-easy-steps .form-box-content .form-box {
    position: relative
}

.c-decor-four-easy-steps .form-box-content .form-box ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2
}

.c-decor-four-easy-steps .form-box-content .form-box ul li {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px
}

.c-decor-four-easy-steps .form-box-content .form-box .global-button,
.c-decor-four-easy-steps .form-box-content .form-box .bookAppointmentPLP .btn-style3,
.bookAppointmentPLP .c-decor-four-easy-steps .form-box-content .form-box .btn-style3 {
    position: relative;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%)
}

.c-decor-four-easy-steps .form-box-content .form-box.thankyou {
    display: none
}

.c-decor-four-easy-steps .form-box-content .form-box.thankyou h2 {
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .c-decor-four-easy-steps .form-box-content .form-box.thankyou h2 {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .c-decor-four-easy-steps .form-box-content .form-box.thankyou h2 {
        margin-bottom: 10px
    }
}

.c-decor-four-easy-steps .form-box-content .form-box.thankyou p {
    text-align: center
}

.c-decor-four-easy-steps .form-box-content .form-box input[type="text"]:focus+.focusLine {
    width: 90%
}

.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box ul li input[type="text"] {
    font-size: 16px
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .c-four-easy-steps .four-easy-steps-content .form-box-content .form-box.form-container {
        top: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .c-decor-four-easy-steps .four-easy-steps-box ul li {
        width: 50%
    }
    .c-decor-four-easy-steps .decor-four-easy-steps-box ul li {
        width: 50%
    }
    .c-decor-four-easy-steps .decor-four-easy-steps-box ul li span {
        font-size: 80px;
        line-height: 80px;
        width: 60px
    }
}

@media only screen and (max-width: 767px) {
    .c-decor-four-easy-steps .four-easy-steps-box ul li {
        width: 100%;
        padding: 0
    }
    .c-decor-four-easy-steps .four-easy-steps-box {
        padding: 40px 10px 0px 10px
    }
    .c-decor-four-easy-steps .form-box-content .form-box .global-button,
    .c-decor-four-easy-steps .form-box-content .form-box .bookAppointmentPLP .btn-style3,
    .bookAppointmentPLP .c-decor-four-easy-steps .form-box-content .form-box .btn-style3 {
        bottom: -10px
    }
    .c-decor-four-easy-steps .form-box-content .form-box.thankyou .global-button,
    .c-decor-four-easy-steps .form-box-content .form-box.thankyou .bookAppointmentPLP .btn-style3,
    .bookAppointmentPLP .c-decor-four-easy-steps .form-box-content .form-box.thankyou .btn-style3 {
        bottom: -15px
    }
    .c-decor-four-easy-steps .decor-four-easy-steps-box ul li {
        width: 100%
    }
    .c-decor-four-easy-steps .decor-four-easy-steps-box ul li span {
        font-size: 70px;
        line-height: 70px;
        width: 50px
    }
    .c-decor-four-easy-steps .decor-four-easy-steps-box ul li {
        padding: 0 30px 20px 0
    }
    .c-decor-four-easy-steps .form-box-content .form-box input[type="text"]:focus+.focusLine {
        width: 100%
    }
    .c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul li {
        margin-bottom: 15px
    }
    .c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul li span {
        margin-left: 10px
    }
}

.c-feature-products {
    position: relative
}

.c-feature-products img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px
}

.c-feature-products:after {
    content: "";
    background-color: #f6f6f6;
    position: absolute;
    height: 300px;
    top: 50px;
    width: 100%;
    z-index: -1
}

.c-feature-products .feature-product-carosel {
    padding: 0px 0
}

@media only screen and (max-width: 440px) {
    .c-feature-products .feature-product-carosel {
        margin: 15px 0
    }
}

.c-feature-products .feature-product-carosel .mainSlide {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: auto;
    outline: 0px
}

.c-feature-products .feature-product-carosel .mainSlide div {
    display: table-cell;
    vertical-align: middle
}

.c-feature-products .feature-product-carosel .mainSlide div span {
    display: block;
    border-bottom: none
}

.c-feature-products .feature-product-carosel .mainSlide .box {
    padding: 20px;
    border: solid 1px #ccc;
    display: block;
    margin-left: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative
}

.c-feature-products .feature-product-carosel .mainSlide .featuremore {
    position: absolute;
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .c-feature-products .feature-product-carosel .mainSlide .featuremore {
        margin-top: 20px
    }
}

.c-feature-products .products-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start
}

.c-feature-products .products-list ul li {
    margin-right: 40px;
    justify-content: space-between;
    list-style-type: none
}

.c-feature-products .products-list ul li:last-child {
    margin-right: 0
}

.c-feature-products .products-list ul li h4 {
    display: block;
    margin: 15px 0 0 0px;
    padding: 0
}

.c-feature-products .products-list ul li p {
    display: block
}

.c-feature-products .g-arrow-container {
    right: 34%;
    top: 45%;
    bottom: auto;
    left: auto;
    transform: none
}

@media only screen and (max-width: 1440px) {
    .c-feature-products .g-arrow-container {
        right: calc( 100% - 72.5%)
    }
}

@media only screen and (max-width: 1439px) {
    .c-feature-products .g-arrow-container {
        right: calc( 100% - 75%)
    }
}

@media only screen and (max-width: 1365px) {
    .c-feature-products .g-arrow-container {
        right: calc( 100% - 80%);
        top: 50%
    }
}

@media only screen and (max-width: 767px) {
    .c-feature-products .g-arrow-container {
        right: 30px;
        top: 25%;
        transform: none
    }
}

.c-decor-solutions {
    overflow: hidden
}

.c-decor-solutions .g-arrow-container {
    visibility: hidden
}

@media only screen and (max-width: 767px) {
    .c-decor-solutions .g-arrow-container {
        display: flex;
        visibility: visible;
        bottom: -20px
    }
}

.c-decor-solutions .decor-solutions-carosel {
    display: flex;
    align-self: stretch;
    justify-content: space-between
}

@media only screen and (max-width: 440px) {
    .c-decor-solutions .decor-solutions-carosel {
        margin: 0 -15px
    }
}

.c-decor-solutions .decor-solutions-list {
    width: 31%;
    vertical-align: top;
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
    box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

@media only screen and (max-width: 767px) {
    .c-decor-solutions .decor-solutions-list {
        width: 585px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 600px) {
    .c-decor-solutions .decor-solutions-list {
        width: 435px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 440px) {
    .c-decor-solutions .decor-solutions-list {
        width: 335px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 375px) {
    .c-decor-solutions .decor-solutions-list {
        width: 335px;
        margin-right: 15px
    }
}

@media only screen and (max-width: 360px) {
    .c-decor-solutions .decor-solutions-list {
        width: 285px;
        margin-right: 15px
    }
}

@media only screen and (max-width: 321px) {
    .c-decor-solutions .decor-solutions-list {
        width: 235px;
        margin-right: 15px
    }
}

.c-decor-solutions .decor-solutions-list:last-child {
    margin-right: 0
}

.c-decor-solutions .decor-solutions-list h5 {
    display: block;
    margin: 15px 0px;
    margin-top: 30px
}

@media only screen and (max-width: 440px) {
    .c-decor-solutions .decor-solutions-list h5 {
        margin-top: 25px
    }
}

.c-decor-solutions .decor-solutions-list p {
    display: block;
    line-height: 22px
}

.c-decor-solutions .decor-solutions-list img {
    margin: 0px auto;
    height: 84px
}

.dot-bg {
    background: url(clientlib-site-revised/images/dot-bg.jpg) repeat center top;
    padding: 50px 0
}

.c-tools {
    position: relative
}

.c-tools:before {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 0;
    height: calc(100% - 40px);
    background-color: #f6f6f6
}

.c-tools .tools-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center
}

.c-tools .tools-list ul li {
    width: 25%;
    display: inline-block;
    padding: 0 5px
}

.c-tools .tools-list ul li h5 {
    padding-top: 15px;
    font-family: "Open Sans"
}

@media only screen and (max-width: 440px) {
    .c-tools .tools-list ul li h5 {
        padding-top: 0px
    }
}

.c-tools .why-us-tools-list ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.c-tools .why-us-tools-list ul li {
    width: calc(33.33% - 5px);
    display: inline-block;
    padding: 0 5px;
    vertical-align: top
}

.c-tools .why-us-tools-list ul li h5 {
    padding-top: 15px;
    font-family: "Open Sans Semibold"
}

@media only screen and (max-width: 440px) {
    .c-tools .why-us-tools-list ul li h5 {
        padding-top: 0px
    }
}

.c-tools .mainSlide {
    position: relative;
    top: 0;
    left: 0;
    display: table
}

.c-tools .mainSlide div {
    display: table-cell;
    vertical-align: middle
}

.c-tools .mainSlide div img {
    width: 100%
}

.c-tools .mainSlide div:first-child {
    width: 25%
}

.c-tools h5 {
    display: block;
    margin: 15px 0px;
    margin-top: 30px
}

@media only screen and (max-width: 440px) {
    .c-tools h5 {
        margin-top: 15px
    }
}

.c-service-provider .col-xs-12.col-sm-6 {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .c-tools .why-us-tools-list ul li {
        min-height: 320px
    }
}

@media only screen and (max-width: 767px) {
    .c-tools .why-us-tools-list ul li {
        width: 100%;
        margin-bottom: 30px
    }
}

.c-inspiring-decor {
    position: relative;
    padding-bottom: 40px
}

.c-inspiring-decor:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0px;
    height: calc(100% - 30%);
    background-color: #f6f6f6;
    width: 95%;
    z-index: -1
}

.c-inspiring-decor .mainSlide {
    height: auto
}

.c-inspiring-decor .mainSlide h5 {
    margin-bottom: 50px
}

.c-inspiring-decor .mainSlide div {
    display: table-cell;
    vertical-align: bottom
}

.c-inspiring-decor .mainSlide div img {
    width: 100%
}

.c-inspiring-decor .mainSlide div:first-child {
    width: 25%;
    padding: 40px 40px 40px 0
}

@media only screen and (max-width: 1440px) {
    .c-inspiring-decor .mainSlide div:first-child {
        padding: 40px 40px 40px 25px
    }
}

.c-inspiring-decor .section-header,
.c-inspiring-decor .storelocator .h2,
.storelocator .c-inspiring-decor .h2,
.c-inspiring-decor .contractorlocator h2,
.contractorlocator .c-inspiring-decor h2,
.c-inspiring-decor .howWorksPLP h2,
.howWorksPLP .c-inspiring-decor h2,
.c-inspiring-decor h2.custom-getInspiredPLP {
    position: absolute;
    top: 50%;
    transform: translatey(-50%)
}

@media only screen and (max-width: 991px) {
    .c-inspiring-decor .section-header,
    .c-inspiring-decor .storelocator .h2,
    .storelocator .c-inspiring-decor .h2,
    .c-inspiring-decor .contractorlocator h2,
    .contractorlocator .c-inspiring-decor h2,
    .c-inspiring-decor .howWorksPLP h2,
    .howWorksPLP .c-inspiring-decor h2,
    .c-inspiring-decor h2.custom-getInspiredPLP {
        top: 40%
    }
}

@media only screen and (max-width: 767px) {
    .c-inspiring-decor .section-header,
    .c-inspiring-decor .storelocator .h2,
    .storelocator .c-inspiring-decor .h2,
    .c-inspiring-decor .contractorlocator h2,
    .contractorlocator .c-inspiring-decor h2,
    .c-inspiring-decor .howWorksPLP h2,
    .howWorksPLP .c-inspiring-decor h2,
    .c-inspiring-decor h2.custom-getInspiredPLP {
        top: 50%
    }
}

.c-inspiring-decor .g-arrow-container {
    left: 19%;
    top: auto;
    bottom: 30px;
    right: auto;
    transform: none
}

@media only screen and (max-width: 1440px) {
    .c-inspiring-decor .g-arrow-container {
        left: calc(100% - 90%);
        right: auto
    }
}

@media only screen and (max-width: 1440px) {
    .c-inspiring-decor .g-arrow-container {
        left: calc(100% - 91.5%);
        right: auto
    }
}

@media only screen and (max-width: 1365px) {
    .c-inspiring-decor .g-arrow-container {
        left: calc(100% - 95%);
        right: auto
    }
}

@media only screen and (max-width: 767px) {
    .c-inspiring-decor .g-arrow-container {
        left: auto;
        right: 30px;
        bottom: 55%
    }
}

.c-buy-online .grey-box {
    position: relative;
    margin: auto;
    height: auto;
    background-color: #f6f6f6;
    padding: 15px
}

.c-buy-online .card-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-buy-online .card-box .left {
    width: 30%
}

.c-buy-online .card-box .left>ul {
    margin: 0;
    padding: 0
}

.c-buy-online .card-box .left>ul>li {
    border: solid 1px #efefef;
    list-style: none;
    display: list-item;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.c-buy-online .card-box .left>ul>li a {
    color: #444
}

.c-buy-online .card-box .left>ul>li a>img {
    width: 100%
}

.c-buy-online .card-box .middle {
    width: 33.7%
}

.c-buy-online .card-box .middle>ul {
    margin: 0;
    padding: 0
}

.c-buy-online .card-box .middle>ul li {
    border: solid 1px #efefef;
    list-style: none;
    display: list-item;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.c-buy-online .card-box .middle>ul li a {
    color: #444
}

.c-buy-online .card-box .middle>ul li a>img {
    width: 100%
}

.c-buy-online .card-box .right {
    width: 30%
}

.c-buy-online .card-box .right>ul {
    margin: 0;
    padding: 0
}

.c-buy-online .card-box .right>ul li {
    border: solid 1px #efefef;
    list-style: none;
    display: list-item;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.c-buy-online .card-box .right>ul li a {
    color: #444
}

.c-buy-online .card-box .right>ul li a>img {
    width: 100%
}

.c-buy-online .buy-online-desk {
    display: block
}

@media only screen and (max-width: 767px) {
    .c-buy-online .buy-online-desk {
        display: none
    }
}

.c-buy-online-mob-carosel-box .c-buy-online-mob-carosel {
    display: none
}

.c-buy-online-mob-carosel-box .c-buy-online-mob-carosel .slick-slide {
    height: auto
}

@media only screen and (max-width: 767px) {
    .c-buy-online-mob-carosel-box .c-buy-online-mob-carosel {
        display: block
    }
}

.c-buy-online-mob-carosel-box .g-arrow-container {
    visibility: hidden
}

@media only screen and (max-width: 767px) {
    .c-buy-online-mob-carosel-box .g-arrow-container {
        bottom: 25px;
        visibility: visible
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .c-buy-online-sub .buy-online-carosel .mainSlide div:last-child {
        padding: 0px 20px !important
    }
    .c-buy-online-sub .buy-online-carosel .mainSlide div {
        vertical-align: top !important
    }
}

.c-buy-online-sub {
    position: relative
}

.c-buy-online-sub:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -40px;
    height: calc(100% - 15%);
    background-color: #f6f6f6;
    width: 95%;
    z-index: -1
}

.c-buy-online-sub .buy-online-carosel .mainSlide {
    height: auto;
    outline: none
}

.c-buy-online-sub .buy-online-carosel .mainSlide div {
    display: table-cell;
    vertical-align: bottom
}

.c-buy-online-sub .buy-online-carosel .mainSlide div img {
    width: 100%
}

.c-buy-online-sub .buy-online-carosel .mainSlide div:last-child {
    padding: 20px;
    width: 295px
}

.c-buy-online-sub .buy-online-carosel .mainSlide div .section-header,
.c-buy-online-sub .buy-online-carosel .mainSlide div .storelocator .h2,
.storelocator .c-buy-online-sub .buy-online-carosel .mainSlide div .h2,
.c-buy-online-sub .buy-online-carosel .mainSlide div .contractorlocator h2,
.contractorlocator .c-buy-online-sub .buy-online-carosel .mainSlide div h2,
.c-buy-online-sub .buy-online-carosel .mainSlide div .howWorksPLP h2,
.howWorksPLP .c-buy-online-sub .buy-online-carosel .mainSlide div h2,
.c-buy-online-sub .buy-online-carosel .mainSlide div h2.custom-getInspiredPLP {
    padding: 0
}

@media only screen and (max-width: 767px) {
    .c-buy-online-sub .buy-online-carosel .mainSlide div .section-header,
    .c-buy-online-sub .buy-online-carosel .mainSlide div .storelocator .h2,
    .storelocator .c-buy-online-sub .buy-online-carosel .mainSlide div .h2,
    .c-buy-online-sub .buy-online-carosel .mainSlide div .contractorlocator h2,
    .contractorlocator .c-buy-online-sub .buy-online-carosel .mainSlide div h2,
    .c-buy-online-sub .buy-online-carosel .mainSlide div .howWorksPLP h2,
    .howWorksPLP .c-buy-online-sub .buy-online-carosel .mainSlide div h2,
    .c-buy-online-sub .buy-online-carosel .mainSlide div h2.custom-getInspiredPLP {
        padding: 15px 0
    }
}

.c-buy-online-sub .link-text {
    display: block
}

.c-buy-online-sub .global-button,
.c-buy-online-sub .bookAppointmentPLP .btn-style3,
.bookAppointmentPLP .c-buy-online-sub .btn-style3 {
    display: inline-block
}

.c-buy-online-sub .h2 .section-header::before,
.c-buy-online-sub .contractorlocator h2 .section-header::before,
.contractorlocator .c-buy-online-sub h2 .section-header::before,
.c-buy-online-sub .howWorksPLP h2 .section-header::before,
.howWorksPLP .c-buy-online-sub h2 .section-header::before,
.c-buy-online-sub h2.custom-getInspiredPLP .section-header::before,
.c-buy-online-sub .h2 .storelocator .h2::before,
.storelocator .c-buy-online-sub .h2 .h2::before,
.c-buy-online-sub .contractorlocator h2 .storelocator .h2::before,
.storelocator .c-buy-online-sub .contractorlocator h2 .h2::before,
.contractorlocator .c-buy-online-sub h2 .storelocator .h2::before,
.storelocator .contractorlocator .c-buy-online-sub h2 .h2::before,
.c-buy-online-sub .howWorksPLP h2 .storelocator .h2::before,
.storelocator .c-buy-online-sub .howWorksPLP h2 .h2::before,
.howWorksPLP .c-buy-online-sub h2 .storelocator .h2::before,
.storelocator .howWorksPLP .c-buy-online-sub h2 .h2::before,
.c-buy-online-sub h2.custom-getInspiredPLP .storelocator .h2::before,
.storelocator .c-buy-online-sub h2.custom-getInspiredPLP .h2::before,
.c-buy-online-sub .storelocator .contractorlocator h2 h2::before,
.storelocator .c-buy-online-sub .contractorlocator h2 h2::before,
.storelocator .contractorlocator .c-buy-online-sub h2 h2::before,
.c-buy-online-sub .contractorlocator h2 .storelocator h2::before,
.c-buy-online-sub .contractorlocator .storelocator h2 h2::before,
.contractorlocator .c-buy-online-sub h2 .storelocator h2::before,
.contractorlocator .storelocator .c-buy-online-sub h2 h2::before,
.c-buy-online-sub .storelocator .howWorksPLP h2 h2::before,
.storelocator .c-buy-online-sub .howWorksPLP h2 h2::before,
.storelocator .howWorksPLP .c-buy-online-sub h2 h2::before,
.c-buy-online-sub .howWorksPLP h2 .storelocator h2::before,
.c-buy-online-sub .howWorksPLP .storelocator h2 h2::before,
.howWorksPLP .c-buy-online-sub h2 .storelocator h2::before,
.howWorksPLP .storelocator .c-buy-online-sub h2 h2::before,
.c-buy-online-sub .h2 .contractorlocator h2::before,
.contractorlocator .c-buy-online-sub .h2 h2::before,
.c-buy-online-sub .contractorlocator h2 h2::before,
.contractorlocator .c-buy-online-sub h2 h2::before,
.c-buy-online-sub .howWorksPLP h2 .contractorlocator h2::before,
.contractorlocator .c-buy-online-sub .howWorksPLP h2 h2::before,
.howWorksPLP .c-buy-online-sub h2 .contractorlocator h2::before,
.contractorlocator .howWorksPLP .c-buy-online-sub h2 h2::before,
.c-buy-online-sub h2.custom-getInspiredPLP .contractorlocator h2::before,
.contractorlocator .c-buy-online-sub h2.custom-getInspiredPLP h2::before,
.c-buy-online-sub .h2 .howWorksPLP h2::before,
.howWorksPLP .c-buy-online-sub .h2 h2::before,
.c-buy-online-sub .contractorlocator h2 .howWorksPLP h2::before,
.howWorksPLP .c-buy-online-sub .contractorlocator h2 h2::before,
.contractorlocator .c-buy-online-sub h2 .howWorksPLP h2::before,
.howWorksPLP .contractorlocator .c-buy-online-sub h2 h2::before,
.c-buy-online-sub .howWorksPLP h2 h2::before,
.howWorksPLP .c-buy-online-sub h2 h2::before,
.c-buy-online-sub h2.custom-getInspiredPLP .howWorksPLP h2::before,
.howWorksPLP .c-buy-online-sub h2.custom-getInspiredPLP h2::before,
.c-buy-online-sub .h2 h2.custom-getInspiredPLP::before,
.c-buy-online-sub .contractorlocator h2 h2.custom-getInspiredPLP::before,
.contractorlocator .c-buy-online-sub h2 h2.custom-getInspiredPLP::before,
.c-buy-online-sub .howWorksPLP h2 h2.custom-getInspiredPLP::before,
.howWorksPLP .c-buy-online-sub h2 h2.custom-getInspiredPLP::before,
.c-buy-online-sub h2.custom-getInspiredPLP h2.custom-getInspiredPLP::before {
    left: -45px
}

.c-buy-online-sub .g-arrow-container {
    right: 30%;
    bottom: -5px;
    left: auto;
    transform: none
}

@media only screen and (max-width: 1440px) {
    .c-buy-online-sub .g-arrow-container {
        right: calc(100% - 77.5%)
    }
}

@media only screen and (max-width: 767px) {
    .c-buy-online-sub .g-arrow-container {
        right: 30px;
        bottom: -20px
    }
}

footer.footer_unification{
    margin-top: 0 !important
}

footer {
    margin-top: 40px !important
}

@media only screen and (max-width: 767px) {
    footer {
        padding-bottom: 50px;
        background-color: #333;
    }
}

.footer-box {
    background-color: #444
}

.footer-box .social-icon {
    text-align: center
}

.footer-box .social-icon ul {
    margin: 0 0 10px 0;
    text-align: center
}

.footer-box .social-icon ul>li {
    list-style: none;
    display: inline
}

.footer-box .social-icon ul>li a {
    background: url(clientlib-site-revised/images/social-sprite.png);
    width: 34px;
    height: 35px;
    background-repeat: no-repeat;
    font-size: 0;
    display: inline-block
}

.footer-box .social-icon ul>li a.fb {
    background-position: 8px 3px
}

.footer-box .social-icon ul>li a.tt {
    background-position: -36px 3px
}

.footer-box .social-icon ul>li a.pin {
    background-position: -82px 3px
}

.footer-box .social-icon ul>li a.insta {
    background-position: -131px 3px
}

.footer-box .social-icon ul>li a.yt {
    background-position: -181px 3px
}

.footer-box .four-column ul {
    margin: 20px 0 10px 0;
    padding: 0
}

.footer-box .four-column ul>li {
    width: 25%;
    list-style: none;
    float: left
}

.footer-box .four-column ul>li>ul {
    margin: 0;
    padding: 0
}

.footer-box .four-column ul>li>ul>li {
    color: #fff;
    width: 100%;
    list-style: none;
    display: list-item;
    font-family: "Open Sans";
    font-size: 13px;
    margin-bottom: 10px
}

.footer-box .four-column ul>li>ul>li>a {
    color: #fff
}

.footer-box .four-column ul>li>ul>li>a:hover {
    color: #cbcbcb
}

.footer-box .three-column ul {
    margin: 40px 0 40px 0;
    padding: 0
}

.footer-box .three-column ul>li {
    width: 33.33%;
    list-style: none;
    float: left
}

.footer-box .three-column ul>li>ul {
    margin: 0;
    padding: 0
}

.footer-box .three-column ul>li>ul>li {
    color: #fff;
    width: 100%;
    list-style: none;
    display: list-item;
    font-family: "Open Sans";
    font-size: 13px;
    margin-bottom: 10px
}

.footer-box .three-column ul>li>ul>li>a {
    color: #fff
}

.footer-box .three-column ul>li>ul>li>a:hover {
    color: #cbcbcb
}

.footer-box .note {
    font-family: "Open Sans";
    font-size: 13px;
    color: #e1dede;
    margin: 20px 0 20px 0;
    padding: 0;
    position: relative;
    line-height: 18px
}

.footer-box .note a {
    color: #fff;
    display: block;
    padding: 10px 0
}

.footer-box .note a:hover {
    color: #cbcbcb
}

.footer-box .note:before {
    content: "";
    background-color: #575757;
    width: 1px;
    height: calc( 100% - -40%);
    top: 0;
    position: absolute;
    left: -45px
}

.knowmore {
    position: relative
}

.knowmore:before {
    content: url(clientlib-site-revised/images/know-more-arrow.png);
    color: #fff;
    position: absolute;
    right: calc(100% - 90px);
    top: 55%;
    transform: translateY(-50%)
}

.curve {
    margin: 10px 0;
    text-align: center
}

.footer-sub-box {
    background-color: #333333;
    font-family: "Open Sans";
    font-size: 12px;
    color: #e1dede;
    padding: 10px 0
}

.footer-sub-box ul {
    margin: 0;
    pdding: 0;
    float: right
}

.footer-sub-box ul li {
    list-style: none;
    float: left;
    font-family: "Open Sans";
    font-size: 12px;
    color: #e1dede;
    position: relative;
    margin: 0 13px 0 13px
}

.footer-sub-box ul li a {
    color: #fff
}

.footer-sub-box ul li a:hover {
    color: #cbcbcb
}

.footer-sub-box ul li:after {
    content: "";
    background-color: #575757;
    width: 1px;
    height: 15px;
    top: 0;
    position: absolute;
    right: -15px
}

.footer-sub-box ul li:last-child:after {
    content: none
}

.c-sticky-box {
    box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
    padding-right: 25px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0px;
    background-color: #838383;
    z-index: 10
}

.c-sticky-box ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-sticky-box ul li {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    padding: 15px 20px;
    text-align: center
}

.c-sticky-box ul li a {
    color: #fff;
    line-height: 20px;
    position: relative;
    display: block
}

.c-sticky-box ul li a:hover {
    color: #ccc
}

.c-sticky-box ul li a span {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.c-sticky-box ul li:first-child {
    border-right: solid 1px #ffffff
}

.c-sticky-box ul li:last-child {
    border-right: solid 0px #ffffff
}

@media only screen and (max-width: 767px) {
    .c-sticky-box ul li {
        padding: 15px 5px
    }
    .c-sticky-box ul li:first-child {
        width: 40%
    }
    .c-sticky-box ul li:last-child {
        width: 60%
    }
}

@media only screen and (max-width: 991px) {
    .c-sticky-box {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .c-sticky-box {
        width: 100%;
        max-width: 100%;
        display: block;
        font-size: 11px;
        padding: 0px
    }
}

.c-sticky-box>div {
    width: 50px;
    height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #838383;
    position: absolute;
    right: -25px;
    top: 0px
}

.c-sticky-box .circle img {
    position: absolute;
    right: 4px;
    bottom: 4px;
    cursor: pointer;
    z-index: 10;
    transform: rotate(180deg)
}

@media only screen and (max-width: 767px) {
    .c-sticky-box .circle {
        display: none
    }
}

.c-sticky-box .circle.open img {
    transform: rotate(0deg)
}

.c-sticky-filter-mob-box {
    box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: #838383;
    z-index: 10
}

.c-sticky-filter-mob-box ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-sticky-filter-mob-box ul li {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    padding: 10px;
    text-align: center;
    width: 50%
}

.c-sticky-filter-mob-box ul li a {
    color: #fff;
    position: relative;
    display: block
}

.c-sticky-filter-mob-box ul li a:hover {
    color: #ccc
}

.c-sticky-filter-mob-box ul li a span {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.c-sticky-filter-mob-box ul li:first-child {
    border-right: solid 1px #ffffff
}

.c-sticky-filter-mob-box ul li:last-child {
    border-right: solid 0px #ffffff
}

@media only screen and (max-width: 767px) {
    .c-sticky-filter-mob-box {
        display: block
    }
}

.c-buyonline-product .buyonline-product-listing ul li {
    padding: 0 10px 0 10px;
    width: calc(25% - 5px);
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px
}

.c-buyonline-product .buyonline-product-listing ul li a {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .c-buyonline-product .buyonline-product-listing ul li {
        width: 46%;
        display: inline-block;
        margin: 0 10px 40px 10px
    }
}

@media only screen and (max-width: 479px) {
    .c-buyonline-product .buyonline-product-listing ul li {
        margin: 0 0 40px 0;
        width: calc(50% - 5px)
    }
}

.c-buyonline-product .buyonline-product-listing ul li img {
    box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    width: 100% !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: transparent
}

.c-buyonline-product .buyonline-product-listing ul li p {
    padding: 15px 0 15px 0;
    font-size: 16px;
    margin-bottom: 0 !important
}

@media only screen and (max-width: 479px) {
    .c-buyonline-product .buyonline-product-listing ul li p {
        padding: 10px 0 10px 0;
        font-size: 14px;
        line-height: 18px
    }
}

.c-buyonline-product .buyonline-product-listing ul li div {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 479px) {
    .c-buyonline-product .buyonline-product-listing ul li div {
        display: block;
        align-items: center
    }
    .c-buy-online-shop-to-home-page .amount-box{
        display: flex;
    }
}

.c-buyonline-product .buyonline-product-listing ul li .green-text {
    font-family: "Open Sans Semibold";
    font-size: 14px;
    color: #459901
}

.c-buyonline-product .buyonline-product-listing ul li .amt-line {
    color: #444;
    font-family: "Open Sans";
    font-size: 18px;
    text-decoration: line-through;
    margin: 0 20px 0 0
}

@media only screen and (max-width: 479px) {
    .c-buyonline-product .buyonline-product-listing ul li .amt-line {
        font-size: 16px
    }
}

.c-buyonline-product .buyonline-product-listing ul li .amt {
    color: #444;
    font-family: "Open Sans Semibold";
    font-size: 20px;
    margin: 0 20px 0 0
}

@media only screen and (max-width: 479px) {
    .c-buyonline-product .buyonline-product-listing ul li .amt {
        font-size: 20px;
        margin: 5px 20px 5px 0;
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .c-buyonline-product .buyonline-product-listing ul {
        display: block
    }
}

@media only screen and (max-width: 640px) {
    .c-buyonline-product .buyonline-product-listing ul {
        display: block
    }
}

.c-light {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    opacity: 1;
    overflow: hidden;
    z-index: 1000;
    left: 0px;
    top: -100%;
    height: 100%
}

.c-light .lightbox-target {
    position: absolute;
    height: 100%;
    width: 100%
}

.c-light .lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box
}

.c-light .lightbox-target .text-box {
    position: absolute;
    max-width: 80%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #fff
}

.c-light .lightbox-target .text-box p {
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px
}

.c-light .lightbox-target .text-box h1 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box h2 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box h3 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box h4 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box h5 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box .h1 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box .h2,
.c-light .lightbox-target .text-box .contractorlocator h2,
.contractorlocator .c-light .lightbox-target .text-box h2,
.c-light .lightbox-target .text-box .howWorksPLP h2,
.howWorksPLP .c-light .lightbox-target .text-box h2,
.c-light .lightbox-target .text-box h2.custom-getInspiredPLP {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box .h3,
.c-light .lightbox-target .text-box .typography h3,
.typography .c-light .lightbox-target .text-box h3 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box .h4,
.c-light .lightbox-target .text-box .typography h4,
.typography .c-light .lightbox-target .text-box h4,
.c-light .lightbox-target .text-box .pbc_leads_form h3,
.pbc_leads_form .c-light .lightbox-target .text-box h3,
.c-light .lightbox-target .text-box .cmmnt-lisitng h3,
.cmmnt-lisitng .c-light .lightbox-target .text-box h3 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target .text-box .h5,
.c-light .lightbox-target .text-box .typography h5,
.typography .c-light .lightbox-target .text-box h5,
.c-light .lightbox-target .text-box .whyUsPLP .columnWrapPLP .contentWrap h2,
.whyUsPLP .columnWrapPLP .contentWrap .c-light .lightbox-target .text-box h2,
.c-light .lightbox-target .text-box .offeringPLP .overlapContent .innerContent h2,
.offeringPLP .overlapContent .innerContent .c-light .lightbox-target .text-box h2 {
    color: #fff;
    text-align: center
}

.c-light .lightbox-target-img {
    position: absolute;
    height: 100%;
    width: 100%
}

.c-light .lightbox-target-img img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box
}

.c-light .lightbox-target-img .text-box {
    position: absolute;
    max-width: 80%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #fff
}

.c-light .lightbox-target-img .text-box p {
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px
}

.c-light .lightbox-close {
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: #d6330d;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    cursor: pointer
}

.c-light .lightbox-close:before {
    content: "";
    display: block;
    height: 20px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-light .lightbox-close:after {
    content: "";
    display: block;
    height: 20px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-light.open {
    opacity: 1;
    top: 0;
    bottom: 0
}

.c-light.open img {
    max-height: 100%;
    max-width: 100%
}

.c-light.open .lightbox-close {
    top: 0px
}

body.no-scroll {
    -webkit-overflow-scrolling: touch;
    overflow: hidden
}

body.scroll {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.c-tile {
    position: relative
}

.c-tile img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px
}

.c-tile h3 {
    margin-bottom: 40px
}

@media only screen and (max-width: 640px) {
    .c-tile h3 {
        margin-bottom: 20px
    }
}

.c-tile .products-list ul li {
    margin-bottom: 40px;
    justify-content: space-between;
    list-style-type: none
}

.c-tile .products-list ul li:last-child {
    margin-right: 0
}

.c-tile .products-list ul li h4 {
    display: block;
    margin: 15px 0 0 0px
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul li h4 {
        display: none
    }
}

.c-tile .products-list ul li p {
    display: block
}

@media only screen and (max-width: 640px) {
    .c-tile .products-list ul li {
        width: 100%
    }
}

.c-tile .products-list ul li .product-small-box a.link-text {
    display: block;
    margin: 15px 0 0 0px
}

.c-tile .products-list ul li .product-small-box div {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    overflow: hidden
}

.c-tile .products-list ul li .product-small-box div .c-overlaycontent {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: rgba(115, 80, 172, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(115, 80, 172, 0.8), endColorstr=rgba(191, 160, 241, 0.8));
    background-image: -moz-linear-gradient(center top, rgba(115, 80, 172, 0.8), rgba(191, 160, 241, 0.8));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(115, 80, 172, 0.8)), to(rgba(191, 160, 241, 0.8)));
    transform: translateY(100%)
}

.c-tile .products-list ul li .product-small-box div .c-overlaycontent h4 {
    display: none
}

.c-tile .products-list ul li .product-small-box div .c-overlaycontent p {
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul li .product-small-box div .c-overlaycontent p {
        padding: 0px;
        color: #444
    }
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul li .product-small-box div .c-overlaycontent {
        position: relative;
        height: auto;
        transform: none;
        background: #fff;
        padding: 0px;
        margin-top: 10px
    }
}

.c-tile .products-list ul li:hover .product-small-box .c-overlaycontent {
    transform: translateY(0%)
}

@media only screen and (max-width: 640px) {
    .c-tile .products-list ul li:hover .product-small-box .c-overlaycontent {
        transform: none
    }
}

.c-tile .products-list ul.c-offering-carousel.slick-slider {
    position: relative
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide {
    height: auto;
    margin-bottom: 0px
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide p {
    display: block;
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide p {
        color: #444
    }
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide h4 {
    display: none;
    margin: 15px 0 0 0px
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide h4 {
        margin-top: 0px
    }
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box a.link-text {
    display: block;
    margin: 15px 0 0 0px
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    overflow: hidden
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
    width: 100%;
    height: 100%;
    background-color: rgba(115, 80, 172, 0.8);
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 15px;
    background-color: rgba(115, 80, 172, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(115, 80, 172, 0.8), endColorstr=rgba(115, 80, 172, 0.8));
    background-image: -moz-linear-gradient(center top, rgba(115, 80, 172, 0.8), rgba(115, 80, 172, 0.8));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(115, 80, 172, 0.8)), to(rgba(115, 80, 172, 0.8)));
    transform: translateY(100%)
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent h4 {
    display: block;
    margin-bottom: 10px
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent p {
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent p {
        padding: 0px;
        color: #444
    }
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
        position: relative;
        height: auto;
        transform: none;
        background: #7350ac;
        padding: 0px;
        margin-top: 10px;
        color: #fff
    }
}

.c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide:hover .product-small-box .c-overlaycontent {
    transform: translateY(0%)
}

@media only screen and (max-width: 640px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide:hover .product-small-box .c-overlaycontent {
        transform: none
    }
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide {
        width: 585px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 600px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide {
        width: 435px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 440px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide {
        width: 335px;
        margin-right: 0px;
        padding: 15px 15px
    }
}

@media only screen and (max-width: 375px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide {
        width: 335px;
        margin-right: 0px
    }
}

@media only screen and (max-width: 360px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide {
        width: 285px;
        margin-right: 0px
    }
}

@media only screen and (max-width: 321px) {
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide {
        width: 265px;
        margin-right: 0px
    }
}

.c-tile .products-list ul.c-offering-carousel.slick-slider .slick-dots {
    width: auto
}

.c-tile .products-list ul.c-offering-carousel.slick-slider .slick-dots li {
    width: auto
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider {
    position: relative
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide {
    transform: scale(1);
    opacity: 0.4;
    transition: .3s ease-in-out all;
    height: auto;
    margin-bottom: 0px
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide.slick-center {
    opacity: 1;
    transform: scale(1.08)
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide p {
    display: block;
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide p {
        color: #444
    }
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide h4 {
    display: none;
    margin: 15px 0 0 0px
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide h4 {
        margin-top: 0px
    }
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box a.link-text {
    display: block;
    margin: 15px 0 0 0px
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box div {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    overflow: hidden
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 15px;
    transform: translateY(100%)
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent h4 {
    display: block;
    margin-bottom: 10px
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent p {
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent p {
        padding: 0px;
        color: #444
    }
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
        position: relative;
        height: auto;
        transform: none;
        padding: 0px;
        margin-top: 10px;
        color: #fff
    }
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide:hover .product-small-box .c-overlaycontent {
    transform: translateY(0%)
}

@media only screen and (max-width: 640px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide:hover .product-small-box .c-overlaycontent {
        transform: none
    }
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide {
        width: 350px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 600px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide {
        width: 330px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 440px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide {
        width: 310px;
        margin-right: 0px;
        padding: 15px 15px
    }
}

@media only screen and (max-width: 375px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide {
        width: 290px;
        margin-right: 0px
    }
}

@media only screen and (max-width: 360px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide {
        width: 270px;
        margin-right: 0px
    }
}

@media only screen and (max-width: 321px) {
    .c-tile .products-list ul.c-decor-offering-carousel.slick-slider li.slick-slide {
        width: 250px;
        margin-right: 0px
    }
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider .slick-dots {
    width: auto
}

.c-tile .products-list ul.c-decor-offering-carousel.slick-slider .slick-dots li {
    width: auto
}

.c-pink-box {
    background-color: #eddfe1
}

.c-pink-box .banner img {
    width: 100%;
    text-align: center
}

.c-pink-box.g-con-row {
    margin: 0 0 40px 0
}

@media only screen and (max-width: 767px) {
    .c-tile .products-list ul li .product-small-box div .c-overlaycontent {
        display: block
    }
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent h4 {
        color: #ffffff
    }
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent p {
        color: #ffffff
    }
    .c-tile .products-list ul.c-offering-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
        padding: 10px
    }
}

.c-breadcrumbs {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1
}

.c-breadcrumbs ul {
    margin: 0;
    padding: 0
}

.c-breadcrumbs ul li {
    font-size: 13px;
    color: #838383;
    display: inline-block;
    float: left;
    padding: 5px 15px 5px 5px;
    position: relative
}

.c-breadcrumbs ul li a {
    color: #838383
}

.c-breadcrumbs ul li a:hover {
    color: #444
}

.c-breadcrumbs ul li:after {
    content: "/";
    position: absolute;
    text-align: center;
    top: 50%;
    right: 4px;
    font-size: 14px;
    transform: translateY(-50%)
}

.c-breadcrumbs ul li:last-child:after {
    content: none
}

.c-breadcrumbs ul li.active {
    color: #444
}

.c-breadcrumbs-spotlight {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
    .c-breadcrumbs-spotlight {
        top: 5px
    }
}

.c-virtual-tour {
    position: relative
}

.c-virtual-tour .tour-pic {
    position: relative
}

.c-virtual-tour .tour-pic img {
    width: 100%
}

.c-virtual-tour .tour-pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.c-virtual-tour .tour-pic span img {
    width: 100%
}

.c-video-box iframe {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .c-virtual-tour .tour-pic span img {
        width: 50px
    }
    .c-video-box iframe {
        height: 300px
    }
}

.c-gray-box {
    background-color: #f6f6f6
}

.c-reach-us {
    position: relative
}

.c-reach-us .mainSlide {
    display: flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    align-items: center;
    justify-content: space-between
}

.c-reach-us .mainSlide h5 {
    margin-bottom: 25px
}

.c-reach-us .mainSlide .c-map {
    width: 50%
}

.c-reach-us .mainSlide .c-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px
}

.c-reach-us .mainSlide .c-map-text {
    display: flex;
    align: center;
    width: 50%;
    padding: 20px 0
}

.c-reach-us .mainSlide .c-map-text .address {
    width: 100%
}

@media only screen and (max-width: 1440px) {
    .c-reach-us .mainSlide .c-map-text .address {
        padding: 40px 40px 40px 25px
    }
}

@media only screen and (max-width: 767px) {
    .c-reach-us .mainSlide {
        display: block
    }
    .c-reach-us .mainSlide .c-map {
        width: 100%
    }
    .c-reach-us .mainSlide .c-map-text {
        width: 100%
    }
    .c-reach-us .mainSlide .c-map img {
        width: 100%;
        height: auto
    }
    .new-search-view {
        width: 95% !important;
        margin: auto
    }
}

.c-brands-carosel {
    width: 100%;
    margin: 0px auto;
    position: relative
}

.c-brands-carosel img {
    width: auto;
    margin: 0 40px
}

.c-brands-carosel .slick-slide {
    height: auto
}

.c-brands-carosel .slick-dots {
    bottom: -30px
}

.c-brands-carosel .slick-dots li button {
    color: #cdcdcd;
    background: #cdcdcd;
    border-radius: 100px;
    width: 12px;
    height: 12px
}

.c-brands-carosel .slick-dots li button::before {
    content: none
}

.c-brands-carosel .slick-dots li.slick-active button {
    background: #7350ac
}

.c-warranty p b {
    font-weight: bold
}

.c-how-it-works {
    background-color: #838383;
    padding: 30px 20px
}

.hiw-slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.hiw-slider .spbox {
    padding: 50px 10px
}

.hiw-slider .spbox .quotebox {
    position: relative;
    text-align: center
}

.hiw-slider .spbox .quotebox .typography h5,
.typography .hiw-slider .spbox .quotebox h5,
.hiw-slider .spbox .quotebox .h5,
.hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2,
.whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2,
.hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2,
.offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2 {
    color: #fff;
    font-size: 28px;
    padding: 20px 55px;
    line-height: 36px
}

.hiw-slider .spbox .quotebox .typography h5:before,
.typography .hiw-slider .spbox .quotebox h5:before,
.hiw-slider .spbox .quotebox .h5:before,
.hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2:before,
.whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2:before,
.hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2:before,
.offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2:before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(clientlib-site-revised/images/quote1.svg);
    width: 50px;
    height: 50px
}

.hiw-slider .spbox .quotebox .typography h5:after,
.typography .hiw-slider .spbox .quotebox h5:after,
.hiw-slider .spbox .quotebox .h5:after,
.hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2:after,
.whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2:after,
.hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2:after,
.offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: url(clientlib-site-revised/images/quote2.svg);
    width: 50px;
    height: 50px
}

.hiw-slider .spbox .quotebox .typography h5>img,
.typography .hiw-slider .spbox .quotebox h5>img,
.hiw-slider .spbox .quotebox .h5>img,
.hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2>img,
.whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2>img,
.hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2>img,
.offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2>img {
    width: 50%
}

.hiw-slider .spbox p {
    font-family: "Open Sans Semibold";
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 10px 0 5px 0
}

.hiw-slider .spbox p:last-child {
    font-size: 18px;
    font-family: "Open Sans";
    margin: 0 0 30px 0
}

.hiw-slider .slick-dots {
    bottom: 20px
}

.hiw-slider .slick-dots li {
    margin: 0 4px;
    display: inline-block;
    vertical-align: bottom
}

.hiw-slider .slick-dots li button {
    opacity: 0.6;
    padding: 0;
    margin: 0;
    position: absolute;
    border-radius: 100px;
    border: solid 1px transparent
}

.hiw-slider .slick-dots li button:after {
    content: '';
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100px
}

.hiw-slider .slick-dots li button:before {
    display: none
}

.hiw-slider .slick-dots li:hover button {
    opacity: 1
}

.hiw-slider .slick-dots li:hover button:after {
    width: 6px;
    border-radius: 100px;
    height: 6px
}

.hiw-slider .slick-dots li.slick-active button {
    opacity: 1
}

.hiw-slider .slick-dots li.slick-active button:after {
    width: 25px;
    border-radius: 100px;
    height: 6px
}

.hiw-slider .slick-slide {
    height: auto
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hiw-slider .spbox .quotebox .typography h5,
    .typography .hiw-slider .spbox .quotebox h5,
    .hiw-slider .spbox .quotebox .typography h5,
    .typography .hiw-slider .spbox .quotebox h5,
    .hiw-slider .spbox .quotebox .h5,
    .hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2,
    .whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2,
    .hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2,
    .offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2 {
        font-size: 24px;
        padding: 50px 20px;
        line-height: 30px
    }
    .hiw-slider .spbox {
        padding: 30px 10px
    }
}

@media only screen and (max-width: 767px) {
    .c-how-it-works {
        padding: 15px 10px
    }
    .hiw-slider .spbox {
        padding: 10px
    }
    .hiw-slider .spbox .quotebox .typography h5,
    .typography .hiw-slider .spbox .quotebox h5,
    .hiw-slider .spbox .quotebox .typography h5,
    .typography .hiw-slider .spbox .quotebox h5,
    .hiw-slider .spbox .quotebox .h5,
    .hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2,
    .whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2,
    .hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2,
    .offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2 {
        font-size: 18px;
        padding: 50px 20px;
        line-height: 24px
    }
    .hiw-slider .spbox p {
        font-size: 16px
    }
    .hiw-slider .spbox p:last-child {
        font-size: 14px
    }
    .hiw-slider .spbox .quotebox .typography h5:before,
    .typography .hiw-slider .spbox .quotebox h5:before,
    .hiw-slider .spbox .quotebox .typography h5:before,
    .typography .hiw-slider .spbox .quotebox h5:before,
    .hiw-slider .spbox .quotebox .h5:before,
    .hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2:before,
    .whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2:before,
    .hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2:before,
    .offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2:before {
        width: 35px;
        height: 35px
    }
    .hiw-slider .spbox .quotebox .typography h5:after,
    .typography .hiw-slider .spbox .quotebox h5:after,
    .hiw-slider .spbox .quotebox .typography h5:after,
    .typography .hiw-slider .spbox .quotebox h5:after,
    .hiw-slider .spbox .quotebox .h5:after,
    .hiw-slider .spbox .quotebox .whyUsPLP .columnWrapPLP .contentWrap h2:after,
    .whyUsPLP .columnWrapPLP .contentWrap .hiw-slider .spbox .quotebox h2:after,
    .hiw-slider .spbox .quotebox .offeringPLP .overlapContent .innerContent h2:after,
    .offeringPLP .overlapContent .innerContent .hiw-slider .spbox .quotebox h2:after {
        width: 35px;
        height: 35px
    }
}

.c-book-an-appointment .container {
    text-align: center;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.c-book-an-appointment .container .h2,
.c-book-an-appointment .container .contractorlocator h2,
.contractorlocator .c-book-an-appointment .container h2,
.c-book-an-appointment .container .howWorksPLP h2,
.howWorksPLP .c-book-an-appointment .container h2,
.c-book-an-appointment .container h2.custom-getInspiredPLP {
    display: inline-block
}

.c-book-an-appointment .container ul {
    width: 100%;
    float: left;
    padding: 0
}

.c-book-an-appointment .container ul li {
    width: calc(25% - 4px);
    float: none;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff
}

.c-book-an-appointment .container ul li span {
    font-size: 100px;
    color: #444444;
    opacity: 0.15;
    line-height: 70px;
    display: block;
    font-weight: 700
}

.c-book-an-appointment .container ul li .overlapContent {
    position: relative;
    top: -10px;
    background-color: #fff;
    padding: 10px
}

.c-book-an-appointment .container ul li .overlapContent p {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0
}

.c-book-an-appointment .globalformbox {
    text-align: left
}

.c-book-an-appointment .globalformbox .section-header,
.c-book-an-appointment .globalformbox .storelocator .h2,
.storelocator .c-book-an-appointment .globalformbox .h2,
.c-book-an-appointment .globalformbox .contractorlocator h2,
.contractorlocator .c-book-an-appointment .globalformbox h2,
.c-book-an-appointment .globalformbox .howWorksPLP h2,
.howWorksPLP .c-book-an-appointment .globalformbox h2,
.c-book-an-appointment .globalformbox h2.custom-getInspiredPLP {
    background-color: #fff
}

.c-book-an-appointment .globalformbox .h4,
.c-book-an-appointment .globalformbox .typography h4,
.typography .c-book-an-appointment .globalformbox h4,
.c-book-an-appointment .globalformbox .pbc_leads_form h3,
.pbc_leads_form .c-book-an-appointment .globalformbox h3,
.c-book-an-appointment .globalformbox .cmmnt-lisitng h3,
.cmmnt-lisitng .c-book-an-appointment .globalformbox h3 {
    padding: 0 30px;
    display: inline-block;
    background-color: #fff;
    margin-top: -10px
}

.c-book-an-appointment .globalformbox ul {
    width: 100%
}

.c-book-an-appointment .globalformbox ul li {
    width: calc(25% - 60px);
    margin: 0 30px;
    float: left;
    list-style-type: none;
    padding: 0;
    position: relative;
    background-color: transparent
}

.c-book-an-appointment .globalformbox ul li input[type="text"] {
    border-bottom: 1px solid #000000;
    padding: 10px 0
}

.c-book-an-appointment .globalformbox ul li:last-child {
    width: 100%;
    margin: 70px 0 0;
    position: relative;
    top: 12px;
    text-align: center
}

.c-book-an-appointment .globalformbox ul li:last-child .redBtn {
    display: block;
    margin: 0 auto
}

.c-book-an-appointment .globalformbox ul li .focusLine {
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: #7350ac
}

.c-book-an-appointment .globalformbox:after {
    content: '';
    width: calc(100% - 30px);
    height: 90%;
    border: 1px solid #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: block
}

.c-book-an-appointment .globalformbox ul li input[type="text"]:focus ~ .focusLine {
    width: calc(100% - 40px)
}

.c-book-an-appointment .globalformbox ul li {
    background-color: transparent !important
}

.c-book-box {
    margin: 30px 0 !important;
    position: relative;
    z-index: 1
}

.c-book-box .form-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    width: 100% important;
    text-align: center
}

.c-book-box .form-box input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.c-book-box .form-box .form-indicator {
    position: absolute;
    top: -2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: transparent
}

.c-book-box .form-box .form-indicator {
    border: solid 1px #838383
}

.c-book-box .form-box input:checked ~ .form-indicator {
    border: solid 1px #fd6c6e
}

.c-book-box .form-box input:checked {
    background: transparent
}

.c-book-box .form-box .form-indicator:after {
    content: '';
    position: absolute;
    display: none
}

.c-book-box .form-box input:checked ~ .form-indicator:after {
    display: block
}

.c-book-box .form-box .form-checkbox .form-indicator:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: 1px solid #2f2b2c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.c-book-box .form-box label {
    position: relative;
    padding-left: 30px;
    margin: 30px 0 0 0
}

.c-card-box ul {
    display: flex;
    flex-wrap: wrap
}

.c-card-box ul li {
    list-style: none;
    display: flex;
    margin-bottom: 30px;
    width: 49%
}

.c-card-box ul li .card-content {
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(64, 64, 64, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.c-card-box ul li .card-content h5 {
    margin-bottom: 15px
}

.c-sp-listing ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.c-sp-listing ul li {
    list-style: none;
    position: relative;
    display: flex
}

.c-sp-listing ul li .sp-box {
    background-color: #f6f6f6;
    border: solid 1px #efefef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 360px;
    margin-bottom: 30px
}

.c-sp-listing ul li .sp-box img {
    width: 100%
}

.c-sp-listing ul li .sp-box .sp-details {
    padding: 20px 20px 0 20px
}

.c-sp-listing ul li .sp-box .sp-details .h5,
.c-sp-listing ul li .sp-box .sp-details .typography h5,
.typography .c-sp-listing ul li .sp-box .sp-details h5,
.c-sp-listing ul li .sp-box .sp-details .whyUsPLP .columnWrapPLP .contentWrap h2,
.whyUsPLP .columnWrapPLP .contentWrap .c-sp-listing ul li .sp-box .sp-details h2,
.c-sp-listing ul li .sp-box .sp-details .offeringPLP .overlapContent .innerContent h2,
.offeringPLP .overlapContent .innerContent .c-sp-listing ul li .sp-box .sp-details h2 {
    position: relative;
    margin-bottom: 15px
}

.c-sp-listing ul li .sp-box .sp-details .h5 span.arrow-icon,
.c-sp-listing ul li .sp-box .sp-details .typography h5 span.arrow-icon,
.typography .c-sp-listing ul li .sp-box .sp-details h5 span.arrow-icon,
.c-sp-listing ul li .sp-box .sp-details .whyUsPLP .columnWrapPLP .contentWrap h2 span.arrow-icon,
.whyUsPLP .columnWrapPLP .contentWrap .c-sp-listing ul li .sp-box .sp-details h2 span.arrow-icon,
.c-sp-listing ul li .sp-box .sp-details .offeringPLP .overlapContent .innerContent h2 span.arrow-icon,
.offeringPLP .overlapContent .innerContent .c-sp-listing ul li .sp-box .sp-details h2 span.arrow-icon {
    float: right;
    padding-top: 8px
}

.c-sp-listing ul li .sp-box .sp-details .h5 span.arrow-icon img,
.c-sp-listing ul li .sp-box .sp-details .typography h5 span.arrow-icon img,
.typography .c-sp-listing ul li .sp-box .sp-details h5 span.arrow-icon img,
.c-sp-listing ul li .sp-box .sp-details .whyUsPLP .columnWrapPLP .contentWrap h2 span.arrow-icon img,
.whyUsPLP .columnWrapPLP .contentWrap .c-sp-listing ul li .sp-box .sp-details h2 span.arrow-icon img,
.c-sp-listing ul li .sp-box .sp-details .offeringPLP .overlapContent .innerContent h2 span.arrow-icon img,
.offeringPLP .overlapContent .innerContent .c-sp-listing ul li .sp-box .sp-details h2 span.arrow-icon img {
    width: 17px;
    height: 11px
}

.consultation-process-carousel.slick-slider {
    position: relative
}

.consultation-process-carousel.slick-slider li.slick-slide {
    transform: scale(1);
    opacity: 0.4;
    transition: .3s ease-in-out all;
    height: auto;
    margin-bottom: 0px
}

.consultation-process-carousel.slick-slider li.slick-slide.slick-center {
    opacity: 1;
    transform: scale(1.08)
}

.consultation-process-carousel.slick-slider li.slick-slide p {
    display: block;
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .consultation-process-carousel.slick-slider li.slick-slide p {
        color: #444
    }
}

.consultation-process-carousel.slick-slider li.slick-slide h4 {
    display: none;
    margin: 15px 0 0 0px
}

@media only screen and (max-width: 767px) {
    .consultation-process-carousel.slick-slider li.slick-slide h4 {
        margin-top: 0px
    }
}

.consultation-process-carousel.slick-slider li.slick-slide .product-small-box a.link-text {
    display: block;
    margin: 15px 0 0 0px
}

.consultation-process-carousel.slick-slider li.slick-slide .product-small-box div {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    overflow: hidden
}

.consultation-process-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 15px;
    transform: translateY(100%)
}

.consultation-process-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent h4 {
    display: block;
    margin-bottom: 10px
}

.consultation-process-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent p {
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .consultation-process-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent p {
        padding: 0px;
        color: #444
    }
}

@media only screen and (max-width: 767px) {
    .consultation-process-carousel.slick-slider li.slick-slide .product-small-box div .c-overlaycontent {
        position: relative;
        height: auto;
        transform: none;
        padding: 0px;
        margin-top: 10px;
        color: #fff
    }
}

.consultation-process-carousel.slick-slider li.slick-slide:hover .product-small-box .c-overlaycontent {
    transform: translateY(0%)
}

@media only screen and (max-width: 640px) {
    .consultation-process-carousel.slick-slider li.slick-slide:hover .product-small-box .c-overlaycontent {
        transform: none
    }
}

@media only screen and (max-width: 767px) {
    .consultation-process-carousel.slick-slider li.slick-slide {
        width: 350px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 600px) {
    .consultation-process-carousel.slick-slider li.slick-slide {
        width: 330px;
        margin-right: 15px;
        padding: 15px 25px
    }
}

@media only screen and (max-width: 440px) {
    .consultation-process-carousel.slick-slider li.slick-slide {
        width: 310px;
        margin-right: 0px;
        padding: 15px 15px
    }
}

@media only screen and (max-width: 375px) {
    .consultation-process-carousel.slick-slider li.slick-slide {
        width: 290px;
        margin-right: 0px
    }
}

@media only screen and (max-width: 360px) {
    .consultation-process-carousel.slick-slider li.slick-slide {
        width: 270px;
        margin-right: 0px
    }
}

@media only screen and (max-width: 321px) {
    .consultation-process-carousel.slick-slider li.slick-slide {
        width: 250px;
        margin-right: 0px
    }
}

.consultation-process-carousel.slick-slider .slick-dots {
    width: auto
}

.consultation-process-carousel.slick-slider .slick-dots li {
    width: auto
}

@media only screen and (max-width: 767px) {
    .c-card-box ul li {
        width: 100%
    }
}

.c-grey-box {
    background-color: #f6f6f6
}

.c-grey-box h2 span {
    border: none;
    display: inline
}

.c-comment input {
    width: 85%;
    padding: 11px 20px;
    float: left;
    border: 0;
    margin-top: 10px
}

.c-comment-listing {
    text-align: left
}

.c-comment-listing ul {
    margin: 0;
    padding: 0;
    margin-top: 65px
}

.c-comment-listing ul li {
    list-style: none;
    padding: 30px 0;
    border-bottom: solid 1px #cacaca;
    display: flex;
    width: 100%;
    align-items: flex-end
}

.c-comment-listing ul li img {
    width: 140px;
    float: left
}

.c-comment-listing ul li .details {
    width: calc( 100% - 140px);
    float: left;
    padding-left: 25px;
    font-size: 18px
}

.c-comment-listing ul li .details p {
    margin-bottom: 0;
    margin-top: 15px
}

.c-comment-listing ul li .details p span {
    padding-left: 20px;
    font-size: 16px;
    position: relative
}

.c-comment-listing ul li .details p span.copy-date {
    font-size: 13px
}

.c-comment-listing ul li .details p span.copy-head {
    padding-left: 0
}

.c-comment-listing ul li .details p span.copy-head:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #cbcbcb
}

.c-comment-listing ul li .details b {
    font-weight: bold
}

@media only screen and (max-width: 440px) {
    .c-comment input {
        width: 100%
    }
}

.c-jump-links {
    background-color: #838383;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 40px;
    z-index: 990;
    margin-top: 0px
}

.c-jump-links.toss {
    margin-top: 120px
}

.c-jump-links.sticky {
    position: fixed;
    top: 0
}

.c-jump-links-list ul {
    margin: 0;
    padding: 0
}

.c-jump-links-list ul li {
    list-style: none;
    float: left;
    font-size: 14px;
    font-family: "Open Sans Semibold";
    width: 20%
}

.c-jump-links-list ul li a {
    color: #fff
}

.c-jump-links-mob-close {
    display: none
}

.c-jump-links-mob-open {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .c-jump-links-list ul li {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .c-jump-links-mob-close {
        display: block;
        text-align: center;
        padding: 5px 10px;
        cursor: pointer;
        margin: 0px auto;
        font-family: "Open Sans";
        font-size: 25px;
        color: #fff
    }
    .c-jump-links-mob-open {
        display: block;
        text-align: center;
        padding: 5px 10px;
        cursor: pointer;
        margin: 0px auto;
        font-family: "Open Sans";
        font-size: 25px;
        color: #fff
    }
    .c-jump-links-list {
        display: block;
        margin-top: 20px
    }
    .c-jump-links-list ul li {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px
    }
}

.c-get-inspired-carosel {
    width: 100%;
    margin: 0px auto;
    position: relative
}

.c-get-inspired-carosel img {
    width: 100%
}

.c-get-inspired-carosel .mainSlide {
    position: relative;
    top: 0;
    left: 0;
    height: auto
}

.c-get-inspired-carosel .mainSlide img {
    width: 100%;
    border-radius: 5px
}

.c-get-inspired-carosel .h6,
.c-get-inspired-carosel .typography h6,
.typography .c-get-inspired-carosel h6,
.c-get-inspired-carosel .homepage-products-section-content .global-para,
.homepage-products-section-content .c-get-inspired-carosel .global-para {
    font-family: "Abhaya Libre";
    font-size: 24px;
    position: relative;
    bottom: 40px
}

@media only screen and (max-width: 991px) {
    .c-get-inspired-carosel .h6,
    .c-get-inspired-carosel .typography h6,
    .typography .c-get-inspired-carosel h6,
    .c-get-inspired-carosel .homepage-products-section-content .global-para,
    .homepage-products-section-content .c-get-inspired-carosel .global-para {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .c-get-inspired-carosel .h6,
    .c-get-inspired-carosel .typography h6,
    .typography .c-get-inspired-carosel h6,
    .c-get-inspired-carosel .homepage-products-section-content .global-para,
    .homepage-products-section-content .c-get-inspired-carosel .global-para {
        font-size: 18px
    }
}

.c-get-inspired-carosel .mainSlide slick-slide {
    height: auto
}

.c-get-inspired-carosel .slick-next {
    width: 19px;
    height: 12px;
    bottom: -30px;
    right: 0;
    z-index: 1;
    top: auto
}

.c-get-inspired-carosel .slick-next:after {
    content: '';
    opacity: 1;
    line-height: 0;
    background-image: url(clientlib-site-revised/images/right-arrow.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute
}

.c-get-inspired-carosel .slick-next:before {
    content: none
}

.c-get-inspired-carosel .slick-prev {
    width: 19px;
    height: 12px;
    bottom: -30px;
    right: calc(100% - 90%);
    z-index: 1;
    top: auto;
    left: auto
}

.c-get-inspired-carosel .slick-prev:after {
    content: '';
    opacity: 1;
    line-height: 0;
    background-image: url(clientlib-site-revised/images/left-arrow.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute
}

.c-get-inspired-carosel .slick-prev:before {
    content: none
}

.c-get-inspired-carosel .c-living-carosel {
    margin-bottom: 50px
}

.c-get-inspired-carosel .c-dining-carosel {
    margin-bottom: 50px
}

.c-get-inspired-carosel .c-kitchen-carosel {
    margin-bottom: 50px
}

.c-get-inspired-carosel .c-bedroom-carosel {
    margin-bottom: 50px
}

.c-login {
    position: absolute;
    max-width: 80%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 20px
}

@media only screen and (max-width: 767px) {
    .c-login {
        max-width: 100%;
        padding: 10px
    }
}

.c-login p {
    font-size: 12px;
    line-height: 18px
}

.c-login p a {
    color: #7350ac;
    text-decoration: underline;
    font-weight: normal
}

.c-login .login-step-one {
    background-color: #fff;
    width: 45%;
    padding: 10px;
    margin: 0px auto
}

@media only screen and (max-width: 1024px) {
    .c-login .login-step-one {
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .c-login .login-step-one {
        width: 90%
    }
}

.c-login .login-step-two {
    background-color: #fff;
    width: 45%;
    padding: 10px;
    margin: 0px auto
}

@media only screen and (max-width: 1024px) {
    .c-login .login-step-two {
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .c-login .login-step-two {
        width: 90%
    }
}

.c-login .login-step-three {
    background-color: #fff;
    width: 45%;
    padding: 10px;
    margin: 0px auto
}

@media only screen and (max-width: 1024px) {
    .c-login .login-step-three {
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .c-login .login-step-three {
        width: 90%
    }
}

.c-login .form-box-content {
    display: table-cell;
    vertical-align: middle;
    width: 30%
}

.c-login .form-box-content .h2,
.c-login .form-box-content .contractorlocator h2,
.contractorlocator .c-login .form-box-content h2,
.c-login .form-box-content .howWorksPLP h2,
.howWorksPLP .c-login .form-box-content h2,
.c-login .form-box-content h2.custom-getInspiredPLP {
    padding-left: 0
}

.c-login .form-box-content .section-header:before,
.c-login .form-box-content .storelocator .h2:before,
.storelocator .c-login .form-box-content .h2:before,
.c-login .form-box-content .contractorlocator h2:before,
.contractorlocator .c-login .form-box-content h2:before,
.c-login .form-box-content .howWorksPLP h2:before,
.howWorksPLP .c-login .form-box-content h2:before,
.c-login .form-box-content h2.custom-getInspiredPLP:before {
    left: -60px
}

@media only screen and (max-width: 767px) {
    .c-login .form-box-content .section-header:before,
    .c-login .form-box-content .storelocator .h2:before,
    .storelocator .c-login .form-box-content .h2:before,
    .c-login .form-box-content .contractorlocator h2:before,
    .contractorlocator .c-login .form-box-content h2:before,
    .c-login .form-box-content .howWorksPLP h2:before,
    .howWorksPLP .c-login .form-box-content h2:before,
    .c-login .form-box-content h2.custom-getInspiredPLP:before {
        left: -25px;
        width: 20px
    }
}

.c-login .form-box-content .form-box {
    padding: 30px 50px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .c-login .form-box-content .form-box {
        padding: 25px 15px
    }
}

.c-login .form-box-content .form-box input {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .c-login .form-box-content .form-box input {
        font-size: 13px
    }
}

.c-login .form-box-content .form-box span {
    color: #7350ac;
    text-decoration: underline;
    font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 10px
}

@media only screen and (max-width: 767px) {
    .c-login .form-box-content .form-box span {
        font-size: 14px
    }
}

.c-login .form-box-content .form-box span a {
    color: #7350ac;
    text-decoration: underline;
    font-weight: normal
}

.c-login .form-box-content .form-box ul {
    margin: 0;
    padding: 0
}

.c-login .form-box-content .form-box ul li {
    position: relative;
    margin-bottom: 20px
}

.c-login .form-box-content .form-box .global-button,
.c-login .form-box-content .form-box .bookAppointmentPLP .btn-style3,
.bookAppointmentPLP .c-login .form-box-content .form-box .btn-style3 {
    position: relative;
    bottom: -15px
}

body {
    font-family: "Open Sans" !important
}

.schedular-form ul li div span {
    font-size: 13px
}

.overview-copy>ul>li {
    font-family: "Open Sans";
    background: none;
    padding-left: 0.3vw;
    line-height: 18px
}

.contentarticle>ul>li {
    background: none;
    padding: 0 0 8px 5px
}

.parsys_column .section .section-header:before,
.parsys_column .section .storelocator .h2:before,
.storelocator .parsys_column .section .h2:before,
.parsys_column .section .contractorlocator h2:before,
.contractorlocator .parsys_column .section h2:before,
.parsys_column .section .howWorksPLP h2:before,
.howWorksPLP .parsys_column .section h2:before,
.parsys_column .section h2.custom-getInspiredPLP:before {
    width: 0px;
    background-color: transparent;
    left: 0
}

.show-results-copy>p {
    font-family: "Open Sans"
}

.show-results-copy>span {
    font-family: "Open Sans"
}

.show-results-copy ul li {
    font-family: "Open Sans"
}

.dwnld-btn {
    font-family: "Open Sans"
}

.dealer_locator>div>span {
    font-family: "Open Sans"
}

.store-loc-title>p {
    font-family: "Open Sans"
}

.white-box ul.desktop-form>li input {
    font-family: "Open Sans"
}

.show-results-copy>p {
    font-family: "Open Sans"
}

.show-results-copy>span {
    font-family: "Open Sans"
}

.show-results-copy>ul>li {
    font-family: "Open Sans"
}

.show-results-contact>a {
    font-family: "Open Sans"
}

.overview-copy>p {
    font-family: "Open Sans"
}

.function-boxes-copy>p {
    font-family: "Open Sans"
}

.date-box span {
    font-family: "Open Sans"
}

.archives-list {
    font-family: "Open Sans"
}

.campus-contianer>.alltext>p {
    font-family: "Open Sans"
}

.campus-contianer .readMoreLink {
    font-family: "Open Sans"
}

.item-hdng {
    font-family: "Open Sans"
}

.item-hdng>a {
    font-family: "Open Sans"
}

.tab-style1.custom .nav li a {
    font-family: "Open Sans"
}

select.mobile-device {
    font-family: "Open Sans"
}

.blue-txt {
    font-family: "Open Sans"
}

strong {
    font-family: "Abhaya Libre SemiBold";
    font-weight: bold
}

.spotlight-subtext {
    font-family: "Open Sans"
}

.tab-style1 .nav li a {
    font-family: "Open Sans"
}

.radio label {
    font-family: "Open Sans"
}

.checkbox label {
    font-family: "Open Sans"
}

.accor-new .accrdn-title {
    font-size: 20px
}

.test-copy-container h3 {
    color: #ffffff
}

.test-copy-container p {
    color: #ffffff
}

.inner-menu li a {
    font-family: "Open Sans"
}

.inner-menu .child ul li a {
    font-family: "Open Sans"
}

.filter-header {
    font-family: "Abhaya Libre SemiBold"
}

.search-item input {
    font-family: "Open Sans"
}

.eload h2 span {
    font-family: "Open Sans"
}

.item-category-shop-hdng {
    font-family: "Open Sans"
}

.sldr-title {
    font-family: "Abhaya Libre SemiBold";
    color: #ffffff
}

.sldr-title2 {
    font-family: "Abhaya Libre SemiBold";
    color: #ffffff
}

h3.accrdn-title-inspiration {
    font-size: 20px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .date-box {
        width: 70px
    }
    .date-box .day {
        font-size: 30px
    }
    .date-box .mnth-year {
        font-size: 15px
    }
    .item-captn {
        bottom: 0px
    }
    .fastestsellingproducts .typography .eload {
        min-height: 400px
    }
}

.color-item.actv .color-name {
    font-family: "Open Sans"
}

.c-light .lightbox-target .text-box h3 {
    font-family: "Open Sans";
    font-size: 18px
}

.header-component .suggestion-box .popular-search-list .item-details {
    font-family: "Open Sans"
}

.header-component .suggestion-box .suggestion-search-list .item-details {
    font-family: "Open Sans"
}

.header-component .global-search .search-input {
    font-family: "Open Sans"
}

.tab-content p {
    font-family: "Open Sans"
}

.item-hdng {
    font-family: "Open Sans"
}

.clear-all-tags {
    font-family: "Open Sans"
}

.policies-container>span {
    font-family: "Open Sans"
}

.function-boxes-copy>p {
    font-family: "Open Sans"
}

.butn-style {
    font-family: "Open Sans"
}

.calculator-tabbing .nav>li>a {
    font-family: "Open Sans"
}

.item-category-shop-hdng>span {
    font-family: "Open Sans"
}

.sleek-tabHeading {
    font-family: 'Open Sans Semibold'
}

.sleek-tabdisp {
    font-family: "Open Sans"
}

.cart-calender-left-container>p {
    font-family: "Open Sans"
}

.select-texture>span {
    font-family: "Open Sans"
}

.custom-rating span {
    font-family: "Open Sans"
}

.cmmnt-prsn h4 {
    font-size: 18px
}

.cmmnt-box p {
    font-family: "Open Sans"
}

.cmmnt-box div {
    font-family: "Open Sans"
}

.sleek-designhome>ul>li {
    margin-right: 1% !important
}

.interior-listing-filter-container>ul>li>p {
    font-family: "Open Sans"
}

.interior-listing-filter-container ul li [type="checkbox"]:not(:checked)+label,
.interior-listing-filter-container ul li [type="checkbox"]:checked+label {
    font-family: "Open Sans"
}

.label-text {
    font-family: "Open Sans"
}

.item-look-captn-hdng {
    font-family: "Open Sans"
}

.tooltip-row .available_product_copy {
    font-family: "Open Sans"
}

.cal-head-text {
    font-family: "Open Sans"
}

.calculator-secn h4 {
    font-family: "Open Sans"
}

.speciality-container .checkbox label {
    font-family: "Open Sans"
}

ul.category-listing-items>li {
    font-family: "Open Sans";
    font-size: 16px
}

h4 .decal-title {
    font-family: "Open Sans"
}

.accor-new .accrdn-title {
    font-family: "Open Sans"
}

.h3.accrdn-title,
.typography h3.accrdn-title,
.typography h3.accrdn-title {
    font-family: "Open Sans Semibold";
    font-weight: normal;
    font-size: 18px
}

.decal-sect .decal-title,
.typography h4 .decal-sect .decal-title {
    font-family: "Open Sans";
    text-align: left
}

.locate_container {
    margin-top: 0px
}

.appointment-service .book-appointment h1,
.service-heading h1,
.prop-head h3,
.gallery_head h2 {
    font-family: "Abhaya Libre SemiBold"
}

.service-heading p,
.service-text p,
.appointment-form form input,
.prop-text p {
    font-family: "Open Sans"
}

.gallery .gallery_head {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.h3.h3-border span,
.typography h3.h3-border span {
    border-bottom: 0px
}

.textdescriptionwithCTA .h3,
.textdescriptionwithCTA .typography h3,
.typography .textdescriptionwithCTA h3 {
    margin-bottom: 10px
}

.sldr-title,
.sldr-title2 {
    font-family: "Abhaya Libre SemiBold"
}

.h2>span.mb-30,
.contractorlocator h2>span.mb-30,
.howWorksPLP h2>span.mb-30,
h2.custom-getInspiredPLP>span.mb-30 {
    margin-bottom: 0px
}

.previousnextarticle h4,
.article-link-copy {
    font-family: "Open Sans"
}

.previousnextarticle h4 a.purple-color {
    background: #FFF;
    font-family: "Open Sans";
    font-size: 18px
}

.accrdn-title:before {
    background-color: #7350ac
}

.overview-copy.typography p {
    font-family: "Abhaya Libre SemiBold";
    font-size: 30px;
    color: #ffffff
}

.overview-copy.typography>ul>li:before {
    background-color: #ffffff
}

.calculator-tabbing .nav>li>a {
    font-size: 16px
}

.interior-product-details-container ul li {
    padding-left: 0;
    background: none
}

.interior-content>h3 {
    font-family: "Abhaya Libre SemiBold"
}

.img_pop_up_left_content>p {
    font-family: "Open Sans"
}

.pop_third_part_right_content>p {
    font-family: "Open Sans"
}

.pop_third_part_left_content>span {
    font-family: "Open Sans"
}

.pop_third_part_left_content>ul>li>p {
    font-family: "Open Sans"
}

.product-owl-demo .owl-carousel .owl-wrapper,
.product-owl-demo.owl-carousel .owl-item .item .radio label {
    font-family: "Open Sans" !important
}

.calculator-secn .radio label {
    font-size: 14px !important
}

#offerings .colWrapPLP>img {
    width: 100%
}

.tab-style1 .nav li a {
    font-size: 16px
}

.prdcts-color {
    margin-bottom: 40px
}

.sleek-txtnum {
    font-family: "Open Sans";
    font-size: 100px !important
}

.interior-content>h3>span {
    font-family: "Abhaya Libre ExtraBold"
}

.owlCarousel-auto-item-6 .item span,
.owlCarousel-auto-item-4 .item span,
#owl-demo3 .item span,
.owlCarousel-auto-item-5 .item span {
    width: 60%;
    float: none;
    margin: 10px auto;
    text-align: center
}

.campaignwrapper .accrdn-title {
    padding: 14px 20px
}

.campaignwrapper .accrdn-cntnt {
    padding: 0px 20px 10px 20px
}

.form-wrapper-new h2 {
    font-family: "Abhaya Libre SemiBold"
}

.initialFaqs .accrdn-secn .h3,
.initialFaqs .accrdn-secn .typography h3,
.typography .initialFaqs .accrdn-secn h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.cmmnt-lisitng h3 {
    font-family: "Abhaya Libre SemiBold" !important
}

.cmmnt-box p,
.cmmnt-box div {
    font-family: "Open Sans" !important
}

.gettingstartedwithsteps .step-cont .step_dec>p {
    color: #fff !important;
    line-height: 20px !important
}

.textdescriptionwithCTA h2 {
    padding-left: 0
}

.new-login-copy>p>a {
    font-family: "Open Sans" !important
}

.tab-style1 .nav li a {
    padding: 20px 10px;
    margin-right: 0
}

.accrdn-title {
    padding: 15px 30px
}

#colourselectiontools .product-items h4 div {
    font-family: "Abhaya Libre SemiBold";
    font-size: 24px;
    color: #444;
    margin: 0
}

.global-para {
    font-family: "Open Sans"
}

.twocolumnimagevideo.section {
    clear: none
}

.typography .service_testimonial_content h5 {
    font-family: "Open Sans Semibold";
    font-size: 14px;
    color: #fff
}

#lbTitleBottom a {
    font-family: "Open Sans"
}

#lbTitleBottom p {
    font-family: "Open Sans"
}

.function-boxes-copy>p {
    font-family: "Open Sans";
    color: #fff;
    font-size: 18px
}

.policies-container>span {
    font-family: "Open Sans";
    margin-top: 15px
}

.policies-container>p>span {
    font-family: "Open sans";
    font-weight: 600;
    font-size: 18px
}

.policies-container>p>span>img {
    vertical-align: middle
}

.color-code-box a span {
    top: 50%;
    transform: translateY(-50%)
}

.error {
    font-size: 13px
}

.login-registration .form-wrapper-new .h2.section-header:before,
.login-registration .form-wrapper-new .storelocator .h2:before,
.storelocator .login-registration .form-wrapper-new .h2:before,
.login-registration .form-wrapper-new .storelocator .contractorlocator h2:before,
.storelocator .contractorlocator .login-registration .form-wrapper-new h2:before,
.login-registration .form-wrapper-new .contractorlocator .storelocator h2:before,
.contractorlocator .storelocator .login-registration .form-wrapper-new h2:before,
.login-registration .form-wrapper-new .storelocator .howWorksPLP h2:before,
.storelocator .howWorksPLP .login-registration .form-wrapper-new h2:before,
.login-registration .form-wrapper-new .howWorksPLP .storelocator h2:before,
.howWorksPLP .storelocator .login-registration .form-wrapper-new h2:before,
.login-registration .form-wrapper-new .storelocator h2.custom-getInspiredPLP:before,
.storelocator .login-registration .form-wrapper-new h2.custom-getInspiredPLP:before,
.login-registration .form-wrapper-new .contractorlocator h2:before,
.contractorlocator .login-registration .form-wrapper-new h2:before,
.login-registration .form-wrapper-new .howWorksPLP h2:before,
.howWorksPLP .login-registration .form-wrapper-new h2:before,
.login-registration .form-wrapper-new h2.custom-getInspiredPLP:before {
    background-color: transparent
}

.product-items h4 {
    font-size: 24px !important
}

.new-signup-right-container>ul>li>span {
    font-family: "Open Sans" !important
}

.tab-style1 .nav li {
    margin-right: 0
}

.schedular-form p {
    font-family: "Open Sans Semibold"
}

.lavender-book-btn>a {
    font-family: "Open Sans Semibold"
}

.form-content p {
    font-family: "Open Sans Semibold"
}

.colctrl-3c-33_33_33-c0 .textdescriptionwithCTA .contentarticle h2 {
    font-size: 24px
}

.textdescriptionwithCTA .contentarticle.typography h6 {
    font-size: 14px
}

#custom-dvProducts h4 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 24px;
    color: #444;
    margin: 0
}

#dvGoesWellWith h4 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 24px;
    color: #444;
    margin: 0
}

.campus-contianer.campus-list .h3,
.campus-contianer.campus-list .typography h3,
.typography .campus-contianer.campus-list h3 {
    font-size: 22px
}

.accrdn-title:before {
    width: 6px;
    height: 6px
}

.accrdn-title {
    padding: 15px 15px
}

.bold {
    font-family: "Open Sans Semibold"
}

.accor-new .accrdn-title-inspiration {
    background: transparent url(clientlib-site/images/accor-new-plus.jpg) no-repeat scroll right 15px top 15px
}

.textdescriptionwithCTA h3>span {
    border-bottom: none
}

.header ul li a {
    font-family: "Open Sans Semibold";
    font-size: 18px
}

.topbanner .form-wrapper li input {
    font-family: "Open Sans"
}

ul.nav-container>li {
    font-family: "Open Sans Semibold";
    font-size: 18px
}

.form-content ul li button {
    font-size: 16px;
    font-family: "Open Sans"
}

h2 span {
    font-family: "Abhaya Libre SemiBold"
}

.btn-style2 {
    font-size: 16px;
    font-family: "Open Sans"
}

h5,
h6 {
    font-family: "Abhaya Libre SemiBold"
}

header .navigation>ul>li>a {
    font-family: "Open Sans Semibold";
    font-size: 18px
}

.visit {
    font-family: "Open Sans"
}

h3 {
    font-family: 'Abhaya Libre'
}

h2 {
    font-family: "Abhaya Libre SemiBold"
}

.contentarticle p {
    font-family: "Open Sans"
}

.topbanner .form-wrapper h3 {
    font-size: 24px
}

.topbanner .form-wrapper.typography.no-bullets ul li {
    margin: 10px 0 10px 0 !important
}

button {
    font-family: "Open Sans"
}

.main-wrapper h2 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 36px
}

.main-wrapper h3 {
    font-size: 30px
}

.main-wrapper footer p {
    color: #ffffff
}

.eload h2 span {
    font-weight: bold
}

.aboutuswrapper .container {
    width: auto
}

.textdescriptionwithCTA #freesiteconsultation .typography h2 span {
    font-size: 24px
}

.service_book_appointment {
    font-family: "Open Sans"
}

.ftr-btm .copyright {
    color: #ffffff !important
}

header .campaign-nav>.spot-menu-2>li>a {
    font-family: "Open Sans Semibold"
}

.form-quarter-width .form-box input[type="text"] {
    background-color: #ffffff
}

.ctrl-form-width .form-box input[type="text"] {
    border: 1px solid #838383;
    padding: 10px 5px
}

.textdescriptionwithCTA .contentarticle table tbody tr th {
    font-weight: bold
}

.textdescriptionwithCTA .contentarticle table p b {
    font-weight: bold !important
}

.contentarticle p b {
    font-weight: bold !important
}

ul.appoint_form_listing>li .text-input {
    background-color: #ffffff
}

.ctrl-form-width.custom-ctrl-form-width>.ui-datepicker-trigger>img {
    width: 32px
}

.ui-datepicker {
    margin-top: 5px;
    border: 1px solid #999
}

.ftr-btm.typography.no-bullets .social-media-container-footer ul li {
    margin: 20px 10px 20px 10px !important;
    display: inline-block
}

.ftr-btm.typography.no-bullets .social-media-container-footer ul li:first-child {
    margin-left: 0px !important
}

.textdescriptionwithCTA #aboutultimaprotek .contentarticle h2 {
    font-size: 32px;
    margin-bottom: 30px
}

.social-media-container-footer>ul>li {
    font-family: "Open Sans"
}

.visit-spot {
    font-family: "Open Sans"
}

.campaignwrapper .initialFaqs .accrdn-title {
    padding: 12px 20px
}

.benefits .brdr-secn .list .mt-15.margin-top-zero-new {
    margin-top: 0 !important
}

.form-box .ctrl-form-width input[type="text"] {
    border: 1px solid #838383;
    padding: 10px 5px
}

.campaignspotlight .form-container {
    z-index: 10
}

.main-wrapper.footer p {
    color: #fff !important
}

.footer.typography .social-media-container-footer ul li {
    margin: 0 10px !important
}

.focusInput {
    font-family: "Open Sans"
}

.platinum-steps-copy {
    font-family: "Open Sans Semibold" !important
}

.howWorksPLP .columnWrap h4 {
    font-family: "Open Sans Semibold"
}

.howWorksPLP .columnWrap p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans'
}

.ap-platinum-warranty-copy>p {
    font-family: "Open Sans Semibold" !important
}

.home-heading h2 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 36px
}

.appointment-service .book-appointment h1 {
    font-family: "Abhaya Libre SemiBold";
    font-size: 20px
}

ul.appoint_form_listing>li .text-input {
    border: 1px solid #999
}

#landingform .form-content-display.typography.no-bullets.form-box div.error {
    left: auto;
    font-size: 11px !important;
    color: #d6330d !important
}

a.item.fresco {
    display: inline-block !important
}

.apsleekform .home-heading span {
    background-color: transparent
}

.appoint_form_listing div.error {
    bottom: -20px !important
}

.social-media-container-footer {
    margin-top: 0 !important
}

.appoint_form_listing div.error {
    bottom: 0;
    color: #d6330d !important;
    font-size: 11px !important;
    margin: 0 !important;
    width: 100%
}

.catlogue_listing_discount strike {
    font-weight: normal
}

.appoint_form_listing .ctrl-form-width {
    margin: 25px 0
}

#srch-modal .modal-custom .modal-content {
    padding: 40px 40px 40px 65px
}

#metaliccolours .tab-style1.custom2 .nav li a {
    padding: 10px 0;
    margin-right: 5px
}

.ap-video .tab-content .nav li a {
    font-size: 16px;
    height: 58px;
    display: flex;
    align-items: center
}

#ap-video.ap-video .tab-content .nav li a {
    padding: 15px 25px;
    margin-right: 4px
}

#ap-video.ap-video .tab-content .nav li {
    margin-right: 0;
    padding: 0
}

.search-item {
    width: 300px
}

.color-catgry-sldr li {
    padding: 8px 10px
}

.tab-content.spcl-efftcs#dvTexturesShadeSubCategory {
    z-index: 9;
    position: relative
}

#innerpagethankyou h2 span {
    font-size: 30px
}

.sleek-thankyou-msg {
    font-family: "Open Sans"
}

.result-section .refine-search-filter .refine-filter>li {
    padding: 0;
    margin: 0 !important
}

#checkout-popup .modal.in .modal-dialog .modal-content .close {
    position: absolute;
    right: 0
}

#checkout-popup .template-textual-simple a.btn-style4.mr-15 {
    margin-right: 0
}

#checkout-popup .template-textual-simple span.divider-vertical {
    padding-right: 0
}

.btn-style4 {
    font-family: "Open Sans";
    font-size: 16px
}

.form-wrapper-new h2:after {
    background-color: transparent
}

.new-signup-left-container {
    font-family: "Open Sans"
}

.new-signup-right-container {
    font-family: "Open Sans"
}

.new-signup-left-container h2.section-header:before,
.new-signup-left-container .storelocator h2.h2:before,
.storelocator .new-signup-left-container h2.h2:before,
.new-signup-left-container .contractorlocator h2:before,
.contractorlocator .new-signup-left-container h2:before,
.new-signup-left-container .howWorksPLP h2:before,
.howWorksPLP .new-signup-left-container h2:before,
.new-signup-left-container h2.custom-getInspiredPLP:before {
    background-color: transparent
}

.new-signup-right-container h2.section-header:before,
.new-signup-right-container .storelocator h2.h2:before,
.storelocator .new-signup-right-container h2.h2:before,
.new-signup-right-container .contractorlocator h2:before,
.contractorlocator .new-signup-right-container h2:before,
.new-signup-right-container .howWorksPLP h2:before,
.howWorksPLP .new-signup-right-container h2:before,
.new-signup-right-container h2.custom-getInspiredPLP:before {
    background-color: transparent
}

#result_quickcal h2 {
    font-size: 30px
}

#result_quickcal p i {
    font-size: 14px;
    line-height: 20px
}

.sps a {
    display: flex;
    align-items: center
}

.sps span {
    top: auto
}

.ap-auth-manager-protected-section .profile-details .ap_user-profile-form a.global-button-white {
    margin: 50px 0 !important
}

.budgetcalculator .calculator-secn .tab-content h3 {
    font-size: 22px
}

.roomDetails .pbc-accord .accrdn-secn .sub-accor .accrdn-secn {
    border-top: none
}

ul.doorarea {
    padding-top: 20px
}

.accrdn-title {
    padding: 15px 30px
}

.campus-contianer>.alltext.minHt {
    height: 85px
}

.aboutuswrapper .container {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto
}

.thank-content .typography h2 section-header:before {
    background-color: transparent
}

.overview-container .overview-copy.typography ul li {
    margin: 5px 0 5px 25px !important
}

.recommended-product-label-container .p.label-text,
.recommended-product-label-container .typography p.label-text,
.typography .recommended-product-label-container p.label-text,
.recommended-product-label-container .whyUsPLP .columnWrapPLP .contentWrap p.label-text,
.whyUsPLP .columnWrapPLP .contentWrap .recommended-product-label-container p.label-text,
.recommended-product-label-container .offeringPLP .colWrapPLP:hover .overlapContent p.label-text,
.offeringPLP .colWrapPLP:hover .overlapContent .recommended-product-label-container p.label-text {
    color: #fff;
    font-weight: bold;
    font-size: 16px
}

#benifit-section .sb-sect .typography h3 {
    margin-bottom: 20px
}

#benifit-section .sb-sect .typography.no-bullets ul li {
    margin: 5px 0 5px 0 !important
}

.modal-body .get-in-touch-copy .popup-title {
    margin-left: 0 !important;
    margin-bottom: 20px
}

.modal-body .get-in-touch-copy {
    text-align: center
}

#getIntouchContractor .popup-title p {
    font-family: "Open Sans"
}

.result-section .result-container .block-heading {
    font-size: 24px
}

.result-section {
    margin-top: 25px
}

.commonpainting .search-item {
    min-width: 330px;
    width: 330px
}

.colourcatalog #srch-modal .modal-dialog .modal-content .modal-body .section-header:before,
.colourcatalog #srch-modal .modal-dialog .modal-content .modal-body .storelocator .h2:before,
.storelocator .colourcatalog #srch-modal .modal-dialog .modal-content .modal-body .h2:before,
.colourcatalog #srch-modal .modal-dialog .modal-content .modal-body .contractorlocator h2:before,
.contractorlocator .colourcatalog #srch-modal .modal-dialog .modal-content .modal-body h2:before,
.colourcatalog #srch-modal .modal-dialog .modal-content .modal-body .howWorksPLP h2:before,
.howWorksPLP .colourcatalog #srch-modal .modal-dialog .modal-content .modal-body h2:before,
.colourcatalog #srch-modal .modal-dialog .modal-content .modal-body h2.custom-getInspiredPLP:before {
    background-color: transparent
}

.modal.in .modal-dialog .modal-content .close {
    position: absolute;
    right: 0
}

.desktop-form .typography.no-bullets ul li {
    margin: 20px 50px 20px 0 !important
}

.siteVisit .white-box ul.desktop-form>li {
    width: 40%
}

#benifit-section .sb-sect.typography.no-bullets ul li {
    margin: 5px 0 5px 0 !important
}

#benifit-section .sb-sect.typography.no-bullets h3.benifit-section-heading-grey {
    margin-bottom: 20px
}

.show-results-contractor-copy>p {
    font-weight: bold
}

.show-results-contractor-copy>ul>li:first-child {
    float: left;
    margin: 0 10px 10px 0 !important
}

.show-results-contractor-copy>ul>li {
    margin: 0 10px 10px 0 !important
}

.c-sticky-box {
    z-index: 100
}

.ui-corner-all>strong {
    font-family: "open sans";
    font-weight: normal
}

h3.benifit-section-heading-grey {
    font-size: 22px !important
}

.white-box ul.desktop-form>li input {
    width: 95%
}

.thank-content.typography .h2 section-header:before,
.thank-content.typography .contractorlocator h2 section-header:before,
.contractorlocator .thank-content.typography h2 section-header:before,
.thank-content.typography .howWorksPLP h2 section-header:before,
.howWorksPLP .thank-content.typography h2 section-header:before,
.thank-content.typography h2.custom-getInspiredPLP section-header:before {
    background-color: transparent
}

#allAboutColorsComponentMainDiv .ap-video .search-tabpanel .srch-input {
    min-width: 330px;
    width: 330px
}

#metaliccolours .tab-style1.custom2 .nav li a {
    padding: 10px 40px
}

.whyUsPLP .columnWrapPLP .circleWrap {
    background-color: transparent !important
}

@media only screen and (max-width: 1170px) {
    .whyUsPLP .columnWrapPLP .circleWrap img {
        max-width: 40px
    }
    .white-box .btn-style5.global-button.ap-submit-button,
    .white-box .bookAppointmentPLP .btn-style5.ap-submit-button.btn-style3,
    .bookAppointmentPLP .white-box .btn-style5.ap-submit-button.btn-style3 {
        min-width: auto !important
    }
}

@media only screen and (min-width: 1170px) {
    body.bodycampaign .topbanner {
        margin-top: 62px
    }
}

@media only screen and (max-width: 992px) {
    .bookAppointmentPLP .container,
    .whyUsPLP .container,
    .howWorksPLP .container,
    .getInspiredPLP .container,
    .warrantyWrapPLP .container {
        max-width: 970px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overview-container .overview-copy.typography ul li {
        margin: 0 0 0 25px !important
    }
}

.thank-content h2.section-header.thank-content-header:before,
.thank-content .storelocator h2.thank-content-header.h2:before,
.storelocator .thank-content h2.thank-content-header.h2:before,
.thank-content .contractorlocator h2.thank-content-header:before,
.contractorlocator .thank-content h2.thank-content-header:before,
.thank-content .howWorksPLP h2.thank-content-header:before,
.howWorksPLP .thank-content h2.thank-content-header:before,
.thank-content h2.thank-content-header.custom-getInspiredPLP:before {
    display: none
}

@media only screen and (max-width: 767px) {
    .item-category-shop-hdng {
        font-size: 20px
    }
    .item-category-shop-hdng>span {
        font-size: 14px
    }
    .sleek-fourSec .sleek-col-4 {
        min-height: 125px
    }
    .aboutuswrapper .container {
        max-width: 1170px;
        width: 100%
    }
    .sleek-tabcontent {
        padding-left: 0;
        width: 100%
    }
    .sleek-txtnum {
        float: none
    }
    .product-items h4 {
        font-size: 18px !important
    }
    .filter-left-container-mob-plus {
        font-family: "Open Sans Semibold"
    }
    .apps-link .menu-btn-mob,
    .menu-btn-mob-close {
        position: relative;
        top: -26px;
        z-index: 9
    }
    .apps-link ul.logo-container {
        display: inline-block;
        position: relative;
        z-index: 10
    }
    .initialFaqs .accrdn-secn .h3,
    .initialFaqs .accrdn-secn .typography h3,
    .typography .initialFaqs .accrdn-secn h3 {
        font-size: 14px
    }
    .initialFaqs .accrdn-secn .accrdn-title:before {
        margin-top: -5px
    }
    .offeringPLP .overlapContent .innerContent p {
        color: #ffffff !important
    }
    .whyUsPLP {
        font-size: 14px !important;
        line-height: 21px !important
    }
    .bookAppointmentPLP h2 {
        padding-left: 30px
    }
    .whyUsPLP h2 {
        margin-bottom: 0;
        padding-left: 30px
    }
    #dvGoesWellWith h4 {
        font-size: 18px !important
    }
    #custom-dvProducts h4 {
        font-size: 18px !important
    }
    .item-look-captn-hdng {
        font-size: 18px !important
    }
    .bookAppointmentPLP .container,
    .whyUsPLP .container,
    .howWorksPLP .container,
    .getInspiredPLP .container,
    .warrantyWrapPLP .container {
        max-width: 750px !important
    }
    #whyus.whyUsPLP .columnWrapPLP .contentWrap h2 {
        padding-left: 0
    }
    #whyus.whyUsPLP .columnWrapPLP .contentWrap {
        width: calc(100% - 70px)
    }
    #innerpagethankyou h2 span {
        font-size: 20px
    }
    .search-item {
        margin: 15px auto
    }
    #dvMetalicShadeCategory #metaliccolours .tab-style1.custom2 .nav li a {
        padding: 10px
    }
    .filters-fixed-mob {
        top: 75px
    }
    .interior-listing-filter-container.active {
        top: 40px
    }
    .offeringPLP h2.diNoneMo {
        padding-left: 30px !important;
        margin-left: 0
    }
    .speciality-container .checkbox a .custom-tooltip {
        padding: 20px 10px 10px 10px;
        font-size: 12px;
        line-height: 16px
    }
    .speciality-container .checkbox label {
        font-size: 12px;
        padding-right: 7px
    }
    .speciality-container .checkbox>a>img {
        width: 16px
    }
    .tool-tip-close-mob {
        top: 5px;
        right: 5px
    }
    .boardofdirectors.section .drctcrs-secn .col-md-3 {
        width: calc(50% - 5px) !important
    }
}

.new-signup-right-container ul li {
    margin: 10px 0 10px 25px !important
}

.contractorlocator .inner-secn.pt-40 {
    padding-top: 0px
}

@media only screen and (max-width: 580px) {
    .speciality-container .checkbox a:hover .custom-tooltip {
        transform: translateX(-55%);
        left: 0px;
        top: 25px
    }
}

body.bodycampaign .login-input input,
body.bodycampaign .form-box input[type="text"] {
    background-color: #fff;
    padding: 10px 5px
}

body.bodycampaign .login-input input .main-wrapper h2.sub-heading span:before,
body.bodycampaign .login-input input .main-wrapper h2.sub-heading span:after,
body.bodycampaign .form-box input[type="text"] .main-wrapper h2.sub-heading span:before,
body.bodycampaign .form-box input[type="text"] .main-wrapper h2.sub-heading span:after {
    content: ""
}

body.bodycampaign ul.nav-container>li {
    font-size: 16px
}

.modal-backdrop.in {
    visibility: hidden
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.8)
}

.calculator-tabbing .nav,
.ap-smart-tab .nav {
    display: flex
}

.calculator-tabbing .nav-tabs>li,
.ap-smart-tab .nav-tabs>li {
    text-align: center
}

.calculator-tabbing .nav-tabs>li.active,
.ap-smart-tab .nav-tabs>li.active {
    background-color: #fcaf17
}

.calculator-tabbing .nav-tabs>li.active:after,
.ap-smart-tab .nav-tabs>li.active:after {
    border-bottom-color: #fcaf17;
    border-top: 10px solid #fcaf17;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
    color: #fff;
    content: '';
    display: block;
    position: absolute;
    left: 43%;
    top: 100%;
    width: 0;
    height: 0;
    color: #fff
}

.schedular-form ul li>div {
    padding: 14px 0 0
}

.h2>span,
.contractorlocator h2>span,
.howWorksPLP h2>span,
h2.custom-getInspiredPLP>span {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    font-family: "Abhaya Libre SemiBold"
}

.new-search-view {
    padding-right: 0px !important
}

.or-form {
    margin-top: 40px !important
}

#inspirationFilters .checkbox label {
    text-transform: capitalize !important
}

#inspirationFilters .accrdn-title {
    text-transform: capitalize !important
}

#inspirationFilters1 .checkbox label {
    text-transform: capitalize !important
}

#inspirationFilters1 .accrdn-title {
    text-transform: capitalize !important
}

#filters1 .accrdn-title-inspiration {
    text-transform: capitalize !important
}

#filters1 .checkbox label {
    text-transform: capitalize !important
}

#filters .accrdn-title-inspiration {
    text-transform: capitalize !important
}

#filters .checkbox label {
    text-transform: capitalize !important
}

#filters1 .accrdn-title {
    text-transform: capitalize !important
}

#filters .accrdn-title {
    text-transform: capitalize !important
}

.aboutuswrapper .container {
    width: 100%;
    max-width: 1170px
}

.storelocator .container {
    max-width: 1170px;
    width: 100%
}

.wthi-container .container {
    max-width: 1170px;
    width: 100%
}

.show-results-stores-list>ul>li {
    padding: 10px
}

.dealer_locator>div>span {
    font-size: 16px
}

.show-results-contact>a {
    font-size: 14px;
    font-weight: 400
}

.contractorlocator .container {
    width: 1170px
}

.show-results-list-contractor>ul>li {
    margin: 0 0 0 0
}

.show-results-contractor-contact-copy>a {
    font-size: 14px;
    font-weight: 400
}

.speciality-container .checkbox label {
    font-size: 14px
}

#paintselectorid {
    font-family: "Open Sans"
}

.calculator-secn h4 {
    font-family: "Abhaya Libre SemiBold"
}

.aboutuswrapper .container {
    width: 1170px
}

.paint-selector-gallery-sub-header {
    font-family: "Open Sans"
}

.howWorksPLP h2,
h2.custom-getInspiredPLP {
    padding-left: 0px
}

.howWorksPLP h2:after,
h2.custom-getInspiredPLP:after {
    display: none
}

.new-signup-left-container .home-heading {
    max-width: 440px;
    width: 90%
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .home-heading {
        max-width: 370px
    }
}

h2.custom-getInspiredPLP {
    margin-top: 40px;
    padding-left: 0px
}

@media only screen and (max-width: 568px) {
    h2.custom-getInspiredPLP {
        margin-top: 20px
    }
}

.homepage-products-section-content .global-para {
    margin-bottom: 0px;
    font-family: "Open Sans"
}

.offeringPLP .colWrapPLP:hover .overlapContent p {
    color: #FFF;
    font-family: "Open Sans"
}

.offeringPLP .overlapContent .innerContent h2 {
    color: #FFF
}

.offeringPLP h2.diNoneMo {
    padding-left: 0px
}

.calculator-secn .typography li,
.calculator-secn .typography.no-bullets li {
    margin: 0px
}

.product-items h4 {
    font-size: 16px
}

.item-hdng-decor-blogs {
    font-family: "Open Sans";
    font-size: 16px
}

.product-owl-demo.owl-carousel .owl-item .item .radio label,
.help-sec {
    font-family: "Open Sans"
}

.product-owl-demo.owl-carousel .owl-item .item .radio label,
ul.height-radfield>li,
.small-ft {
    font-family: "Open Sans" !important
}

.pbc_leads_form h3 {
    margin-bottom: 20px
}

.item-hdng-decor-blogs {
    font-family: "Open Sans" !important
}

#allAboutColorsComponentMainDiv .center-large-box {
    display: inline-block;
    width: 100%
}

.add-cmmnt h2 span,
.forum-content {
    font-family: "Open Sans" !important
}

#custom-dvProducts .gallery-thumb-carousel h4 {
    font-size: 16px
}

.service_testi_content h4 {
    color: #FFF
}

#paintingService .model-input ul li button,
#paintingService .model-input ul li input {
    font-family: "Open Sans"
}

.new-signup-left-container .orWrapA span,
.new-login-copy>p>a,
.new-signup-listing .labelA,
.error-form,
.new-signup-container p,
.forgotPasswordA {
    font-family: "Open Sans"
}

.accrdn-secn {
    margin-top: 20px
}

.contentarticle p:empty {
    display: none
}

@media screen and (max-width: 768px) {
    .aboutuswrapper .container {
        width: 95%
    }
    .textdescriptionwithCTA h2 {
        padding-left: 30px
    }
    .h2,
    .contractorlocator h2,
    .howWorksPLP h2,
    h2.custom-getInspiredPLP,
    .contractorlocator h2,
    .howWorksPLP h2,
    h2.custom-getInspiredPLP {
        padding-left: 30px
    }
    .custom-col-xs-offset-1 {
        width: 100%;
        margin-left: 0px !important
    }
    #benifit-section .bg-clr3 .sb-sect .sb_sb_sec p {
        line-height: 18px
    }
    .fr-three-box .item .tile .item-captn,
    .fr-four-box .item .tile .item-captn {
        padding: 12px 15px
    }
    .item-hdng {
        margin-top: 0px
    }
}

@media screen and (max-width: 768px) {
    .aboutuswrapper .container {
        width: 100%
    }
}

@media screen and (max-width: 560px) {
    .sleek-fourSec {
        text-align: center
    }
    .sleek-fourSec>.sleek-col-4 {
        display: inline-block;
        float: none;
        width: calc(50% - 5px)
    }
}

.tab-style1 .nav li {
    text-transform: capitalize
}

.color-catalog .tab-style1 .nav li {
    width: 19%
}

.calculator-tabbing .nav>li>a {
    width: 180px;
    text-transform: capitalize
}

.calculator-secn .radio label {
    text-transform: capitalize
}

.txtFields label {
    text-transform: capitalize
}

.v-header .navigation li a {
    text-transform: capitalize
}

.interior-listing-filter-container>ul>li>p {
    text-transform: capitalize
}

.interior-listing-content-container>ul>li>ul>li>p {
    text-transform: capitalize
}

.interior-content a,
.interior-product-details-container a {
    text-transform: capitalize
}

.global-button-white {
    text-transform: capitalize
}

.global-button,
.bookAppointmentPLP .btn-style3,
.bookAppointmentPLP .btn-style3 {
    text-transform: capitalize
}

.paint-budget-calculate>ul>li {
    text-transform: capitalize
}

.tooltip-row.ap-smartcare-tab .tab-style1 .nav li {
    text-transform: capitalize
}

.footer-box .four-column ul>li>ul>li {
    text-transform: capitalize
}

.white-box .form-box .error:last-child {
    bottom: -22px
}

.c-feature-products .crosssellingproduct .products-list ul li {
    width: calc(33.33% - 5px)
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-style1 .nav li a {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .c-feature-products .crosssellingproduct .products-list ul li {
        width: 100%
    }
}

.service_testi_content h4 {
    color: #444444 !important
}

.typography .service_testimonial_content h5 {
    color: #444444 !important
}

.service_testimonial_content {
    background-color: transparent !important
}

.pbc-alert .modal-dialog .modal-content .modal-header {
    margin: 0px auto !important
}

@media screen and (max-width: 991px) {
    .color-catalog .tab-style1 .nav li {
        width: 100%
    }
}

.h2>span,
.contractorlocator h2>span,
.howWorksPLP h2>span,
h2.custom-getInspiredPLP>span {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    font-family: "Abhaya Libre SemiBold"
}

.new-search-view {
    padding-right: 0px !important
}

.or-form {
    margin-top: 40px !important
}

#inspirationFilters .checkbox label {
    text-transform: capitalize !important
}

#inspirationFilters .accrdn-title {
    text-transform: capitalize !important
}

#inspirationFilters1 .checkbox label {
    text-transform: capitalize !important
}

#inspirationFilters1 .accrdn-title {
    text-transform: capitalize !important
}

#filters1 .accrdn-title-inspiration {
    text-transform: capitalize !important
}

#filters1 .checkbox label {
    text-transform: capitalize !important
}

#filters .accrdn-title-inspiration {
    text-transform: capitalize !important
}

#filters .checkbox label {
    text-transform: capitalize !important
}

#filters1 .accrdn-title {
    text-transform: capitalize !important
}

#filters .accrdn-title {
    text-transform: capitalize !important
}

.bookAppointmentPLP .form-label {
    text-transform: capitalize !important
}

.bookAppointmentPLP .formWrapPLP .colWrapPLP .btn-style3 {
    text-transform: capitalize !important
}

.schedular-form span {
    text-transform: capitalize !important;
    white-space: nowrap
}

.schedular-form select {
    text-transform: capitalize !important;
    white-space: nowrap
}

.submit-bt {
    text-transform: capitalize !important
}

/****.sleek-designhome input {
    text-transform: capitalize !important
}****/

.sleek-designhome .custom-sleek-designhome-title {
    text-transform: capitalize !important
}

.custom-thankyou .sleek-btn {
    text-transform: capitalize !important
}

.ecom-form label {
    text-transform: capitalize !important
}

.ecom-form input {
    text-transform: capitalize !important
}

.guestuser_register_btn {
    text-transform: capitalize !important
}

.btn-proceed {
    text-transform: capitalize !important
}

#showMoreDecal .btn-style2 {
    text-transform: capitalize !important
}

#productPincode {
    text-transform: capitalize !important
}

.checkout-cart {
    text-transform: capitalize !important
}

.custom-rate {
    text-transform: capitalize !important
}

.submit-product-review {
    text-transform: capitalize !important
}

.dwnld-btn {
    text-transform: capitalize !important;
    margin-top: 8px
}

.campus-contianer .readMoreLink {
    text-transform: capitalize !important
}

.warranty-step-two,
.warranty-step-three,
.warranty-step-four,
.warranty-step-five {
    text-transform: capitalize !important
}

.register-warranty .register-field {
    text-transform: capitalize !important
}

#analystpresentation-placeholder .btn-style2 {
    text-transform: capitalize !important
}

#emplyrs h2>span {
    text-transform: capitalize !important
}

#cntrtrs h2>span {
    text-transform: capitalize !important
}

#testimonials h2>span {
    text-transform: capitalize !important
}

.guideLink {
    text-transform: capitalize !important
}

@media only screen and (max-width: 479px) {
    .c-buy-online-shop-to-home-page{
        width: 100%!important;
    }
    .c-buy-online-shop-to-home-page .amount-box{
        display: flex!important;
    }
    .c-buy-online-shop-to-home-page .amt{
        margin-right: 20px!important;
    }
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li:hover .mega-menu, .v-header .navigation li.open .mega-menu { box-shadow :none!important;}
    .v-header .mega-menu>div{padding: 0 !important;}
}

@media only screen and (max-width: 880px) {
    .v-header .navigation li.open > a { color:#7350ac}
}

@media (min-width: 1351px) and (max-width: 1400px) {
    .v-header .mega-menu .nav-col.fourcolumn {
        padding-right: 10px
    }
}


@media only screen and ( max-width:479px) {
    .c-buyonline-product .buyonline-product-listing ul li div.amount-box {
        display:flex;
        flex-wrap:wrap;
        align-items:center;
    }
    .c-buyonline-product .buyonline-product-listing ul li div.amount-box .amt-line {
        font-size:13px;
        margin: 0 5px 0 0;
    }
    .c-buyonline-product .buyonline-product-listing ul li div.amount-box .amt{
        margin: 5px 5px 5px 0;
        display: block;
        font-size:13px;
    }
    .c-buyonline-product .buyonline-product-listing ul li div.amount-box .green-text {
        font-size:10px;
    }
}

.c-three-column-box .cat-list ul li div.amount-box .amt-line {
    position:relative;
    text-decoration:none;
}
.c-three-column-box .cat-list ul li div.amount-box .amt-line::after {
    content: "";
    height: 2px;
    background-color:#434343;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}
.c-buyonline-product .buyonline-product-listing ul li div.amount-box .amt-line {
    position:relative;
    text-decoration:none;
}
.c-buyonline-product .buyonline-product-listing ul li div.amount-box .amt-line::after {
    content: "";
    height: 2px;
    background-color:#434343;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}

/**** fix for fresco plugin *****/

.fr-window {
    top:0px!important;
}

.fr-overlay.fr-mobile-touch, .fr-window.fr-mobile-touch{
    position: fixed!important;
    overflow: hidden!important;
}

/**   water proof banner css starts    **/
.waterproofwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.waterproofenquirewrap h3 {
    color: #4c4c4c;
    font-family: 'Abhaya Libre';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 20px;
}
.waterproofenquirewrap p {
    font-size: 25px;
    font-family: "Open Sans";
    color: #4c4c4c;
    line-height: 35px;
}
.waterproofenquireform {
    padding: 30px 30px 30px 40px;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
    height: 430px;
}
.waterproofenquireform h3 {
    font-size: 30px;
    color: #4c4c4c;
    font-family: 'Abhaya Libre SemiBold';
    position: relative;
}
.waterproofenquireform form {
    padding: 20px 0 0 0;
}
.waterproofenquireform .form-control {
    background-color: transparent;
    border-bottom: 1px solid #7f7f7f;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    padding: 6px 12px 6px 0;
}
.waterproofenquireform .global-button {
    position: relative;
    bottom: 0px;
    background-image: linear-gradient(to left top, #432a76, #4a2f7d, #56398b, #6f4da7, #7451ac);
    border-radius: 0;
    text-align: left !important;
    padding:15px 20px 15px 25px!important;
    transition: all 0.3s linear;
}
.waterproofenquireform .global-button:focus, .waterproofenquireform .global-button:hover{
  color: #fff !important;
  border-radius: 10px;
}
.waterproofenquireform .global-button:hover:before{
  margin-right: -5px;
  transition: all 0.3s linear;
}
.waterproofenquireform .global-button:before{
  background: url(clientlib-site-revised/images/submitbtnimg.png) no-repeat;
  width: 18px;
  height: 22px;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}

.waterproofenquireform .form-group{
  position: relative;
  margin-bottom: 30px;
}

.userinput .waterformrtimg{
  width: 15%;
  display: inline-block;
  vertical-align: top;
}
.userinput .waterformrtimg img{
  width: auto;
}
/*.userinput input{
  width: 80%;
  display: inline-block;
}*/
.inputfrmwrap{
  width: 80%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.inputfrmwrap label{
  position: absolute;
  top: 0;
  left: 0;
  color: #4c4c4c;
  z-index: -1;
  transition: all 0.2s linear;
}
.knowmoreband{
 /* background-color: #8cc4e8;*/
  padding: 30px;
  margin: 60px 0;
}
.knowmoreband img{display: inline-block; vertical-align: middle;}
.knowmoreband h2{display: inline-block; font-size: 35px;font-family: 'Abhaya Libre';
    font-weight: 700;}
.knowmoreband .global-button{
    position: relative;
    bottom: 0px;
    background-image: linear-gradient(to left top, #432a76, #4a2f7d, #56398b, #6f4da7, #7451ac);
    border-radius: 0;
    text-align: left !important;
    padding: 15px 20px 15px 25px!important;
    min-width: 170px !important;
    transition: all 0.3s linear;
}
.knowmoreband .global-button:focus, .knowmoreband .global-button:hover{
  color: #fff !important;
  border-radius: 10px;
}
.knowmoreband .global-button:hover:before{
  margin-right: -5px;
  transition: all 0.3s linear;
}
.knowmoreband .global-button:before{
  background: url(clientlib-site-revised/images/submitbtnimg.png) no-repeat;
  width: 18px;
  height: 22px;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.knowmoreband .col-sm-9{
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}
.knowmoreband .col-sm-3{
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.waterproofenquireform h3:before{
  width: 50px;
  height: 2px;
  background-color: #ed7470;
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
}
.waterproofmobileform{
    display: none;
}
.inputfrmwrap input:focus ~ label{
  top: -14px;
  font-size: 12px;
  color: #825ebc;
}
.inputfrmwrap.has-content label{
  top: -14px;
  font-size: 12px;
  color: #825ebc;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


_:-ms-fullscreen, :root .waterproofbanner{  no-repeat 53% center; background-size:16%; }
_:-ms-fullscreen, :root .waterproofbanner .col-sm-7{width: 56.33%;}
_:-ms-fullscreen, :root .waterproofbanner .col-sm-5{width: 30%;}
_:-ms-fullscreen, :root .waterproofenquirewrap h3{font-size: 36px;}
_:-ms-fullscreen, :root .waterproofenquirewrap p{font-size: 22px;}


_:-ms-lang(x), .waterproofbanner{  no-repeat 53% center; background-size:16%; }
_:-ms-lang(x), .waterproofbanner .col-sm-7{width: 56.33%;}
_:-ms-lang(x), .waterproofbanner .col-sm-5{width: 30%;}
_:-ms-lang(x), .waterproofenquirewrap h3{font-size: 36px;}
_:-ms-lang(x), .waterproofenquirewrap p{font-size: 22px;}

@media screen\0 {
    .waterproofbanner{  no-repeat 53% center; background-size:16%; }
    .waterproofbanner .col-sm-7{width: 56.33%;}
    .waterproofbanner .col-sm-5{width: 30%;}
    .waterproofenquirewrap h3{font-size: 36px;}
    .waterproofenquirewrap p{font-size: 22px;}
}

img.showmobile{display: none;}

/*.newwaterproofwithimg{position: relative; display: block;}
.newwaterproofwithimg img.showdesktop{position: relative;height: 520px;object-fit: cover;object-position: 50% 50%; width: 100%;display: block;}
.waterproofbannerlefttext{position: absolute;top: 50%;left: 5%;transform: translateY(-50%);}
.waterproofbannerform{position: absolute; top: 50%; transform: translateY(-50%); right: 5%; width: 400px;}
.newwaterproofwithimg .waterproofbannerlefttext{display: none;}*/


/* background-color: #8dd4ed;*/
.newwaterproofwithcolor{position: relative;height: 520px; width: 100%; display: block;}
.newwaterproofwithcolor img.showdesktop{display: none;}
.waterproofbannerlefttext{position: absolute;top: 50%;left: 5%;transform: translateY(-50%);}
.waterproofbannerform{position: absolute; top: 50%; transform: translateY(-50%); right: 5%; width: 400px;}
.newwaterproofwithcolor .waterproofbannerlefttext{display: block;}



.newwaterproofwithimgtext{position: relative; display: block;}
.newwaterproofwithimgtext img.showdesktop{position: relative;height: 520px;object-fit: cover;object-position: 50% 50%; width: 100%; display: block;}
.waterproofbannerlefttext{position: absolute;top: 50%;left: 5%;transform: translateY(-50%);}
.waterproofbannerform{position: absolute; top: 50%; transform: translateY(-50%); right: 5%; width: 400px;}
.newwaterproofwithimgtext .waterproofbannerlefttext{display: block;}




.waterformrtimg{
  background: url(clientlib-site-revised/images/form-icon-symbol-sprite.png) no-repeat;
  width: 26px;
  height: 29px;
  background-position: 0 -5px;
}
.waterformrtimgemail{
  background-position: 0 -35px;
}
.waterformrtimgmobile{
  background-position: 0 -69px;
}
.waterformrtimgpincode{
 background-position: 0 -107px;
}
.knowmorebandimg{
  background: no-repeat center center;
  width: 100%;
  background-size: cover;
  padding: 0;
  height: auto;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}

.waterproofenquireform input::-webkit-input-placeholder {
  color: #4c4c4c;
}
.waterproofenquireform input::-moz-placeholder {
  color: #4c4c4c;
}
.waterproofenquireform input:-ms-input-placeholder {
  color: #4c4c4c;
}
.waterproofenquireform input:-moz-placeholder {
  color: #4c4c4c;
}
.waterproofenquireform .form-control{
  padding: 6px 12px 20px 0;
}
.wp-successmsg, .wp-errormsg{
    color: #4c4c4c;
    font-family: 'Abhaya Libre';
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 20px;
    position: relative;
}
.wpsuccessmsg{
  padding: 30px;
  position: relative;
}
.wp-successmsg span, .wp-errormsg span{
  font-size: 21px;
  font-family: "Open Sans";
  color: #4c4c4c;
  line-height: 35px;
  font-weight: 400;
  display: block;
}
.wp-learnmore{
  font-size: 21px;
  font-family: "Open Sans";
  color: #4c4c4c;
  line-height: 35px;
  font-weight: 400;
  display: block;
  position: relative;
  margin-top: 150px;
}
.wp-learnmore a, .wp-learnmore a:hover, .wp-learnmore a:focus{
  color: #4c4c4c;
  position: relative;
  text-decoration: underline;
}
.wp-learnmore a:before{
  background: url(clientlib-site-revised/images/waterproofimg/learnmore.png) no-repeat;
  width: 9px;
  height: 16px;
  content: "";
  position: absolute;
  top: 7px;
  right: -16px;
  transition: all 0.2s linear;
}
.wp-learnmore a:hover:before{
  margin-right: -5px;
  transition: all 0.2s linear;
}
.wpsuccessmsg:before{
    width: 50px;
    height: 2px;
    background-color: #ed7470;
    content: "";
    position: absolute;
    left: -67px;
    top: 26px;
}


/* responsive starts */
@media only screen and (min-width:1600px) {

  .knowmoreband .container{
    width: 80%;
  }
}

@media only screen and (max-width:1600px) {
  .knowmoreband h2{font-size: 28px;}
  .waterproofenquirewrap p{font-size: 21px;}
  .waterproofenquirewrap h3{font-size:35px;}

}

@media only screen and (max-width:1199px) {
  .knowmoreband h2{
    font-size: 23px;
  }
  .waterproofenquirewrap h3{font-size: 28px; line-height: 31px;}
  .waterproofenquirewrap p{font-size: 16px; line-height: 22px;}
}

@media only screen and (max-width:991px) {

  img.showdesktop{display: none;}
  img.showmobile{display: block;}
  .waterproofenquireform .form-group{margin-bottom: 26px;}
  .waterproofenquireform h3{font-size: 24px;}
  .inputfrmwrap label{font-size: 14px;}

  .waterproofmobileform{
    display: block;
    padding: 0px 0;
  }
  .knowmoreband{margin: 40px 0; overflow: hidden;}
  .knowmoreband .col-sm-9{width: 100%;text-align: center;}
  .knowmoreband .col-sm-3{width: 100%;text-align: center}
  .knowmoreband h2{padding: 20px 0; display: block;}
  .knowmoreband img{display: block;margin:0px auto;}


  /*.newwaterproofwithimg img.showmobile{display: block;position: relative;height: 200px; width: 100%; object-fit: cover;}
  .newwaterproofwithimg img.showdesktop{display: none;}
  .newwaterproofwithimg .waterproofbannerform{display: none;}
  .newwaterproofwithimg .waterproofbannerlefttext{display: none;}*/ /*background-color: #8dd4ed;*/

  .newwaterproofwithcolor{display: block;position: relative;height: 200px; width: 100%;}
  .newwaterproofwithcolor .waterproofbannerform{display: none;}
  .newwaterproofwithcolor .waterproofbannerlefttext{display: block;}
  .newwaterproofwithcolor img.showmobile{display: none;}
  .newwaterproofwithcolor img.showdesktop{display: none;}

  .newwaterproofwithimgtext img.showmobile{display: block;position: relative;height: 200px; width: 100%; object-fit: cover;}
  .newwaterproofwithimgtext img.showdesktop{display: none;}
  .newwaterproofwithimgtext .waterproofbannerform{display: none;}
  .newwaterproofwithimgtext .waterproofbannerlefttext{display: none;}

}

@media only screen and (max-width:520px) {
}

.wp-successmsg, .wp-errormsg {
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
}
  .wp-successmsg span, .wp-errormsg span{
    font-size: 16px;
    line-height: 24px;
   }
  .waterproofenquireform{
    height: auto;
    }
  .wp-learnmore{
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    }
  .wpsuccessmsg{
    padding: 0px;
    }
  .mobileenquirefrmnew{
    margin: 30px 0 20px 0;
    }
  .wp-learnmore a:before{
    background: url(clientlib-site-revised/images/waterproofimg/moblearnmore.png) no-repeat;
    width: 6px;
    height: 11px;
  }
  .wpsuccessmsg:before{
    top: 34px;
    width: 30px;
    left: -50px;
    }
/**   water proof banner css ends    **/
/*09-07-2019 start for OTP css*/
#otptime{
  font-size: 30px;
}
#otpFail{
   color: red;
}
/*09-07-2019 end for OTP css*/

@media (min-width: 320px) and (max-width: 991px) {
    .bodycampaign .campaignheader .container-fluid .container.nopad .row .ap-logo-variant4 {
        width: 50%;
        padding-left: 25px;
    }

    .bodycampaign .campaignheader .container-fluid .container.nopad .row .ap-logo-variant4-heading-text {
        margin-top: 7px;
        width: 50%;
        padding-right: 34px !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .footer_unification .foooter-content-panel .storeCta input {
        width: 200px;
    }
}

.footer_unification .foooter-content-panel .newsCta .ctaText:after{
    content: '';
    background: url('https://www.asianpaints.com/etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global/resources/images/arrow-icon.svg') no-repeat;
}
.footer_unification .foooter-content-panel .storeCta .ctaText:after{
    content: '';
    background: url('https://www.asianpaints.com/etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global/resources/images/arrow-icon.svg') no-repeat;
}
/* chrome desktop component starts here */

@media screen and (-webkit-min-device-pixel-ratio:0) {    
.buy-online-sub .buy-online-carosel .slick-prev { right: 22.3%;}
.buy-online-sub .buy-online-carosel .slick-next { right: 22.3%; margin-right:-35px;}
}
/* firefox desktop component starts here */

@-moz-document url-prefix() {       
    .c-buy-online-sub .g-arrow-container { right: 32.3%;}       
}


/*common component starts here*/


@media only screen and (min-width:768px) and (max-width:991px) {
.header .top-bar a { margin-right:25px;}
}

@media only screen and (max-width:991px) {
.g-left .g-left-dropdown select { display:block; width: 110px; font-size: 14px;}
/*.g-left .g-left-dropdown { margin-top:0;}*/
    
.nav-col-box { width:100%;}
.v-header .mega-menu .nav-img {  width:100%; }
.v-header .mega-menu .nav-col { width:100%;}
.v-header .mega-menu .nav-col.fourcolumn { width:100%}
.v-header .mega-menu .nav-col.threecolumn { width:100%}   
    
.mob-header { display:flex; align-items:center; justify-content:space-between; }
     header .navigation{width: auto;}
     header .navigation>ul>li{padding: 10px 0px 10px 0;}
     .v-header .navigation li a{padding: 20px 0 20px 0;}
}


@media only screen and (max-width:767px) {
.h2 .section-header::before { left: -50px; top: 45%;}
.global-button { margin:15px 0;}
.header .search { padding: 50px 30px;}
.header .login { right:0; left:auto;}
.contact a span { display:none;}
.g-right{float: right; align-items: center; justify-content: center;} 
.header .top-bar .g-right>div:first-child { margin-right: 5px; }
/*.g-left .g-left-dropdown { margin-top:0;}*/
.header .top-bar .g-right>div.country { padding-right:15px;}
.g-left-dropdown-common select { font-size:11px; width:95px;}
.header .top-bar a { margin-right:5px;}
.g-left .g-left-dropdown select { display:block; font-size: 11px; width: 90px;}
   
   
}

/*common component ends here*/



/*carosel component starts here*/

/*carosel component ends here*/




/* 4steps component starts here*/


@media only screen and (min-width:768px) and (max-width:991px) {
.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box { padding:80px 25px;}
.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box .section-header::before { left:-25px; } 
.c-four-easy-steps .four-easy-steps-content .form-box-content .section-header::before { left:-80px; }    
}


@media only screen and (max-width:767px) {
.c-four-easy-steps .four-easy-steps-content { display:block;}
.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box ul li span { font-size:60px; line-height:90px; margin-right: 10px;}
.c-four-easy-steps .four-easy-steps-content .four-easy-steps-box .section-header::before { left:-15px; }   
.c-four-easy-steps .four-easy-steps-content .form-box-content { width:100%; display: block; }
.c-four-easy-steps .four-easy-steps-content .form-box-content .form-box { margin:-60px 0 0 -30px;}
.c-four-easy-steps .four-easy-steps-content .form-box-content .section-header::before { left:-50px; }
}


/* 4steps component ends here*/





/* feature products component starts here*/

@media only screen and (min-width:1200px) and (max-width:1919px) { 

}

@media only screen and (min-width:992px) and (max-width:1199px) {


}



@media only screen and (min-width:768px) and (max-width:991px) {
.c-feature-products .section-header::before { left:-25px; }
.c-feature-products .feature-product-carosel { padding: 0 0 40px 0;}
.c-feature-products .feature-product-carosel .mainSlide .box .h2 { padding:10px!important;}
    
}


@media only screen and (max-width:767px) {
.c-feature-products .feature-product-carosel .mainSlide { display: block; }
.c-feature-products .feature-product-carosel .mainSlide div { display: block; }
.c-feature-products .feature-product-carosel .mainSlide .box { width: 100%; margin:40px auto 60px auto; display: block; padding:5px;}
.c-feature-products .section-header::before { left:-15px; } 
.c-feature-products .feature-product-carosel .mainSlide .box .h2 { padding:10px!important;}
.c-feature-products .feature-product-carosel { padding: 0;}

}

/* feature products component ends here*/




/* product-list component starts here*/





@media only screen and (max-width:767px) {
    .c-feature-products .products-list ul { display:block;} 
    .c-feature-products .products-list ul li { margin-right:0; margin-bottom:30px;}
    
}

/* product-list component ends here*/



/* decor solutions component starts here*/

@media only screen and (min-width:1200px) and (max-width:1919px) { 

}

@media only screen and (min-width:992px) and (max-width:1199px) {
.c-decor-solutions .decor-solutions-list { margin-right: 40px; }

}


@media only screen and (min-width:768px) and (max-width:991px) {
.c-decor-solutions .decor-solutions-list {  margin-right: 30px; padding:30px;}
.c-decor-solutions .section-header::before { left:-25px; } 
}



@media only screen and (max-width:767px) {
.c-decor-solutions .decor-solutions-list { margin-right:15px; height: auto;}
.c-decor-solutions .section-header::before { left:-15px; } 

}

/* decor solutions component ends here*/



/* tools list component starts here*/


@media only screen and (min-width:768px) and (max-width:991px) {
.c-tools .section-header::before { left:-25px; }

}




@media only screen and (max-width:767px) {
.c-tools .section-header::before { left:-15px; } 
.c-tools .tools-list ul { display:block;}
.c-tools .tools-list ul li { display:block; width:100%; text-align: center; margin-bottom:30px;}

}
/* tools list component ends here*/



/* inspiring-decor component starts here*/

@media only screen and (min-width:768px) and (max-width:991px) { 
.c-inspiring-decor::before { height: calc(100% - 10%);}
.c-inspiring-decor .section-header::before { left:-25px; }
.c-inspiring-decor .mainSlide div:first-child { width:30%; padding:10px 10px 10px 45px;}
.c-inspiring-decor .mainSlide h5 { margin-bottom:10px;}
.c-inspiring-decor .mainSlide div:first-child { padding: 40px 40px 40px 45px;}

}

 @media only screen and (max-width:767px) {
     
.c-inspiring-decor::before { height: 100%;}
.c-inspiring-decor .mainSlide div { display:block;}
.c-inspiring-decor .mainSlide div:first-child { width:100%; padding: 10px 10px 45px 25px;}
.c-inspiring-decor .mainSlide h5 { margin-bottom:15px;}
.c-inspiring-decor .section-header { position:relative; margin:40px 0 20px 0;}
.c-inspiring-decor::before { width:95%;}
.c-inspiring-decor .section-header::before { left:-15px; } 

     
}

/* inspiring-decor component ends here*/


/* buy online component starts here*/

@media only screen and (min-width:1200px) and (max-width:1919px) { 

}

@media only screen and (min-width:992px) and (max-width:1199px) {
.c-buy-online .card-box .left { width: 31%;}
.c-buy-online .card-box .middle { width:35%;}
.c-buy-online .card-box .right { width:29%;}


}


@media only screen and (min-width:768px) and (max-width:991px) {
.c-buy-online .card-box .left { width: 29%;}
.c-buy-online .card-box .middle { width:40%;}
.c-buy-online .card-box .right { width:29%;}
.c-buy-online .section-header::before { left:-25px; } 
  
}



 @media only screen and (max-width:767px) {
     
.c-buy-online .card-box { display:block;}
.c-buy-online .card-box .left { width:100%;}
.c-buy-online .card-box .right { width:100%;}
.c-buy-online .card-box .middle { width:100%;}
.c-buy-online .section-header::before { left:-15px; } 
     
}

/* buy online component ends here*/


/* buy online sub component starts here*/

@media only screen and (min-width:768px) and (max-width:991px) {
.c-buy-online-sub::before { width:98%;}
}


@media only screen and (max-width:767px) {
     
     .c-buy-online-sub::before { height: calc(100% - -20%);}
     .c-buy-online-sub .buy-online-carosel .mainSlide div { display:block; text-align: left; }
     .c-buy-online-sub .buy-online-carosel .mainSlide div:last-child { width:100%; padding: 0 0 0 25px; }
     .c-buy-online-sub::before { width:95%; }
     .c-buy-online-sub .buy-online-carosel .section-header { position:relative;}
     .c-buy-online-sub .section-header::before { left:-40px; }  

}

 

/* buy online sub component ends here*/
    
    
 
/* buy online product component starts here*/



@media only screen and (min-width:768px) and (max-width:991px) {
.c-buyonline-product .section-header::before { left:-25px; } 
}



@media only screen and (max-width:767px) {
.c-buyonline-product .section-header::before { left:-15px; } 
}

/* buy online product component ends here*/

    

/* footer component starts here*/


@media only screen and (min-width:992px) and (max-width:1199px) {
    
.footer-box .four-column ul > li { width: 23%;}
.footer-box .four-column ul > li > ul > li { font-size:13px;}
    
}




@media only screen and (min-width:768px) and (max-width:991px) {
.footer-box .four-column ul > li { width:33.33%;}
.footer-box .four-column ul > li > ul > li { font-size:12px;}
.footer-box .note { font-size:13px;}

}


@media only screen and (min-width:481px) and (max-width:767px) { 
.footer-box .four-column ul > li { width:50%;}
}



@media only screen and (max-width:767px) {

.footer-box .four-column ul > li > ul > li { font-size:13px;}
.footer-box .note { font-size:13px;}
.footer-box .note:before { width: 100%;  height: 1px;  top: -15px;  position: absolute;  left: 0;}
.footer-sub-box ul { float:left; margin:10px 0;}
.footer-sub-box ul li { margin: 13px 13px 0 13px;}   
.footer-sub-box ul li:first-child { margin: 13px 13px 0 0;}
    
    
}

@media only screen and (max-width:479px){
.footer-sub-box ul li { font-size:13px;  margin: 13px 6px 0 6px;}
.footer-sub-box ul li::after{ right: -6px;}

}

@media only screen and (max-width:480px) {
.footer-box .four-column ul > li { width:100%;}


}
/* footer component ends here*/








.trackWrapperOldBase.user-order-info--trackOrderWrapper {
	max-width: 1100px;
	margin: 0 auto;
}
.trackWrapperOldBase .user-order-info--trackStatusDateTime,.trackWrapperOldBase .user-order-info--trackStatusLocation,.trackWrapperOldBase .user-order-info--trackStatusCurrentStatusInfo {
	flex-basis: 30%;
}
.trackWrapperOldBase .user-order-info--trackOrderBackArrow {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.08px;
  font-family: "apFontMedium";
  text-transform: uppercase;
}
.trackWrapperOldBase .user-order-info--trackOrderBackArrow span {
  padding-right: 32px;
}
.trackWrapperOldBase .user-order-info--trackOrderDetailsWrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.38);
  margin: 20px 0 30px;
}
.trackWrapperOldBase .user-order-info--trackOrderDetailsBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 22px 50px;
}
.trackWrapperOldBase .user-order-info--trackOrderNumberWrap, .trackWrapperOldBase .user-order-info--trackOrderAWBNumberWrap, .trackWrapperOldBase .user-order-info--trackOrderDateTimeWrap {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.86px;
  text-transform: uppercase;
}
.trackWrapperOldBase .user-order-info--trackOrderNumberWrap label, .trackWrapperOldBase .user-order-info--trackOrderAWBNumberWrap label, .trackWrapperOldBase .user-order-info--trackOrderDateTimeWrap label {
  font-family: "apFontSemiBold";
}
.trackWrapperOldBase .user-order-info--trackOrderNumber, .trackWrapperOldBase .user-order-info--trackOrderAWBNumber, .trackWrapperOldBase .user-order-info--trackOrderDateTime {
  font-family: "apFontRegular";
}
.trackWrapperOldBase .user-order-info--trackOrderNumber {
  display: table;
  border-bottom: 3px solid #8839ff;
}
.trackWrapperOldBase .user-order-info--trackOrderInfoWrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.38);
}
.trackWrapperOldBase .user-order-info--trackOrderInfoBlock {
  padding: 40px 50px;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusWrapper {
  position: relative;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusBlock {
  position: relative;
  top: -5px;
  margin-left: 44px;
  display: flex;
}
.trackWrapperOldBase .user-order-info--trackOrderDot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #431a80;
  position: absolute;
  top: 0;
  left: -5px;
}
.trackWrapperOldBase .user-order-info--trackStatus {
  margin-left: 25px;
  flex: 1 0 0;
}
.trackWrapperOldBase .user-order-info--trackStatusInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-family: "apFontRegular";
  text-transform: uppercase;
  color: #222222;
}
.trackWrapperOldBase .user-order-info--trackStatusName {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 1px;
  font-family: "apFontSemiBold";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.trackWrapperOldBase .user-order-info--trackStatusExpandCollapse {
  display: none;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent {
  border-left: 1px solid #431a80;
  padding-bottom: 50px;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent:last-child {
  padding-bottom: 0;
  border-left: none;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent.track-inProgress {
  border-color: #d6d6d6;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent.track-inProgress .user-order-info--trackOrderDot {
  border: 3px solid #fff;
  height: 16px;
  width: 16px;
  left: -8px;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent.track-inProgress .user-order-info--trackOrderDot:after {
  border: 1px solid #431a80;
  content: "";
  padding: 8px;
  border-radius: 50%;
  display: block;
  position: relative;
  top: -4px;
  left: -4px;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent.track-inProgress .user-order-info--trackStatusInfo {
  display: flex;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent.track-inProgress ~ .user-order-info--trackOrderStatusParent {
  border-color: #d6d6d6;
}
.trackWrapperOldBase .user-order-info--trackOrderStatusParent.track-inProgress ~ .user-order-info--trackOrderStatusParent .user-order-info--trackOrderDot {
  background: #d6d6d6;
}

@media only screen and (max-width: 991px) {
	.trackWrapperOldBase .user-order-info--trackOrderDetailsBlock {
    	padding: 15px 20px;
  	}
	.trackWrapperOldBase .user-order-info--trackOrderStatusParent {
    	padding-bottom: 25px;
  	}
  	.trackWrapperOldBase .user-order-info--trackOrderDetailsBlock > div:nth-child(n+3) {
    	margin-top: 20px;
  	}
	.trackWrapperOldBase .user-order-info--trackOrderNumberWrap, .trackWrapperOldBase .user-order-info--trackOrderAWBNumberWrap, .trackWrapperOldBase .user-order-info--trackOrderDateTimeWrap {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.86px;
		flex-basis: 50%;
  	}
	.trackWrapperOldBase .user-order-info--trackStatusExpandCollapse {
    	display: block;
    	position: relative;
  	}
	.trackWrapperOldBase .user-order-info--trackStatusExpandCollapse.plus {
		top: 2px;
	}
	.trackWrapperOldBase .user-order-info--trackStatusExpandCollapse.minus {
		top: 7px;
	}
	.trackWrapperOldBase .user-order-info--trackStatusDateTime {
		margin-top: 0 !important;
	}
	.trackWrapperOldBase .user-order-info--trackStatusDateTimeLabel, .trackWrapperOldBase .user-order-info--trackStatusLocationLabel, .trackWrapperOldBase .user-order-info--trackStatusCurrentStatusLabel {
		margin-bottom: 2px;
	}
	.trackWrapperOldBase .user-order-info--trackStatusDateTime, .trackWrapperOldBase .user-order-info--trackStatusLocation, .trackWrapperOldBase .user-order-info--trackStatusCurrentStatusInfo {
		flex-basis: 100%;
		margin-top: 25px;
	}
	.trackWrapperOldBase .user-order-info--trackStatusName {
		margin-bottom: 25px;
	}
	.trackWrapperOldBase .user-order-info--trackStatusInfo {
		display: none;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.86px;
		margin-left: -50px;
		padding-top: 15px;
	}
	.trackWrapperOldBase .user-order-info--trackStatus {
		margin-left: 13px;
	}
	.trackWrapperOldBase .user-order-info--trackOrderStatusBlock {
		margin-left: 27px;
		border-bottom: 1px solid rgba(42, 42, 42, 0.1);
		top: 0;
		padding-bottom: 25px;
	}
	.trackWrapperOldBase .user-order-info--trackOrderInfoWrapper {
		border: none;
		box-shadow: none;
	}
	.trackWrapperOldBase .user-order-info--trackOrderInfoBlock {
		padding: 40px 20px;
	}
  .trackWrapperOldBase.user-order-info--trackOrderWrapper {
    padding: 0 20px;
  }
}

.track-status-img {
    width:30px;
    height: 30px;
    background-image: none;
}
.cancelled-message {
    margin-top: 15px;
    text-align: center;
    color: red;
    font-weight: 100;
    font-family: 'apFontRegular';
    font-size:13px;
}

.modal-loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(clientlib-site-revised/images/ap-logo-loader.gif) 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal-loader {
    display: block;
}

body.loading .modal-loader .loaderHeading {
    position: absolute;
    top: 60%;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    color: #4c08af;
    text-align: center;
    font-family: 'apFontRegular';
}

@media only screen and (max-width: 991px) {
    .modal-loader {
        background: rgba( 255, 255, 255, .8 ) url(clientlib-site-revised/images/ap-logo-loader.gif) 50% 35% no-repeat;
    }
    body.loading .modal-loader .loaderHeading {
        top: 45%;
    }
}

.user-order-info--trackOrderWrapper.trackvisibility {
    visibility: hidden;
}
.profileLinks .links.active a,
.profileLinks a:hover,
.profileLinks .links a,
.profileLinks .links.active a::after, .profileLinks a:hover:after{
    background: none;
}
div.error {
    bottom: -25px;
    position: absolute;
}
profile_fname {
    color: #000000;
}
.profile-content {
    padding-left: 0;
    padding-right: 0;
}
.open > .dropdown-menu {
    display: block;
}
.profileLinks .links:nth-child(2) {
    display: none;
}
.profile_gender .dropdown-menu li a span.text {
    font-size: 13px;
    font-family: 'apFontRegular';
    text-transform: capitalize;
}
.profile_gender .dropdown-menu {
    border: none;
}
.profile_gender .dropdown-menu ul li {
    margin-top: 5px !important;
    border-bottom: 1px solid #ccc;
    max-width: 100% !important;
}
.profile_gender .dropdown-menu.open {
    margin-top: 10px;
}
.ap_user-profile-form {
    display: inline-block;
}
.mobile-device option:nth-child(3) {
    display: none;
}
.profileLinks .links a {
    color: #9c9c9c;
    font-size: 14px;
    padding: 22px 0;
    letter-spacing: 1.08px;
    line-height: 0.93;
    text-transform: uppercase;
}
.profileLinks .links.active a {
    color: #222222;
}
.my-profile .tab {
    flex: 0 0 70%;
}
.my-profile .tab .p-detailsWrap {
    max-width: 100%;
}
.profile-details {
    background: none;
    padding: 0;
}
.section-header:before {
    background: none;
}
.profile-details .ap_user-profile-form,
.details-inputs .profile_change_password ul{
    border: 1px solid #e9e9e9;
    box-shadow: 0 5px 5px #e9e9e9;
    padding: 20px 40px;
    padding-right: 0;
}
.profile-details .prof-picture .ap_profile_Pic {
    border: 8px solid #533CBC;
    border-radius: 50%;
    width: auto;
    height: 120px;
}
.profile-details .prof-picture .col-md-2 {
    padding: 0;
}
.details-inputs .input-list-grp label {
    width: auto;
    color: #858585;
    max-width: 100% !important;
    text-transform: uppercase;
    letter-spacing: 1.08px;
}
.details-inputs .input-list-grp input {
    padding: 0;
    margin-top: 10px;
}
.details-inputs .input-list-grp input,
.details-inputs .input-list-grp .faq-select-drop-down-item, .profile_gender .filter-option {
    width: 90%;
    max-width: none;
    float: left;
    border: none;
    border-bottom: 1px solid #000000;
    font-family: 'apFontSemiBold';
    letter-spacing: 1.08px;
    text-transform: uppercase;
}
.profile_gender .filter-option {
    border-bottom: none;
}
.c-filetr-box .form-box input:checked ~ .form-indicator {
    border-color: #431a80;
    background-color: #431a80;
}
.c-filetr-box .form-box .form-checkbox .form-indicator:after {
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
}
.details-inputs .input-list-grp .slct-style1 .dropdown-toggle {
    border: none;
}
.details-inputs .input-list-grp .faq-select-drop-down-item .caret {
    display: none;
}
.ap-auth-manager-protected-section .profile-details .ap_user-profile-form a.global-button-white,
.changes-passCont .global-button-white,.bookAppointmentPLP .formWrapPLP .colWrapPLP .btn-style3 {
    border-radius: 0;
    background-color: #431A80 !important;
    color: white !important;
    padding: 15px 20px !important;
    font-size: 13px !important;
    letter-spacing: 1.08px;
    font-family: 'apFontSemiBold' !important;
    text-transform: uppercase !important;
}
.ap-auth-manager-protected-section .profile-details .ap_user-profile-form a.global-button-white {
    margin-top: 25px !important;
}
.profile-details .ap_user-profile-form .col-md-10 {
    max-width: 100%;
}
.input-list-grp .faq-select-drop-down-item .bootstrap-select {
    margin-top: 5px;
}
.input-list-grp .faq-select-drop-down-item .bootstrap-select .dropdown-toggle {
    padding:0;
}
.profile-details #editProfile {
    color: #000000;
    border-bottom: 2px solid #431a80;
    font-family: 'apFontSemiBold';
    text-transform: uppercase;
    letter-spacing: 1.08px;
}
.profile-details #editProfile img {
    display: none;
}
.profile-details #editProfile a {
    color: #000000;
}
.changes-passCont #editProfile {
    display: none;
}
.profile-completeness,
.profile-details .prof-picture h2 span{
    display: none;
}
.details-inputs .profile_change_password {
    margin-top: 50px;
}
.details-inputs .profile_change_password ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.details-inputs .profile_change_password ul li {
    flex: 0 0 100%;
}
.profile-details h2 span {
    display: none;
}
.profile-details .service_testimonial_content {
    text-align: left !important;
}
.selectMbile .slct-style1 .dropdown-toggle {
    border-radius: 2px;
    border-color: #222222;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
}
.selectMbile .slct-style1 .dropdown-toggle span.caret {
    display: none;
}
select.mobile-device {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'apFontLight';
}
div.upload-img-btn {
    background: none;
    width: auto;
    text-align: center;
    margin-right: 18px;
    margin-top: 15px;
}
label.upload-pic {
    color: #000000;
    border-bottom: 2px solid #431a80;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.08px;
    font-family: 'apFontSemiBold';
}
.details-inputs .input-list-grp input::placeholder {
    color: #d6d6d6;
    font-family: 'apFontRegular';
    text-transform: lowercase;
    font-size: 15px;
}
.ap_user-profile-form .details-inputs > ul:not(:first-child) {
    display: none;
}
.ap_user-profile-form .details-inputs > ul:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.ap_user-profile-form .details-inputs > ul:first-child li {
    max-width: 50%;
}
.ap_user-profile-form .details-inputs > ul:first-child li:nth-child(6) {
    display: none;
}
.c-sticky-box .custom-circleWrap img {
    background: none;
}
.ap-user-profile-pic div .response_msg,
.profile_success_msg .response_msg {
    background: none;
    box-shadow: none;
    font-family: 'apFontLight';
    margin-left: 13px;
}
.ap-user-profile-pic div .success_msg {
    color: #24a600;
}
.ap-user-profile-pic div .failure_msg {
    color: #ed1c24;
}
.profile_success_msg .response_msg .profile_success_msg {
    margin-left: 0 !important;
    text-align: left;
}
.profile_success_msg .response_msg span {
    font-size: 14px;
}

/*Order page styling*/

.profile-details .order-details-content .order-details-title,
.profile-details .order-details-content .product-detail .bg-grey-dark,
.profile-details .order-details-content .product-detail .bg-grey,
.profile-details .order-details-content .bg-grey-light{
    background: none;
}
.profile-details .order-details-content .order-details-title {
    text-align: center;
}
.profile-details .order-details-content .order-details-title a.view-details {
    color: #431A80;
    border: 1px solid #431A80;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'apFontRegular';
    padding: 15px 25px;
}
.profile-details .order-details-content {
    border: 1px solid #e9e9e9;
    box-shadow: 0 5px 5px #e9e9e9;
    margin-bottom: 30px;
}
.profile-details .p-detailsWrap {
    padding-right: 0;
}
.profile-details .order-details-content .order-title-black {
    font-size: 12px !important;
    letter-spacing: 0.86px;
    text-transform: uppercase;
    font-family: 'apFontRegular';
}
.profile-details .order-details-content .order-details-title .order-title {
    border: none;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'apFontRegular';
}
.profile-details .order-details-content .order-details-title .order-title span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'apFontRegular';
}
.order-details-title .col-sm-push-6 {
    position: absolute;
    right: 0;
    text-align: center;
}
.order-detail-image-block {
    margin-right: 50px;
}
.order-detail-imagecontent-block .right h4 {
    display: none;
}
.order-detail-imagecontent-block .left {
    float: none;
    max-width: unset;
}
.order-detail-imagecontent-block .left h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'apFontSemiBold';
    letter-spacing: 1px;
    line-height: 1.57;
}
.order-detail-imagecontent-block .left #qty,
.order-detail-imagecontent-block .left #price,
.order-detail-imagecontent-block .left #shadeCode{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.57;
    font-family: 'apFontRegular';
}
.order-detail-imagecontent-block {
    display: inline-block;
    width: 60%;
}
.order-details-btn a {
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.08px;
    font-family: 'apFontRegular';
    border-bottom: 2px solid #431a80;
    padding: 0;
    padding-bottom: 4px;
    color: #222222;
}
.order-details-btn a:hover {
    background-color: unset;
    border-color: #431a80;
    color: #222222;
}
.profile-details .order-details-content .product-detail .bg-grey .col-md-3,
.profile-details .order-details-content .product-detail .bg-grey-dark .col-md-3 {
    text-align: right;
}
.profile-details .order-details-content .bg-grey-light .payment-summary-wrapper {
    padding: 0 0 30px;
}
.profile-details .order-details-content .bg-grey-light .payment-summary-wrapper span,
.profile-details .order-details-content .bg-grey-light .col-sm-7.global-mtb h4 span {
    font-size: 16px;
    font-family: 'apFontSemiBold';
    text-transform: uppercase;
    letter-spacing: 1.08px;
    line-height: 1.57;
}
.profile-details .order-details-content .bg-grey-light .col-sm-7.global-mtb #shipAddress,
.profile-details .order-details-content .bg-grey-light .col-sm-7.global-mtb #billAddress {
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 2;
    font-family: 'apFontLight';
}
.payment-summary-content tr > td {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.profile-details .order-details-content .bg-grey-light .payment-summary-wrapper table tbody {
    text-transform: uppercase;
    font-size: 14px;
}
.yourvoice-green-header {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'apFontSemiBold';
    margin-top: 10px;
    line-height: 1.57;
}
.yourvoice-green-header > img {
    background: none;
    vertical-align: middle;
}

/*Order cancel modal*/

#cancelAppointment .typography .modal-content {
    padding: 25px;
}
#cancelAppointment .typography .modal-content .modal-title {
    padding: 0;
}
#cancelAppointment .typography .modal-content .modal-header h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    line-height: 1.57;
    color: #222222;
    margin-bottom: 20px;
    width: 90%;
}
.modal.in .modal-dialog .modal-content .close {
    opacity: 1;
}
.modal.in .modal-dialog .modal-content .close::after {
    top: 33%;
}
#cancelAppointment .typography p,
#cancelAppointment .typography p a .global-button-white {
    text-transform: uppercase;
    border-color: #431a80;
}
#cancelAppointment .typography p a .global-button-white {
    border-radius: 0;
    background-color: #431a80 !important;
    color: #ffffff !important;
}
#cancelAppointment .typography p {
    font-size: 13px;
    letter-spacing: 1px;
}
#cancelAppointment .modal-header {
    padding-left: 0;
}

/*Documents page*/

.document-input .docfile {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    line-height: 1.57;
    background-color: #431a80;
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
}
.document-tab .error-limit {
    margin-top: -30px;
    text-transform: uppercase;
}
.doc-format ul li {
    background: #ffffff;
    padding: 20px 0;
}
.document-tab .bill-detail span {
    font-size: 16px;
    color: #222222;
    font-family: 'apFontLight';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.document-tab .bill-detail i#deletedoc img {
    display: none;
}
.document-tab .bill-detail i#deletedoc a {
    border: 1px solid #431a80;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.document-tab .max-limit {
    text-align: left;
    padding: 15px 0;
}
.document-tab .max-limit p {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'apFontLight';
    letter-spacing: 0.5px;
}
.document-tab .max-limit p:first-letter {
    text-transform: uppercase;
}
.selectMbile {
    display: none;
}
.ap_user-profile-form .profile_dob::-webkit-calendar-picker-indicator,.ap_user-profile-form .profile_dob::-webkit-clear-button,
.ap_user-profile-form input[type=date].profile_dob::-webkit-inner-spin-button {
    display: none;
}

@media only screen and (max-width: 767px) {
    .inner-secn {
        padding: 150px 0 0;
    }
    .my-profile .tab {
        flex: 0 0 100%;
    }
    .profile-details .ap_user-profile-form,
    .details-inputs .profile_change_password ul {
        padding: 25px;
        padding-right: 0;
    }
    .profile-details .profile-completeness h2 {
        padding-left: 0;
    }
    .profile-details #editProfile {
        margin-right: 0;
        float: none;
        margin-left: 88%;
    }
    .details-inputs .input-list-grp label,
    .details-inputs .input-list-grp input,
    .details-inputs .input-list-grp .faq-select-drop-down-item {
        font-size: 12px;
    }
    div.upload-img-btn {
        margin-left: 27px;
        margin-right: 0;
        text-align: left;
    }
    .details-inputs .input-list-grp label {
        width: 100%;
    }
    .profile-details .prof-picture .ap_profile_Pic {
        width: 120px;
        margin-top: -20px;
    }

    /*Order Page Styling*/

    .orderDetails .p-detailsWrap#orderDetails {
        padding-left: 15px !important;
    }
    .profile-details .order-details-content .order-details-title {
        text-align: left;
        padding: 10px 20px;
    }
    .order-details-content .row p.order-title-black {
        padding: 5px 0;
        line-height: 2;
    }
    .order-details-content .row p > span {
        display: block;
    }
    .profile-details .order-details-content .order-details-title .order-title {
        width: 100%;
        margin-top: 5px;
        font-size: 11px;
    }
    .orderDetails .p-detailsWrap#p-details {
        padding-left: 0 !important;
    }
    .profile-details .order-details-content .order-details-title a.view-details {
        font-size: 11px;
        padding: 10px 18px;
    }
    .yourvoice-green-header {
        font-size: 13px;
    }
    .order-detail-imagecontent-block .left #qty,
    .order-detail-imagecontent-block .left #price,
    .order-detail-imagecontent-block .left #shadeCode{
        font-size: 11px;
        line-height: 2;
    }
    .order-details-title .col-sm-push-6{
        padding-right: 10px;
        margin-top: 10px;
    }
    .profile-details .order-details-content .order-details-title .order-title span {
        font-size: 11px;
    }
    .profile-details .order-details-content .order-details-title, .profile-details .order-details-content .product-detail .bg-grey-dark,
    .profile-details .order-details-content .product-detail .bg-grey,
    .profile-details .order-details-content .bg-grey-light {
        padding: 0 5px;
    }
    .profile-details .order-details-content .bg-grey-light .payment-summary-wrapper span,
    .profile-details .order-details-content .bg-grey-light .col-sm-7.global-mtb h4 span {
        font-size: 14px;
    }
    .profile-details .order-details-content .bg-grey-light .payment-summary-wrapper {
        padding: 0;
    }
    .profile-details .order-details-content .bg-grey-light .col-sm-7.global-mtb #shipAddress,
    .profile-details .order-details-content .bg-grey-light .col-sm-7.global-mtb #billAddress {
        font-size: 11px;
        padding-bottom: 15px;
    }
    .profile-details .order-details-content .bg-grey-light .payment-summary-wrapper {
        margin: 15px 0;
    }
    .payment-summary-content tr > td {
        font-size: 11px;
    }
    .order-details-btn {
        width: 50%;
        margin: 2px;
        padding-right: 25px;
        text-align: left;
    }
    .order-details-btn a {
        font-size: 11px;
    }
    .order-details-content .row p.order-title-black,
    .profile-details .order-details-content .order-details-title .order-title {
        margin-left: 15px;
    }
    .order-detail-imagecontent-block {
        margin-top: 10px;
    }
    .profile-details .order-details-content .product-detail .bg-grey-dark,
    .profile-details .order-details-content .product-detail .bg-grey,
    .profile-details .order-details-content .bg-grey-light {
        padding-bottom: 15px;
    }
    .global-mtb {
        margin: 0;
    }
    .order-detail-imagecontent-block .left h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .float-r-mob {
        float: none !important;
    }
    .yourvoice-green-header {
        font-size: 12px;
    }
    .order-details-content .row p.order-title-black {

    }
    .ap-auth-manager-protected-section .profile-details .ap_user-profile-form a.global-button-white {
        margin-left: -25px !important;
    }
    .ui-datepicker {
        width: 80.5vw;
        margin-left: -33px;
    }

    /*Documents page*/

    .document-tab .bill-detail span,
    .document-tab .bill-detail i#deletedoc a,
    .document-tab .max-limit p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    div.upload-img-btn {
        margin-right: -5px;
    }

    /*Order Page Styling*/

    .profile-details .order-details-content .order-details-title a.view-details {
        padding: 10px 15px;
        margin-right: 10px;
    }
    .order-details-content .row p.order-title-black {
        padding: 1px;
        line-height: 24px;
    }
    .order-detail-imagecontent-block {
        margin-top: -4px;
    }
    .profile-details .order-details-content .product-detail .bg-grey-dark,
    .profile-details .order-details-content .product-detail .bg-grey,
    .profile-details .order-details-content .bg-grey-light {
        margin-left: 10px;
    }
    .profile-details .order-details-content .product-detail .bg-grey .col-md-3,
    .profile-details .order-details-content .product-detail .bg-grey-dark .col-md-3 {
        text-align: left;
    }

}
@media only screen and (max-width: 1024px) {
    .ap_user-profile-form .details-inputs > ul:first-child li {
        max-width: 100%;
    }
    .order-detail-image-block {
        width: 40% !important;
        margin-right: 20px;
    }
    .order-detail-imagecontent-block {
        width: 48%;
    }
    .selectMbile {
        display: block;
    }
}
/* styles for minicart in my-profile.html page  */
.shop-mini-cart-revamp .mini-cart-wp {
    height: 100%;
  }
  .shop-mini-cart-revamp .mini-cart-shade {
    position: absolute;
    display: none;
  }
  .shop-mini-cart-revamp .mini-cart-shade--textArea * {
    color: #fff;
    font-size: 20px;
  }
  .shop-mini-cart-revamp .product-description {
    width: 220px;
  }
  .shop-mini-cart-revamp .input-group {
    margin-top: 15px;
  }
  .shop-mini-cart-revamp .inr-rupee {
    margin-left: 17px !important;
  }
  .shop-mini-cart-revamp .cart-quantity {
    text-align: center;
    height: 25px;
    width: 70px;
    border-right: none;
    border-left: none;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
  }
  .shop-mini-cart-revamp .btn-number {
    height: 25px;
    padding: 10px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    outline: none;
  }
  .shop-mini-cart-revamp .btn-number:focus {
    border: 1px solid #431a80 !important;
  }
  .shop-mini-cart-revamp .quantity-left-minus span {
    margin-top: -2px;
  }
  @media (min-width: 320px) and (max-width: 991px) {
    .shop-mini-cart-revamp .product-description {
      width: 215px;
    }
    .shop-mini-cart-revamp .mini-cart-wp {
      position: relative;
      height: 100%;
    }
  }
  
  /* @include extraSmall() */
  @media (min-width: 320px) and (max-width: 374px) {
    .show-cart-items .cart-items-wrapper {
      padding: 20px 4px !important;
      right: -4px !important;
    }
    .show-cart-items .cart-items-wrapper .item-lists {
      padding-right: 15px;
    }
    .show-cart-items .cart-items-wrapper .item-lists li .item-picture {
      margin-right: 12px;
    }
    .show-cart-items .cart-items-wrapper .item-lists li .description-text {
      margin-right: 0px;
    }
    .shop-mini-cart-revamp .inr-rupee {
      margin-left: 2px;
    }
  }
  /* mediumScreen() */
  @media (min-width: 768px) and (max-width: 991px) {
    .show-cart-items .cart-items-wrapper {
      right: 0;
    }
  }
  /* @include extra-mediumScreen() */
  @media (min-width: 576px) and (max-width: 767px) {
    .show-cart-items .cart-items-wrapper {
      right: 0;
    }
  }
  
  .show-cart-items .cart-items-wrapper {
    padding: 18px !important;
  }
  .show-cart-items .cart-items-wrapper .item-lists::-webkit-scrollbar {
    width: 4px;
  }
  .show-cart-items .cart-items-wrapper .item-lists::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .show-cart-items .cart-items-wrapper .item-lists::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
  @media (min-width: 320px) and (max-width: 991px) {
    .shop-mini-cart-revamp .inr-rupee {
      margin-left: 10px !important;
    }
  }  
/*Shop Details page*/
.shop-details-common-wp {
    padding: 0 42px;
}
.shop-details-common-wp .upper-case{
    text-transform: uppercase;
}
.c-product-specs .section-header {
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'apFontSemiBold';
    color: #222222;
    line-height: 1.33;
    padding-left: 0;
}
.c-offers-box .amount-box {
    margin-top: 20px;
    margin-bottom: -11px !important;
}
.c-offers-box .amount-box .cl_discount_price {
    position: static;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2.52;
    font-family: 'apFontLight';
    color: #222222;
}
.c-offers-box .amount-box .cl_actual_price {
    font-size: 20px;
    line-height: 1.1;
    font-family: 'apFontRegular';
}
.c-offers-box .amount-box .green-text {
    font-size: 13px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #dfa229;
}
.c-product-specs .product-specs-box {
    display: block;
}
.c-product-specs .product-specs-box label {
    font-size: 13px;
    font-family: 'apFontRegular';
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.54;
    font-weight: bolder;
    width: 75%;
}
.c-product-specs .product-specs-box .form-box {
    width: 50%;
    margin-top: 10px;
}
.c-product-specs .product-specs-box .form-box .pincode {
    background: none;
    border-color: #000000;
    font-size: 14px;
    letter-spacing: 1.08px;
    padding-left: 0;
    font-family: 'apFontRegular';
}
.c-product-specs .product-specs-box .form-box .pincode::placeholder,
.cart-calender-right-content .pincode::placeholder {
    text-transform: uppercase;
    font-family: 'apFontLight';
}
.c-product-specs .form-box .google-map-icon {
    top: 10px;
    border-bottom: 2px solid #8839ff;
}
.c-product-specs .form-box .google-map-icon a:after {
    content: 'CHECK';
    font-size: 13px;
    font-family: 'apFontRegular';
    color: #222222;
    letter-spacing: 1px;
}
.c-product-specs .form-box .google-map-icon a img {
    display: none;
}
.c-quantity-box {
    margin-top: 50px;
}
.c-quantity-box label {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
}
.c-quantity-box .calculation .minus,
.c-quantity-box .calculation .plus,
.cart-item-number-update .item-cart-minus,
.cart-item-number-update .item-cart-plus {
    background-color: #431a80;
}
.c-quantity-box .calculation .Number input {
    background: none;
    color: #222222;
    font-family: 'apFontRegular';
}
.c-product-specs .global-button-white,
.c-product-specs .global-button,
.user-listing .global-button-white,
.cart-calender-right-container .checkout-cart,
.submit-product-review,
.global-button-white#showMoreComments,
.textdescriptionwithCTA .global-button-white,.thank-content-subtext .btn-style2,.campus-wrap .campus-block .global-button-white {
    text-transform: uppercase !important;
    font-size: 13px !important;
    border-radius: 0;
    width: 47%;
    padding: 17px !important;
    font-family: 'apFontRegular' !important;
    color: #431a80 !important;
}
.c-product-specs .global-button-white,
.user-listing .global-button-white {
    background-color: #ffffff !important;
    color: #431a80 !important;
    border-color: #431a80 !important;
}
.global-button:hover,.global-button-white:hover,.global-button-white.checkout-cart:hover,.thank-content-subtext .btn-style2:hover,.c-product-specs .global-button:hover {
    background-color: #5C26A8 !important;
    color: #ffffff !important;
    border-color: #5C26A8 !important;
}
.user-listing #showAllReviews {
    margin-left: 20px !important;
}
.user-listing .global-button-white {
    width: auto;
    padding: 20px !important;
}
.c-product-specs .global-button,
.cart-calender-right-container button.checkout-cart,
.submit-product-review,
.global-button-white#showMoreComments,
.user-listing #showAllReviews {
    margin-left: 15px !important;
    background-color: #431a80 !important;
    color: #fff !important;
}
.submit-product-review,
.global-button-white#showMoreComments {
    margin-left: 0 !important;
}
.global-button-white#showMoreComments {
    width: auto;
}
.c-description-box .h5 {
    font-family: 'apFontRegular';
    text-transform: uppercase;
    font-size: 20px;
    color: #222222;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.c-description-box p.p {
    font-family: 'apFontLight';
}
.c-product-zoom-box .zoom-box .right-bottom-box a img {
    background: none;
}
.big-slider-container .slick-slider .slick-prev,
.big-slider-container .slick-slider .slick-next {
    position: absolute;
    top: -225%;
}
.big-slider-container .slick-slider .slick-prev {
    left: 2%;
}
.big-slider-container .slick-slider .slick-next {
    right: 1%;
}
.section-header:before,
.c-offers-box .amount-box .amt-line::after,
.g-con-row.stick-footer ul li img {
    background: none;
}
.c-product-zoom-box .zoom-list ul li img {
    border-radius: 50%;
}
.zoom-thumb-slider {
    margin-top: 20px;
}
.c-offers-box .amount-box .amt-line:after {
    background: none;
}
.typography ul li:before {
    background: none;
    content: "-";
    left: -10px;
    top: 0;
}
.typography ul li {
    font-family: 'apFontLight';
    margin-left: 10px !important;
}
.g-con-row.stick-footer div.col-xs-12 {
    width: 100%;
    margin-top: 8%;
}
.c-product-details-tools .tools-list ul li {
    width: 33%;
}
.c-product-details-tools .tools-list ul {
    border: 1px solid #E1DFEA;
    padding: 15px;
}
.c-product-details-tools .imgWrapperDetail {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDECED;
    border-radius: 50%;
    margin: 0 auto;
    padding: 17px;
}
.shopTextWithIcon .c-product-details-tools .text-with-icon-main-wrap .imgWrapperDetail {
    margin: 0;
}
.c-product-details-tools p.p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'apFontSemiBold';
    margin-top: 15px;
}
.h2.section-header,.h2.section-header span {
    font-size: 30px;
    font-family: 'apFontSemiBold';
    padding-left: 0;
}

.c-buyonline-product .h2.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
    padding-right: 20px;

}

.c-buyonline-product .buyonline-product-listing ul.clearfix {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.c-buyonline-product .buyonline-product-listing ul.clearfix li:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 15px;
}

.c-buyonline-product .buyonline-product-listing ul.clearfix li:nth-child(4n+2) {
     padding-left: 5px;
     padding-right: 10px;
}

.c-buyonline-product .buyonline-product-listing ul.clearfix li:nth-child(4n+3) {
   padding-left: 10px;
   padding-right: 5px;
}
.c-buyonline-product .buyonline-product-listing ul.clearfix li:nth-child(4n) {
   padding-left: 15px;
   padding-right: 0;
}

.c-buyonline-product .buyonline-product-listing ul.clearfix li img {
    border-radius: 0;
}
.c-buyonline-product .buyonline-product-listing ul li p,
.c-buyonline-product .buyonline-product-listing .amount-box .amt-line,
.c-buyonline-product .buyonline-product-listing .amount-box .amt,
.c-buyonline-product .buyonline-product-listing .amount-box .green-text {
    text-transform: uppercase;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    font-size: 13px;
}
.c-buyonline-product .buyonline-product-listing .amount-box .green-text,
.purple-box-content .purple-box div .amount-box .green-text {
    color: #dfa229;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li button:before {
    padding: 6px;
    border-radius: 15px;
    background-color: white;
    opacity: 1;
    border: 1px solid #999897;
    color: unset;
    width: 13px;
    height: 13px;
}
.slick-dots li.slick-active {
    margin-right: 17px;
}
.slick-dots li.slick-active button:before {
    padding: 6px 15px;
    opacity: 1;
    color: unset;
}
.c-all-reviews.c-all-reviews-list {
    margin-top: 0;
}
.c-all-reviews.c-all-reviews-list .section-header {
    padding-left: 0;
    font-family: 'apFontSemibold' !important;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 13px !important;
}
.c-all-reviews.c-all-reviews-list .c-grey-box {
    padding-top: 0;
}
.c-all-reviews.c-all-reviews-list .c-grey-box .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.c-all-reviews h6 {
    text-transform: uppercase;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    font-family: 13px;
    line-height: 34px;
    color: #222;
    margin-top:0;
}
.c-product-zoom-box .zoom-list ul li img {
    background: none;
}

/*Shop Details page old*/

.body-container .inner-secn .row div:not([class]):not([id]):first-child {
    display: flex;
    flex-wrap: wrap;
}
.cart-calender-left-container>p {
    font-family: "apFontSemiBold";
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cart-list-desc p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.cart-calender-left-container {
    margin-right: 5%;
}
.cart-calender-left-container .slider-calender,
.slider-calender .item{
    margin: 0 auto !important;
}
.cart-list-desc b,.cart-mt-50 .custom-rate,.add-cmmnt h2 span,.cmmnt-lisitng #yncomments,.cart-price.cl_actual_price,.c-customer-review .user-box .user-pic .copy-text {
    font-size: 20px;
    font-family: 'apFontRegular' !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    color: #222;
}
.add-cmmnt h2 span {
    font-size: 20px !important;
    border-bottom: none;
}
.add-cmmnt textarea.custum-input {
    color: #222;
    font-family: 'apFontRegular';
}
.add-cmmnt textarea.custum-input::placeholder {
    font-family: 'apFontLight';
}
.c-customer-review .user-box .user-pic .copy-text {
    text-transform: capitalize !important;
}
.typography.no-bullets .cart-calender-right-container .col-xs-12 {
    width: 100%;
}
.cart-calender-right-content .pincode {
    border: 0;
    border-bottom: 1px solid #222222;
    padding-left: 0;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
}
.cart-calender-right-content > span,
.cart-calender-right-content #selectedShadeNameAndCode,
.cart-calender-right-content .call-popup, .color-popup .shade-col .medm,.plus-sign {
    font-size: 14px;
    color: #222222;
    font-family: 'apFontRegular';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cart-calender-right-content .call-popup {
    padding-left: 0;
    background: none;
    border-bottom: 2px solid #431a80;
    display: inline-block;
    padding-bottom: 1px;
}
.cart-calender-right-content .select-texture {
    margin: 20px 0;
}
.termConditon {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.termConditon > a {
    color: #222;
    font-family: 'apFontRegular';
    font-size: 14px;
}
.cart-mt-50 .custom-rate {
    border-bottom: none;
}
.form-control.custum-input {
    border-color: #222;
}
.shop-pdp-old .comment-listing-parent {
    padding-left: 0;
}
.comment-listing-parent .cmmnt-prsn,
.comment-listing-parent .cmmnt-desc {
    display: inline-block;
    width: auto;
}
.cmmnt-prsn h4,
.cmmnt-desc p {
    font-family: 'apFontLight' !important;
}
.shop-pdp-old .cart-list-desc,
.shop-pdp-old .col-xs-12.col-sm-8 {
    padding-left: 0;
    padding-right: 0;
}
.cart-calender-right-container .cart-item-number-update img {
    background-image: none;
    height: 30px;
    width: 30px;
}
.cart-calender-right-container .cart-item-number-update .item-cart-plus:after {
    content: '\002B';
    margin-left: 8px;
}
.cart-calender-right-container .cart-item-number-update .item-cart-minus:after {
    content: '\002D';
    margin-left: 10px;
}
.cart-calender-right-container .cart-item-number-update .item-cart-plus:after,
.cart-calender-right-container .cart-item-number-update .item-cart-minus:after {
    color: #fff;
    font-size: 25px;
}
.c-rating-box .purple-box {
    background-color: #431a80;
}
.c-customer-review .user-box .user-pic img {
    border-radius: 50%;
}
.user-box .p {
    font-family: 'apFontRegular';
    letter-spacing: 1px;
}
.c-terms-conditions {
    margin-bottom: 40px;
    font-family: 'apFontRegular';
    font-size: 13px;
}
.terms-condition-parent {
    width: 100%;
    margin-right: 20px;
}
.color-popup {
    width: 100%;
    max-width: 1280px;
    margin-top: -100px !important;
    top: 0;
}
.tab-style1 .nav li.active:before {
    top: 38px;
}
.color-item.actv .arrw {
    bottom: -32px;
}
.color-popup .mb-40 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'apFontRegular';
}
.color-popup #colorCatalogPlain .bold,
.color-popup #colorCatalogPlain .customsethd {
    font-family: 'apFontRegular';
    font-size: 14px;
}
.tab-style1 .nav#dvMainCategory {
    margin-top: 50px;
}
#dvGoesWellWith h4,#dvProducts h4 {
    font-family: 'apFontRegular';
    font-size: 14px;
    margin-bottom: 10px;
}
.add-cmmnt textarea.custum-input {
    width: 500px;
}
.wrapper {
    float: none;
}
.ap-shop-revamp-product-details .inclusive-desc{
    line-height: 30px;
}

.ap-shop-revamp-product-details .inclusive-desc.no-discount{
    line-height: 60px;
}
@media only screen and (max-width: 767px) {
    .big-slider-container .slick-slider .slick-prev,
    .big-slider-container .slick-slider .slick-next {
        top: -240%;
    }

    .c-buyonline-product .h2.section-header {
        margin-bottom: 21px;
    }

    .zoom-thumb-slider {
        display: none;
    }
    .c-offers-box .amount-box {
        margin-top: 5px !important;
        /* margin-bottom: 10px !important; */
        margin-bottom: -15px !important;
        width:100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .ap-shop-revamp-product-details .inclusive-desc{
        margin-left: 0px;
        line-height: 35px;
    }
    .ap-shop-revamp-product-details .inclusive-desc.no-discount{
        margin-left: 0px;
        line-height: 5px;
        width: 100%;
        margin-bottom: 32px;
        width: 100%;
    }
    .ap-shop-revamp-product-details .c-offers-box .amount-box .detailpage-separator{
        margin-top: 0px;
    }
    .c-product-specs .product-specs-box .form-box {
        width: 100%;
    }
    .c-mob-product-details ul li {
        margin-right: 9px;
    }
    .c-product-details-tools .tools-list ul {
        border: none;
        display: block;
    }
    .g-con-row.stick-footer div.col-xs-12 {
        margin-top: 0;
    }
    .c-product-details-tools .tools-list ul li {
        width: 95%;
        display: flex;
        margin-top: 10%;
        justify-content: space-evenly;
    }
    .c-product-details-tools .tools-list ul li:first-child {
        margin-top: 0;
    }
    .c-product-details-tools .tools-list ul li p {
        margin-top: 30px;
        min-width: 115px;
        display: flex;
    }
    .h2.section-header, .cart-list-desc b, .cart-mt-50 .custom-rate,.h2.section-header span {
        font-size: 22px;
    }
    .user-listing .global-button-white {
        padding: 15px !important;
    }
    .c-buyonline-product .buyonline-product-listing ul .slick-track {
        left: -42px;
        display: flex;
    }
    .c-buyonline-product .buyonline-product-listing ul li {
        padding-left: 20px !important;
        padding-top: 6px;
        margin: 0;
    }
    .c-buyonline-product .container {
        padding-right: 0;
    }
    .col-xs-12.col-sm-6.widthParent {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .add-cmmnt textarea.custum-input {
        width: 100%;
    }

    /*Shop Details page old*/

    .inner-secn {
        padding: 80px 0;
    }
    .inner-secn .row {
        /*display: block;*/
        margin-right: 0;
        margin-left: 0;
    }
    .cart-calender-left-container > p {
        font-size: 20px;
    }
    .inner-secn .col-xs-12.col-sm-8
    .inner-secn .col-xs-12.col-sm-4.typography.no-bullets {
        padding: 0;
    }
    .cart-mt-50 {
        margin-left: 0;
    }
    .cart-mt-50 .rate {
        margin: 10px 10px 0 0;
    }
    .body-container .inner-secn .row div:not([class]):not([id]):first-child {
        display: block;
    }
    .shop-pdp-old .cart-calender-left-container {
        margin-right: 0;
    }
    .shop-pdp-old .col-xs-12.col-sm-4.typography.no-bullets,
    .shop-pdp-old .container.cart-mt-50,
    .shop-pdp-old .add-cmmnt-section,
    .shop-pdp-old .add-cmmnt-section h2,
    .shop-pdp-old .container.mt-30.typography.no-bullets{
        padding:0;
    }
    .shop-pdp-old .cmmnt-box > div:first-child {
        flex-basis: 30%;
    }
    .shop-pdp-old .cmmnt-box > div:last-child {
        flex-basis: 70%;
    }
    .cart-list-desc p,.c-brand-box .one-pic-box p,.contentarticle p {
        font-size: 13px;
    }
    .c-customer-review .h2.section-header, .c-buyonline-product .h2.section-header,
    .cart-list-desc b, .cart-mt-50 .custom-rate, .add-cmmnt h2 span, .cmmnt-lisitng #yncomments {
        font-size: 18px;
    }
    .rate:not(:checked) > label {
        font-size: 25px;
    }
    .custom-rating span {
        display: block;
        float: none;
    }
    .cart-mt-50 .custom-rate {
        margin: 0;
        padding: 0;
    }
    .custom-rate-digit {
        margin-top: 8px;
        font-size: 18px;
    }
    .shop-pdp-old .add-cmmnt {
        padding-top: 40px;
    }
    .shop-pdp-old .col-xs-12.col-sm-8,.shop-pdp-old .slider-calender,
    .shop-pdp-old .container.mt-30.typography.no-bullets,
    .shop-pdp-old .col-xs-12.col-sm-4.typography.no-bullets {
        max-width: 100%;
    }
    .shop-pdp-old .cmmnt-box > div:last-child {
        margin-top: 20px;
    }
    .shop-pdp-old .cmmnt-box > div:last-child,
    .shop-pdp-old .cmmnt-box > div:first-child {
        flex-basis: unset;
    }
    .user-listing #showAllReviews {
        margin-left: 0 !important;
    }
    .color-popup {
        margin-top: -70px !important;
    }
    .c-product-specs .section-header {
        padding-left: 0;
    }
    .c-all-reviews .c-product-zoom-box {
        margin-top: 60px;
    }
    .c-product-zoom-box .zoom-box img,.c-all-reviews .c-product-zoom-box .slick-track .zoom-box,.c-all-reviews .c-product-zoom-box .slick-track {
        width: 100% !important;
    }
    .c-all-reviews .col-xs-12.col-sm-4, .c-all-reviews .col-xs-12.col-sm-8.widthParent {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 768px) {
    .slick-dots {
        display: none !important;
    }
    .c-all-reviews.c-all-reviews-list .c-grey-box {
        background-color: #fff;
    }
    .c-product-specs .c-starbox {
        margin: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .h2.section-header {
        padding-left: 0;
    }
    .c-product-specs {
        margin-top: 0;
    }
    .c-product-specs .product-specs-box .form-box {
        width: 100%;
    }
    .c-product-specs .global-button {
        margin-left: 9px !important;
    }
    .g-con-row.stick-footer .c-grey-box {
        background-color: #fff;
    }
    .cart-calender-right-container .checkout-cart {
        width: 46%;
    }
}
@media only screen and (min-width: 766px) and (max-width: 1024px) {
    .shop-details-common-wp {padding: 0 20px;}
    .c-customer-review {
        margin: 20px 0;
    }
    .c-customer-review .h2.section-header,
    .c-buyonline-product .h2.section-header {
        padding-left: 0;
    }
    .c-buyonline-product .buyonline-product-listing ul.clearfix li:nth-child(4n+1) {
        padding-left: 10px;
    }
    .c-buyonline-product .buyonline-product-listing ul.clearfix li:nth-child(4n+0) {
        padding-right: 10px;
    }
    .add-cmmnt-section h2,.c-product-specs .section-header {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .c-buyonline-product .buyonline-product-listing ul li {
        width: 47%;
    }
    .cart-calender-right-container button.checkout-cart {
        margin-left: 0 !important;
    }
    .c-product-zoom-box .zoom-box img,.c-all-reviews .c-product-zoom-box .slick-track .zoom-box,.c-all-reviews .c-product-zoom-box .slick-track {
        width: 100% !important;
    }
    .c-all-reviews .col-xs-12.col-sm-4, .c-all-reviews .col-xs-12.col-sm-8.widthParent {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .g-con-row.stick-footer .c-grey-box {
        /* background-color: #f8f8f8; */
    }
    .c-product-zoom-box .zoom-box img,.c-all-reviews .c-product-zoom-box .slick-track .zoom-box,.c-all-reviews .c-product-zoom-box .slick-track {
        width: 100% !important;
    }
    .c-all-reviews .col-xs-12.col-sm-4, .c-all-reviews .col-xs-12.col-sm-8.widthParent {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .c-all-reviews .c-product-specs, .c-all-reviews .c-product-zoom-box {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .c-all-reviews .c-product-zoom-box {
        margin-top: 0px;
    }
}
/*new reskin code for Text with Icon*/
.c-product-details-tools .tools-list ul.text-with-icon-main-wrap{
    padding: 25px 0 25px 40px;
}
.c-product-details-tools .tools-list ul.text-with-icon-main-wrap li{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.c-product-details-tools .tools-list ul.text-with-icon-main-wrap .text-wit-icon-desc{
    text-align: left;
    padding-left: 20px;
}
.c-product-details-tools .text-wit-icon-desc p.p{
    margin-top:0;
}
.c-product-details-tools .text-wit-icon-desc p:nth-child(2){
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.58px;
    margin-bottom: 10px;
    margin-bottom: 4px;
    margin-top: 2px;
}
.c-product-details-tools .text-with-icon-main-wrap .imgWrapperDetail{
    background: #f0f0f0;
}
@media only screen and (max-width: 991px) {
    .c-product-details-tools .tools-list ul.text-with-icon-main-wrap{
        display:block;
        padding: 0;
    }
    .c-product-details-tools .tools-list ul.text-with-icon-main-wrap li{
        margin-right: 0;
    }
    .c-product-details-tools .tools-list ul.text-with-icon-main-wrap li p{
        margin-top: 0;
    }
    .c-product-details-tools .tools-list ul.text-with-icon-main-wrap .text-wit-icon-desc{
        flex-basis: 80%;
    }
    .c-product-details-tools .tools-list ul.text-with-icon-main-wrap li{
        margin-top: 8%;
    }
}
/*popular tags style*/
.popular-tags-wrap{
    display:flex;
    flex-wrap: wrap;
    padding:70px 0 0;
    margin-bottom: 70px;
    margin-top: 70px;
    border-top: 1px solid rgba(34,34,34,.1);
}
.popular-tags-wrap h3{
    flex-basis: 100%;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
    font-family: apFontBold !important;
}
.popular-tags{
    padding: 5px 20px 5px 0;
    text-transform: uppercase;
}
.popular-tags a{
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-family: 'apFontMedium';
    font-size: 13px;
    border-radius: 2px;
    background-color: #faf8ff;
    border: 1px solid #f0e6ff;
    width: auto;
    color: #431a80;
    padding: 12px 10px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
    .shop-details-common-wp {padding: 0;}
    .popular-tags-wrap{
        padding:40px 0 0;
        margin-bottom: 35px;
        margin-top: 40px;
    }
    .popular-tags-wrap h3{
        font-size: 16px;
        line-height: 20px;
    }
    .popular-tags{
        padding: 5px 8px 5px 0;
    }
    .popular-tags a{
        font-size: 12px;
        letter-spacing: 0.46px;
        padding: 12px 8px;
    }
}

/* faq styles */
.faqAccordion-border {
    border-top: 1px solid #29292933;
    padding-top: 0;
    padding-bottom: 30px;
}
.faqAccordion-border:first-child {
    border-top: none;
}
.faqComponent{margin: 0 100px;margin-top: 131px;}
.faqComponent .faqAccordion{
 font-size: 20px;
 font-family: 'apFontBold';
 letter-spacing:0;
 cursor: pointer;
 padding: 0;
 margin-top: 23px;
 line-height: 36px;
 font-weight: bold;
 color: #373737;
 display: flex;
 justify-content: space-between;
 text-decoration: none;
}
.faqComponent .faqAccordion:hover{text-decoration: none;}
.faqComponent .faqDesc{
     font-size: 14px;
     margin-bottom:0;
     padding-top: 23px;
     color: #373737;
 }
 .faqComponent .faqItem{
     padding: 15px 0 20px;
 }
 /* commented below code to last item border: dheerendra
 .faqComponent .faqItem:not(:nth-last-child(2)) {
     border-bottom: 1px solid rgba(16,16,16,0.1);
 }
 */
 .faqComponent .faqQues{
     width: 85%;
 }
 .faqComponent .ctaComp{
     padding: 30px 0;
 }
 .faqComponent .ctaComp a{
     width: 15%;
     font-size: 13px;
     letter-spacing: 1px;
     line-height: 12px;
 }
 .faqComponent .faqSpriteIcon.minus{
     margin-top: 20px;
 }
 .faqComponent .faqSpriteIcon.plus{
     margin-top: 15px;
 }
 @media only screen and (max-width: 991px) {
     .faqComponent{
        margin: 0 20px;
        margin-top: 40px;
        padding-top: 27px;
        border-top: 1px solid lightgrey;
     }
     .faqComponent h2{
         font-size: 22px;
         line-height: 34px;
         letter-spacing: 1.55;
     }
     .faqComponent .faqAccordion{
         font-size: 16px;
         line-height: 1.25;
         padding: 24px 0 8px;
         margin-top: 0px;
     }
     .faqComponent .faqSpriteIcon.minus{
         margin-top: 10px;
     }
     .faqComponent .faqSpriteIcon.plus{
         margin-top: 5px;
     }
     .faqComponent .faqDesc{
         line-height: 20px;
         padding-top: 0;
     }
     .faqComponent .faqQues{
         display: inline-block;
     }
     .faqComponent .ctaComp a{
         width: 100%;
         font-size: 10px;
         padding: 13.5px;
         text-decoration: none;
         font-size: 12px;
     }
     .faqComponent .ctaComp{
         padding: 25px 0;
     }
 }

 /*two column image style*/
 .twocolumn-image-wrap{
    display:flex;
}
.twocolumn-image-wrap .twocolumn-image{
    flex: 0 0 50%;
    position:relative;
    left:0;
    top:0;
}
.twocolumn-image-wrap .twocolumn-image:nth-child(even){
    margin-left: 10px;
}
.twocolumn-image-wrap .twocolumn-image:nth-child(odd){
    margin-right: 10px;
}
.twocolumn-image-wrap .twocolumn-image img{width:100%;}
.black-color-shade .twocolumn-image-wrap .twocolumn-image .image-desc, .black-color-shade.twocolumn-image-wrap .twocolumn-image .image-desc{
    background-image: linear-gradient(to bottom, #fbf5f500, #0000005e, #00000085, #0000009e);
    right: 0;
    padding:40px 0 40px 40px;
}
.twocolumn-image-wrap .twocolumn-image .image-desc{
    position: absolute;
    left: 0;
    bottom: 0;
    padding:0 0 40px 40px;
}
.twocolumn-image-wrap .twocolumn-image .image-desc p,.twocolumn-image-wrap .twocolumn-image .image-desc h2{
    margin:0;
    color: black;
}
.twocolumn-image-wrap .twocolumn-image.whiteColorText .image-desc p,.twocolumn-image-wrap .twocolumn-image.whiteColorText .image-desc h2{
    color: white;
}
.twocolumn-image-wrap .twocolumn-image .image-desc p{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'apFontSemibold';
}
.twocolumn-image-wrap .twocolumn-image .image-desc h2{
    margin:4px 0 11px;
    width: 75%;
    line-height: 34px;
    letter-spacing: 0;
}

.twocolumn-image-wrap .twocolumn-image .image-desc .buttonText{
    color:black;
    text-decoration: none;
}

.twocolumn-image-wrap .twocolumn-image.whiteColorText .image-desc .buttonText{
    color: white;
}
@media only screen and (max-width: 991px) {
    .twocolumn-image-wrap{
        display:block;
    }
    .twocolumn-image-wrap .twocolumn-image{
        margin-bottom: 20px;
    }
    .twocolumn-image-wrap .twocolumn-image:nth-child(even){
        margin-left: 0;
    }
    .twocolumn-image-wrap .twocolumn-image:nth-child(odd){
        margin-right: 0;
    }
    .twocolumn-image-wrap .twocolumn-image .image-desc{
        padding:0 0 20px 20px;
    }
    .twocolumn-image-wrap .twocolumn-image .image-desc p{
        font-size: 12px;
    }
    .twocolumn-image-wrap .twocolumn-image .image-desc h2{
        font-size: 22px;
        line-height: 24px;
    }
}
/*video component style start*/
.ap-shop-video-revamp .videoImgComponent{width:100%;padding:0 156px;background-size:contain;margin-top:5px;max-width: 1366px;margin: auto;}
.videoImgComponent iframe#youtubePlayer{width:100%;height:507px;}
.videoImgComponent div#video-elem__container{height:auto;}
.videoImgComponent .videoWrapper{position:relative;}
.videoImgComponent .videoWrapper .videoPlayButton{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.videoImgComponent .compTitle h3{
    letter-spacing:.5px;
    text-align:center;
    color:#222;
    margin-top:27px;
    margin-bottom:17px;
    text-transform:uppercase;
    font-family:'apFontBold' !important;
}
.ap-shop-video-revamp .videoImgComponent .compDesc p{
    font-family:'apFontLight';
    line-height:24px;
    font-size:14px;
    letter-spacing:0;
    text-align:center;
    color:#222;
    margin-bottom:0;
    padding-bottom:20px;
    border-bottom:none;
}
.ytp-cued-thumbnail-overlay{display:none!important;}
.video-elem__wrapper{position:relative;padding-top:82%;width:100%;}
.video-elem__player{display:none;z-index:5;}
.video-elem__player,.video-elem__thumbnail-wrap{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
}
.ap-shop-video-revamp .video-elem__thumbnail-img{width:100%;max-height:507px;}
.shop-video-play-shade .video-elem__thumbnail-wrap .iconTextLinks {
    background-color: lightgray;
    border-radius: 100%;
    box-shadow: 1px 1px 30px 10px grey;
}
.video-elem__trigger-video{position:absolute;
    display:block;
    height:40px;width:40px;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    z-index:4;
}
.playVideoIcon{background-position:-1289px -215px;width:42px;height:42px;cursor:pointer;}
.video-elem__thumbnail-img img{width:100%}.similarProdWrap{background-color:#f8f8f8;}
.playVideoIcon{
    background: url('clientlib-site-revamp/images/Icons-Sprite.webp') no-repeat;
    background-position: -1289px -215px;
    width: 42px;
    height: 42px;
    cursor: pointer;
}
@media (min-width:320px) and (max-width:767px){
    .ap-shop-video-revamp .videoImgComponent{padding:20px 20px 0;background-size:100% 70%;margin-top:10px;}
    /* commented below code to fix img chopping off on video component: dheerendra
    .videoImgComponent div#video-elem__container .video-elem__thumbnail-wrap img{object-fit:cover;}
    */
    .videoImgComponent .compDesc p{letter-spacing:normal}
}
@media (min-width:768px) and (max-width:991px){
    .videoImgComponent{padding:40px;}
}
@media (min-width:320px) and (max-width:991px){
    .videoImgComponent .compTitle h3{font-size:16px;line-height:1.5;letter-spacing:normal;text-transform:uppercase;font-family:'apFontSemiBold';}
    .cp-reviews-raiting.padding45 {
        padding: 0 15px;
    }
}
@media (min-width:992px){
    .video-elem__wrapper{padding-top:48%}
}
@media (min-width:1200px){
    .videoImgComponent .compDesc p{width:736px;margin:0 auto;font-size:14px;letter-spacing:.54px;border:0;}
}
/*video component style end*/
/*review  section style start*/

.cp-reviews-raiting--warp {
    display: block;
}
@media (min-width: 992px) {
    .cp-reviews-raiting h2.section-header{
        margin-bottom: 16px;
        display: inline-block;
    }
    .cp-reviews-raiting--warp {
        display: flex;
    }
}
.cp-reviews-raiting--tabsWrab {
    margin-top: 0;
    flex: 0 0 100%;
    padding-left: 0;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--tabsWrab {
        margin-top: -40px;
        flex: 0 0 76%;
        padding-left: 120px;
        padding-right: 40px;
    }
}
.cp-reviews-raiting--tabList {
    display: flex;
    justify-content: center;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--tabList {
        justify-content: flex-end;
        width:100%;
    }
}
.cp-reviews-raiting--tabList li.cp-reviews-tablists {
    cursor: pointer;
    font-size: 13px;
    line-height: 34px;
    font-family: 'apFontMedium';
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-right: 30px;
    color: #a2a2a2;
    width: auto !important;
    padding-right: 0;
}
.cp-reviews-raiting--tabList li.cp-reviews-tablists.current {
    color: #222222;
    border-bottom: 1px solid #222222;
}
.cp-reviews-raiting--tabList li.cp-reviews-tablists:last-child {
    margin-right: 0;
}
.cp-reviews-raiting--tabContent {
    margin-top: 15px;
}
.c-customer-review .cp-reviews-raiting--tabContent .user-name {
    font-family: 'apFontSemibold';
    line-height: 28px;
    letter-spacing: 0.5px;
    background-color: #faf7ff;
    padding: 14px 22px;
    border-radius: 50%;
    margin-right: 15px;
}
@media (min-width: 992px) {
    /* .cp-reviews-raiting--tabContent {
        margin-top: 40px;
    } */
    /* customer cumment new styles added desktop*/
    .c-customer-review .cp-reviews-raiting--tabContent  ul li{
        width:100%;
    }
    .c-customer-review .cp-reviews-raiting--tabContent .user-name{
        padding: 14px 22px;
        margin-right: 40px;
    }
}
.cp-reviews-raiting--tabContent {
    display: inherit;
}
.cp-reviews-raiting--tabContent .ctaComp {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--tabContent .ctaComp,.cp-reviews-raiting--tabContent .write-product-review {
        display: inline-block;
        margin-left: 92px !important;
        margin-bottom: 30px !important;
    }
    .cp-reviews-raiting--tabContent .write-product-review {
        margin-left: 92px !important;
    }
    /* .cp-reviews-raiting--tabContent .write-product-review.no-reviews-centerCta{
        margin:auto !important;
    } */
    /* .cp-reviews-raiting--tabsWrab.no-reviews-content-full-width{
        flex: 0 0 90%;commented lines to check in UAT
    } */
}
.cp-reviews-raiting--tabContent .write-product-review{
    display: block;
    width: 100%;
    margin-top:25px;
}
.cp-reviews-raiting--tabContent .ctaComp.linkBtn {
    text-align: center;
}
.cp-reviews-raiting--commentSection .c-starbox .stars label,.overall-rating .c-starbox .stars label {
    cursor: default !important;
}
.cp-reviews-raiting--commentSection .c-starbox .stars label:hover ~ span,.overall-rating .c-starbox .stars label:hover ~ span {
    background-position: 0 -40px;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--tabContent .ctaComp.linkBtn {
        vertical-align: top;
        text-align: left;
    }
    .cp-reviews-raiting--tabContent .write-product-review{
        border-radius: 0;
        padding: 16px 20px;
        width: 270px;
        font-size: 13px;
        letter-spacing: .86px;
        margin-top:0;
    }
}

.cp-reviews-raiting--tabContent .write-review-errormsg {
    display: block;
    color: #ed1c24;
    font-size: 12px;
    padding: 5px 0;
}
.cp-reviews-raiting--leftSec {
    padding: 20px 0;
    flex: 0 0 100%;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--leftSec {
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 0;
        flex: 0 0 24%;
    }
    .cp-reviews-raiting--leftSec[style="visibility: hidden;"],.cp-reviews-raiting--leftSec[style="visibility: hidden;"] .overall-rating{
        padding:0;
        margin:0;
    }
}
.cp-reviews-raiting--leftSec .overall-rating {
    background-color: #faf7ff;
    text-align: center;
    width: 100%;
    padding: 35px 20px;
}
.cp-reviews-raiting--leftSec .overall-rating .c-rating-box .stars {
    margin: auto;
}
.cp-reviews-raiting--leftSec .overall-rating .c-rating-box{
    display: flex;
    justify-content: center
}
.cp-reviews-raiting--leftSec .overall-rating .c-rating-box .c-starbox{
    padding-left: 0 !important;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--leftSec .overall-rating {
        width: 100%;
    }
}
.cp-reviews-raiting--leftSec .overall-rating h4 {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'apFontMedium';
    text-transform: uppercase;
}
.cp-reviews-raiting--leftSec .overall-rating h3.overall-rating--numvalue{
    font-family: 'apFontBold';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.cp-reviews-raiting--leftSec .overall-rating p {
    padding-top: 12px;
}
.cp-reviews-raiting--commentSection {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection {
        margin-bottom: 40px;
    }
    .cp-reviews-raiting--leftSec .overall-rating h3.overall-rating--numvalue{
        font-size: 20px;
        line-height: 22px;
    }
}
.cp-reviews-raiting--commentSection--upper {
    display: flex;
    align-items: center;
}
/* .cp-reviews-raiting--commentSection--upper .user-name {
    font-family: apFontSemibold;
    line-height: 28px;
    letter-spacing: 0.5px;
    background-color: #faf7ff;
    padding: 16px 22px;
    border-radius: 50%;
    margin-right: 15px;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection--upper .user-name {
        padding: 16px 20px;
        margin-right: 40px;
    }
} */
.cp-reviews-raiting--commentSection--upper .user-raiting-wrap h3 {
    margin-top: 2px;
    margin:0;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection--upper .user-raiting-wrap h3 {
        margin-top: 10px;
    }
}
.cp-reviews-raiting--commentSection--textNimages {
    padding-left: 10px;
    display: block;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection--textNimages {
        padding-left: 95px;
    }
}
.cp-reviews-raiting--commentSection--textNimages p {
    margin-bottom: 0;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-comment {
    padding-bottom: 12px;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-comment p, .cp-reviews-raiting--commentSection--textNimages .cp-user-comment button {
    display: initial;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-comment button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments {
    display: block;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments {
        display: flex;
        justify-content: space-between;
    }
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments p .cp-user-name {
    font-family: 'apFontMedium';
    font-weight: bold;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments p.previous-comment-dropdown {
    font-family: 'apFontMedium';
    padding: 4px 10px 4px 0;
    background-color: #ffffff;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments p.previous-comment-dropdown {
        padding: 4px 0 4px 20px;
    }
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments p.previous-comment-dropdown span {
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments p.previous-comment-dropdown.opened {
    border-right: 1px solid #cecece;
    display: inline-block;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection--textNimages .cp-user-infoNcomments p.previous-comment-dropdown.opened {
        border-left: 1px solid #cecece;
        border-right: 0;
    }
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments {
    height: 0;
    overflow: hidden;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments.dropdownOpened {
    height: auto;
    padding-top: 18px;
    border-top: 1px solid #cecece;
    margin-top: -1px;
}
@media (min-width: 992px) {
    .cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments.dropdownOpened {
        padding-top: 20px;
    }
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments--detailinfo {
    margin-bottom: 20px;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments--detailinfo span {
    line-height: 22px;
    letter-spacing: 0.5px;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments--detailinfo span:first-child {
    font-family: 'apFontBold';
    margin-right: 10px;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments--detailinfo span:nth-of-type(2) {
    color: #bbbbbb;
    padding-left: 6px;
    border-left: 2px solid #bbbbbb;
}
.cp-reviews-raiting--commentSection--textNimages .cp-user-previousComments--detailinfo p {
    color: #6f6f6f;
}
.gold-member-review a {
    text-decoration: none;
}
.ap-rating-wp .star {
    font-size: 16px;
    width: auto;
    display: inline-block;
    color: #fcb017;
}

.ap-rating-wp .star:last-child {
    margin-right: 0;
}

.star:before {
    content: '\2605';
}


.ap-rating-wp .star.half:before {
    content: '\2606';
}

.ap-rating-wp .star.off:before {
    content: '\2606';

}

.ap-rating-wp .star.half:after {
    content: '\2605';
    position: absolute;
    margin-left: -16px;
    width: 8px;
    overflow: hidden;
}
/*review  section style end*/
/*link type button global style*/
.button-comp .buttonText{
    background: transparent;
    border: 0;
    font-size: 13px;
    font-family: 'apFontMedium';
    padding: 0;
    line-height: 12px;
    letter-spacing: 0;
    color:#222222;
}

.button-comp a.buttonText{
    text-decoration: none;
}

.button-comp.linkBtn .buttonText{
    border-bottom: 2px solid #8838ff;
    padding-bottom: 3px;
}
/*global sidespace*/
.side-padding{
    padding:0 4%;
}

.ap-shop-video-revamp {
    margin-top: 120px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .side-padding{
        padding:0 20px;
    }

    .ap-shop-video-revamp .video-elem__thumbnail-img {
        height: 100%;
    }


    .ap-shop-video-revamp {
       margin-top: 0;
       margin-bottom: 50px;
    }
}

.ap-shop-video-revamp {
    background-image: url('clientlib-site-shop/images/back-img.webp');
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.ap-shop-video-revamp .playVideoIcon {
    display: block;
}
/*write a review new style*/
.c-all-reviews .write-a-review-sec p{
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 1.08px;
    padding:5px 0;
}
.c-all-reviews .write-a-review-sec p:first-child{
    font-family: 'apFontLight';
    color:#ccc;
}
.c-all-reviews .write-a-review-sec p:last-child{
    font-family: 'apFontMedium';
    color:#222;
    width:306px;
    border-bottom: 2px solid #bbb8b8;
    margin-bottom: 25px;
}
.c-all-reviews textarea{
    width: 55%;
    margin-bottom: 16px;
}
.user-review-section .global-button.review-rating-submit {
    background-color: #431a80 !important;
    border-radius: 0;
    width: 306px;
    padding:16px 20px!important;
}
@media only screen and (max-width: 991px) {
    .c-all-reviews .write-a-review-sec p:last-child, .c-all-reviews textarea{
        width:100%;
    }
    .user-review-section .global-button.review-rating-submit{
        width:150px;
        padding:11px 20px!important;
    }

}
/*twitter icon*/
.twitterIcon-revised:before{background-position: -1212px -488px;}
/*facebook icon*/
.facebookIco-revised::before{background-position: -1140px -488px;}
/*shop text with icon style*/
.shopTextWithIcon .row{
    margin-right: 0;
    margin-left: 0;
}
.sr-only {
    display: none !important;
}
.c-buyonline-product .section-header .link-text {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    font-family: apFontMedium;
    color: black;
    border-bottom: 3px solid #8839ff;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .c-buyonline-product .section-header .link-text {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1px;

    }
}
.disable-overflow {
    overflow: hidden !important;
}
.shop-details-common-wp .shop-mrp {
    font-family: 'apFontLight';
    font-size: 15px;
}
@media (min-width:992px) {
    .shop-details-common-wp .shop-mrp,
    .shop-details-common-wp .c-offers-box .amount-box .amt-line.cl_actual_price,
    .shop-details-common-wp .c-offers-box .amount-box .amt.l_discount_price,
    .ap-shop-revamp-product-details .c-offers-box .amount-box .cl_actual_price,
    .ap-shop-revamp-product-details .c-offers-box .amount-box .cl_discount_price {
        font-size: 22px !important;
    }
}
.shop-details-common-wp .common-space-wp .row{
    margin:0 !important;
}

.chatboxSticker{
    box-shadow: 6px 8px 12px 0 grey;
    background: #fff;
    padding: 10px 16px;
    width: auto;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 18px;
    right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1037;
}
.chatboxSticker .iconTextLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8839ff;
}
.iconTextLinks {
    font-size: 12px;
}
.iconsWithText__right {
    margin: 0 0 0 6px;
}
.iconsWithText {
    display: inline-block;
}
.letsTalkIcon {
    background-position: -1756px -474px;
    width: 58px;
    height: 58px;
}
.iconText {
    margin-left: 10px;
}
.chatboxSticker .saving-progress-status{
    display: none !important;
}


@media (max-width: 991px) and (min-width: 320px){
    .chatboxSticker {
        width: auto;
    }
    .chatboxSticker {
        padding: 10px 8px;
        bottom: 15%;
    }
    .chatboxSticker .iconTextLinks {
        width: auto;
    }
    .chatboxSticker .iconTextLinks__text {
        display: none;
    }
    .chatboxSticker .iconTextLinks .iconsWithText__right {
        margin: 0;
    }
}
.shoplistingBody {
    background-color: white;
}
.shoplisting .filter-header,.shoplisting .filter-clear,.shoplisting .accor-title,.shoplisting .no-accor-title,.c-sort-list span,.c-tabbing .nav-tabs ul li a,
.c-three-column-box .cat-list ul li p,.amount-box .amt-line,.amount-box .amt,.amount-box .green-text,.c-two-column-box .cat-list ul li p,
.c-four-column-box .cat-list ul li p,.stores-list p, .c-two-column-box .cat-list ul li h4, .c-decor-solutions .decor-solutions-list h5, .shop-listing-revamp .accor-label-title {
    font-family: 'apFontRegular' !important;
    font-size: 14px !important;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.shop-listing-revamp .accor-title {
    font-family: apFontMedium !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
}
 .shop-listing-revamp .accor-label-title {
    font-family: apFontBold !important;
}
.shop-listing-revamp .filter-section-wp {
    margin-top: 0;
    border-bottom: none;
}
.shop-listing-revamp .accor-label-title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 22px;
    line-height: 22px;
}
.shop-listing-revamp .show-item {
    display: block;
}
.c-tools .tools-list ul li h5.h5 {
    font-family: 'apFontRegular';
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.c-tools .tools-list ul li p {
    letter-spacing: 1px;
    font-family: 'apFontLight';
    margin-top: 15px;
    font-size: 13px;
}
.shoplisting .c-filetr-box ul li a ,.form-box label{
    font-size: 14px;
    font-family: 'apFontLight';
    letter-spacing: 1px;
    color: #212121b3;
}
.shoplisting .c-filetr-box .form-box .form-indicator {
    border-radius: 0;
}
.c-accordian .accor-section {
    padding: 15px 0;
}
.mob-filter-header {
    border-color: #cccccc;
}
.c-sort-list span {
    padding-right: 30px;
    margin-top: 3px;
}
.c-tabbing .nav-tabs ul li {
    padding: 0 13px;
}
.c-tabbing .nav-tabs ul li.active a {
    color: #431a80;
}
.c-tabbing .nav-tabs ul li.active:before {
    bottom: -8px;
    background-color: #431a80;
    height: 2px;
}
.shoplisting .c-three-column-box .cat-list ul li a img, .c-decor-solutions .decor-solutions-list,
.c-four-column-box .cat-list ul li a img, .stores-list , .c-two-column-box .cat-list ul li a img{
    border-radius: 0;
    box-shadow: none;
}
.cat-list ul li div.amount-box .green-text {
    color: #DFA22A !important;
}
.c-brand-box .one-pic-box p,
.contentarticle p {
    font-family: "apFontLight";
}
.contentarticle p {
    margin-bottom: 20px;
}
.textdescriptionwithCTA .global-button-white {
    width: auto;
}
.c-tools .tools-list ul {
    border: 1px solid #E1DFEA;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: unset;
}
.c-tools .tools-list ul  li {
    width: 33%
}
.c-tools .tools-list ul img {
    background: none;
}
.purple-box-content .purple-box p {
    letter-spacing: 1px;
}
.purple-box-content .purple-pic img {
    margin: 0px 0 -2px -2px;
}
.purple-box-content .purple-pic img.right-img {
    margin: 0px 0px -2px 0px;
}
.purple-box-content {
    background-color: #f8f8f8 !important;
}
.purple-box-content .purple-box p {
    color: #222;
}
.purple-box-content .purple-box div {
    border-top: 1px solid #222;
}
.left-top-box {
    background-color: #8838FF;
    color: #fff;
}
.left-top-box:after {
    border-top: 24px solid #8838FF;
}
.c-accordian {
    top: 50px;
}
.c-sticky-filter-mob-box, .c-accordian.c-accordian-mob-show .close-apply {
    background-color: #431a80;
}
.c-sticky-filter-mob-box ul li a , .c-accordian.c-accordian-mob-show .close-apply {
    font-family: 'apFontLight';
    letter-spacing: 1px;
}
.c-grey-box {
    background-color: #fff;
}
.c-all-reviews textarea {
    border: 1px solid #ccc;
}
.c-decor-solutions .decor-solutions-list {
    width: calc(33.33% - 20px);
    padding: 10px;
}
.c-decor-solutions .decor-solutions-list img {
    width: 100%;
    height: auto;
}
.c-decor-solutions .col-xs-12 {
    width: 100%;
}
.c-decor-solutions .decor-solutions-list h5 {
    text-align: left;
}
.c-sub1-accordian .accor-title {
    background-image: none;
}
.c-accordian .accor-title, .c-accordian .accor-title.open {
    background: none;
}
.c-accordian .accor-title:after, .c-accordian .accor-title.open:after, .c-sub1-accordian .accor-title:after {
    content: " ";
    background: url("clientlib-site-revamp/images/apSpriteImage.webp");
    background-position: -73px -13px;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 0;
}
.c-accordian .accor-title:after, .c-sub1-accordian .accor-title:after {
    transform: rotate(270deg);
}
.c-accordian .accor-title.open:after {
    transform: rotate(90deg);
}
.shop-listing-revamp .navigation-section-wp {
    margin-top: 30px;
}
.shop-listing-revamp .c-accordian .accor-content:last-child {
     padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .shop-listing-revamp .filter-section-wp {
        margin-top: 81px;
        margin-bottom: 50px;
    }
    .shoplistingBody {
        background-color: #ffffff;
    }
    .shoplistingBody .h2 {
        padding-left: 0;
    }
    .shoplisting .filter-header, .shoplisting .filter-clear, .shoplisting .accor-title, .shoplisting .no-accor-title, .c-sort-list span, .c-tabbing .nav-tabs ul li a,.c-three-column-box .cat-list ul li p, .amount-box .amt-line, .amount-box .amt, .amount-box .green-text, .c-two-column-box .cat-list ul li p,
    .c-tools .tools-list ul li p,.c-four-column-box .cat-list ul li p,.stores-list p,.c-two-column-box .cat-list ul li h4, .c-decor-solutions .decor-solutions-list h5 {
        font-size: 11px !important;
    }
    .c-tabbing .nav-tabs ul li {
        border-bottom: 1px solid #cccccc;
        padding: 10px;
    }
    .c-tools .tools-list ul li {
        width: auto;
    }
    .c-tools .tools-list ul li h5.h5, .purple-box-content .purple-box p {
        font-size: 13px;
    }
    .endtoendsolution .col-xs-12 {
        width: 100%;
    }
    .decor-solutions-carosel {
        margin: 0;
    }
    .c-brand-box .one-pic-box p, .purple-box-content,.c-brand-pink-banner-box,.c-four-column-box {
        margin: 0 15px;
    }
    .c-four-column-box .cat-list ul li {
        width: calc( 50% - 3px);
        max-width: 49%;
    }
    .purple-box-content .purple-box {
        display: flex;
    }
    .c-decor-solutions .decor-solutions-list {
        width: 335px;
    }
    .c-decor-solutions .decor-solutions-carosel {
        margin: 0;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .topbanner {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .c-four-column-box .cat-list ul li {
        max-width: 50%;
    }
}
.shop-listing-revamp .navigation-section-wp .accor-title:after {
    background: none;
}
.shop-listing-revamp .navigation-section-wp .no-accor-title {
    font-size: 14px !important;
    font-family: 'apFontLight' !important;
    letter-spacing: 1px;
    color: #212121b3;
    text-transform: capitalize;
}
.shop-listing-revamp .navigation-section-wp .accor-content {
    border-top: 1px solid #cccccc;
    margin-top: 22px;
    padding-top: 5px;
}
.shop-listing-revamp .navigation-section-wp .accor-section {
    border-bottom: none;
    padding-bottom: 0;
}
.shop-listing-revamp .navigation-section-wp .navigate-accor-title {
    font-family: apFontBold !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.shop-listing-revamp .plusMinusIcon {
    display : none;
}
.shop-listing-result-area .shop-mrp {
    font-family: 'apFontMedium';
    font-size: 16px;
}
.shop-listing-result-area .listing-separator {
    margin-top: -4px;
}
@media screen and (min-width: 1200px) {
    .shop-listing-result-area div.amount-box .amt-line{
        font-size: 14px !important;
        font-weight: 400; 
    }
    .shop-listing-result-area .amount-box .amt{
        font-size: 16px !important;
        margin: 0 10px 0 0 !important;
    }
}


@media screen and (max-width: 1200px) and (min-width: 320px) {
    .shop-listing-result-area .shop-mrp {
        font-size: 11px;
    }
    .shop-listing-revamp .plusMinusIcon {
        display : block;
    }
    .shop-listing-revamp .c-accordian .accor-title.open:after, .shop-listing-revamp .c-accordian .accor-title:after {
       content: " ";
       background: none;
       background-position: unset;
       width: 7px;
       height: 13px;
       position: absolute;
       right: 0;
    }
    .shoplisting .c-accordian-mob-show .accor-title span:first-child {
        font-size: 12px;
        font-family: 'apFontSemiBold';
    }
    .shoplisting .c-accordian-mob-show .accor-title span.filter-count{
        font-family: 'apFontBold';
    }
}

#addToCartMessage {
    font-size: 12px;
}
/* shoplisting product title */
.shop-listing-revamp .shop-listing-result-area .tab-content .prods-list .shop-prod a p{
    text-transform: inherit;
}
.thank-content-header>span {
    font-family: "apFontRegular";
    font-size: 30px;
    letter-spacing: 1px;
}

.thank-content-subtext,
.thank-content-subtext #orderSuccessMessage,
.thank-content-subtext #orderErrorMessage {
    font-family: "apFontLight";
    font-size: 14px;
    letter-spacing: 1px;
}

.thank-content-subtext #orderDate,
.thank-content-subtext #orderNumber,
.thank-content-subtext #orderTotalPrice,
.thank-content-subtext #orderUserId {
    font-family: "apFontRegular";
}

.thank-content-subtext .btn-style2 {
    border-color: #431a80;
    width: auto;
    margin: 10px;
}

.thank-content {
    border: none;
}

.successStatusIcon,
.failureStatusIcon {
    width: 64px;
    height: 64px;
    position: relative;
    bottom: 20px;
    left: 46%;
}

.successStatusIcon {
    background: url("clientlib-site-revamp/images/Icons-Sprite.webp") no-repeat -1362px -472px;
}

.failureStatusIcon {
    background: url("clientlib-site-revamp/images/Icons-Sprite.webp") no-repeat -1452px -472px;
}

.thank-content-header span {
    color: #272727 !important;
}

@media only screen and (max-width: 767px) {
    .thank-content-header>span {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

    .successStatusIcon,
    .failureStatusIcon {
        left: 36%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {

    .successStatusIcon,
    .failureStatusIcon {
        left: 42%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

    .successStatusIcon,
    .failureStatusIcon {
        left: 36%;
    }
}

/* CCFORMS Thank You Revamp */
.bodycampaign {
    overflow-x: visible;
}

.form-revamp-thankyou {
    width: 100%;
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou {
        margin-top: -50px;
    }
}

@media (min-width: 992px) {
    .form-revamp-thankyou {
        margin-top: -60px;
    }
}

.form-revamp-thankyou .thank-you-image-left {
    height: 75vh;
    background-size: 100% 100%;
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .thank-you-image-left {
        height: 146px;
        background: #f5f5f5;
    }
}

.form-revamp-thankyou .thank-you-left-content {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(13%, -50%);
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .thank-you-left-content {
        top: 46%;
        transform: translate(8%, -50%);
    }
}

.form-revamp-thankyou .thank-you-left-content .thank-you-left-heading {
    color: #000;
    letter-spacing: -0.64px;
    text-shadow: 3px 2.5px 0px #fff, 3px 2.5px 2px #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.2px;
    font-family: inherit;
}

@media (min-width: 992px) {
    .form-revamp-thankyou .thank-you-left-content .thank-you-left-heading {
        margin-bottom: 12px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .thank-you-left-content .thank-you-left-heading {
        font-size: 24px;
        line-height: 56px;
        letter-spacing: -0.48px;
    }
}

.form-revamp-thankyou .thank-you-left-content .thank-you-left-subheading {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.16px;
    text-align: unset;
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .thank-you-left-content .thank-you-left-subheading {
        font-size: 11px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.11px;
    }
}

.form-revamp-thankyou .form-revamp-thankyou-right-content {
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 0 10%;
    background-image: var(--bg-image-desk);
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .form-revamp-thankyou-right-content {
        height: 440px;
        background-image: var(--bg-image-mobile);
        display: block;
    }
}

.form-revamp-thankyou .form-revamp-thankyou-right-content .thank-you-message {
    color: #fff;
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .form-revamp-thankyou-right-content .thank-you-message {
        padding-top: 50px;
    }
}

.form-revamp-thankyou .form-revamp-thankyou-right-content .thank-you-message .thank-you-right-heading {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    text-align: unset;
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .form-revamp-thankyou-right-content .thank-you-message .thank-you-right-heading {
        font-size: 32px;
        line-height: 35px;
    }
}

.form-revamp-thankyou .form-revamp-thankyou-right-content .thank-you-message .thank-you-right-subheading {
    color: #ededed;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0;
    width: 50%;
    text-align: unset;
}

@media (min-width: 320px) and (max-width: 991px) {
    .form-revamp-thankyou .form-revamp-thankyou-right-content .thank-you-message .thank-you-right-subheading {
        color: #bebebe;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }
}

.ctaComp.ctaRevampYellow {
    width: fit-content;
    margin-top: 20px;
}

.animated-arrow-btn.yellow-gradient {
    padding: 11px 18px;
    align-items: center;
    border-radius: 4.5px;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-flex;
    gap: 19px;
    background: var(--gradient, linear-gradient(180deg, #fec940 0%, #f90 100%));
    border: none;
}

.animated-arrow-btn.yellow-gradient:hover{
    color: #222;
    background: #fed440;
    box-shadow: none;
}

@media (min-width: 320px) and (max-width: 991px) {
    .animated-arrow-btn.yellow-gradient {
        font-size: 12px;
        gap: 10px;
    }
}

.animated-arrow-btn.yellow-gradient .arrow {
    display: flex;
}

.animated-arrow-btn.yellow-gradient .arrow::after {
    content: "";
    width: 17px;
    height: 15px;
    background: url("clientlib-site/images/arrow-black.webp");
}

.animated-arrow-btn.yellow-gradient:hover .arrow {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.sldr-captn .h1.sldr-title {
    font-family: 'apFontBold';
}
.h3.h3-border span, .newsandevents .date-box span,.newsandevents .typography h3,.h4 {
    font-family: 'apFontRegular';
    letter-spacing: 1px;
}
.newsandevents .typography p {
    font-family: 'apFontLight';
    letter-spacing: 1px;
}
.newsandevents .col-sm-9 {
    padding-left: 0;
    float: left;
}
.newsandevents .dwnld-btn {
    margin-top: 10px;
}
h4.h4 {
    margin-bottom: 20px;
}
.newsandevents .archives-list {
    background-color: unset;
    padding: 0;
    border: 0.5px solid #431a80;
}
.newsandevents  .archives-list li {
    border-color: #431a80;
}
.newsandevents  .archives-list .currentNews:last-child li {
    border: none;
}
.newsandevents .archives-list li.active a {
    color: #fff;
}
.newsandevents .archives-list li a {
    color: #431a80;
}
.newsandevents .archives-list li a:hover,.newsandevents .archives-list .currentNews:hover a {
    color: #ffffff;
    text-decoration: none;
}
.newsandevents .archives-list .currentNews:hover {
    background-color: #5C26A8;
    border-color: #5C26A8;
}
.aboutuswrapper .container {
    width: 100%;
}
.c-sticky-box,.c-sticky-box .custom-circleWrap {
    background: #431a80;
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
    .imagebanner {
        margin-top: 60px;
    }
}

@media ( min-width: 320px)and (max-width: 991px) {
    .imagebanner {
        margin-top: -6px;
    } 
    .gray-strip.affix{
        top: 89px !important;
    }
}
@media only screen and (max-width: 767px) {
    .aboutuswrapper .textdescriptionwithCTA .col-sm-12 {
        padding: 0;
    }
    .newsandevents .evnt-secn.row {
        display: flex !important;
        justify-content: space-between;
    }
    .newsandevents .evnt-secn.row div.col-sm-2 {
        padding: 0;
        flex-basis: 20%;
    }
    .newsandevents .left-offset.col-md-11 {
        flex-basis: 75%;
        padding: 0;
    }
    .newsandevents  .archives-list .currentNews:last-child li {
        border-bottom: 1px solid #431a80;
    }
    .newsandevents .mob-mrgn2,.newsandevents .col-sm-9 {
        max-width: 100%;
        padding: 0;
    }
    .c-sticky-box ul li {
        width: 50% !important;
    }
    .newsandevents  .archives-list li {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
 .newsandevents .date-box span,.newsandevents .typography h3,.newsandevents .dwnld-btn {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .newsandevents .evnt-secn.row div.col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .newsandevents .left-offset.col-md-11 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.aboutusmenu .gray-strip {
    background-color: #431a80;
    margin-top: -2px;
}
.campaignwrapper .carousel .row {
    display: block;
}
.whychooseus .function-boxes-wrapper {
    width: 100%;
}
.whychooseus .function-boxes-wrapper .function-boxes-copy>p,.item-hdng {
    font-family: 'apFontLight';
    letter-spacing: 1px;
}
.whychooseus .function-boxes-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
}
.whychooseus .function-boxes-wrapper ul li:nth-child(3n) {
    padding-right: 0;
}
.whychooseus .function-boxes-wrapper ul img,.policies-container>p>span>img,.testimonialcarousel img,.aboutuswrapper .parsys_column img {
    background: none;
}
.overview-copy.typography ul li:before {
    content: "";
    top: 10px;
}
.overview-container .overview-copy.typography p,.campaignwrapper .carousel ul#spot-carousel li .sldr-title,.policies-container>p>span,
.benefits #campus div.clearfix .h3,.aboutusmenu .gray-strip .inner-menu li a {
    font-family: 'apFontRegular' !important;
    letter-spacing: 1px;
}
.overview-container .overview-copy.typography ul {
    margin-top: 10px;
}
.overview-container .overview-copy.typography ul li {
    margin: 5px 0 0px 10px !important;
}
.policies-wrapper {
    background: #fff;
}
.benefits #campus div.clearfix {
    display: flex;
}
.campus-contianer>.alltext.minHt {
    height: 85px;
}
.campus-contianer>.alltext>p {
    font-family: 'apFontLight';
}
.campus-contianer .readMoreLink,.contentarticle a,.investor-stock-quote a,.policiesprograms .investor-policies-program a {
    text-transform: uppercase !important;
    font-size: 12px;
    border-bottom: 2px solid #431a80;
    color: #000;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    padding-bottom: 2px;
}
.testimonialcarousel .hidden-sm {
    display: none;
}
.test-copy-container h3 {
    font-family: 'apFontMedium';
}
.test-copy-container p {
    font-family: 'apFontLight';
}
.contentarticle a:hover {
    text-decoration: none;
    color: #000 !important;
}
.rightpainttool {
    padding: 0 15px;
}
.campaignwrapper .col-md-12.col-sm-12,.campaignwrapper .carousel .col-md-12, .aboutusmenu .gray-strip .col-md-12 {
    padding: 0;
}
.whychooseus .function-boxes-wrapper ul li:nth-child(3n+1) {
    padding-left: 0;
}
.campaignwrapper .testimonial-carousellll {
    margin: 20px -15px;
}
.campaignwrapper .testimonial-carousellll .setpadright {
    padding: 0 15px;
}
.campaignwrapper .carousel ul#spot-carousel li .sldr-title {
    font-size: 22px;
}
.campaignwrapper .carousel ul#spot-carousel .butn-style {
    font-family: 'apFontLight';
    padding-left: 15px;
}
.aboutuswrapper .parsys_column .contentarticle.typography h6,.aboutuswrapper .parsys_column.colctrl-3c-25_25_50-c1 .contentarticle.typography:nth-child(2) h4 {
    display: none;
}
#campus {
    margin-left: -15px;
}
.policies-container span p {
    font-size: 14px;
}
.policies-container p span {
    text-transform: uppercase;
}
.campus-contianer .readMoreLink:hover {
    font-size: 12px;
}
.owl-controls .owl-pagination .owl-page span {
    border: 1px solid rgba(42, 42, 42, 0.38);
    background: #fff !important;
}
.owl-controls .owl-pagination .owl-page.active span {
    width: 30px;
    background: #fff !important;
}
.owl-controls .owl-pagination .owl-page:hover span {
    background: #fff !important;
}
.bx-pager .bx-pager-item a,.bx-pager .bx-pager-item a.active {
    background-image: none !important;
    background-color: #fff !important;
    border: 1px solid rgba(42, 42, 42, 0.38);
    border-radius: 50% !important;
}
.bx-pager .bx-pager-item a.active {
    border-radius: 20px !important;
    width: 30px !important;
}
.gallery-carousel .owl-controls {
    bottom: 50%;
}
.campus-wrap .campus-block:first-child {
    float: left;
}
.campus-wrap .campus-block:last-child {
    float: right;
}
.campus-wrap .campus-block h3 {
    font-family: 'apFontRegular';
    margin-bottom: 10px;
    text-transform: capitalize;
}
.campus-wrap .campus-block .global-button-white {
    width: auto;
}
.campus-wrap .campus-block .global-button-white {
    border: 1px solid #431a80 !important;
    color: #431a80 !important;
    border-radius: 0;
}
.campus-wrap .campus-block .global-button-white:hover {
    color: #fff !important;
}
.parsys_column .parsys_column .contentarticle {
    font-family: 'apFontLight';
    font-size: 14px;
    line-height: 24px !important;
}
.aboutuswrapper .bnnr-secn .bx-wrapper .bx-viewport {
    height: auto !important;
}
.aboutuswrapper .bnnr-secn #spot-carousel li {
    position: relative !important;
    width: auto !important;
}
.h3.h3-border span {
    font-size: 30px;
    font-family: 'apFontSemiBold';
    text-transform: capitalize;
}
.careercanvasblog .inner-gallery .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: 10px;
}
.campus-contianer>.alltext>p {
    font-size: 14px;
}
.colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c1 {
    margin-top: 16px;
}
.campaignwrapper .carousel .bnnr-secn .bx-wrapper .bx-viewport {
    min-height: 500px;
}
.campaignwrapper .carousel .bnnr-secn .bx-wrapper .bx-viewport li {
    width: 100% !important;
}
@media only screen and (max-width: 767px) {
    .gray-strip .dtmAboutUsMenu li {
        border-bottom: 1px solid #431a80;
        background: #fff;
    }
    .gray-strip .dtmAboutUsMenu li a {
        color: #431a80;
    }
    .h3.h3-border span {
        font-size: 22px;
    }
    .aboutuswrapper .inner-secn .container > .row {
        display: flex !important;
    }
    .colctrl-3c-25_25_50 .colctrl-3c-25_25_50-c1 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .rightpainttool {
        padding: 0;
    }
    .overview-copy {
        left: 5vw;
    }
    .overview-container .overview-copy.typography p {
        font-size: 22px;
    }
    .overview-copy>ul>li {
        font-size: 12px;
    }
    .campaignwrapper {
        padding: 0 30px;
    }
    .bnnr-secn .bx-wrapper .bx-pager {
        bottom: 25px !important;
    }
    .whychooseus {
        padding: 0 30px;
    }
    .whychooseus .function-boxes-wrapper ul {
        display: block;
    }
    .whychooseus .function-boxes-wrapper ul li {
        padding: 0;
        max-width: 100%;
    }
    .benefits #campus div.clearfix {
        display: block;
    }
    .benefits #policies {
        padding: 0 15px;
    }
    .policies-container p span {
        font-size: 14px;
    }
    .campus-contianer.campus-list .h3 {
        font-size: 18px;
    }
    .campus-contianer>.alltext.minHt {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .campus-contianer {
        margin-bottom: 40px;
        max-width: 100%;
    }
    .bnnr-secn .bx-wrapper .bx-pager.bx-default-pager a, .owl-controls .owl-pagination .owl-page span  {
        width: 14px !important;
        height: 14px !important;
    }
    .bnnr-secn .bx-wrapper .bx-pager.bx-default-pager a.active,.owl-controls .owl-pagination .owl-page.active span {
        width: 25px !important;
    }
    .test-copy {
        display: block;
        min-height: 330px;
    }
    .gray-strip .dtmAboutUsMenu {
        border: 1px solid rgb(67, 26, 128);
    }
    .rightpainttool .col-xs-12.col-sm-4.global-margin-0.global-padding-0 {
        max-width: 100%;
    }
    .parsys_column .parsys_column .contentarticle {
        font-size: 13px;
    }
    .testimonial-carousellll {

    }
    .testimonial-carousellll .setpadright {
        padding: 0;
    }
    .aboutuswrapper .carousel {
        margin: 0 -15px;
    }
    .inner-secn .rightpainttool .row {
        display: block;
    }
    .campaignwrapper .carousel .bnnr-secn .bx-wrapper .bx-viewport {
        min-height: 440px !important;
        height: 440px !important;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .test-copy {
        min-height: 365px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .benefits .policies-wrapper .container {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .testimonial-carousellll .row {
        display: block;
    }
    .testimonial-carousellll .row .setpadright,.testimonial-carousellll .row .setpadleft {
            max-width: 100%;
    }
    .testimonial-carousellll .setpadright {
        padding: 0 0 0 15px;
    }
}
.gray-strip {
    transition: none !important;
    -webkit-transition: none !important;
}
.search-item input.searchDecor,.filter-header,.filter-header button.newreset.resetDecor,#filters1 .accrdn-title-inspiration {
    font-family: 'apFontRegular';
    text-transform: uppercase !important;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222;
}
.search-item input.searchDecor {
    border: 1px solid #222;
    padding-right: 35px;
}
.search-item input.searchDecor::placeholder {
    color: #222;
    font-family: 'apFontLight';
    font-size: 13px;
    opacity: 0.6;
    text-transform: initial;
}
.filter-header {
    background-color: unset;
}
.filter-left-container-desk {
    border: none;
}
.filter-header button.newreset.resetDecor {
    border: none;
}
.checkbox label::before {
    height: 16px;
    width: 16px;
    border-color: #838383;
    border-radius: 50%;
}
.filter-left-container-desk .checkbox label div {
    font-family: 'apFontLight';
    font-size: 13px;
    letter-spacing: 1px;
    color: #222;
}
#filters1 .checkbox input[type="checkbox"] {
    position: relative;
    height: 16px;
    width: 16px;
    left: 1px;
    top:0px;
    flex-basis: 8%;
}
#filters1 .intrst-check .checkbox {
    display: flex;
    padding-left: 0;
}
.post-blck {
    padding-left: 0;
}
#filters1 .checkbox label {
    flex-basis: 90%;
}
#filters1 .checkbox label:before,#filters1 .checkbox label:after {
    left: 5px;
    margin-left: -22px;
    top: 0px;
}
#filters1 .checkbox label:after,input[type=checkbox].styled:checked+label:after {
    background: url('clientlib-site-revamp/images/Icons-Sprite.webp') no-repeat -709px -313px;
    width: 23px;
    height: 23px;
    transform: scale(0.7);
    top: -3px;
    margin-left: -25px;
}
.item-hdng-decor-blogs {
    font-family: 'apFontLight' !important;
    text-transform: capitalize;
    color: #222;
}
.global-button-white.moreDecorBlocks {
    border-color: #431a80 !important;
    border-radius: 0;
    color: #431a80 !important;
    font-family: 'apFontRegular' !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 17px !important;
}
.global-button-white.moreDecorBlocks:hover {
    color: #fff !important;
}
.search-item button {
    background: url('clientlib-site-revamp/images/Icons-Sprite.webp') no-repeat -145px -39px;
    width: 20px;
    height: 20px;
}
.scf button {
    border: 1px solid #431a80;
    color: #431a80;
    font-family: 'apFontRegular';
    padding: 13px 30px;
    font-size: 14px;
}
.scf button:hover {
    background-color: #431a80 !important;
}
.accor-new .accrdn-title-inspiration.open,.accor-new .accrdn-title-inspiration {
    background: none;
}
.accor-new .accrdn-title-inspiration.open:after,.accor-new .accrdn-title-inspiration:after {
    content: '';
    background: url('clientlib-site-revamp/images/apSpriteImage.webp');
    background-position: -73px -13px;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 17px;
    top: 14px;
}
.accor-new .accrdn-title-inspiration.open:after {
    transform: rotate(90deg);
}
.accor-new .accrdn-title-inspiration:after {
    transform: rotate(270deg);
}
.dsgnr-dtls .blog-title.custom-blog-title {
    font-size: 30px;
    font-family: 'apFontRegular';
}
.scf h4 {
    font-family: 'apFontLight';
}
.add-cmmnt textarea.custum-input {
    font-family: 'apFontLight';
}
.comment-listing-parent p {
    margin-bottom: 20px;
}
strong,h3 {
    font-family: 'apFontRegular';
}
.filterHolder label > div {
    word-break: break-word;
}
.carousel .bnnr-secn .bx-wrapper .bx-viewport {
    min-height: 500px !important;
}
.carousel .bnnr-secn .bx-wrapper .bx-viewport li {
    width: auto !important;
}
.sldr-title {
    font-family: apFontSemiBold;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .search-item button {
        margin-top: -3px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .tab-style1.custom h2 {
        float: none;
        text-align: center;
    }
    .search-item button {
        margin-top: -20px;
    }
    .mnContr .col-xs-12.col-sm-3.margin-bottom50 {
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .filter-left-container-mob-plus,.filter-left-container-mob-minus {
        font-family: 'apFontRegular';
        text-transform: uppercase;
        font-size: 20px;
        width: 100%;
    }
    #filters .accrdn-title-inspiration {
        font-family: 'apFontRegular';
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase !important;
    }
    .accrdn-cntnt .intrst-check label > div {
        font-family: 'apFontLight';
    }
    .filter-header {
        margin-bottom: 0;
    }
    .accrdn-secn {
        margin-top: 10px;
    }
    #filters .accrdn-cntnt {
        padding: 0;
    }
    .row .decor-blocks-container .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
        padding: 0;
    }
    .mnContr .col-xs-12.col-sm-9,.mnContr #inspiration-new-gallery .decor-blocks-container .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
        max-width: 100%;
        flex-basis: 100%;
    }
    #filters .checkbox input[type="checkbox"] {
        position: relative;
    }
    #filters .checkbox label::after {
        left: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mnContr #inspiration-new-gallery .decor-blocks-container .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
        max-width: 50%;
    }
    .row.decor-blocks-container {
        justify-content: space-between;
    }
     .filter-stick-mob {
        display: none;
     }
     #filters1 .accrdn-title-inspiration {
        width: 93%
     }
     #filters1 .accrdn-title-inspiration {
        padding-left: 0;
     }
     .filter-header {
        padding-left: 0;
     }
     .accor-new .accrdn-title-inspiration::before {
        width: 0;
     }
     #filters1 .accrdn-cntnt {
        padding-left: 0;
     }
}
@media only screen and (max-width: 991px) {
    .forum h2.section-header {
        width: 100%;
        text-align: center;
        margin-bottom: 20px !important;
    }
    .carousel .bnnr-secn .bx-wrapper .bx-viewport {
        height: 500px !important;
    }
}


.warranty-main .warranty-box h3,.warranty-main .register-activate-head {
    font-family: 'apFontBold' !important;
    text-transform: capitalize;
    color: #373737;
    line-height: 1.8;
    font-size: 20px;
}
.warranty-main .pro-left {
    width: 90%;
}
.warranty-main .warranty-bar span {
    background: #431a80;
}
.warranty-main .pro-right {
    padding: 10px 0 0;
    border-left: none;
    width: 90%;
}
.warranty-main .proMain label:first-child {
    padding-right: 10px;
}
.warranty-main .proMain label:nth-child(2) {
    border-left: 1px solid rgba(0,0,0,0.2);
    padding-left: 10px;
}
.warranty-main .proMain label {
    font-size: 14px;
    line-height: 2;
    font-family: 'apFontLight';
    color: #222;
}
.warranty-main .proMain label span {
    font-family: 'apFontMedium';
}
.warranty-main .warranty-box a,.warranty-main .register-msg p a {
    font-size: 13px;
    text-transform: uppercase !important;
    font-family: 'apFontMedium';
    padding: 15px 0 0px;
    margin-right: 0;
    color: #222;
    font-weight: normal;
    border-bottom: 2px solid #8839ff;
    text-decoration: none;
}
.warranty-main .warranty-content {
    color: #222;
    font-size: 14px;
    line-height: 2;
    font-family: 'apFontLight';
}
.warranty-main .warranty-view-btn {
    background: url('clientlib-site-revamp/images/Icons-Sprite.webp') no-repeat -902px -317px;
    width: 12px;
    height: 12px;
}
.warranty-main .warranty-view-btn.warrantyguide {
    background: url('clientlib-site-revamp/images/Icons-Sprite.webp') no-repeat -936px -322px;
    width: 12px;
    height: 12px;
}
.warranty-main .warranty-view-btn,.warranty-main .warranty-view-btn.warrantyguide {
    margin-top: -30px;
}
.warranty-main .warranty-box {
    border-color: #E9E9E9;
}
.warranty-main .warranty-box:first-child {
    padding-top: 0;
}
.warranty-main form.register-warranty .register-field label,.warranty-main form.register-warranty .register-field label span,.warranty-main form.register-warranty input.form-control,
.warranty-prodetail .prodetail-warranty label,.warranty-prodetail .prodetail-warranty label span,.warranty-main .pro-details input {
    text-transform: uppercase;
    opacity: 0.6;
    letter-spacing: 1.08px;
    font-size: 14px;
    line-height: 0.86;
    color: #222222;
    font-family: 'apFontLight';
}
.warranty-main form.register-warranty input.form-control,.warranty-main .pro-details input {
    opacity: 1;
    font-family: 'apFontRegular';
}
.warranty-main form.register-warranty .register-field label,.warranty-prodetail .prodetail-warranty label {
    width: 100%;
    justify-content: start;
}
.warranty-main form.register-warranty input.form-control,.warranty-main .pro-details input {
    margin-top: 10px;
}
.warranty-main .warrantyregister-btn {
    padding: 0;
}
.warranty-main .warrantyregister-btn a {
    width: 100%;
    text-transform: uppercase;
    padding: 5px 40px;
    border-color: #431a80;
    color: #fff;
    font-size: 13px;
    font-family: 'apFontRegular';
    letter-spacing: 1px;
    background-color: #431a80;
}
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label:before, .warranty-main .warranty-pro-option [type="checkbox"]:checked + label:before {
    width: 20px;
    height: 20px;
    top: 4px;
    border: 1px solid #aa94cb;
    border-radius: 50%;
}
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label, .warranty-main .warranty-pro-option [type="checkbox"]:checked + label {
    color: #222;
    line-height: 2.15;
    text-transform: capitalize;
    font-family: 'apFontLight';
    font-size: 14px;
}
.warranty-main .warranty-pro-option [type="checkbox"]:not(:checked) + label:after, .warranty-main .warranty-pro-option [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 8px;
    border: 1px solid #fff;
    left: 8px;
    height: 10px;
    width: 4px;
    border: 1px solid #431a80;
    transform: rotate(45deg);
    border-width: 0 1px 1px 0;
}
.error-msg {
    font-size: 13px;
    font-family: 'apFontLight';
}
.warranty-main .warranty-pro-option,.warranty-main .pro-details input {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}
.warranty-main .warranty-pro-option label {
    padding-left: 30px;
}
.warranty-main .warranty-pro-option.last-option label {
    text-transform: inherit !important;
    font-size: 13px !important;
}
.warranty-main .pro-fields select {
    letter-spacing: 1.08px;
    line-height: 0.86;
    font-size: 14px;
    font-family: 'apFontRegular';
    text-transform: uppercase;
    border-radius: 0;
}
.warranty-registerform .pro-fields {
    width: 100%;
}
.warranty-main .warranty-step5 {
    text-align: center;
}
.warranty-main .register-msg p {
    font-size: 14px;
    line-height: 2;
}
.typography h3 {
    font-size: 22px;
}
.warranty-main .warrranty-pro-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    float: none;
}
.warranty-main .warranty-pro-option {
    flex: 0 0 50%;
}
.warranty-step-main .wrnt-pro-opt-err,.warranty-step-main .wrnt-pro-dclr-err {
    padding-left: 22px;
}
.warranty-step1 .error-msg,.register-warranty .error-msg,.pro-details-sec .error-msg {
    padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .error-msg {
        padding-bottom: 40px;
    }
    .warranty-main .warranty-pro-option.last-option {
        padding-left: 22px;
    }
    .warranty-main .warrantyregister-btn.warranty-step-three {
        padding-top: 0;
        margin-left: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .warranty-main .warranty-box a {
        text-decoration: none;
        letter-spacing: 0.92px;
    }
    .warranty-main .proMain label:nth-child(2) {
        border-left: none;
        padding-left: 0;
    }
    .warranty-main .proMain label:first-child {
        padding-right: 0;
    }
    .warranty-main .warranty-left {
        padding-right: 0;
    }
    .warranty-main .pro-right {
        padding: 0;
    }
    .warranty-main .warranty-right-parent {
        position: absolute;
        top: 170px;
        left: 0;
        right: 0;
        max-width: 100%;
    }
    .warranty-main {
        padding: 180px 0;
    }
    .warranty-main .visible-phn {
        padding: 0;
    }
    .warranty-main .visible-phn a {
        width: 100%;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.92px;
        line-height: 1;
        color: #fff;
        border-color: #431a80;
        padding: 15px 20px;
        font-family: 'apFontRegular';
    }
    .warranty-main .warranty-box a,.warranty-main .warrantyregister-btn a {
        font-size: 12px;
    }
    .warranty-main .col-xs-12.col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .warranty-main .proMain label {
        font-size: 14px;
    }
    .warranty-main .warranty-registerform {
        padding-top: 150px;
    }
    .warranty-main .register-activate-head,.warranty-main .warranty-box h3 {
        font-size: 16px;
    }
    .warranty-main form.register-warranty .register-field label {
        font-size: 11px;
    }
    .warranty-main form.register-warranty input.form-control {
        font-size: 12px;
        margin-top: 20px;
    }
    .warranty-step {
        padding-top: 150px;
    }
    .warranty-main .warranty-pro-option {
        padding-left: 20px;
    }
    .warranty-main .warranty-view-btn,.warranty-main .warranty-view-btn.warrantyguide {
        margin-top: -35px;
    }
    .warranty-main .warrranty-pro-list {
        display: block;
        flex-wrap: unset;
        padding-left: 0;
    }
    .warranty-main .warranty-pro-option.last-option label {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .warranty-main .warranty-right-parent {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .warranty-main .proMain label:first-child {
        padding-right: 10px;
    }
    .warranty-main .proMain label:nth-child(2) {
        border-left: 1px solid rgba(0,0,0,0.2);
        padding-left: 10px;
    }
    .warranty-main .warranty-right-parent {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 420px) {
    .warranty-step {
        padding: 150px 20px;
    }
}
#international:nth-child(even) .row {
    flex-direction: row-reverse;
}
h3 {
    font-family: 'apFontMedium' !important;
    margin-bottom: 10px !important;
}
#international:nth-child(even) .row .col-sm-9.col-sm-pull-3 {
    margin-top: 35px;
}
#international:last-child {
    margin-bottom: 60px !important;
}
p.drctr-desgn,
.table-responsive .table>tbody>tr>th,
.table-responsive .table>tbody>tr>td {
    font-family: 'apFontLight';
}
.global-button-white:focus {
    background-color: #fff !important;
    color: #431a80 !important;
    border-color: #431a80 !important;
}
.item-look-captn-hdng {
    font-family: 'apFontMedium';
}
.alsolookfor .drctcrs-secn img,.accrdn-title,.accrdn-title.open,.isVisible-img--scroll {
    background: none;
}
.accordion .initialFaqs,
.accordion .initialFaqs .accrdn-secn .h3 {
    width: 100%;
}
.accrdn-title:before {
    width: 0;
    height: 0;
    content: "-";
    top: 15px;
    margin-top: 0;
}
.accrdn-title:after,.accrdn-title.open:after {
    content: '';
    background: url('clientlib-site-revamp/images/apSpriteImage.webp');
    background-position: -73px -13px;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 17px;
}
.accrdn-title:after {
    transform: rotate(270deg);
}
.accrdn-title.open:after {
    transform: rotate(90deg);
}
.overview.section:not(:first-child) {
    margin-top: 60px;
}
.textdescriptionwithCTA .typography h3 {
    font-size: 22px;
}
.fr-three-box .item .tile .item-look-captn {
    padding: 12px 10px;
}
.inner-menu > li > a {
    padding: 0 14px 0 0;
}
.alsolookfor {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #international:nth-child(even) .row .col-sm-9.col-sm-pull-3,#international .row .col-sm-9.mt-35 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .aboutuswrapper .overview.section .col-sm-3.center,
    .aboutuswrapper .overview.section .col-sm-9.mt-35,
    .alsolookfor .drctcrs-secn .fr-three-box {
        max-width: 100%;
    }
    .overview.section:not(:first-child) {
        margin-top: 30px;
    }
    .textdescriptionwithCTA .typography h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .aboutuswrapper #international .col-sm-9.col-sm-pull-3,.aboutuswrapper #international .col-sm-9.mt-35 {
        margin-top: 0 !important;
    }
    .aboutuswrapper .h2.section-header {
        margin-bottom: 20px;
    }
}
.aboutusmenu .inner-menu li ul {
    background-color: #431a80;
}
.aboutusmenu .inner-menu li .icon {
    position: relative;
    top: 7px;
}
.date-box span,.investor-view-btn {
    font-family: 'apFontRegular';
}
.typography p,.dwnld-btn,.investorsnotices .tab-style1 .nav li a,.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.bootstrap-select.btn-group .dropdown-menu li a span.text,.typography h4 {
    font-family: 'apFontLight';
}
#announcements .global-button-white,#analystpresentations .global-button-white,.capitalholdings .global-button-white,
.investorsshareholding .global-button-white,.pdfdamcomponent .global-button-white,.analystpresentation .global-button-white {
    text-transform: uppercase !important;
    font-size: 13px !important;
    border-radius: 0;
    padding: 17px !important;
    font-family: 'apFontRegular' !important;
    color: #431a80 !important;
}
#announcements .global-button-white:hover,#analystpresentations .global-button-white:hover,
.capitalholdings .global-button-white:hover,.investorsshareholding .global-button-white:hover,.pdfdamcomponent .global-button-white:hover ,
.analystpresentation .global-button-white:hover{
    color: #ffffff !important;
}
.capitalholdings td,.capitalholdings th,.tab-content p {
    padding: 10px;
    font-family: 'apFontLight';
    font-size: 14px;
}
.investorsshareholding .tab-content p {
    padding-left: 0;
}
.contentarticle p b {
    font-family: 'apFontSemiBold';
}
#announcements .events-secn .date-box {
    width: 80px;
}
.investorsnotices .bootstrap-select.btn-group .dropdown-menu {
    max-height: 150px !important;
    position: relative;
    top: 100%;
}
.investorsnotices h3 {
    font-size: 22px;
}
.slct-style1 .bootstrap-select .dropdown-toggle .caret {
    content: " ";
    background: url("clientlib-site-revamp/images/apSpriteImage.webp");
    background-position: -73px -13px;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 0;
    transform: rotate(270deg);
}
.slct-style1 .bootstrap-select.open .dropdown-toggle .caret {
    content: " ";
    background: url("clientlib-site-revamp/images/apSpriteImage.webp");
    background-position: -73px -13px;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
}
.investorsshareholding .typography.no-bullets ul li,.financialresults .typography.no-bullets ul li {
    margin: 20px !important;
}
.slct-style1 .dropdown-toggle:after {
    display: none;
}
.financialresults {
    padding: 0 42px;
}
.financialresults .row {
    display: block;
}
.financialresults .row .fin-drop .investor-fin-result {
    display: inline-block;
}
.financialresults .typography.no-bullets .investor-stock-quote ul li {
    margin: 20px 0 20px 0 !important;
}
.investorsnotices .tab-style1 {
    margin-top: 50px;
}
.investorsnotices .tab-style1 .nav li.active:before {
    top: 36px;
}
.investorsnotices .bootstrap-select.btn-group .dropdown-menu li {
    padding: 20px;
}
.financialresults .container .col-md-12,.investorsnotices .tab-content p {
    padding-left: 0;
}
.policiesprograms .investor-policies-program a:hover {
    color: #000;
    text-decoration: none;
}
.aboutuswrapper .colctrl-2c-50_50-c1 .contentarticle h4:first-child {
    display: none;
}
.aboutuswrapper .colctrl-2c-50_50 .colctrl-2c-50_50-c0, .aboutuswrapper .colctrl-2c-50_50 .colctrl-2c-50_50-c1 {
    width: 50%;
}
.dropup .dropdown-menu {
    bottom: auto !important;
}
@media only screen and (max-width: 991px) {
    .financialresults .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .financialresults {
        padding: 0 20px;
    }
    .typography h3,.investorsnotices h3 {
        font-size: 18px;
    }
    #announcements .events-secn > div:first-child,#pdfdamcomponentdiv .events-secn > div:first-child {
        flex-basis: 30%;
        padding-left: 0;
    }
    #announcements .events-secn > div:last-child,#pdfdamcomponentdiv .events-secn > div:last-child {
        flex-basis: 70%;
        padding-right: 0;
    }
    .contentarticle table {
        width: 100%;
    }
    #announcements .events-secn .date-box {
        width: auto;
    }
    .financialresults .row .fin-drop .investor-fin-result {
        max-width: 49%;
    }
    .investorsnotices .tab-style1 .nav li.active:before {
        top: 34px;
    }
    .tab-content p {
        padding-left: 0;
    }
    .slct-style1 .bootstrap-select .dropdown-toggle .caret {
        top: 50%;
    }
    .investorsnotices .bootstrap-select.btn-group .dropdown-menu li {
        padding: 10px;
        padding-left: 0;
    }
    .policiesprograms .inner-secn {
        padding: 30px 0;
    }
    .initialFaqs .accrdn-secn .accrdn-title:before {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .col-sm-12,.col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .gray-strip .dtmAboutUsMenu li {
        border-bottom: 1px solid #fff;
        background: #431a80;
    }
    .gray-strip .dtmAboutUsMenu li:last-child {
        border-bottom: 0;
    }
    .gray-strip .dtmAboutUsMenu li a {
        color: #fff;
    }
    .gray-strip .dtmAboutUsMenu.inner-menu li ul {
        position: static;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #announcements .events-secn > div:first-child,#pdfdamcomponentdiv .events-secn > div:first-child {
        flex-basis: 20%;
        padding-left: 15px;
        max-width: 14%;
    }
    #announcements .events-secn > div:last-child,#pdfdamcomponentdiv .events-secn > div:last-child {
        flex-basis: 80%;
    }
    .gray-strip .dtmAboutUsMenu.inner-menu li ul {
        left: -25px;
    }
    .investorsnotices .bootstrap-select.btn-group .dropdown-menu li {
        padding-left: 20px;
    }
}
.bookAppointmentPLP .formWrapPLP .colWrapPLP label {
    color: #858585;
    text-transform: uppercase !important;
    letter-spacing: 1.08px;
    font-size: 14px;
    font-family: apFontLight;
}
.bookAppointmentPLP .formWrapPLP .colWrapPLP input {
    font-family: "apFontRegular";
    letter-spacing: 1.08px;
    text-transform: uppercase;
    padding-top: 15px;
}


/*Awards and recognitions*/

.awardsrecognitions #awards-template-placeholder .col-xs-8 {
    flex-basis: 72%;
    margin-left: 20px;
}
.awardsrecognitions .archives-list {
    background-color: unset;
    padding: 0;
    border: .5px solid #431a80;
}
.awardsrecognitions .archives-list li {
    border-color: #431a80;
}
.awardsrecognitions .archives-list .currentAwards:hover {
    background-color: #5c26a8;
    border-color: #5c26a8;
}
.awardsrecognitions .archives-list .currentAwards:hover a {
    color: #fff;
    text-decoration: none;
}
.awardsrecognitions .archives-list li a {
    color: #431a80;
}
.awardsrecognitions .archives-list li.active a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .awardsrecognitions #awards-template-placeholder .col-xs-8 {
        flex-basis: 58%;
        margin-left: 20px;
    }
    .awardsrecognitions #awards-template-placeholder .col-sm-3.col-xs-4.pr-none {
        flex-basis: 35%;
        padding-left: 0;
    }
    .awardsrecognitions .archives-list li:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .awardsrecognitions .mob-mrgn2.col-sm-2 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .awardsrecognitions .col-sm-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.apidwrapper {
    float: none !important;
}
.apidbanner .waterproofenquireform-apid {
    height: 480px;
}
.compareproducts .apidmain .wrapper.apidofferings.apidpad60 {
    float: left;
}
.apidslider-main .slick-next:before, .apidslider-main .slick-prev:before,.warrantyslidermain .slick-prev:before,.warrantyslidermain .slick-next:before {
    width: 0 !important;
}
footer {
    position: sticky;
}
.waterproofenquireform-apid h3 {
   font-family: 'Abhaya Libre' !important;
}
@media only screen and (max-width: 991px) {
    .apidbanner .waterproofenquireform-apid {
        height: auto;
    }
    footer {
        position: unset;
    }
    .apidmain {
        margin-top: 60px;
    }
    .compareproducts .apidmain .wrapper.apidofferings.apidpad60{
        display: flex;
        float: none;
    }
    .apidtestslider .slick-dots {
        text-align: center !important;
        bottom: -40px !important;
    }
    .apidtestslider .slick-dots li.slick-active {
        margin-right: 17px !important;
    }
    .apidtestslider .slick-dots li button {
        background-color: unset !important;
    }
}
.campaignspotlight.section .container-fluid.spotlight-container .owl-wrapper,
.campaignspotlight.section .container-fluid.spotlight-container .owl-wrapper .owl-item {
    width: 100% !important;
}
.campaignspotlight.section .form-container {
    left: 8%;
    width: 1170px;
    max-width: unset;
    top: 10%;
}
.campaignspotlight.section .form-container .form-content  #landingform li {
    width: 100%;
}
footer .ftr-btm {
    margin: -40px;
}
#landingform .form-content-display.typography.no-bullets.form-box div.error {
    bottom: -15px;
}
.bodycampaign .campaignspotlight.section .container-fluid.global-padding-0.global-margin-0.spotlight-container .col-xs-12 {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .campaignspotlight.section .form-container .form-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .ftr-btm {
        margin: -20px;
    }
    footer .ftr-btm .copyright {
        text-align: left;
    }
    .campaignspotlight.section .form-container {
        width: 80%;
    }
    .bodycampaign .ui-datepicker {
        width: 90%;
        margin-left: 0;
    }
}
.bodycampaign .campaignwrapper.section .textdescriptionwithCTA.section .contentarticle.typography .row .col-xs-12.col-sm-3.custom-mobile-480-col-xs-12 {
    float: left;
    width: 25%;
}
.bodycampaign .campaignwrapper.section .textdescriptionwithCTA.section .contentarticle.typography .row {
    display: block;
}
.bodycampaign .campaignwrapper.section .border {
    border: none !important;
}
.bodycampaign .campaignwrapper.section .twocolumnimagevideo.section .col-xs-12.col-sm-6.mobile-mb-30.typography.no-bullets {
    float: left;
}
.bodycampaign .wrapper .campaignheader.section .header-container .col-xs-12.hidden-sm.hidden-md.hidden-lg.text-right {
    display: none;
}
.bodycampaign .campaignwrapper.section .parsys_column.colctrl-3c-33_33_33.clearfix.mb-30 .textdescriptionwithCTA.section {
    padding: 0 20px;
}
@media only screen and (max-width: 991px) {
    .bodycampaign .campaignwrapper.section .twocolumnimagevideo.section .col-xs-12.col-sm-6.mobile-mb-30.typography.no-bullets {
        padding: 0;
    }
    .bodycampaign .wrapper .campaignheader.section .header-container .col-xs-12.hidden-sm.hidden-md.hidden-lg.text-right {
        display: block;
        width: 100%;
        padding: 0 15px;
    }
     .col-xs-12.col-sm-8.col-md-7.text-right.global-padding-0.tab-100.app-inner-menu {
        flex-basis: 100%;
        max-width: 100%;
    }
    .bodycampaign .wrapper .campaignheader.section .header-container .container {
        max-width: unset;
    }
    .bodycampaign .campaignwrapper.section .twocolumnimagevideo.section .col-xs-12.col-sm-6.mobile-mb-30.typography.no-bullets {
        float: none;
        flex-basis: 100%;
        max-width: 100%;
    }
    .bodycampaign .campaignwrapper.section .parsys_column.colctrl-3c-33_33_33.clearfix.mb-30 .textdescriptionwithCTA.section {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bodycampaign .wrapper .campaignheader.section .header-container .col-xs-12.hidden-sm.hidden-md.hidden-lg.text-right {
        display: none;
    }
    .col-xs-12.col-sm-8.col-md-7.text-right.global-padding-0.tab-100.app-inner-menu {
        text-align: right !important;
    }
}
.bodycampaign .main-wrapper.topbanner .container {
    width: 1170px;
}
.bodycampaign .header.main-wrapper nav a {
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
    .bodycampaign .main-wrapper.topbanner .container {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
    .bodycampaign .topbanner img {
        margin-top: -4px;
    }
    .bodycampaign .topbanner {
        margin-top: 55px;
    }
}
.bodycampaign .benefits.section .brdr-secn .col-md-6.col-sm-6.mb-55.list-item {
    width: 50%;
    float: left;
}
.bodycampaign .accordion.section .accrdn-secn .accrdn-cntnt {
    padding-top: 0;
    padding-bottom: 20px;
}
.bodycampaign .campaignspotlight.section .container-fluid.global-padding-0.global-margin-0.spotlight-container .row {
    margin: 0;
}
.bodycampaign .accordion.section .accrdn-secn a {
    word-break: break-all;
}
@media only screen and (max-width: 991px) {
    .bodycampaign .benefits.section .brdr-secn .col-md-6.col-sm-6.mb-55.list-item {
        width: 100%;
        float: none;
    }
    .bodycampaign .aboutuswrapper.section .benefits.section .col-md-6.col-sm-6.mb-55.list-item,
    .bodycampaign .aboutuswrapper.section .benefits.section .col-md-6.col-sm-6.mb-55.list-item .row .col-sm-3.center,
    .bodycampaign .aboutuswrapper.section .benefits.section .col-md-6.col-sm-6.mb-55.list-item .row .col-sm-9.mt-15.margin-top-zero-new {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bodycampaign .aboutuswrapper.section .benefits.section .col-md-6.col-sm-6.mb-55.list-item .row {
        display: block;
    }
}
.financial-result-revamp .date-range-area {
    display: flex;
}
.financial-result-revamp .fin-drop {
    border-top: 1px solid lightgrey;
    padding-top: 40px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 40px;
}
.financial-result-revamp .container {
     max-width: 1366px;
 }
.financial-result-revamp .date-range-wp {
    margin-left: 40px;
    display: flex;
}
.financial-result-revamp .fin-drop {
    display: flex;
    flex-wrap: wrap;
}
.financial-result-revamp .financial-results {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    box-shadow: 1px 1px 1px 1px lightgrey;
    padding: 10px;
}
.financial-result-revamp .view-btn {
    margin: auto;
    margin-top: 40px;
}
.financial-result-revamp .investor-view-btn {
    font-size: 14px !important;
}
.financial-result-revamp .investor-fin-result {
    margin-bottom: 50px;
    border-right: none;
}
@media only screen and (max-width: 992px) {
    .financial-result-revamp .investor-fin-result {
        padding: 0;
    }
    .financial-result-revamp .fin-drop {
        margin-left: 0;
    }
    .financialresults .financial-result-revamp .row .fin-drop {
        display: flex;
        justify-content: space-between;
    }
    .financialresults .financial-result-revamp .row .fin-drop .investor-fin-result {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .financial-result-revamp .date-range-area {
        justify-content: space-between;
    }
    .financial-result-revamp .view-btn {
        margin-top: 20px;
    }
}
.banner-carousel-revamp {
    position: relative;
    height: auto;
}
.banner-carousel-revamp .c-spotlight-carosel {
    position: initial;
}
.banner-carousel-revamp .slick-dots {
    display: block !important;
}
.banner-carousel-revamp .c-spotlight-carosel .slick-dots {
    bottom: 30px;
}
.banner-carousel-revamp .c-spotlight-carosel .slick-dots li button {
    color: white;
    background: white;
}
.banner-carousel-revamp .c-spotlight-carosel .slick-dots li.slick-active button {
    width: 22px;
    background: white;
}
.banner-carousel-revamp .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 18px;
    padding: 0;
    cursor: pointer;
}
.banner-carousel-revamp .slick-dots li:last-child {
    margin-right: 0;
}
.banner-carousel-revamp .text-container {
    max-width: 100%;
    background: transparent;
    margin-left: 40px;
    position: absolute;
    z-index: 999898989;
    top: 50%;
    transform: translate(0, -50%);
}
.banner-carousel-revamp .sldr-title {
    font-family: apFontMedium;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
}
.banner-carousel-revamp .sldr-title2 {
    font-size: 60px;
    line-height: 60px;
    font-family: apFontBold;
    letter-spacing: 0;
}
.banner-carousel-revamp .slick-dotted.slick-slider {
    margin-bottom: 0;
    height:auto;
}
@media only screen and (max-width: 1000px) {
    .banner-carousel-revamp .text-container {
        width: 100%;
        text-align: center;
        margin-left: auto;
    }
    .banner-carousel-revamp .sldr-title {
        font-size: 12px;
    }
    .banner-carousel-revamp .sldr-title2 {
        font-size: 40px;
        line-height: 40px;
    }
}

  @font-face {
    font-family: 'icomoon';
	src: url('clientlib-site-revamp/fonts/bh-fonts/IcoMoon-Free.ttf');
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-enter:before {
    content: "\e949";
}
.icon-cancel:before {
    content: "\ea0f";
}
.icon-selected:before {
    content: "\ea10";
}
footer.decor-footer {
	padding: 50px 13%;
	background-color: #424b5a;
	color: #fff;
}
.decor-footer i.icon {
	font-family: icomoon;
	font-style: initial;
	cursor: pointer;
}
.decor-footer .top-section {
	display: flex;
	flex-wrap: wrap;
}
.decor-footer .topLeft-section {
	flex-basis: 46%;
	padding: 0 15px;
}
.decor-footer .topRight-section {
	flex-basis: 46%;
	padding: 0 15px;
}
.topLeft-section h2 {
	font-family: Avenir;
    font-size: 48px;
    line-height: 68px;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 50px;
}
.topLeft-section .category-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}
.topLeft-section .category-list li {
	flex-basis: 50%;
	font-size: 16px;
	font-family: Avenir;
	text-transform: uppercase;
	padding-bottom: 30px;
	line-height: 14px;
	font-weight: 800;
}
.topLeft-section .category-list li a {
	text-decoration: none;
	color: #fff;
}
.bh-copyright-block {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
}
.bh-copyright-block .bh-copyright-block-links {
	flex-basis: 46%;
	padding: 0 15px;
}
.bh-copyright-block .bh-copyright-block-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	font-family: Avenir-Roman;
}
.bh-copyright-block .bh-copyright-block-links ul li {
	font-size: 12px;
}
.bh-copyright-block .bh-copyright-block-links ul li span {
	margin-right: 8px;
	color: #afafaf;
}
.bh-copyright-block .bh-copyright-block-links ul li a {
	color: #afafaf;
	text-decoration: underline;
}
.bh-copyright-block .bh-copyright-block-links ul li:not(:first-child) {
	margin-left: 5%;
}
.bh-copyright-block .bh-copyright {
	flex-basis: 47%;
	padding: 0 15px;
	font-size: 12px;
	font-family: Avenir-Roman;
    line-height: 17px;
    color: #afafaf;
}
.topRight-section h3 {
	font-size: 32px;
	line-height: 45px;
	margin-top: 0;
	font-family: Avenir;
    font-weight: 400;
	margin-bottom: 30px;
}
.emailInputWithButton{
	margin-bottom: 30px;
}
.emailInputWithButton .emailInput {
	background: rgba(123, 130, 144, 0.5);
	width: 390px;
	border: 1px solid rgba(74, 74, 74, 0.2);
	border-radius: 4px;
	display: -webkit-flex;
}
.emailInputWithButton .emailInput .emailButton {
	background: transparent;
	border: 0;
	font-size: 22px;
	color: #afafaf;
	padding: 0 16px;
}
.emailInputWithButton .emailInput .form-control {
	height: 48px;
	width: calc(100% - 54px);
	border: 0;
	background: transparent;
	border-right: 1px solid #424b5a;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 23px;
	font-family: Avenir;
	color: #fff;
}
.emailInputWithButton i {
	display: inline-block;
	transform: rotate(45deg);
}
.emailInputWithButton .emailInput .form-control:focus,.emailInputWithButton .emailInput .form-control:hover {
	outline: none;
	color: #fff;
	background: transparent;
}
.emailInputWithButton .emailInput .emailButton:hover,.newsletterPopup button:hover,.emailInputWithButton .emailInput .emailButton:focus {
	outline: 0;
}
.emailInputWithButton .emailInput .form-control:focus+button i {
	    color: #fa6a79;
}
.emailInputWithButton .emailInput .form-control::-webkit-input-placeholder {
	color: #afafaf;
	font-family: Avenir-Roman;
	font-weight: normal;
    font-size: 14px;
}
.topRight-section .logInTextWithLink {
	margin: 30px 0;
	padding-left: 10px;
	font-family: Avenir;
	font-size: 14px;
	color: #afafaf;
	font-weight: 900;
}
.topRight-section .logInTextWithLink a {
	color: #fa6a79;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
}
.social-icons-desktop .social-icons a {
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}
.social-icons-desktop .social-icons a:not(:first-child){
	margin-left: 30px;
}
.social-icons-mobile a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.social-icons-mobile {
	margin: 24px 0 48px;
}
.social-icons-mobile a:not(:first-child) {
	margin-left: 24px;
}
.newsletterPopup {
	/* display: none; */
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    z-index: 155;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(0%) translateY(0%);
    transition-delay: 0.2s;
}
.newsletterPopup.open {
	visibility: visible;
    transition-delay: 0.2s;
    transform: scale(1);
    opacity: 1;
}
.newsletterPopup.open .modal-content {
	transform: scale(1);
	top: 20%;
}
.newsletterPopup .modal-content {
	max-width: 465px;
    width: 100%;
    display: flex;
    align-content: center;
    margin: 0 auto;
    text-align: center;
    height: 70%;
    flex-direction: column;
    transform: scale(0);
    transition: all 0.5s;
    position: relative;
}
.newsletterPopup .modal-content .modal-header {
	background: url('clientlib-site-revamp/images/bh-popup.webp');
	padding: 40px 90px;
    position: relative;
	background-size: cover;
	margin:0;
}
.newsletterPopup .modal-content .modal-header h3 {
	color: #fff;
    font-family: Avenir;
    font-size: 20px;
    margin: 0;
}
.newsletterPopup .modal-content .modal-body {
	padding: 20px 98px 30px;
	background: #fff;
}
.newsletterPopup i.icon {
	font-family: 'icomoon';
    color: #fff;
    font-style: initial;
	font-size: 20px;
}
.newsletterPopup button {
	background: transparent;
	border: none;
	position: absolute;
    top: 25px;
    right: 30px;
	color: #fff;
    cursor: pointer;
}
.acknowledge-wrapper .icon-rounded i {
	color: #fa6a79;
	font-size: 44px;
}
.acknowledge-wrapper .icon-rounded {
	background: #fff3f5;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.topRight-section .emailErrorText {
	font-family: Avenir;
    color: #fa6a79;
    top: 60px;
    font-size: 12px;
    font-weight: 900;
	margin-top: 12px;
}
.acknowledge-wrapper h3 {
	font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.38;
    margin: 30px auto;
    font-family: Avenir;
	max-width: 320px;
}
.acknowledge-wrapper p {
	font-family: "Avenir-Roman";
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
	color: #afafaf !important;
}
.acknowledge-wrapper {
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	.topLeft-section .bh-brand-text{
		display: none;
	}
	.social-icons-mobile {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.emailInputWithButton{
		margin-bottom: 10px;
	}
	.newsletterPopup.open {
		top: auto;
		bottom: 0;
		height: auto;
	}
	footer.decor-footer {
		padding: 40px 25px;
		text-align: center;
	}
	.topLeft-section h2 {
		display: none;
	}
	.decor-footer .top-section {
		flex-direction: column-reverse;
	}
	.topRight-section h3 {
		display: none;
	}
	.decor-footer .topLeft-section {
		flex-basis: 100%;
	}
	.decor-footer .topRight-section {
		flex-basis: 100%;
	}
	.emailInputWithButton .emailInput {
		width: 100%;
	}
	.topRight-section .logInTextWithLink {
		margin: 12px 0 16px;
	}
	.topLeft-section .category-list li {
		flex-basis: 100%;
		font-size: 13px;
		padding-bottom: 18px;
	}
	.bh-brand-text p {
		font-size: 16px;
		font-family: Avenir;
		font-weight: 500;
		text-transform: uppercase;
		margin-bottom: 16px;
		color: #fff;
	}
	.bh-copyright-block {
		flex-direction: column-reverse;
		padding-top: 0;
	}
	.bh-copyright-block .bh-copyright-block-links ul li {
		flex-basis: 100%;
	}
	.bh-copyright-block .bh-copyright {
		margin-bottom: 16px;
	}
	.bh-copyright-block .bh-copyright-block-links ul li:not(:first-child) {
		margin-left: 0;
		margin-top: 12px;
	}
	.social-icons-desktop {
		display: none;
	}
	.newsletterPopup .modal-content .modal-header {
		background-image: none;
		padding: 16px 40px 16px 25px;
		background: #fff; 
		margin: 0px 0 40px;
	}
	.newsletterPopup .modal-content .modal-header h3 {
		display: none;
	}
	.newsletterPopup .modal-content .modal-body {
		padding: 0 30px 24px 30px;
	}
	.newsletterPopup button {
		top: 50px;
	}
	.newsletterPopup i.icon-cancel {
		color: #000;
	}
	.modal-popup .modal-body .acknowledge-wrapper .icon-rounded {
		width: 66px;
		height: 66px;
	}
	.acknowledge-wrapper .icon-rounded i {
		font-size: 27px;
	}
	.acknowledge-wrapper h3 {
		margin: 8px 30px;
	}
	.acknowledge-wrapper {
		padding: 20px 0;
	}
	.topRight-section .emailErrorText {
		text-align: left;
	}
}
@font-face {
    font-family: 'Avenir';
    src: url("clientlib-site-revamp/fonts/bh-fonts/Avenir-Medium.eot");
    src: url("clientlib-site-revamp/fonts/bh-fonts/Avenir-Medium.eot#iefix") format("embedded-opentype"), url("clientlib-site-revamp/fonts/bh-fonts/Avenir-Medium.ttf") format("truetype"), url("clientlib-site-revamp/fonts/bh-fonts/Avenir-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IcoMoon-Free';
    src: url('clientlib-site-revamp/fonts/bh-fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'IcoMoon-Free' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\e986";
}
.icon-user:before {
    content: "\e971";
}
.icon-cart:before {
    content: "\e93a";
}
body, html{
    padding:0;
    margin:0;
}
.bh-Header{
    /* padding-bottom: 80px; */
    z-index: 1040;
}
.bh-Header header{
    position: fixed !important;
    width:100%;
    background-color: #ffffff !important;
    min-height: 80px;
}
.headerWrap{
    padding:15px 50px;
    position: relative;
    box-shadow: 0 1px 6px 1px rgba(74,74,74,.35);
    -moz-box-shadow: 0 1px 6px 1px rgba(74,74,74,.35);
    -webkit-box-shadow: 0 1px 6px 1px rgba(74,74,74,.35);
    -o-box-shadow: 0 1px 6px 1px rgba(74,74,74,.35);
    -ms-box-shadow: 0 1px 6px 1px rgba(74,74,74,.35);
}
.headerWrap,.headerWrap .headerWrap--navigation--list {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.headerWrap .headerWrap--navigation{
    font-family: 'Avenir';
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.headerWrap .headerWrap--navbars{
    display:none;
}
.headerWrap .headerWrap--navigation--list{
    list-style: none;
    margin:0;
    justify-content: center;
    padding:0 35px;
}
.headerWrap .headerWrap--navigation--list li{
    padding:0 25px;
}
.headerWrap .headerWrap--navigation--list li a{
    color: #434343;
    text-decoration: none;
    font-size: 16px;
}
.headerWrap--utility{
    display:flex;
    align-items: center;
}
.headerWrap--utility--icons{
    color:#424b5a;
    text-decoration: none;
    font-size: 20px;
    margin:0 10px;
    cursor: pointer;
}
.headerWrap .bh-header-search{
    position: absolute;
    top:55px;
    right: 10%;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0px 10px 1px rgba(0,0,0,.1);
    padding:10px 15px;
    display:none;
}
.headerWrap .bh-header-search.showBhSearchText{
    display:block;
    z-index: 1045;
}
.headerWrap .bh-header-search form{
    margin:0;
}
.headerWrap .bh-header-search .icon-search{
    font-size: 14px;
    vertical-align: middle;
    padding:0 5px;
}
.headerWrap .bh-header-search input{
    width:300px;
    border:0;
    font-size: 14px;
    padding: 10px 0;
}
.headerWrap .bh-header-search input:focus{
    outline: none;
    border: 0;
}
.bh-Header .shop-mini-cart-revamp{
    z-index: 1046;
    background-color:#ffffff;
}
.bh-Header .empty-cart-section .linkBtn .ctaText{
    border-bottom: 0;
}
/*style for cp review above spacing */
.cp-reviews-raiting.cp-review-upper-margin {
    margin-top: -75px;
}
/* mobile design styles */
@media screen and (max-width: 992px){
    .bh-Header{
        padding-bottom: 10px;
    }
    .bh-Header header{
        min-height: 70px;
    }
    .headerWrap{
        padding:15px 20px;
    }
    .headerWrap .headerWrap--navbars{
        display: block;
        width: 16px;
        height: 13px;
        position: relative;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .headerWrap .headerWrap--navbars span{
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #434343;
        border-radius: 0;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .headerWrap .headerWrap--navbars span:nth-child(1) {
        top: 0px;
    }
    .headerWrap .headerWrap--navbars span:nth-child(2) {
        top: 5px;
    }
    .headerWrap .headerWrap--navbars span:nth-child(3) {
        top: 10px;
    }
    .headerWrap .headerWrap--logo img{
        width: 75%;
    }
    .headerWrap .headerWrap--navigation{
        display:none;
        position: absolute;
        left:0;
        top: 50px;
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
    }
    .headerWrap .headerWrap--navigation.showNav{
        display:block;
    }
    .headerWrap .headerWrap--navigation--list{
        display: block;
        padding:15px 20px 0;
    }
    .headerWrap .headerWrap--navigation--list li{
        padding:12px 0;
        border-bottom: 1px solid #ececec;
    }
    .headerWrap .headerWrap--navigation--list li:last-child{
        border-bottom: 0;
    }
    .headerWrap .headerWrap--navigation--list li a{
        font-size: 14px;
    }
    .headerWrap--utility--icons{
        margin:0 5px;
    }
    .headerWrap .bh-header-search{
        width:90%;
        left:0;
        right:0;
        top:70px;
        margin: auto;
    }
    .headerWrap .bh-header-search input{
        width:85%;
    }
    .bh-Header .profile-holder .iconLinks__profile{
        display: block !important;
    }
    /*style for cp review above spacing */
    .cp-reviews-raiting.cp-review-upper-margin {
        margin-top: -100px;
    }
}

        .shareCTWrap{
            text-align: center;
        }
        .shareHeading{
            padding: 20px 0 15px;
            font-family:'/etc/designs/asianpaints/clientlib-site-revised/fonts/Abhaya Libre SemiBold.eot';
            font-size:20px;
        }
        .shareIconGridWrap ul{
            width:auto;
            padding:0;
            margin:0;
        }
        .shareIconGridWrap ul,.shareIconGridWrap ul li{
            display:inline-block;
        }
        .shareIconGridWrap ul li{
           list-style: none;
            border-right: solid 1px #cecece;
            padding: 8px 4px;
            vertical-align: top;
            width:60px;
            border-radius: 6px;
            margin:0 2px;
        }
        .shareIconGridWrap ul li a{
            line-height: 12px;
            display:block;
            background-image: url('clientlib-site-revised/images/apSpriteImage.png');
            height: 18px;
            margin: 0 auto;
        }
        .shareIconGridWrap ul .mailIco{
                    border-right: 0;
                }

                .shareIconGridWrap .facebookIco a{
                    background-position: -148px -26px;
                    width: 8px;
                }
                .shareIconGridWrap .facebookIco{
                    background-color: #3b5998;
                }

                .shareIconGridWrap .twitterIco a{
                    background-position: -155px -26px;
                    width: 17px;
                }
                .shareIconGridWrap .twitterIco{
                    background-color: #55acee;
                }

                .shareIconGridWrap .pinteresetIco a{
                    background-position: -172px -28px;
                    width: 18px;
                }
                .shareIconGridWrap .pinteresetIco{
                    background-color: #cb2027;
                }

                .shareIconGridWrap .mailIco a{
                    background-position: -45px -29px;
                    width: 20px;
                }
                .shareIconGridWrap .mailIco{
                    background-color:#1f7ad7;
                }

                .shareIconGridWrap .whatsaapIco{
                    display:none;
                }

                @media only screen and (max-width: 768px) {

                     .shareIconGridWrap .whatsaapIco{

                     display:inline-block;

                     }
                     .shareIconGridWrap .whatsaapIco a{
                         background-position: -172px -92px;
                         width: 17px;
                     }
                     .shareIconGridWrap .whatsaapIco{
                         background-color: green;
                     }
                 }
                @media only screen and (max-width: 768px) {
                        .shareIconGridWrap ul li{
                             list-style: none;
                             border-right: solid 1px #cecece;
                             padding: 8px 4px;
                             vertical-align: top;
                             width:44px;
                             border-radius: 6px;
                             margin:0 2px;
                        }

                }

  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
body{
    font-family: 'Montserrat';
    font-weight: 700;
}
  .spriteIcon {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/CCspriteImage.webp");display: inline-block;cursor: pointer;}.specialEffect, .sheen, .envFrnd {width: 35px;height: 40px;}.specialEffect {background-position: 496px 244px;}.sheen {background-position: 442px 244px;}.envFrnd {background-position: 388px 244px;}.shareProductIcon, .addTowishlistIcon {width: 30px;height: 30px;background-size: 350px;}.shareProductIcon {background-position: 392px 132px;}.addTowishlistIcon {background-position: 592px 130px;}.selectedProd {background-position: 654px 214px;background-size: 450px;}.collapseTargateIco, .expand, .filterIco, .tickIco, .minusIco, .plusIco, .callIco {width: 16px;height: 17px;background-size: 350px;}.collapseTargateIco {background-position: 200px 300px;}.expand {background-position: 168px 300px;}.filterIco {background-position: 335px 300px;}.tickIco {background-position: 68px 300px;}.minusIco {background-position: 302px 300px;}.plusIco {background-position: 268px 300px;}.callIco {background-position: 135px 300px;}.prevArrow, .nextArrow {width: 35px;height: 35px;}.prevArrow {background-position: 279px 244px;}.nextArrow {background-position: 334px 244px;}.searchSpriteIcon {background-position: -147px 0px;width: 20px;height: 20px;}.cartIcon {background-position: -113px 0px;width: 20px;height: 21px;}.caretUpIcon {background-position: -145px -193px;width: 21px;height: 21px;}.caretDownIcon {background-position: -106px -192px;width: 21px;height: 21px;}.profileIcon {background-position: -79px -1px;width: 20px;height: 20px;}.profileIcon-active {background-position: -314px -193px;width: 20px;height: 20px;}.paintBudgetCalcIcon {background-position: -39px -142px;width: 33px;height: 38px;}.paintSelectorIcon {background-position: -85px -147px;width: 40px;height: 28px;}.buyColorSampleIcon {background-position: -136px -149px;width: 38px;height: 24px;}.buySwatchIcon {background-position: -188px -149px;width: 35px;height: 24px;}.backIcon {background-position: -115px -126px;width: 22px;height: 13px;}.plus {background-position: -242px -125px;width: 12px;height: 12px;}.minus {background-position: -275px -125px;width: 12px;height: 2px;}.paintsTexturesBlue {background-position: -277px -216px;width: 30px;height: 27px;}.wallPaperRollCalcIcon {background-position: -38px -195px;width: 34px;height: 33px;}.howToApplyIcon {background-position: -91px -196px;width: 29px;height: 31px;}.howToApplyIcon-small {background-position: -7px -10px;width: 14px;height: 14px;}.visitStoreIcon {background-position: -137px -195px;width: 35px;height: 32px;}.myAccountMobileBlueIcon {background-position: -321px -257px;width: 29px;height: 30px;}.phoneMobileBlueIcon {background-position: -366px -260px;width: 27px;height: 27px;}.nextIcon {background-position: -148px -126px;width: 22px;height: 13px;}.spriteIcon-Firstfold {background-image: url(../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-Sprite-firstFold.webp);display: inline-block;background-repeat: no-repeat;}.spriteIcon-Aprevamp {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-Sprite.webp");display: inline-block;background-repeat: no-repeat;}.healthIconBlue {background-position: -319px -639px;width: 31px;height: 29px;}.healthIconBlack {background-position: -85px -489px;width: 31px;height: 29px;}.findcontractor {background-position: -42px -489px;width: 30px;height: 28px;}.backGrntee {background-position: -1359px -215px;width: 42px;height: 42px;}.yearWarranty {background-position: -1493px -214px;width: 35px;height: 42px;}.stopSolution {background-position: -1429px -214px;width: 35px;height: 42px;}.facebookImg {background-position: -671px -442px;width: 8px;height: 14px;}.twitterImg {background-position: -698px -443px;width: 15px;height: 12px;}.pinterestImg {background-position: -729px -442px;width: 12px;height: 14px;}.instagramImg {background-position: -758px -442px;width: 15px;height: 15px;}.youtubeImg {background-position: -786px -442px;width: 18px;height: 13px;}.flagIndia {background-position: -1041px -485px;width: 24px;height: 24px;}.flagGlobal {background-position: -666px -486px;width: 24px;height: 24px;}.flagBangladesh {background-position: -700px -486px;width: 24px;height: 24px;}.flagEgypt {background-position: -734px -486px;width: 24px;height: 24px;}.flagMiddleEast {background-position: -768px -486px;width: 24px;height: 24px;}.flagSingapore {background-position: -972px -486px;width: 24px;height: 24px;}.rightArrow {background-position: -148px -126px;width: 25px;height: 13px;}.leftArrow {background-position: -115px -126px;width: 22px;height: 13px;}.arrowDown {background-position: -766px -383px;width: 21px;height: 21px;}.arrowUp {background-position: -805px -384px;width: 21px;height: 21px;}.plus {background-position: -242px -125px;width: 12px;height: 12px;}.minus {background-position: -275px -125px;width: 12px;height: 12px;}.closeIcon {background-position: -865px -316px;width: 17px;height: 15px;}.appStore {background-position: -5px -369px;width: 143px;height: 43px;}.playStore {background-position: -166px -369px;width: 143px;height: 43px;}.videoPlayButton {background-position: -1289px -215px;width: 42px;height: 42px;}.favouriteIcon {background-position: -660px -233px;width: 40px;height: 40px;}@media (min-width: 320px) and (max-width: 991px) {.favouriteIcon.color-catalogue-revamp-list--wishList {background-position: -665px -279px;width: 29px;height: 29px;}}.favouriteIcon-selected {background-position: -720px -233px;width: 40px;height: 40px;}.sharepdpIcon {cursor: pointer;background-position: -415px -44px;width: 40px;height: 40px;}.profileIconWhite {background-position: -360px -188px;width: 29px;height: 29px;}.nextIconWhite {background-position: -1104px -388px;width: 22px;height: 13px;}.spriteImgIcon > button {padding-bottom: 32px;}.colorCatalogue {background-position: -273px -419px;height: 36px;width: 37px;}.interiorWallPaints {background-position: -323px -420px;width: 36px;height: 34px;}.exteriorWallPaints {background-position: -372px -420px;width: 37px;height: 35px;}.onlineColorConsultancy {background-position: -273px -472px;width: 37px;height: 31px;}.homePaintingServices {background-position: -324px -469px;width: 33px;height: 37px;}.waterProofing {background-position: -375px -469px;width: 33px;height: 37px;}.wallCoverings, .wallCoveringsBlue {background-position: -275px -522px;width: 31px;height: 31px;}.waterProofingBlue {background-position: -366px -214px;width: 28px;height: 31px;}.servicesBlue {background-position: -410px -213px;width: 28px;height: 32px;}.blogBlue {background-position: -453px -216px;width: 30px;height: 27px;}.shopBlue {background-position: -277px -256px;width: 29px;height: 33px;}.wallStickers {background-position: -323px -524px;width: 36px;height: 26px;}.kidWorld {background-position: -373px -520px;width: 36px;height: 35px;}.selectedArrow {background-position: -491px -182px;width: 35px;height: 35px;}.arrowDownBig {background-position: -668px -382px;width: 24px;height: 24px;}.arrowUpBig {background-position: -708px -382px;width: 24px;height: 24px;}.wishListIcon {background-position: -42px -3px;width: 25px;height: 20px;}.customCheckBox-unchecked {background-position: -669px -313px;width: 23px;height: 23px;}.customCheckBox-checked {background-position: -709px -313px;width: 23px;height: 23px;}.pointerOpen {background-position: -892px -238px;width: 30px;height: 30px;}.pointerClose {background-position: -938px -238px;width: 30px;height: 30px;}.downarrow {background-position: -668px -382px;width: 30px;height: 30px;}.uparrow {background-position: -708px -382px;width: 30px;height: 30px;}.whatsAppIcon {background-position: -520px -295px;width: 30px;height: 30px;}.downloadPDFIcon {background-position: -28px -35px;width: 21px;height: 26px;}.calendarIcon {background-position: -1450px -315px;width: 20px;height: 18px;}.whiteCloseIcon {background-position: -936px -236px;width: 34px;height: 34px;}.enquireTransparentIcon {background-position: -207px -55px;width: 19px;height: 23px;}.prIco, .facebookIco, .wpIco, .twitterIco, .mailIco {width: 34px;height: 32px;}.prIco {background-position: -586px -295px;}.facebookIco {background-position: -481px -295px;}.wpIco {background-position: -520px -295px;}.twitterIco {background-position: -552px -295px;}.mailIco {background-position: -625px -295px;}.infoIcon {background-position: -591px -190px;width: 16px;height: 16px;}.colorPro-Logo {background-position: -1150px -550px;width: 130px;height: 50px;}.successTick {background-position: -617px -186px;width: 26px;height: 26px;background-size: 800px;}.categories {background-position: -281px -323px;width: 22px;height: 21px;}.catalog {background-position: -317px -322px;width: 22px;height: 22px;}.location {background-position: -355px -322px;width: 18px;height: 22px;}.calculatorIcon {background-position: -389px -322px;width: 22px;height: 22px;}.enquireNow {background-position: -1034px -43px;width: 30px;height: 31px;}.magneeto-active {background-position: -1360px -300px;width: 80px;height: 40px;}.magneeto-not-active {background-position: -1450px -300px;width: 80px;height: 40px;}.glow-active {background-position: -1549px -300px;width: 80px;height: 40px;}.glow-not-active {background-position: -1639px -300px;width: 80px;height: 40px;}.draggable-circle {background-position: -652px -120px;width: 76px;height: 76px;}@media (min-width: 320px) and (max-width: 991px) {.magneeto-active {background-position: -1360px -370px;width: 60px;height: 30px;}.magneeto-not-active {background-position: -1428px -370px;width: 60px;height: 30px;}.glow-active {background-position: -1502px -370px;width: 60px;height: 30px;}.glow-not-active {background-position: -1569px -370px;width: 60px;height: 30px;}}.send-sms {background-position: -781px -226px;width: 52px;height: 56px;}.brickIco {background-position: -1570px -214px;width: 62px;height: 46px;}.homeRenovationIco {background-position: -1668px -210px;width: 55px;height: 46px;}.germIco {background-position: -1563px -120px;width: 45px;height: 45px;}.filter-downArrow {background-position: -877px -385px;width: 16px;height: 16px;}.filter-upArrow {background-position: -898px -385px;width: 16px;height: 16px;}.spriteIcon-AprevampPhase3 {background-image: url(../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.webp);display: inline-block;background-repeat: no-repeat;}.callIcon {background-position: -108px -206px;width: 45px;height: 45px;}.locNavIcon {background-position: -63px -206px;width: 45px;height: 45px;}.ctaIco {background-position: -854px -244px;width: 30px;height: 30px;}.instaIcon {background-position: -756px -440px;width: 18px;height: 18px;}.callIco {background-position: -37px -71px;width: 14px;height: 14px;}.directionIco {background-position: -66px -202px;width: 37px;height: 37px;}.shareIco {background-position: -25px -202px;width: 37px;height: 37px;}.locatorIco {background-position: -75px -489px;width: 30px;height: 30px;}.phase3spriteHome {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -301px -32px;width: 42px;height: 40px;}.phase3spriteHands {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -363px -43px;width: 50px;height: 32px;}.phase3spriteChat {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -435px -35px;width: 48px;height: 40px;}.phase3spriteHomePainting {background: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -504px -35px;width: 40px;height: 40px;}.phase3spriteProjectsDone {background: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -105px -150px;width: 28px;height: 26px;}.phase3spriteHappyCustomers {background: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -683px -568px;width: 40px;height: 40px;}.phase3spriteYrsofExpertise {background: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -740px -562px;width: 32px;height: 42px;}.ap-services-wallpainting .moneyBackParent .leftImageRightText .bckGroundGrey, .apService .moneyBackParent .leftImageRightText .bckGroundGrey {background-color: transparent;border-radius: 0;}.spriteIcon-Aprevamp.spriteHome {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -25px -554px;width: 81px;height: 60px;position: absolute;}.spriteIcon-Aprevamp.spriteHands {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");position: absolute;background-position: -114px -561px;width: 68px;height: 44px;}.spriteIcon-Aprevamp.spriteChat {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -207px -556px;width: 64px;height: 53px;position: absolute;}.spriteIcon-Aprevamp.spriteHomePainting {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -296px -553px;width: 60px;height: 59px;position: absolute;}.spriteIcon-Aprevamp.spriteProjectsDone {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -395px -561px;width: 59px;height: 54px;position: absolute;}.spriteIcon-Aprevamp.spriteHappyCustomers {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -483px -563px;width: 49px;height: 49px;}.spriteIcon-Aprevamp.spriteYrsofExpertise {background-image: url("../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/Icons-SpritePhase3.png");background-position: -550px -561px;width: 40px;height: 54px;}.spriteIcon-Aprevamp.favouriteIcon {cursor: pointer;}.flagFiJiIsland {background-position: -836px -486px;width: 24px;height: 24px;}.flagNepal {background-position: -870px -486px;width: 24px;height: 24px;}.flagSrilankaAp {background-position: -904px -486px;width: 24px;height: 24px;}.flagSrilankaCauseWay {background-position: -938px -486px;width: 24px;height: 24px;}.flagIndonesia {background-position: -972px -486px;width: 24px;height: 24px;}.flagEthiopia {background-position: -1006px -486px;width: 24px;height: 24px;}.flagSingapore {background-position: -972px -486px;width: 24px;height: 24px;}.wallpaper-blue {background-position: -423px -418px;width: 34px;height: 33px;}.worker-icon {background-position: -1283px -606px;width: 36px;height: 53px;}.cycle-icon {background-position: -1356px -608px;width: 56px;height: 48px;}.notepad-icon {background-position: -1454px -607px;width: 52px;height: 50px;}.tableLamp-icon {background-position: -1542px -604px;width: 50px;height: 57px;}.warrantyfull-icon {background-position: -1629px -605px;width: 46px;height: 56px;}.pattern-icon {background-position: -1714px -608px;width: 53px;height: 54px;}.warrantyoutline-icon {background-position: -1803px -608px;width: 44px;height: 54px;}.navigation-icon {background-position: -1277px -695px;width: 50px;height: 50px;}.contractor-info-icon {background-position: -1364px -690px;width: 50px;height: 56px;}.contractor-select-icon {background-position: -1460px -690px;width: 50px;height: 56px;}.contractor-icon {background-position: -1546px -690px;width: 50px;height: 56px;}.home-painting-icon {background-position: -1628px -690px;width: 52px;height: 56px;}.medal-icon {background-position: -740px -563px;width: 32px;height: 41px;}.milestone-icon {background-position: -104px -148px;width: 30px;height: 30px;}.addBorderedIcon {background-position: -238px -244px;width: 23px;height: 23px;}.removeBorderedIcon {background-position: -281px -244px;width: 23px;height: 23px;}.editFieldIcons {background-position: -982px -437px;width: 23px;height: 22px;}.confirmEditIcon {background-position: -195px -244px;width: 23px;height: 23px;}.thumb-up-icon, .thumb-down-icon, .thumb-up-filled-icon, .thumb-down-filled-icon {width: 43px;height: 45px;}.thumb-up-icon {background-position: -1777px -211px;}.thumb-down-icon {background-position: -1849px -210px;}.thumb-up-filled-icon {background-position: -1777px -295px;}.thumb-down-filled-icon {background-position: -1849px -295px;}.apHome-desktopIcon {background-position: -1277px -796px;width: 50px;height: 50px;}.apHome-brandQualityIcon {background-position: -1365px -796px;width: 50px;height: 50px;}.apHome-3dIcon {background-position: -1462px -796px;width: 50px;height: 50px;}.apHome-manWithHeadphoneIcon {background-position: -1547px -796px;width: 50px;height: 50px;}.apHome-swastikTypeIcon {background-position: -1630px -796px;width: 50px;height: 50px;}.apHome-callIcon {background-position: -1713px -796px;width: 50px;height: 50px;}.colourIdeaStore-tourIco {background-position: -1127px -229px;width: 45px;height: 45px;}.shipping-N-return {background-position: -271px -837px;width: 25px;height: 26px;}.applicationProcess {background-position: -376px -840px;width: 28px;height: 23px;}.loyaltyReward {background-position: -323px -837px;width: 31px;height: 26px;}.apHome-home {background-position: -48px -71px;width: 11px;height: 11px;}.apHome-home--mobile {background-position: -77px -71px;width: 21px;height: 21px;}.apHome-home--quickLinks {background-position: -422px -516px;width: 34px;height: 37px;}.apHome-home--serviceMenu {background-position: -190px -192px;width: 34px;height: 37px;}.expertJoyPartner {background-position: -3px -444px;width: 212px;min-width: 210px;height: 39px;}.joyPartner {background-position: -241px -444px;width: 154px;min-width: 154px;height: 38px;}.expWallPaint {background-position: -7px -503px;width: 34px;min-width: 34px;height: 30px;}.expWaterproofing {background-position: -59px -504px;width: 31px;min-width: 31px;height: 29px;}.expIntWallText {background-position: -107px -501px;width: 34px;min-width: 34px;height: 32px;}.expWoodFinishes {background-position: -160px -504px;width: 31px;min-width: 31px;height: 32px;}.expExtWallText {background-position: -213px -501px;width: 45px;min-width: 45px;height: 32px;}.expWallpapers {background-position: -288px -502px;width: 31px;min-width: 31px;height: 32px;}.excManualPainting {background-position: -14px -569px;width: 35px;min-width: 35px;height: 34px;}.excFinishBySpray {background-position: -64px -569px;width: 38px;min-width: 38px;height: 35px;}.excFinishBySander {background-position: -122px -569px;width: 35px;min-width: 35px;height: 35px;}.expTVInterior {background-position: -349px -503px;width: 33px;min-width: 33px;height: 31px;}.expTools {background-position: -410px -503px;width: 30px;min-width: 30px;height: 32px;}.expFurniture {background-position: -467px -503px;width: 34px;min-width: 34px;height: 30px;}.paintbucket {background-position: -817px -813px;width: 62px;height: 62px;}.thumbshield {background-position: -898px -813px;width: 62px;height: 62px;}.notes {background-position: -976px -813px;width: 62px;height: 62px;}.twopeople {background-position: -1051px -813px;width: 62px;height: 62px;}.serviceExpandIcon {background-position: -704px -842px;width: 30px;height: 30px;}.successTick-lg {background-position: -537px -186px;width: 30px;height: 30px;background-size: 800px;}.locationTagIcon {background-position: -215px -6px !important;width: 11px;height: 11px;}.wpIconLarge {background-position: -1174px -608px;width: 38px;height: 40px;margin-right: 5px;}
 @charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");html, body {padding: 0;background-color: #fff;color: #3b3b3b;}.commonWrapper {max-width: 1440px;margin: 0 auto;position: relative;}@media (min-width: 576px) and (max-width: 767px) {.commonWrapper {max-width: 600px;margin: auto;}}@media (min-width: 768px) and (max-width: 991px) {.commonWrapper {max-width: 800px;margin: auto;}}.floatNone {float: none !important;width: auto !important;clear: both !important;}.padding45 {padding: 0 4%;}@media (min-width: 320px) and (max-width: 767px) {.padding45 {padding: 14px;}}@media (min-width: 768px) and (max-width: 991px) {.padding45 {padding: 15px;}}.commonDividerLine {border-bottom: 1px solid #E5E5E5;}.greyBGFull {background: linear-gradient(to bottom, transparent 45%, #f8f8f8 0);}*:focus {outline: none !important;box-shadow: none;}ul {padding: 0;margin: 0;}ul li {list-style: none;}img {background-image: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/images/loader.gif");background-repeat: no-repeat;background-position: 50% 50%;color: transparent;}body {font-family: "Montserrat";font-weight: 700;}.padding0 {padding: 0;}.productDetailsPageWrap section, .mainLandingPageWrap section {margin-top: 70px;}@media (min-width: 320px) and (max-width: 767px) {.productDetailsPageWrap section, .mainLandingPageWrap section {margin-top: 40px;}}.rightAlign {text-align: right;}.centerAlign {text-align: center;}.leftAlign {text-align: left;}.centerElement {margin: auto;}.hide {display: none;}.show {display: block;}.modalShadowBG {position: fixed;background-color: #000;opacity: 0.8;height: 100%;width: 100%;top: 0;left: 0;z-index: 1050;}.spriteIcon {background-image: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/images/CCspriteImage.webp");display: block;}.purpleColorText h1, .purpleColorText h2, .purpleColorText h3, .purpleColorText h4, .purpleColorText h5, .purpleColorText h6, .purpleColorText p, .purpleColorText span, .purpleColorText a, .purpleColorText ul li {color: #512b8b;}.whiteColorText h1, .whiteColorText h2, .whiteColorText h3, .whiteColorText h4, .whiteColorText h5, .whiteColorText h6, .whiteColorText p, .whiteColorText span, .whiteColorText a, .whiteColorText ul li {color: #fff;}.blackColorText h1, .blackColorText h2, .blackColorText h3, .blackColorText h4, .blackColorText h5, .blackColorText h6, .blackColorText p, .blackColorText span, .blackColorText a, .blackColorText ul li {color: #3b3b3b;}.boldFont h1, .boldFont h2, .boldFont h3, .boldFont h4, .boldFont h5, .boldFont h6, .boldFont p, .boldFont span, .boldFont a, .boldFont ul li {font-weight: 700;}.semi-boldFont h1, .semi-boldFont h2, .semi-boldFont h3, .semi-boldFont h4, .semi-boldFont h5, .semi-boldFont h6, .semi-boldFont p, .semi-boldFont span, .semi-boldFont a, .semi-boldFont ul li {font-weight: 600;}.mediumFont h1, .mediumFont h2, .mediumFont h3, .mediumFont h4, .mediumFont h5, .mediumFont h6, .mediumFont p, .mediumFont span, .mediumFont a, .mediumFont ul li {font-weight: 500;}.regularFont h1, .regularFont h2, .regularFont h3, .regularFont h4, .regularFont h5, .regularFont h6, .regularFont p, .regularFont span, .regularFont a, .regularFont ul li {font-weight: 400;}.lightFont h1, .lightFont h2, .lightFont h3, .lightFont h4, .lightFont h5, .lightFont h6, .lightFont p, .lightFont span, .lightFont a, .lightFont ul li {font-weight: normal;}.extra-lightFont h1, .extra-lightFont h2, .extra-lightFont h3, .extra-lightFont h4, .extra-lightFont h5, .extra-lightFont h6, .extra-lightFont p, .extra-lightFont span, .extra-lightFont a, .extra-lightFont ul li {font-weight: 200;}.whiteColorText h1 {letter-spacing: 1px;}@media (min-width: 992px) {.whiteColorText h1 {letter-spacing: 4px;}}p {width: auto;}h1 {font-weight: 700;letter-spacing: normal;font-size: 40px;line-height: 40px;}@media (min-width: 992px) {h1 {font-size: 60px;line-height: 60px;}}h2 {font-weight: 700;font-size: 30px;font-weight: bold;line-height: normal;letter-spacing: 0.5px;}@media (min-width: 320px) and (max-width: 767px) {h2 {font-size: 20px;}}h3 {font-weight: 500;font-size: 14px;font-weight: 500;line-height: normal;letter-spacing: normal;}@media (min-width: 320px) and (max-width: 767px) {h3 {font-size: 12px;}}h4, h5, h6 {font-weight: 500;font-size: 12px;font-weight: 500;line-height: normal;letter-spacing: normal;}.h1blackleft {font-weight: 700;font-size: 30px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #000;}@media (min-width: 320px) and (max-width: 767px) {.h1blackleft {font-size: 20px;font-weight: 600;}}.h1purplecenter {font-weight: 700;font-size: 30px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 0.5px;text-align: center;color: #512b8b;}@media (min-width: 320px) and (max-width: 767px) {.h1purplecenter {font-size: 14px;}}.h1purpleleft {font-weight: 700;font-size: 30px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1.37;letter-spacing: 0.5px;color: #512b8b;}.h2purplecenter {font-weight: 700;font-size: 20px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 0.5px;color: #512b8b;}@media (min-width: 320px) and (max-width: 767px) {.h2purplecenter {font-size: 14px;}}.product-title {font-weight: 600;font-size: 16px;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}@media (min-width: 320px) and (max-width: 767px) {.product-title {font-size: 12px;}}.swatch-name-top-PDP {font-weight: 700;font-size: 14px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}.h3grey {font-weight: 500;font-size: 14px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}.h3purple {font-weight: 500;font-size: 14px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #512b8b;}.swatch-name-top {font-weight: 700;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}.h4medium {font-weight: 500;font-size: 12px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}.h4regular {font-weight: 400;font-size: 12px;font-style: normal;font-stretch: normal;line-height: 1.5;letter-spacing: normal;color: #000000;}.swatch-code {font-weight: 400;font-size: 12px;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}p {font-weight: normal;font-size: 14px;font-weight: 300;font-style: normal;font-stretch: normal;line-height: 1.5;letter-spacing: normal;color: #3b3b3b;}.p-separated-type p {font-size: 24px;font-weight: normal;text-transform: capitalize;line-height: 35px;}@media (min-width: 320px) and (max-width: 767px) {.p-separated-type p {font-size: 14px;}}.centerText {text-align: center;font-weight: 500;}.mediumSpace {margin-bottom: 120px;}.baseCTSpace {margin-bottom: 70px;}@media (min-width: 320px) and (max-width: 767px) {.baseCTSpace {margin-bottom: 30px;}}input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}input[type=number] {-moz-appearance: textfield;}.exploreButton {background: #fff;width: 269px;border: 1px solid #fff;border-radius: 3px;color: #512b8b;size: 12px;letter-spacing: 0.86px;line-height: 45px;text-transform: uppercase;}.exploreButton:hover {font-weight: bold;background: #512b8b;color: #fff;border: 1px solid #512b8b;}@media (min-width: 320px) and (max-width: 767px) {.exploreButton {font-size: 10px;line-height: 20px;width: 74%;padding: 7px 0;letter-spacing: 0.71px;margin-top: 14px;}}button.exploreButton {font-size: 12px;}@media (min-width: 320px) and (max-width: 767px) {button.exploreButton {font-size: 10px;}}.exploreLink {color: #512b8b;display: block;font-size: 12px;letter-spacing: 0.86px;font-weight: 500;text-transform: uppercase;text-decoration: underline;margin-top: 24px;}.exploreLink:hover {text-decoration: none;font-weight: bold;color: #512b8b;}@media (min-width: 320px) and (max-width: 767px) {.exploreLink {display: none;}}.lighttextHeading h1, .lighttextHeading h2, .lighttextHeading h3, .lighttextHeading h4, .lighttextHeading h5, .lighttextHeading h6, .lighttextHeading p, .lighttextHeading span, .lighttextHeading a, .lighttextHeading ul li {font-weight: 200;}.slick-slide {height: auto;}.slick-slide:focus {outline: none;border: none;box-shadow: none;}.slick-slide a:hover {text-decoration: none;}.slick-slider .slick-prev, .slick-slider .slick-next {width: 35px;height: 35px;}.slick-slider .slick-prev::before, .slick-slider .slick-next::before {background-image: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/images/CCspriteImage.webp");display: block;width: 35px;height: 35px;opacity: 1;color: transparent;}.slick-slider .slick-prev {left: -38px;}@media (min-width: 992px) and (max-width: 1024px) {.slick-slider .slick-prev {left: -25px;}}.slick-slider .slick-prev::before {background-position: 279px 244px;}.slick-slider .slick-next {right: -38px;}@media (min-width: 992px) and (max-width: 1024px) {.slick-slider .slick-next {right: -30px;}}.slick-slider .slick-next::before {background-position: 334px 244px;}.slick-slider .slick-prev.slick-disabled:before, .slick-slider .slick-next.slick-disabled:before {opacity: 0.25;cursor: default;}.slick-slider .slick-track a {text-decoration: none;}@media (min-width: 320px) and (max-width: 767px) {.productOtherCombinations .slick-slider, .colorGoesWellWrap .slick-slider, .sinceYouLikedWrap .slick-slider {width: 100%;}}@media (min-width: 768px) and (max-width: 991px) {.productOtherCombinations .slick-slider, .colorGoesWellWrap .slick-slider, .sinceYouLikedWrap .slick-slider {width: 100%;}}a[href="javascript:void(0)"] {text-decoration: none;cursor: default !important;}a[href="javascript:void(0)"] * {cursor: default !important;}html, body {padding: 0;color: #3b3b3b;}*:focus {outline: none;box-shadow: none;}ul {padding: 0;margin: 0;}ul li {list-style: none;}img {background-image: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/images/loader.gif");background-repeat: no-repeat;background-position: 50% 50%;color: transparent;}.padding0 {padding: 0;}.productDetailsPageWrap section, .mainLandingPageWrap section {margin-top: 70px;}@media (min-width: 320px) and (max-width: 767px) {.productDetailsPageWrap section, .mainLandingPageWrap section {margin-top: 40px;}}.rightAlign {text-align: right;}.centerAlign {text-align: center;}.leftElement {float: left;}.rightElement {float: right;}.centerElement {margin: auto;}.headingText {font-weight: 700;font-size: 60px;}.subheadingText {font-weight: 700;font-size: 30px;}.p1BodyCopy {font-size: 13px;font-weight: 300;}.p2BodyCopy {font-weight: 500;font-size: 12px;}.h1blackleft {font-weight: 700;font-size: 30px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #000000;}@media (min-width: 320px) and (max-width: 767px) {.h1blackleft {font-size: 20px;font-weight: 600;}}.h1purplecenter {font-weight: 700;font-size: 30px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 0.5px;text-align: center;color: #431A80;}@media (min-width: 320px) and (max-width: 767px) {.h1purplecenter {font-size: 14px;}}.h1purpleleft {font-weight: 700;font-size: 30px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1.37;letter-spacing: 0.5px;color: #431A80;}.h2purplecenter {font-weight: 700;font-size: 20px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 0.5px;color: #431A80;}@media (min-width: 320px) and (max-width: 767px) {.h2purplecenter {font-size: 14px;}}.product-title {font-weight: 600;font-size: 16px;font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}@media (min-width: 320px) and (max-width: 767px) {.product-title {font-size: 12px;}}.swatch-name-top-PDP {font-weight: 700;font-size: 14px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}.swatch-name-top {font-weight: 700;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}.h4medium {font-weight: 500;font-size: 12px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}.h4regular {font-weight: 400;font-size: 12px;font-style: normal;font-stretch: normal;line-height: 1.5;letter-spacing: normal;color: #000000;}.swatch-code {font-weight: 400;font-size: 12px;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #3b3b3b;}input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}input[type=number] {-moz-appearance: textfield;}.exploreButton {text-align: center;background: #ffffff;width: 269px;border: 1px solid #ffffff;border-radius: 3px;color: #431A80;size: 12px;letter-spacing: 0.86px;line-height: 45px;text-transform: uppercase;}.exploreButton:hover {font-weight: bold;background: #431A80;color: #ffffff;border: 1px solid #431A80;}@media (min-width: 320px) and (max-width: 767px) {.exploreButton {font-size: 10px;line-height: 20px;width: 74%;padding: 7px 0;letter-spacing: 0.71px;margin-top: 14px;}}button.exploreButton {font-size: 12px;}@media (min-width: 320px) and (max-width: 767px) {button.exploreButton {font-size: 10px;}}.exploreLink {color: #431A80;display: block;font-size: 12px;letter-spacing: 0.86px;font-weight: 500;text-transform: uppercase;text-decoration: underline;margin-top: 24px;}.exploreLink:hover {text-decoration: none;font-weight: bold;color: #431A80;}@media (min-width: 320px) and (max-width: 767px) {.exploreLink {display: none;}}.slick-slide {height: auto;}.slick-slide:focus {outline: none;border: none;box-shadow: none;}.slick-slide a:hover {text-decoration: none;}.slick-slider .slick-prev, .slick-slider .slick-next {width: 35px;height: 35px;}.slick-slider .slick-prev::before, .slick-slider .slick-next::before {background-image: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/images/CCspriteImage.webp");display: block;width: 35px;height: 35px;opacity: 1;color: transparent;}.slick-slider .slick-prev {left: -38px;}@media (min-width: 992px) and (max-width: 1024px) {.slick-slider .slick-prev {left: -25px;}}.slick-slider .slick-prev::before {background-position: 279px 244px;}.slick-slider .slick-next {right: -38px;}@media (min-width: 992px) and (max-width: 1024px) {.slick-slider .slick-next {right: -30px;}}.slick-slider .slick-next::before {background-position: 334px 244px;}.slick-slider .slick-prev.slick-disabled:before, .slick-slider .slick-next.slick-disabled:before {opacity: 0.25;cursor: default;}@media (min-width: 320px) and (max-width: 767px) {.productOtherCombinations .slick-slider, .colorGoesWellWrap .slick-slider, .sinceYouLikedWrap .slick-slider {width: 105%;}}@media (min-width: 768px) and (max-width: 991px) {.productOtherCombinations .slick-slider, .colorGoesWellWrap .slick-slider, .sinceYouLikedWrap .slick-slider {width: 105%;}}.modal-open {overflow: hidden !important;}.full-width {width: 100%;}.mobile-icon {display: none !important;}@media (min-width: 320px) and (max-width: 991px) {.mobile-icon {display: block !important;}}.textCompWrap form {margin: 0;}.textCompWrap .textInputWrap {position: relative;border: 1px solid #431A80;padding: 16px 20px;}@media (min-width: 320px) and (max-width: 767px) {.textCompWrap .textInputWrap {padding: 5px 20px;}}.textCompWrap .textInputWrap .commonTextComp {width: 82%;border: none;color: #431A80;padding-right: 80px;font-size: 13px;font-weight: 400;line-height: 22px;}@media (min-width: 320px) and (max-width: 767px) {.textCompWrap .textInputWrap .commonTextComp {font-size: 12px;}}.textCompWrap .textInputWrap .commonTextComp:focus {outline: none;}.textCompWrap .textInputWrap .commonTextComp::-webkit-input-placeholder {color: #431A80;font-weight: 300;}.textCompWrap .textInputWrap .commonTextComp:-ms-input-placeholder {color: #431A80;font-weight: 300;}.textCompWrap .textInputWrap .commonTextComp::placeholder {color: #431A80;font-weight: 300;}.textCompWrap .textInputWrap {display: inline-block;}.textCompWrap .linkButton {text-align: center;position: absolute;right: 12px;top: 26%;font-size: 12px;background: none;border: 0;color: #431A80;text-decoration: underline;text-transform: uppercase;cursor: pointer;}.textCompWrap .linkButton:focus {outline: none;}.textCompWrap .spriteICOCT {margin-right: 10px;font-size: 12px;}.textCompWrap.textLinks a.textCompLink {border-bottom: 2px solid #8838FF;text-decoration: none;padding-bottom: 3px;}.textCompWrap.textLinks a.textCompLink:hover {color: #431A80;border-bottom: 3px solid #431A80;}.textCompWrap.textLinks a.textCompLink[disabled] {color: #CDCDCD;border-bottom: 3px solid #CDCDCD;}.ctaComp .ctaText {line-height: 16px;padding: 16px 20px;width: 100%;width: 270px;border-radius: 2px;font-size: 13px;letter-spacing: 0.86px;cursor: pointer;text-align: center;}@media (min-width: 320px) and (max-width: 767px) {.ctaComp .ctaText {padding: 9px 20px;width: 150px;}}@media (min-width: 320px) and (max-width: 991px) {.ctaComp .ctaText {width: 100%;font-size: 12px;}}.ctaComp a.ctaText {display: inline-block;}.ctaComp a.ctaText:hover {text-decoration: none;}.ctaComp button:hover {box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);-ms-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);-o-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);-moz-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);-webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}.ctaComp button:focus {outline: none;}.ctaComp.baseBtn .ctaText {background: #431A80;border: 1px solid #431A80;color: #ffffff;}.ctaComp.baseBtn .ctaText:hover, .ctaComp.baseBtn .ctaText:active {color: #ffffff;background: #5E25B2;}.ctaComp.baseBtn.inactive .ctaText {background: #DEDEDE;color: #ffffff;border: #DEDEDE;pointer-events: none;}.ctaComp.whiteBtn .ctaText {background: transparent;border: 1px solid #431A80;color: #431A80;}.ctaComp.whiteBtn .ctaText:hover, .ctaComp.whiteBtn .ctaText:active {color: #ffffff;background: #5E25B2;}.ctaComp.whiteBtn.inactive .ctaText {background: #ffffff;color: #DEDEDE;border: #DEDEDE;pointer-events: none;}.ctaComp.transparentBtn .ctaText {border: 1px solid #fff;background-color: transparent;color: #fff;}.ctaComp.transparentBlueBerryBtn .ctaText {border: 1px solid #431A80;background-color: transparent;color: #431A80;}.ctaComp.linkBtn .ctaText {background: transparent;border: 0;border-bottom: 2px solid #5E25B2;width: auto;display: inline;padding: 0;line-height: 12px;letter-spacing: 1px;text-transform: capitalize;text-decoration: none;padding-bottom: 2px;}.ctaComp.linkBtn .ctaText:hover, .ctaComp.linkBtn .ctaText:active {background: transparent;box-shadow: none;font-weight: bold;border-bottom: 2px solid #431a80;}.ctaComp.linkBtn.inactive .ctaText {background: transparent;box-shadow: none;font-weight: bold;color: #DEDEDE;border-bottom: 2px solid #DEDEDE;pointer-events: none;}.ctaComp.underlinedBtn .ctaText {text-decoration: underline;}.ctaComp.primary-cta .ctaText:hover {background-color: #5E25B2;color: #ffffff;}.ctaComp.primary-cta .ctaText[disabled] {background-color: #DEDEDE;color: #ffffff;}.ctaComp.secondary-cta .ctaText:hover {background-color: #5E25B2;color: #ffffff;}.ctaComp.secondary-cta .ctaText[disabled] {background-color: #ffffff;border: 2px solid #DEDEDE;color: #DEDEDE;}.ctaComp.input-with-cta {display: flex;}.ctaComp.input-with-cta input {border: solid 1px #222222;border-radius: 2px;height: 50px;letter-spacing: normal;padding-left: 20px;line-height: 2;flex: 1;}.ctaComp.input-with-cta .ctaText {width: auto;height: 50px;border-radius: 2px;padding: 18px;}.ctaComp.btn-disabled .ctaText, .ctaComp.btn-disabled a, .ctaComp.btn-disabled button {opacity: 0.6;pointer-events: none;cursor: not-allowed;border: 1px solid #431a80;font-size: 12px;font-weight: 500;color: #431a80;letter-spacing: 0.92px;opacity: 0.3;background-color: transparent;}.iconTextLinks {font-size: 12px;}.iconsWithText__wrap a, .iconsWithText__wrap button {display: flex;align-items: center;justify-content: center;}.iconsWithText__left {margin: 0 6px 0 0;}.iconsWithText__right {margin: 0 0 0 6px;}.locationTagIcon {background-position: -215px -6px;width: 11px;height: 11px;}.spriteIcon {background-image: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/images/CCspriteImage.webp");display: inline-block;cursor: pointer;}.specialEffect, .sheen, .envFrnd {width: 35px;height: 40px;}.specialEffect {background-position: 496px 244px;}.sheen {background-position: 442px 244px;}.envFrnd {background-position: 388px 244px;}.prIco, .facebookIco, .wpIco, .twitterIco, .mailIco {width: 20px;height: 20px;}.prIco {background-position: 38px 235px;}.facebookIco {background-position: 162px 235px;}.wpIco {background-position: 132px 235px;}.twitterIco {background-position: 102px 235px;}.mailIco {background-position: 72px 235px;}.shareProductIcon, .addTowishlistIcon {width: 30px;height: 30px;background-size: 350px;}.shareProductIcon {background-position: 392px 132px;}.addTowishlistIcon {background-position: 592px 130px;}.selectedProd {background-position: 654px 214px;background-size: 450px;}.collapseTargateIco, .expand, .filterIco, .tickIco, .minusIco, .plusIco, .callIco {width: 16px;height: 17px;background-size: 350px;}.collapseTargateIco {background-position: 200px 300px;}.expand {background-position: 168px 300px;}.filterIco {background-position: 335px 300px;}.tickIco {background-position: 68px 300px;}.minusIco {background-position: 302px 300px;}.plusIco {background-position: 268px 300px;}.callIco {background-position: 135px 300px;}.prevArrow, .nextArrow {width: 35px;height: 35px;}.prevArrow {background-position: 279px 244px;}.nextArrow {background-position: 334px 244px;}.searchSpriteIcon {background-position: -147px 0px;width: 20px;height: 20px;}.cartIcon {background-position: -111px -39px;width: 20px;height: 21px;}.caretUpIcon {background-position: -805px -384px;width: 21px;height: 21px;}.caretDownIcon {background-position: -766px -383px;width: 21px;height: 21px;}.profileIcon {background-position: -77px -40px;width: 20px;height: 20px;}.profileIcon-active {background-position: -974px -384px;background-position: -314px -193px;width: 20px;height: 20px;}.paintBudgetCalcIcon {background-position: -39px -142px;width: 33px;height: 38px;}.paintSelectorIcon {background-position: -85px -147px;width: 40px;height: 28px;}.buyColorSampleIcon {background-position: -136px -149px;width: 38px;height: 24px;}.buySwatchIcon {background-position: -188px -149px;width: 35px;height: 24px;}.backIcon {background-position: -115px -126px;width: 22px;height: 13px;}.plus {background-position: -242px -125px;width: 12px;height: 12px;}.minus {background-position: -275px -125px;width: 12px;height: 2px;}.paintsTexturesBlue {background-position: -277px -216px;width: 30px;height: 27px;}.wallPaperRollCalcIcon {background-position: -38px -195px;width: 34px;height: 33px;}.howToApplyIcon {background-position: -90px -195px;width: 32px;height: 32px;}.howToApplyIcon-small {background-position: -7px -10px;width: 14px;height: 14px;}.visitStoreIcon {background-position: -137px -195px;width: 35px;height: 32px;}.myAccountMobileBlueIcon {background-position: -321px -257px;width: 29px;height: 30px;}.phoneMobileBlueIcon {background-position: -366px -260px;width: 27px;height: 27px;}.nextIcon {background-position: -809px -317px;width: 22px;height: 13px;}.spriteIcon-Aprevamp {background-image: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/images/Icons-Sprite.webp");display: inline-block;background-repeat: no-repeat;}.orderReceiveIco {background-position: -272px -697px;width: 28px;height: 29px;}.orderPickUpIco {background-position: -272px -753px;width: 30px;height: 19px;}.orderInTransitIco {background-position: -322px -751px;width: 30px;height: 21px;}.orderAtDeliverCentreIco {background-position: -373px -745px;width: 30px;height: 28px;}.orderOutForDeliveryIco {background-position: -274px -793px;width: 26px;height: 30px;}.orderDeliveredIco {background-position: -322px -799px;width: 30px;height: 23px;}.healthIconBlue {background-position: -319px -639px;width: 31px;height: 29px;}.healthIconBlack {background-position: -85px -489px;width: 31px;height: 29px;}.findcontractor {background-position: -42px -489px;width: 30px;height: 28px;}.backGrntee {background-position: -1359px -215px;width: 42px;height: 42px;}.yearWarranty {background-position: -1493px -214px;width: 35px;height: 42px;}.stopSolution {background-position: -1429px -214px;width: 35px;height: 42px;}.facebookImg {background-position: -671px -442px;width: 8px;height: 14px;}.twitterImg {background-position: -698px -443px;width: 15px;height: 12px;}.pinterestImg {background-position: -729px -442px;width: 12px;height: 14px;}.instagramImg {background-position: -758px -442px;width: 15px;height: 15px;}.youtubeImg {background-position: -786px -442px;width: 18px;height: 13px;}.flagIndia {background-position: -1041px -485px;width: 24px;height: 24px;}.flagGlobal {background-position: -666px -486px;width: 24px;height: 24px;}.flagBangladesh {background-position: -700px -486px;width: 24px;height: 24px;}.flagEgypt {background-position: -734px -486px;width: 24px;height: 24px;}.flagMiddleEast {background-position: -768px -486px;width: 24px;height: 24px;}.flagSingapore {background-position: -972px -486px;width: 24px;height: 24px;}.rightArrow {background-position: -148px -126px;width: 25px;height: 13px;}.leftArrow {background-position: -115px -126px;width: 22px;height: 13px;}.arrowDown {background-position: -766px -383px;width: 21px;height: 21px;}.arrowUp {background-position: -805px -384px;width: 21px;height: 21px;}.plus {background-position: -242px -125px;width: 12px;height: 12px;}.minus {background-position: -275px -125px;width: 12px;height: 12px;}.appStore {background-position: -665px -560px;width: 143px;height: 43px;}.playStore {background-position: -826px -560px;width: 143px;height: 43px;}.videoPlayButton {background-position: -1289px -215px;width: 42px;height: 42px;}.favouriteIcon {background-position: -660px -233px;width: 40px;height: 40px;}.favouriteIcon:active {background-position: -720px -233px;width: 40px;height: 40px;}.sharepdpIcon {background-position: -415px -44px;width: 40px;height: 40px;cursor: pointer;}.profileIconWhite {background-position: -360px -188px;width: 29px;height: 29px;}.nextIconWhite {background-position: -1104px -388px;width: 22px;height: 13px;}.spriteImgIcon > button {padding-bottom: 32px;}.colorCatalogue {background-position: -273px -419px;height: 36px;width: 37px;}.interiorWallPaints {background-position: -323px -420px;width: 36px;height: 34px;}.exteriorWallPaints {background-position: -372px -420px;width: 37px;height: 35px;}.onlineColorConsultancy {background-position: -273px -472px;width: 37px;height: 31px;}.homePaintingServices {background-position: -324px -469px;width: 33px;height: 37px;}.waterProofing {background-position: -375px -469px;width: 33px;height: 37px;}.wallCoverings, .wallCoveringsBlue {background-position: -275px -522px;width: 31px;height: 31px;}.waterProofingBlue {background-position: -366px -214px;width: 28px;height: 31px;}.servicesBlue {background-position: -410px -213px;width: 28px;height: 32px;}.blogBlue {background-position: -453px -216px;width: 30px;height: 27px;}.shopBlue {background-position: -277px -256px;width: 29px;height: 33px;}.wallStickers {background-position: -323px -524px;width: 36px;height: 26px;}.kidWorld {background-position: -373px -520px;width: 36px;height: 35px;}.selectedArrow {background-position: -491px -182px;width: 35px;height: 35px;}.arrowDownBig {background-position: -668px -382px;width: 24px;height: 24px;}.arrowUpBig {background-position: -708px -382px;width: 24px;height: 24px;}.wishListIcon {background-position: -40px -42px;width: 25px;height: 20px;}.spriteIcon-Aprevamp.favouriteIcon {cursor: pointer;}.flagFiJiIsland {background-position: -836px -486px;width: 24px;height: 24px;}.flagNepal {background-position: -870px -486px;width: 24px;height: 24px;}.flagSrilankaAp {background-position: -904px -486px;width: 24px;height: 24px;}.flagSrilankaCauseWay {background-position: -938px -486px;width: 24px;height: 24px;}.flagIndonesia {background-position: -972px -486px;width: 24px;height: 24px;}.flagEthiopia {background-position: -1006px -486px;width: 24px;height: 24px;}.flagSingapore {background-position: -972px -486px;width: 24px;height: 24px;}.wallpaper-blue {background-position: -423px -418px;width: 34px;height: 33px;}.apHome-home {background-position: -48px -71px;width: 11px;height: 11px;}.apHome-home--mobile {background-position: -77px -71px;width: 21px;height: 21px;}.apHome-home--quickLinks {background-position: -422px -516px;width: 34px;height: 37px;}.apHome-home--serviceMenu {background-position: -190px -192px;width: 34px;height: 37px;}.locationTagIcon {background-position: -214px -45px;width: 11px;height: 11px;}@font-face {font-family: apFontBold;font-display: swap;src: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/fonts/montserrat/Montserrat-Bold.otf");}@font-face {font-family: apFontSemiBold;font-display: swap;src: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/fonts/montserrat/Montserrat-SemiBold.otf");}@font-face {font-family: apFontMedium;font-display: swap;src: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/fonts/montserrat/Montserrat-Medium.otf");}@font-face {font-family: apFontRegular;font-display: swap;src: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/fonts/montserrat/Montserrat-Regular.otf");}@font-face {font-family: apFontLight;font-display: swap;src: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/fonts/montserrat/Montserrat-Light.otf");}@font-face {font-family: apFontExtraLight;font-display: swap;src: url("../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-apheaderfooter/resources/fonts/montserrat/Montserrat-ExtraLight.otf");}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");body {font-family: "Montserrat";font-weight: 700;}.header {position: sticky;position: -webkit-sticky;width: 100%;top: 0;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;z-index: 1040;box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.2);font-weight: 400;}.header__top-utility {background: #ffffff;}.header__top-utility .headerDropdown__list-wrap {margin: 0 auto;width: 95%;opacity: 0;animation: slide-up 0.3s ease-out;-moz-animation: slide-up 0.3s ease-out;-ms-animation: slide-up 0.3s ease-out;}@media (min-width: 320px) and (max-width: 991px) {.header__top-utility .headerDropdown__list-wrap {width: 90%;}}.header__top-utility .headerDropdown__list-wrap.active {opacity: 1;width: 95%;display: block;animation: slide-down 0.3s ease-out;-moz-animation: slide-down 0.3s ease-out;-ms-animation: slide-down 0.3s ease-out;}@-webkit-keyframes slide-down {0% {opacity: 0;-webkit-transform: translateY(-100%);}100% {opacity: 1;-webkit-transform: translateY(0);}}@-moz-keyframes slide-down {0% {opacity: 0;-moz-transform: translateY(-100%);}100% {opacity: 1;-moz-transform: translateY(0);}}@-webkit-keyframes slide-up {0% {opacity: 0;-webkit-transform: translateY(0);}100% {opacity: 1;-webkit-transform: translateY(-100%);}}@-moz-keyframes slide-up {0% {opacity: 0;-moz-transform: translateY(0);}100% {opacity: 1;-moz-transform: translateY(-100%);}}.header__top-utility-links {display: flex;justify-content: space-between;align-items: center;width: 100%;margin: 0 auto;}@media (min-width: 992px) {.header__top-utility-links {padding: 4px 0;}}@media (min-width: 320px) and (max-width: 991px) {.header__top-utility-links {margin: 0;width: 100%;}}.header__top-utility-links--right {display: flex;flex-direction: row;justify-content: flex-start;width: 35%;padding: 0 40px;}@media (min-width: 320px) and (max-width: 991px) {.header__top-utility-links--right {width: auto;padding: 0;}}.header__top-utility-links--right a {font-size: 12px;color: #222222;margin: 0 15px;font-family: apFontRegular;}.header__top-utility-links--right a:hover {text-decoration: none;}.header__top-utility-links--right.find_contractor {width: 60%;}@media (min-width: 320px) and (max-width: 991px) {.header__top-utility-links--right.find_contractor {width: auto;padding: 0;}}.header__top-utility-links--right.find_contractor .howToApplyIcon-small {vertical-align: -2px;}.header__top-utility-links--right.find_contractor .howToApplyIcon {background-position: -30px -64px;width: 15px;height: 16px;background-size: 700px;vertical-align: -2px;}@media (min-width: 320px) and (max-width: 991px) {.header__top-utility-links--right .callUsmobile {background: #ffffff;margin: 0;padding: 2px 15px;}.header__top-utility-links--right .callUsmobile .callIcon {transform: scale(0.6);-webkit-transform: scale(0.6);-moz-transform: scale(0.6);vertical-align: -10px;width: 33px;height: 30px;filter: brightness(0%);}}.header__top-utility-links--storeLinks {font-size: 12px;padding-right: 15px;}@media (min-width: 992px) {.header__top-utility-links--storeLinks {display: flex;padding: 0 40px; align-items: center; font-family: apFontRegular;}}.header__top-utility-links--storeLinks p {margin-bottom: 0;}@media (min-width: 992px) {.header__top-utility-links--storeLinks p {display: inline-block;font-size: 12px;padding-right: 15px;color: #431A80;font-weight: 600;cursor: pointer;}.header__top-utility-links--storeLinks p:hover {text-decoration: underline;}.header__top-utility-links--storeLinks p .editFieldIcons {transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);vertical-align: -4px;height: 20px;margin-left: -8px;}}.header__top-utility-links--storeLinks .storeDirectLink {color: #222222;font-weight: 600;}@media (min-width: 992px) {.header__top-utility-links--storeLinks .storeDirectLink {text-decoration: underline;}}@media (min-width: 320px) and (max-width: 991px) {.header__top-utility-links--storeLinks .locationTagIcon {margin: 0 6px 0 5px;filter: brightness(0%);transform: scale(1.2);}}.header__top-utility-links-container {background: #f8f8f8;}.header__content-container {padding: 0;}@media (min-width: 320px) and (max-width: 991px) {.header__content-container {padding: 0;}}.header__content-container .textCompWrap .textInputWrap {padding: 8px;width: 100%;border-color: #222222;border-radius: 2px;display: flex;}.header__content-container .textCompWrap .textInputWrap .commonTextComp {width: 96%;padding-right: 0;color: #3b3b3b;}.header__content-container .textCompWrap .textInputWrap .commonTextComp::-webkit-input-placeholder {color: #222222;text-transform: uppercase;}.header__content-container .textCompWrap .textInputWrap .commonTextComp:-ms-input-placeholder {color: #222222;text-transform: uppercase;}.header__content-container .textCompWrap .textInputWrap .commonTextComp::placeholder {color: #222222;text-transform: uppercase;opacity: 1;}@media (min-width: 992px) {.header__content-container .textCompWrap .textInputWrap .commonTextComp::placeholder {opacity: 0;}}.header__content-container .textCompWrap .textInputWrap .searchSpriteIcon {vertical-align: sub;}.header__main-container {display: flex;align-items: center;padding-bottom: 8px;flex-wrap: wrap;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container {padding: 0;}}.header__main-container--logo{flex-basis:25%}@media (min-width:1200px) and (max-width:1280px){.header__main-container--logo{flex-basis:19%}}@media (min-width:1280px) and (max-width:1366px){.header__main-container--logo{flex-basis:22%}}.header__main-container--utility{flex-basis:20%}@media (min-width:1200px) and (max-width:1366px){.header__main-container--utility{flex-basis:18%}}.header__main-container--logo {padding-left: 40px;padding-top: 18px;cursor: default;pointer-events: none;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--logo {padding: 0;pointer-events: auto;}}.header__main-container--logo img {max-width: 66%;height: auto;cursor: pointer;pointer-events: auto;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--logo img {max-width: 100%;}}.header__main-container--search{flex-basis:50%}@media (min-width:992px){.header__main-container--search{flex-basis:750px;flex-shrink:0}}.header__main-container--search button {border: none;background: none;cursor: pointer;}.header__main-container--utility {display: flex;justify-content: flex-end;padding-left: 40px;padding-right: 40px;}@media (min-width:1200px) and (max-width:1280px){.header__main-container--utility{padding-left:20px}}.header__main-container--navigation {flex-basis: 100%;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--logo {flex-basis: 20%;order: 2;}.header__main-container--search {flex-basis: 100%;order: 4;opacity: 1;display: block;}.header__main-container--search .textInputWrap {border-color: #d3d3d3;}.header__main-container--navigation {flex-basis: 10%;order: 1;}.header__main-container--utility {flex-basis: 70%;order: 3;padding: 0;}}@media (min-width: 320px) and (max-width: 575px) {.header__main-container--logo {flex-basis: 35%;order: 2;}.header__main-container--search {flex-basis: 100%;order: 4;opacity: 1;display: block;}.header__main-container--search .textInputWrap {border-color: #d3d3d3;}.header__main-container--navigation {flex-basis: 10%;order: 1;}.header__main-container--utility {flex-basis: 50%;order: 3;padding: 0;}}.header__mobile-container--search .textInputWrap .commonTextComp {width: 98%;}.header .iconLinks__search {display: none;opacity: 0;}@media (min-width: 992px) {.header__sticky .header__main-container {justify-content: space-between;padding: 18px 0;}.header__sticky .header__main-container--logo {order: 1;padding-top: 0;z-index: 10;}.header__sticky .header__main-container--search {display: none;}.header__sticky .header__main-container--navigation {position: absolute;width: 100%;z-index: 8;}.header__sticky .header__main-container--navigation .navbar {top: 5px;}.header__sticky .header__main-container--navigation .navbar .navbar-nav .nav-link {padding-bottom: 30px;}.header__sticky .header__main-container--utility {order: 3;}.header__sticky .header__main-container--utility * {z-index: 10;}.header__sticky .header__main-container--utility .iconLinks__search {display: block;opacity: 1;}}@media (min-width: 320px) and (max-width: 991px) {.header__sticky .iconLinks__search {display: inline-block;opacity: 1;z-index: inherit;}.header__sticky .header__main-container--search {display: block;}.header__sticky .header__main-container--search.hide {display: none;}}@media (min-width: 991px) and (max-width: 1200px) {.header__sticky .header__main-container--logo, .header__sticky .header__main-container--utility {flex-basis: 15%;}.header__sticky .header__main-container--logo {padding-left: 15px;}.header__sticky .header__main-container--utility {padding-left: 0px;padding-right: 15px;}.header__sticky .header__main-container--utility .iconLinks {margin: 10px;}.header__sticky .header__main-container--navigation .navbar .header__navbar-content--wrap {width: auto;padding: 2px 0 0;}.header__sticky .header__main-container--navigation .navbar .navbar-nav {justify-content: space-between;margin-left: -25px;}.header__sticky .header__main-container--navigation .navbar .navbar-nav .nav-item {padding-bottom: 0px;}}@media (min-width: 991px) and (max-width: 1200px) and (min-width: 1280px) {.header__sticky .header__main-container--navigation .navbar .navbar-nav .nav-item {padding: 10px;}.header__sticky .header__main-container--navigation .navbar .navbar-nav .nav-item .nav-link {letter-spacing: 0.5px;}}@media (min-width: 991px) and (max-width: 1200px) and (min-width: 1440px) {.header__sticky .header__main-container--navigation .navbar .navbar-nav .nav-item {padding: 15px 10px;}.header__sticky .header__main-container--navigation .navbar .navbar-nav .nav-item .nav-link {letter-spacing: 1px;}}@media (min-width: 991px) and (max-width: 1200px) {.header__sticky .header__main-container--navigation .navbar .navbar-nav .nav-item .nav-link {font-size: 12px;}}.header .show {display: block;opacity: 1;}.searchSpriteIcon {background-position: -147px 0px;width: 20px;height: 20px;}.header-auto-suggest {position: relative;padding: 18px;padding-bottom: 0;}@media (min-width: 320px) and (max-width: 991px) {.header-auto-suggest {padding: 0;}}.header-auto-suggest .textInputWrap {z-index: 1040;}.header-auto-suggest__container {display: none;position: absolute;z-index: 1040;width: 100%;background: white;padding-top: 75px;left: 0;top: 0;box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);}@media (min-width: 320px) and (max-width: 991px) {.header-auto-suggest__container {padding-top: 55px;}}.header-auto-suggest__overflow-wrap {overflow: auto;width: 100%;}.header-auto-suggest__default, .header-auto-suggest__results {display: flex;flex-direction: column;width: 100%;}.header-auto-suggest__default h3, .header-auto-suggest__results h3 {padding: 0 30px;font-size: 20px;line-height: 22px;font-family: apFontSemibold !important;}@media (min-width: 320px) and (max-width: 991px) {.header-auto-suggest__default h3, .header-auto-suggest__results h3 {font-size: 16px;}}.header-auto-suggest__default--list li {padding: 15px 30px;border-bottom: 2px solid #f8f8f8;}.header-auto-suggest__default--list li:last-child {border-bottom: none;}.header-auto-suggest__default--list li a.iconTextLinks {display: flex;align-items: center;color: #222222;}.header-auto-suggest__results--search, .header-auto-suggest__results--related {padding-top: 20px;}.header-auto-suggest__results--search-list li, .header-auto-suggest__results--related-list li {padding: 0 30px;}.header-auto-suggest__results--search-list li:last-child a, .header-auto-suggest__results--related-list li:last-child a {border: none;}.header-auto-suggest__results--search-list li a.iconTextLinks, .header-auto-suggest__results--related-list li a.iconTextLinks {display: flex;align-items: center;color: #222222;}.header-auto-suggest__results--search, .header-auto-suggest__results--related {border-bottom: 2px solid #f8f8f8;}.header-auto-suggest__results--search-list .result-item, .header-auto-suggest__results--related-list .result-item {display: flex;justify-content: space-between;color: #222222;text-decoration: none;align-items: center;padding: 15px 0;border-bottom: 2px solid #f8f8f8;min-height: 95px;}.header-auto-suggest__results--search-list .result-item__desc, .header-auto-suggest__results--related-list .result-item__desc {display: flex;flex-direction: column;font-weight: normal;}.header-auto-suggest__results--search-list .result-item__desc--name, .header-auto-suggest__results--related-list .result-item__desc--name {font-size: 14px;font-weight: 600;font-family: apFontMedium;margin-bottom: 10px;}.header-auto-suggest__results--search-list .result-item__desc--sub-text, .header-auto-suggest__results--related-list .result-item__desc--sub-text {font-size: 12px;font-weight: normal;font-family: apFontLight;}.header-auto-suggest__results--search-list .result-item__desc--sub-text font, .header-auto-suggest__results--related-list .result-item__desc--sub-text font {font-family: apFontSemiBold;}.header-auto-suggest__results--search-list .result-item__img, .header-auto-suggest__results--related-list .result-item__img {width: 55px;}.header-auto-suggest__results--search-list .result-item__img .imageWithTextComp .imagWithTextWrap .productImgWrap, .header-auto-suggest__results--related-list .result-item__img .imageWithTextComp .imagWithTextWrap .productImgWrap {height: 60px;}.header-auto-suggest__results--search-list .result-item__img .imgBlock, .header-auto-suggest__results--related-list .result-item__img .imgBlock {width: 100%;height: 100%;}.header-auto-suggest__results--search-list .result-item__img .imgBlock img, .header-auto-suggest__results--related-list .result-item__img .imgBlock img {width: 100%;height: auto;background: none;}.header-auto-suggest__results--search-list .result-item__img .iconBlock, .header-auto-suggest__results--related-list .result-item__img .iconBlock {display: flex;justify-content: center;}.header-auto-suggest__results--search-list .result-item__img .iconBlock .spriteIcon-Aprevamp, .header-auto-suggest__results--related-list .result-item__img .iconBlock .spriteIcon-Aprevamp {transform: scale(1.2);}.header-auto-suggest__no-results {padding: 15px 35px;}.header-auto-suggest__no-results h3 {font-weight: 600;}.header-auto-suggest__no-results--alt-suggestions {padding: 25px 0;}.header-auto-suggest__no-results--alt-suggestions h4 {font-weight: 600;font-size: 14px;}.header-auto-suggest__no-results--alt-suggestions .alt-suggest-wrap {display: flex;flex-wrap: wrap;margin-top: 20px;}.header-auto-suggest__no-results--alt-suggestions .alt-suggest {border: 1px solid #f3ebff;padding: 5px 10px;min-width: 75px;display: inline-block;text-align: center;margin-right: 15px;margin-bottom: 15px;font-size: 14px;color: #431A80;background: #faf8ff;text-decoration: none;}.header-auto-suggest__no-results--alt-suggestions .alt-suggest:first-child {margin-left: 0;}.header-auto-suggest .close-search--main {display: none;}.header-auto-suggest.header-auto-suggest--active .textInputWrap {z-index: 1045;}.header-auto-suggest.header-auto-suggest--active .header-auto-suggest__container {display: flex;}@media (min-width: 320px) and (max-width: 991px) {.header-auto-suggest.header-auto-suggest--active .searchSpriteIcon {background-position: -865px -316px;width: 17px;height: 15px;}.header-auto-suggest.header-auto-suggest--active .textInputWrap {border: none;background: #f8f8f8;align-items: center;}.header-auto-suggest.header-auto-suggest--active .textInputWrap input {background: transparent;padding-left: 15px;}.header-auto-suggest.header-auto-suggest--active .close-search--main {display: block;}}.fade-scale {transform: scale(0);opacity: 0;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;transition: all 0.25s linear;}.fade-scale.in {opacity: 1;transform: scale(1);}.max90 {width: 90%;margin: 0 auto;}@media (min-width: 320px) and (max-width: 991px) {.mobileFull {width: 100%;}}.visible-desktop {display: block !important;}@media (min-width: 320px) and (max-width: 991px) {.visible-desktop {display: none !important;}}.visible-mobile {display: none !important;}@media (min-width: 320px) and (max-width: 991px) {.visible-mobile {display: block !important;}}.fade-scale.in {opacity: 1;transform: scale(1);}.iconLinks {display: inline-block;margin: 10px 15px;cursor: pointer;}@media (min-width: 320px) and (max-width: 991px) {.iconLinks {margin: 10px;}}.iconLinks__cart {position: relative;}.iconLinks__cart-count {position: absolute;right: -8px;top: -4px;width: 16px;height: 16px;color: #ffffff;background: #8938fe;border-radius: 50%;border: 1px solid #ffffff;display: flex;align-items: center;justify-content: center;font-size: 10px;}.modal__variant-cart .modal-dialog {max-width: unset;width: 60%;}@media (min-width: 320px) and (max-width: 575px) {.modal__variant-cart .modal-dialog {width: 90%;margin: 20px auto;}}.modal__variant-cart .modal-body {display: flex;justify-content: space-between;align-items: center;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-cart .modal-body {width: 80%;flex-direction: column;margin: 0 auto;align-items: unset;}}@media (min-width: 320px) and (max-width: 991px) and (min-width: 320px) and (max-width: 575px) {.modal__variant-cart .modal-body {width: 80%;}}.modal__variant-cart .modal-body .ctaComp {display: flex;flex-basis: 40%;}.modal__variant-cart .modal-body .ctaComp .ctaText.modal__variant-cart--view-cart {background: #ffffff;color: #512b8b;}.modal__variant-cart--text {flex-basis: 60%;font-size: 12px;color: #3b3b3b;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-cart--text {margin: 0 auto;margin-bottom: 8px;}}.modal__variant-cart--count {font-weight: bold;}.cart-modal-backdrop {background-color: #ffffff;}.headerDropdown {background: #ffffff;}.headerDropdown__list {display: flex;width: 100%;margin: 0 auto;flex-wrap: wrap;justify-content: center;}@media (min-width: 320px) and (max-width: 991px) {.headerDropdown__list {width: 100%;flex-wrap: wrap;justify-content: center;}}.headerDropdown__list li {min-width: 10%;margin: 10px 8px;}@media (min-width: 320px) and (max-width: 991px) {.headerDropdown__list li {flex-basis: 40%;margin: 6px;min-width: 130px;width: 100%;}}.headerDropdown__list .addHeaderListSeparator {border-right: 1px solid #e9e9e9;margin-right: 12px;padding-right: 20px;}@media (min-width: 320px) and (max-width: 991px) {.headerDropdown__list .addHeaderListSeparator {border: none;margin: 6px;padding: 0;}}.headerDropdown__list--item.ctaComp .ctaText {background: none;color: #2a2a2a;border-color: #e9e9e9;padding-top: 9px;padding-bottom: 9px;}.headerDropdown__list--item-selected.ctaComp .ctaText {background: #faf8ff;color: #431A80;border-color: #f3ebff;font-size: 10px;}.headerDropdown__list .ctaComp.secondary-cta .ctaText {font-size: 10px;width: 100%;white-space: nowrap;box-shadow: none;border: 1px solid #e9e9e9;}.headerDropdown__list .ctaComp.secondary-cta .ctaText:hover {background: #faf8ff;color: #431A80;border-color: #e9e9e9;}.headerDropdown__list-wrap {display: none;padding: 20px 0;background: #ffffff;}.headerDropdown__item.secondary-cta.ctaComp .ctaText {background: #ffffff;color: #222222;border: none;padding: 40px;padding-top: 5px;padding-bottom: 5px;font-size: 10px;width: 100%;outline: none;}@media (min-width: 320px) and (max-width: 991px) {.headerDropdown__item.secondary-cta.ctaComp .ctaText {padding-left: 20px;padding-right: 20px;}}.headerDropdown__item.secondary-cta.ctaComp .ctaText:hover {background: #ffffff;color: #222222;box-shadow: none;}.profile-holder {position: relative;}@media (min-width: 320px) and (max-width: 991px) {.profile-holder .iconLinks__profile {display: none;}}.profileIcon {background-position: -79px -1px !important;width: 20px;height: 20px;}.modal__variant-login .modal-dialog {max-width: unset;width: 25%;top: 20%;min-width: 440px;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-login .modal-dialog {width: 50%;min-width: 440px;}}@media (min-width: 320px) and (max-width: 575px) {.modal__variant-login .modal-dialog {width: 90%;min-width: unset;margin: 20px auto;}}.modal-content{position: relative;display: flex;flex-direction: column;width: 100%;pointer-events: auto;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 20%);border-radius: 0.3rem;outline: 0; height: auto;}.modal__variant-login .modal-content {border: none;border-radius: 2px;}.modal__variant-login .modal-header {border: none;padding: 5px;display: flex;justify-content: flex-end;}.modal__variant-login .modal-title {font-size: 20px;font-weight: 700;font-family: apFontSemibold;}.modal__variant-login .modal-body {display: flex;justify-content: space-between;flex-direction: column;padding-top: 0;padding-left: 40px;padding-right: 40px;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-login .modal-body {width: 80%;flex-direction: column;margin: 0 auto;align-items: unset;padding-left: 15px;padding-right: 15px;}}@media (min-width: 320px) and (max-width: 575px) {.modal__variant-login .modal-body {width: 95%;}}.modal__variant-login .modal-body .textInputWrap {display: flex;flex-direction: column;margin-bottom: 25px;padding: 0;position: relative;transition: 150ms all ease-in-out;}.modal__variant-login .modal-body .textInputWrap .commonTextComp {width: 100%;}.modal__variant-login .modal-body .textInputWrap label {position: absolute;opacity: 0.6;top: 15px;z-index: 10;transform: translateY(0);transition: 150ms transform ease-in-out;}.modal__variant-login .modal-body .textInputWrap input {border: none;position: relative;border-bottom: 2px solid #000;padding: 20px 0 4px;transition: 150ms all ease-in-out;}.modal__variant-login .modal-body .show-field {transform: translateY(0);}.modal__variant-login .modal-body .hide-field {transform: translateY(-100%);}.modal__variant-login .modal-body .focussed label {transform: translateY(-20px);}.modal__variant-login .modal-body .ctaComp {display: flex;flex-basis: 40%;}.modal__variant-login .modal-body .ctaComp .ctaText {width: 100%;font-family: apFontRegular;}.modal__variant-login .modal-body .ctaComp .ctaText.modal__variant-cart--view-cart {background: #ffffff;color: #512b8b;}.modal__variant-login .modal-body form span {font-family: apFontLight;font-weight: lighter;}.modal__variant-login--text {flex-basis: 60%;font-size: 12px;color: #3b3b3b;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-login--text {margin: 0 auto;margin-bottom: 8px;}}.modal__variant-login--count {font-weight: bold;}.modal__variant-login--footer {padding: 0;}.modal__variant-login--footer-banner {width: 100%;}.modal__variant-login--footer img {width: 100%;height: auto;}.modal__variant-login--register .modal-dialog {top: 15%;}.modal__variant-login--register-tofc {margin: 25px 0;font-size: 14px;color: #222222;}.modal__variant-login--register-tofc a {color: #222222;text-decoration: underline;}.modal__variant-login form legend {font-size: 14px;margin: 10px 0 15px;color: #222222;}.modal__variant-login a:hover {text-decoration: none;}.modal__variant-login--register .modal-body .textInputWrap__otp-variant {display: block;transform: translateY(0);}.textInputWrap__otp-variant {position: relative;}.textInputWrap__otp-variant .resend-otp {position: absolute;right: 0;top: 0;margin: 10px 0;color: #222222;border-bottom: 2px solid #8839ff;}.textInputWrap__otp-variant .resend-otp .resend-active {display: none;}.logged-in-wrap {display: none;}.logged-in-sticker {display: flex;justify-content: space-evenly;align-items: center;width: 170px;flex-wrap: wrap;padding: 10px;font-size: 14px;background: #fff;position: absolute;right: -15px;box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.19);-ms-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.19);-o-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.19);-moz-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.19);-webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.19);}.logged-in-sticker:after {content: "";position: absolute;left: 70%;top: -10px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #fff;clear: both;}@media (min-width: 320px) and (max-width: 991px) {.logged-in-sticker:after {display: none;}}@media (min-width: 320px) and (max-width: 991px) {.logged-in-sticker {position: fixed;top: 90%;margin-right: 44%;}}@media (min-width: 320px) and (max-width: 991px) and (min-width: 320px) and (max-width: 575px) {.logged-in-sticker {margin-right: 36%;}}.logged-in-sticker__text {font-weight: lighter;}.logged-in-sticker__text-name {font-weight: bold;}.logged-in-sticker__tick {display: inline-block;border-radius: 50%;width: 22px;height: 22px;border: 2px solid #5aba3a;}.logged-in-sticker__tick:after {content: "";display: block;width: 6px;height: 12px;border: solid #5aba3a;border-width: 0 2px 2px 0;transform: rotate(45deg);margin-top: 2px;margin-left: 6px;}.logged-in-dropdown__wrap {display: none;}.logged-in-dropdown {width: 170px;background: white;position: absolute;right: -30px;z-index: 1050;}.logged-in-dropdown ul {display: flex;flex-direction: column;justify-content: center;align-items: center;border: 2px solid #e8e8e8;}.logged-in-dropdown ul li {padding: 10px 0;width: 100%;display: flex;justify-content: center;border-top: 2px solid #e8e8e8;}.logged-in-dropdown ul li a {color: #222222;font-weight: normal;font-size: 12px;}.logged-in-dropdown ul li:first-child {border-top: none;}.logged-in-dropdown ul .signout {border-top: none;}.logged-in-dropdown ul .signout a {display: block;width: 100%;text-align: center;text-decoration: none;}.logged-in-dropdown ul .signout a span {border-bottom: 2px solid #8938fe;}.logged-in-dropdown ul .welcome-user-text {background: #f8f8f8;font-weight: lighter;}.logged-in-dropdown ul .welcome-user-text__name {font-weight: bold;}.logged-in-dropdown:after, .logged-in-dropdown:before {content: "";position: absolute;left: 60%;top: -9px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #f8f8f8;clear: both;}.logged-in-dropdown:after {border-bottom-color: #f8f8f8;border-width: 10px;top: -8px;}.logged-in-dropdown:before {border-bottom-color: #e8e8e8;border-width: 10px;top: -10px;}.header__main-container--navigation .navbar {background: none;padding: 0;top: 8px;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar {top: auto;padding: 10px;}}.header__main-container--navigation .navbar .header__navbar-content {justify-content: center;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__navbar-content {transform: translate(0, 0);transition: transform 0.5s ease-in-out;}.header__main-container--navigation .navbar .header__navbar-content--head {padding-left: 10px;padding-bottom: 15px;font-weight: bold;}}.header__main-container--navigation .navbar .header__navbar-content--head {display: none;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__navbar-content--head {display: block;padding-top: 8px;}}.header__main-container--navigation .navbar .header__navbar-content--wrap {width: 50%;padding: 5px 0 0;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__navbar-content--wrap {width: 100%;}}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility {display: none;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__navbar-content--mobile-utility {display: flex;width: 100%;justify-content: space-between;align-items: center;padding: 0;position: relative;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility .iconTextLinks {color: #ffffff;display: flex;font-size: 14px;align-items: center;justify-content: space-between;width: 100%;padding: 0;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility .iconsWithText__left {margin-right: 16px;}}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-complete {display: none;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-complete {flex: 0 0 100%;padding: 20px;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-complete .iconTextLinks {background-image: none;color: #000000;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-complete .logged-in__text {display: inline-block;color: #222222;font-weight: 500;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-complete .iconsWithText__left {vertical-align: sub;transform: scale(1.3, 1.4);--moz-transform: scale(1.3,1.4);--webkit--transform: scale(1.3,1.4);--o--transform: scale(1.3,1.4);}}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-initiate {display: flex;align-items: center;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-initiate {flex: 0 0 100%;padding: 20px;background-image: linear-gradient(to right, #3225af, #916bd6);}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login-initiate .iconTextLinks__text {flex: 0 0 80%;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn::before {content: "";position: absolute;height: 2px;width: 92%;background: #efefef;margin: 0 auto;left: 0;right: 0;top: 0;}}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-complete {display: flex;align-items: center;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-complete .logged-in__text {font-weight: bold;color: #000000;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-complete ul {display: flex;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-complete ul li {display: flex;position: relative;padding: 0 10px;font-weight: lighter;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-complete ul li:before {content: "";display: block;position: absolute;height: 12px;width: 100%;border-right: 1px solid white;top: 100%;margin-top: -15px;left: 0px;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-complete ul li:first-child {padding-left: 0;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-complete ul li:last-child:before {display: none;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn .header__navbar-content--mobile-utility--login-initiate {display: none;}.header__main-container--navigation .navbar .header__navbar-content--mobile-utility--login.isLoggedIn + .nav-revamp-logout-link {display: block;font-size: 16px;color: #686868;text-decoration: underline;padding-right: 15px;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .header__nav-icon.changeIcon {position: absolute;right: 8px;top: 15px;}}.header__main-container--navigation .navbar .navbar-nav {width: 100%;justify-content: space-evenly;}.header__main-container--navigation .navbar .navbar-nav .nav-item {padding: 15px;padding-bottom: 0;padding-top: 10px;white-space: nowrap;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .navbar-nav .nav-item {padding: 10px 0 10px;display: flex;justify-content: space-between;align-items: center;}.header__main-container--navigation .navbar .navbar-nav .nav-item--title {padding-left: 10px;font-weight: 500;font-size: 14px;}.header__main-container--navigation .navbar .navbar-nav .nav-item--title a {display: flex;align-items: center;color: #222;font-size: 14px;}.header__main-container--navigation .navbar .navbar-nav .nav-item--title .iconsWithText__left {margin-right: 20px;}}.header__main-container--navigation .navbar .navbar-nav .nav-item .visible-in-Desktop {display: block;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .navbar-nav .nav-item .visible-in-Desktop {display: none !important;}}.header__main-container--navigation .navbar .navbar-nav .nav-item .visible-in-mobile {display: none;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .navbar-nav .nav-item .visible-in-mobile {display: block;}}.header__main-container--navigation .navbar .navbar-nav .nav-item:first-child {padding-left: 0;}.header__main-container--navigation .navbar .navbar-nav .nav-item:last-child {padding-right: 0;}.header__main-container--navigation .navbar .navbar-nav .nav-link {color: #222222;padding: 0;padding-bottom: 15px;font-size: 14px;font-weight: 500;font-family: apFontMedium;letter-spacing: 1px;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .navbar-nav .nav-link {display: flex;align-items: center;padding-left: 10px;padding-right: 10px;padding-top: 10px;font-size: 13px;}}.header__main-container--navigation .navbar .navbar-nav .nav-link .iconsWithText__left {margin-right: 20px;}.header__main-container--navigation .navbar .navbar-nav .nav-link .iconsWithText {display: none;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .navbar-nav .nav-link .iconsWithText {display: inline-block;}}.header__main-container--navigation .navbar .navbar-nav .nav-link:active {background: #f7f7f7;}.header__main-container--navigation .navbar .navbar-nav .nav-item.active .nav-link {border-bottom: 2px solid #431a80;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .navbar-nav .nav-item.active .nav-link {border-bottom: none;}}.header__main-container--navigation .navbar .navbar-nav .nav-item.active:after {display: none;}.header__main-container--navigation .navbar .navbar-nav .dropdown-toggle:after {display: none;}.header__main-container--navigation .navbar .dropdown-menu {width: auto;border: none;padding: 0;overflow: hidden;max-height: 0;display: block;margin: 0 auto;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu {position: relative;padding: 0 10px;display: none;margin: 0;}}.header__main-container--navigation .navbar .dropdown-menu__container {display: flex;width: 100%;margin: 0;padding: 0;border-top: 1px solid #d3d3d3;font-size: 12px;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__container {border: none;flex-direction: column;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder {border-top: 2px solid #efefef;padding-top: 20px;}}.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder a {display: block;text-decoration: underline;color: #431A80;font-size: 13px;font-weight: 500;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder a {padding-bottom: 6px;}}.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder a:hover{font-family: apFontSemibold;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder .accordion-panel {padding: 0;}}@media (min-width: 992px) {.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder .accordion-panel li {padding: 10px 0;}.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder .accordion-panel li:first-child {padding-top: 0 !important;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder .dropdown__item--accordionList {padding: 0;}}.header__main-container--navigation .navbar .dropdown-menu__container .dropdown-menu__container--link-holder .dropdown__item--accordionList .accordionList-title .iconTextLinks__text {font-weight: 600;font-size: 14px;padding-bottom: 10px;display: inline-block;}.header__main-container--navigation .navbar .dropdown-menu__container--list-holder {margin: 0;width: 100%;flex: 0 0 100%;justify-content: space-between;display: flex;flex-wrap: wrap;}@media (min-width: 992px) {.header__main-container--navigation .navbar .dropdown-menu__container--list-holder .dropdown__item {padding: 25px 15px 30px 22px;min-width: 190px;}.header__main-container--navigation .navbar .dropdown-menu__container--list-holder .dropdown__item:nth-child(odd) {background-color: #fafafa;}}.header__main-container--navigation .navbar .dropdown-menu__container--image-holder {flex-basis: 17%;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__container--image-holder {width: 100%;padding: 0 15px;}}.header__main-container--navigation .navbar .dropdown-menu__container--image-holder img {width: 100%;height: auto;}@media (min-width: 992px) {.header__main-container--navigation .navbar .dropdown-menu__mobile-header {display: none !important;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__mobile-header .dropdown-menu__mobile-head--menu-item-header {display: none;}}.header__main-container--navigation .navbar .dropdown-menu__mobile-head {position: fixed;width: 100%;background: #fff;top: 0;left: 0;padding: 0 15px;z-index: 99;font-size: 12px;font-weight: 700;}@media (min-width: 992px) {.header__main-container--navigation .navbar .dropdown-menu__mobile-head {display: none;}}.header__main-container--navigation .navbar .dropdown-menu__mobile-head--top-utility {display: flex;justify-content: center;position: relative;padding: 15px 0 20px;font-size: 16px;color: #222222;width: 100%;height: 100%;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__mobile-head--top-utility {padding: 15px 0 35px;}}.header__main-container--navigation .navbar .dropdown-menu__mobile-head--top-utility .dropdown-menu__backToMenu {position: absolute;left: 0;top: 20px;width: 25px;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__mobile-head--menu-item-header {display: none;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__mobile-head--text {color: #000000;}}.header__main-container--navigation .navbar .dropdown-menu__mobile-head--menu-item-header {padding: 15px 0;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__mobile-head--text {display: block;color: #222222;font-weight: 600;}}.header__main-container--navigation .navbar .dropdown-menu__footer {border: 1px solid #d3d3d3;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__footer {width: 100%;border: none;margin-top: 1rem;}}.header__main-container--navigation .navbar .dropdown-menu__footer-wrapper {width: 80%;margin: 0 auto;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__footer-wrapper {width: 100%;}}.header__main-container--navigation .navbar .dropdown-menu__footer-content {display: flex;width: 80%;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__footer-content {width: 100%;background: #f7f7f7;display: block;}}.header__main-container--navigation .navbar .dropdown-menu__footer--item {padding: 20px 0;display: flex;align-items: center;flex: 0 0 20%;max-width: 20%;}@media (min-width: 992px) {.header__main-container--navigation .navbar .dropdown-menu__footer--item {justify-content: center;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__footer--item {flex: 0 0 100%;max-width: 100%;margin-left: 15px;margin-right: 15px;padding: 15px 0;border-bottom: 2px solid #e7e7e7;}.header__main-container--navigation .navbar .dropdown-menu__footer--item:last-child {border-bottom: none;}}.header__main-container--navigation .navbar .dropdown-menu__footer--item .iconTextLinks {font-weight: bold;font-size: 12px;display: flex;align-items: center;color: #222222;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu__footer--item .iconTextLinks {flex-direction: row-reverse;width: 100%;justify-content: space-between;}.header__main-container--navigation .navbar .dropdown-menu__footer--item .iconTextLinks .iconsWithText {margin: 0;}}.header__main-container--navigation .navbar .dropdown-menu.show {transition:none !important;max-height: 9999px;visibility: visible;display: block;box-shadow: 0 1px 4px 4px rgba(0, 0, 0, 0.2);}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown-menu.show {max-height: 100vh;overflow: auto;top: 0;width: 100%;}}.header__main-container--navigation .navbar .dropdown__item {float: left;margin-right: 0;}.header__main-container--navigation .navbar .dropdown__item:last-child {margin-right: 0;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown__item {width: 100%;padding: 0 2% 5px;margin-right: 0px;}.header__main-container--navigation .navbar .dropdown__item--accordionList {display: flex;justify-content: space-between;align-items: center;border-bottom: 0;}}.header__main-container--navigation .navbar .dropdown__item a {display: flex;font-size: 14px;color: #222222;font-weight: 600;}@media (min-width: 992px) {.header__main-container--navigation .navbar .dropdown__item a .iconTextLinks__text {padding-bottom: 22px;font-family: apfontMedium;line-height: 20px;font-weight: bolder;letter-spacing: 0.8px;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown__item a .iconTextLinks__text {font-size: 14px;padding-bottom: 22px;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown__item .isHeader {padding-top: 5px;padding-bottom: 15px;border-bottom: 2px solid #dfdfdf;}}.header__main-container--navigation .navbar .dropdown__item--header {font-weight: bold;color: #222222;padding: 10px 0;font-size: 14px;padding: 0;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown__item--header {padding: 20px 0;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown__item .accordion-head {justify-content: space-between;align-items: center;}}.header__main-container--navigation .navbar .dropdown__item .accordion-head .iconsWithText {display: none;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown__item .accordion-head .iconsWithText {display: inline-block;}}.header__main-container--navigation .navbar .dropdown__item--list-item {padding: 9px 0;}.header__main-container--navigation .navbar .dropdown__item--list-item:first-child {padding-top: 0;}.header__main-container--navigation .navbar .dropdown__item--list-item a {color: #431A80;font-weight: 500;font-size: 13px;font-family: apFontLight;line-height: 17px;letter-spacing: 0.8px;}.header__main-container--navigation .navbar .dropdown__item--list-item a:hover {font-weight: 900;font-family: apFontSemibold;}.header__main-container--navigation .navbar .dropdown__item .isHeader {font-weight: bold;}.header__main-container--navigation .navbar .dropdown__item .isHeader:hover {font-weight: bold;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar .dropdown__item .accordion-panel {display: block;padding: 0 2% 10px;border: none;}}.header__main-container--navigation .navbar .dropdown__item.accordion-active {border: none;}.header__main-container--navigation .navbar .dropdown__item.accordion-active .accordion-head {border: none;}.header__main-container--navigation .navbar-collapse.show {display: flex;justify-content: center;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar-collapse.show {justify-content: space-between;flex-direction: column;align-items: flex-start;position: absolute;height: 100%;width: 100%;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar__additional-links {transform: translate(100%, 0);max-height: 100%;overflow-y: auto;}}.header__main-container--navigation .navbar a:hover {text-decoration: none;}.header__main-container--navigation .navbar.navbar__active {position: fixed;top: 0;width: 100%;height: 100%;background: #fff;overflow: hidden;overflow-y: auto;padding-left: 0;padding-right: 0;z-index: 1050;}.header__main-container--navigation .navbar__active.secondaryActive {overflow: unset;padding: 10px 0;}.header__main-container--navigation .navbar__active.secondaryActive .header__nav-icon {position: absolute;}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar__active.secondaryActive .header__navbar-content {transform: translate(-110%, 0);}}.header__main-container--navigation .navbar__active.secondaryActive .navbar__additional-links {transform: translate(0, 0);transition: transform 0.5s ease-in-out;top: 0;width: 100%;overflow: hidden;}@media not all and (min-resolution: 0.001dpcm) {@supports (-webkit-appearance: none) {.header__main-container--navigation .navbar__active.secondaryActive .navbar__additional-links {overflow: auto;}}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar__active.secondaryActive .navbar__additional-links {position: fixed;}}@media (min-width: 320px) and (max-width: 991px) {.header__main-container--navigation .navbar__active.secondaryActive {padding: 0;}}.header__nav-icon {font-size: 1rem;z-index: 9999;}.navbar-toggler:after, .navbar-toggler:before, .navbar-toggler div {background-color: #d3d3d3;border-radius: 3px;content: "";display: block;height: 3px;margin: 5px 0;}.changeIcon:before {transform: translateY(5px) rotate(135deg);}.changeIcon:after {transform: translateY(-12px) rotate(-135deg);}.changeIcon div {transform: scale(0);}.zeroPadding {padding: 0 !important;}.no-gutters {padding: 0;margin: 0;}.mobile-scroll {position: absolute;bottom: 6%;left: 46%;z-index: 1060;display: none !important;}.mobile-scroll .spriteIcon-Aprevamp {box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.19);border-radius: 50%;}.mobile-scroll--attach-top {top: 6%;bottom: auto;}.cart-items-wrapper {display: none;}.show-cart-items .cart-items-wrapper {right: 10px;width: 380px;height: 440px;padding: 20px;display: block;z-index: 1999;top: calc(100% + 0px);background-color: #ffffff;box-shadow: inset 0px 0px 1px 0px #000;}.show-cart-items .cart-items-wrapper::after {content: "";right: 5px;width: 10px;height: 10px;position: absolute;display: inline-block;bottom: calc(100% - 5px);transform: rotate(45deg);background-color: #ffffff;border-top: 1px solid #a4a4a4;border-left: 1px solid #a4a4a4;}.show-cart-items .cart-items-wrapper h2 {font-size: 13px;line-height: 20px;letter-spacing: 1px;margin-bottom: 0 !important;font-family: apFontBold;}.show-cart-items .cart-items-wrapper .description-text {font-family: apFontLight;}.show-cart-items .cart-items-wrapper .ctaText {font-family: apFontRegular;}.show-cart-items .cart-items-wrapper .item-lists {overflow-y: auto;max-height: calc(100% - 120px);padding-right: 20px;}.show-cart-items .cart-items-wrapper .item-lists li {padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid #efefef;}.show-cart-items .cart-items-wrapper .item-lists li:last-child {border-bottom: none;}.show-cart-items .cart-items-wrapper .item-lists li .item-picture {width: 80px;height: 80px;margin-right: 20px;}.show-cart-items .cart-items-wrapper .item-lists li .description-text, .show-cart-items .cart-items-wrapper .item-lists li .description-text p {font-size: 12px;line-height: 16px;}.show-cart-items .cart-items-wrapper .item-lists li .quantity {font-size: inherit;padding: 4px 8px;border-radius: 2px;border: 1px solid #efefef;}.show-cart-items .cart-items-wrapper .item-lists li .item-price {font-size: 12px;line-height: 18px;font-weight: bold;margin-left: 5px;}.show-cart-items .cart-items-wrapper .item-lists li .spriteIcon-Aprevamp {right: 0;bottom: 48px;width: 22px;height: 25px;cursor: pointer;background-position: -1208px -376px;}.show-cart-items .cart-items-wrapper .item-lists li .spriteIcon-Aprevamp.form-dropdown__custom-variant--icon {right: 8px;bottom: 20px;width: 20px;height: 22px;transform: scale(0.7);-webkit-transform: scale(0.7);-moz-transform: scale(0.7);-o-transform: scale(0.7);-ms-transform: scale(0.7);}.show-cart-items .cart-items-wrapper .item-lists li .form-dropdown__custom-variant--target {border-radius: 2px;position: absolute;top: -30px;width: 100%;z-index: 24;background: #fff;text-align: left;height: 80px;overflow: auto;}.show-cart-items .cart-items-wrapper .item-lists li .form-dropdown__custom-variant--target li.form-dropdown__list-item {padding: 0;}.show-cart-items .cart-items-wrapper .item-lists li .updatedQuantity {color: #222222;padding-left: 2px;transform: translate(0);-ms-transform: translate(0);-webkit-transform: translate(0);-moz-transform: translate(0);-o-transform: translate(0);}.show-cart-items .cart-items-wrapper .total-checkout-wrap {left: 0;bottom: 0;z-index: 20;width: 100%;padding: 15px 20px;background-color: #ffffff;box-shadow: inset 0px 0px 1px 0px #000;}.show-cart-items .cart-items-wrapper .total-checkout-wrap .ctaComp:first-child a {border-top-right-radius: 0px;border-bottom-right-radius: 0px;}.show-cart-items .cart-items-wrapper .total-checkout-wrap .ctaComp:nth-child(2) a {border-top-left-radius: 0px;border-bottom-left-radius: 0px;}.show-cart-items .cart-items-wrapper .total-checkout-wrap .ctaComp.baseBtn {flex: 1;margin-top: 15px;}.show-cart-items .cart-items-wrapper .total-checkout-wrap .ctaComp.baseBtn .ctaText {width: 100%;color: #431a80;border: 1px solid #431a80;background-color: transparent;}.show-cart-items .cart-items-wrapper .total-checkout-wrap .ctaComp.baseBtn .ctaText.active {color: #ffffff;background-color: #431a80;}.show-cart-items .cart-items-wrapper.empty-cart-section {height: auto;}.show-cart-items .cart-items-wrapper .place-holder-wrapper {padding-bottom: 10px;}.show-cart-items .cart-items-wrapper .place-holder-wrapper .place-holder-icon {width: 130px;height: 130px;margin: 10px auto;margin-bottom: 30px;background-color: #f4f0ff;}.show-cart-items .cart-items-wrapper .place-holder-wrapper .place-holder-icon .cartIcon {top: calc(50% - 10px);}.show-cart-items .cart-items-wrapper .recommended-links a {width: auto;padding: 10px;font-size: 13px;line-height: 13px;margin-right: 10px;margin-bottom: 10px;color: #431a80;background-color: #f4f0ff;}@media (min-width: 320px) and (max-width: 991px) {.show-cart-items .cart-items-wrapper {width: 100vw;right: -10px;height: calc(100vh - 50px);}.show-cart-items .cart-items-wrapper .item-lists {height: 100%;}}.inactive {opacity: 0.5;}.footerAccordion {background-color: transparent;color: #444;padding: 18px;width: 100%;text-align: left;border: none;outline: none;transition: 0.4s;padding-left: 0;}@media (min-width: 320px) and (max-width: 767px) {.footerAccordion {background: #ffffff;}}.panel {padding: 0 18px;padding-left: 0;display: none;overflow: hidden;}@media (min-width: 320px) and (max-width: 767px) {.panel {padding: 0;}}@media (min-width: 320px) and (max-width: 767px) {.footerAccordion:after {content: "➕";font-size: 13px;color: #777;float: right;margin-left: 5px;display: none;}}.active:after {content: "➖";display: none;}.panel {display: block;}@media (min-width: 320px) and (max-width: 767px) {.panel {display: none;}}.panel.openContent {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}.subscribemodal {height: 200px;width: 400px;margin: 0 auto;position: absolute;display: none;top: 25%;right: 50%;background: white;z-index: 1;transform: translate(50%, -50%);}.subscribemodal.subscribeOpen {display: block;}.subscribemodal .closeIcon {margin: 20px 20px;float: right;}.subscribemodal p {font-size: 14px;text-align: center;vertical-align: middle;line-height: 200px;}footer {bottom: 0;padding: 40px;margin: 0 auto;position: relative;z-index: 1;}footer hr:nth-child(1) {display: none;}@media (min-width: 320px) and (max-width: 767px) {footer hr:nth-child(1) {display: block;height: 0.1px;border: solid 1px rgba(0, 0, 0, 0.1);margin-bottom: 0;}}@media (min-width: 320px) and (max-width: 767px) {footer.modalopen {background-color: #666666;z-index: 1040;}footer.modalopen input, footer.modalopen button {background: #666666;opacity: 0.5;}footer.modalopen .spriteIcon {opacity: 0.5;}footer.modalopen .open .spriteIcon {opacity: 1;}footer.modalopen .selectedCountry {opacity: 0.3;}footer.modalopen .appStore, footer.modalopen .playStore {opacity: 0.5;}footer.modalopen .minimalistic-footer .arrowUp {opacity: 0.1;}footer hr:nth-child(2) {display: none;}}@media (min-width: 320px) and (max-width: 767px) {footer form {margin-bottom: 0;}}@media (min-width: 320px) and (max-width: 991px) {footer {padding: 20px;padding-top: 5px;background-color: #ffffff;}}footer h5 {font-family: apFontBold;font-size: 20px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1.3;letter-spacing: normal;color: #222222;margin-bottom: 15px;}@media (min-width: 768px) and (max-width: 991px) {footer h5 {font-size: 12px;}}@media (min-width: 320px) and (max-width: 767px) {footer h5 {font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 2.17;letter-spacing: normal;color: #222222;margin-top: 25px;}}footer .ctaComp.input-with-cta {display: flex;}footer .ctaComp.input-with-cta input {font-size: 13px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: 2;letter-spacing: normal;text-align: justify;color: #222222;width: 52.5%;padding-left: 20px;}@media (min-width: 1200px) {footer .ctaComp.input-with-cta input {width: 238px;flex: none;}}@media (min-width: 320px) and (max-width: 767px) {footer .ctaComp.input-with-cta input {padding-left: 20px;flex: 1;font-size: 12px;line-height: 2.17;height: 40px;}}@media (min-width: 768px) and (max-width: 991px) {footer .ctaComp.input-with-cta input {font-size: 10px;}}@media (min-width: 320px) and (max-width: 767px) {footer .ctaComp.input-with-cta input[type=number] {margin-bottom: 16px;}}footer .ctaComp.input-with-cta button {outline: none;}footer .ctaComp.input-with-cta button:hover, footer .ctaComp.input-with-cta button:focus {outline: none;}footer .ctaComp.input-with-cta button.ctaText {font-size: 13px;font-weight: 500;line-height: 2;letter-spacing: 1.08px;text-align: center;padding: 10px 21px;}@media (min-width: 320px) and (max-width: 767px) {footer .ctaComp.input-with-cta button.ctaText {font-size: 10px;line-height: 2.6;letter-spacing: 0.83px;height: 40px;padding-top: 7px;}}@media (min-width: 768px) and (max-width: 991px) {footer .ctaComp.input-with-cta button.ctaText {font-size: 10px;padding: 8px;}}footer label {display: none;font-size: 13px;font-weight: 300;font-style: normal;font-stretch: normal;line-height: 2;letter-spacing: normal;text-align: justify;}footer label.error {display: block;color: #ff0000;}footer button.footerAccordion {font-weight: 500;font-size: 13px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: 1px;text-align: justify;color: #222222;padding-bottom: 5px;pointer-events: none;}@media (min-width: 320px) and (max-width: 767px) {footer button.footerAccordion {padding-top: 22px;padding-bottom: 22.9px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-weight: bold;font-size: 12px;padding-left: 18px;pointer-events: auto;}}@media (min-width: 768px) and (max-width: 991px) {footer button.footerAccordion {font-size: 10px;}}@media (min-width: 320px) and (max-width: 767px) {footer button.footerAccordion.active {border-bottom: none;}}footer button.footerAccordion .plus, footer button.footerAccordion .minus {display: none;}@media (min-width: 320px) and (max-width: 767px) {footer button.footerAccordion .plus, footer button.footerAccordion .minus {display: block;float: right;}}footer button.footerAccordion.minus {background-position: -275px -125px;}footer button.footerAccordion:focus {outline: none;}footer .panel span.countryLabel {display: none;}@media (min-width: 320px) and (max-width: 767px) {footer .panel span.countryLabel {display: inline-block;}}footer .panel span.closeIcon {display: none;}@media (min-width: 320px) and (max-width: 767px) {footer .panel span.closeIcon {display: inline-block;float: right;}}@media (min-width: 320px) and (max-width: 767px) {footer .panel li {padding: 5px 0;}}@media (min-width: 768px) and (max-width: 991px) {footer .panel li {line-height: 0.8;margin-bottom: 8px;}}footer .panel li a {font-weight: normal;font-size: 13px;font-weight: lighter;color: #222222;cursor: pointer;line-height: 22px;}footer .panel li a:hover {text-decoration: none;font-weight: bold;}@media (min-width: 320px) and (max-width: 767px) {footer .panel li a {font-size: 12px;font-weight: 300;font-style: normal;font-stretch: normal;line-height: 1.33;letter-spacing: normal;text-align: justify;}}@media (min-width: 768px) and (max-width: 991px) {footer .panel li a {font-size: 10px;}}footer p {margin: 0 auto;font-size: 10px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 1.3;letter-spacing: 0.77px;text-align: justify;color: #222222;}@media (min-width: 320px) and (max-width: 767px) {footer p {font-size: 12px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 1.08;letter-spacing: 0.92px;text-align: center;}}footer .textLinks a.textCompLink {border-bottom: 2px solid #8838FF;text-decoration: none;padding-bottom: 3px;}footer .textLinks a.textCompLink:hover {color: #431A80;border-bottom: 3px solid #431A80;}footer .textLinks a.textCompLink[disabled] {color: #CDCDCD;border-bottom: 3px solid #CDCDCD;}footer .contactno {font-size: 13px;font-weight: 300;font-style: normal;font-stretch: normal;line-height: 1.85;letter-spacing: 1px;color: #222222;}footer .emailSec {margin-left: 15px;}@media (min-width: 768px) and (max-width: 991px) {footer .textCompWrap.textLinks {display: flex;justify-content: center;align-items: center;}}footer .textCompWrap.textLinks.contactSec::after {content: "";float: right;height: 25px;color: red;border: 1px solid purple;margin-top: 11px;}footer .textCompWrap.textLinks a.textCompLink {font-size: 13px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 0.92;letter-spacing: 1px;text-align: center;color: #222222;display: inline-block;margin-top: 20px;}@media (min-width: 320px) and (max-width: 767px) {footer .textCompWrap.textLinks a.textCompLink {margin-top: 15px;}}@media (min-width: 768px) and (max-width: 991px) {footer .textCompWrap.textLinks a.textCompLink {font-size: 10px;}}footer .textCompWrap.textLinks a.textCompLink.contactno {border-bottom: 0;}@media (min-width: 320px) and (max-width: 767px) {footer .textCompWrap.textLinks a.textCompLink.contactno {font-size: 16px;font-weight: normal;}}@media (min-width: 320px) and (max-width: 374px) {footer .textCompWrap.textLinks a.textCompLink.contactno {font-size: 12px;}}@media (min-width: 768px) and (max-width: 991px) {footer .textCompWrap.textLinks a.textCompLink.contactno {padding-right: 10px;}}footer .social-icons {clear: both;padding-top: 61px;}footer .social-icons .socialIconLabel {display: none;}@media (min-width: 320px) and (max-width: 767px) {footer .social-icons .socialIconLabel {display: block;margin-bottom: 16px;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: 1px;}}@media (min-width: 320px) and (max-width: 767px) {footer .social-icons {padding-top: 38px;}}footer .social-icons a {display: inline-block;}footer .social-icons a:last-child span {margin-right: 0;}footer .social-icons a span {margin-right: 48px;display: inline-block;}@media (min-width: 768px) and (max-width: 991px) {footer .social-icons a span {margin-right: 30px;}}@media (min-width: 320px) and (max-width: 767px) {footer .social-icons a span {transform: scale(1.4);margin-right: 58px;}}@media (min-width: 320px) and (max-width: 374px) {footer .social-icons a span {margin-right: 48px;}}@media (min-width: 991px) and (max-width: 1200px) {footer .social-icons a span {margin-right: 32px;}}@media (min-width: 1200px) {footer .social-icons a span {margin-right: 42px;}}footer .logoImages {margin-top: 50px;margin-bottom: 60px;}footer .logoImages .logoLabel {display: none;}@media (min-width: 320px) and (max-width: 767px) {footer .logoImages .logoLabel {display: inline-block;margin-bottom: 16px;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: 1px;}}footer .logoImages .logoImages__links {display: flex;}@media (min-width: 1200px) {footer .logoImages .logoImagesLinks:nth-child(3) {margin-left: 16px;}}@media (min-width: 320px) and (max-width: 991px) {footer .logoImages {width: 100%;margin-bottom: 38px;}}footer .logoImages div {width: auto;float: left;}footer .logoImages div span {margin-right: 3px;}@media (min-width: 991px) and (max-width: 1200px) {footer .logoImages div {margin-left: -20px;transform: scale(0.8);}}footer .logoImages div .appStore, footer .logoImages div .playStore {cursor: pointer;}@media (min-width: 768px) and (max-width: 991px) {footer .logoImages div .appStore, footer .logoImages div .playStore {transform: scale(1);z-index: 0;margin-left: -20px;}}@media (min-width: 320px) and (max-width: 575px) {footer .logoImages div .appStore, footer .logoImages div .playStore {transform: scale(1.1);z-index: 0;}}@media (min-width: 320px) and (max-width: 991px) {footer .logoImages {display: flex;flex-direction: column;justify-content: center;}footer .logoImages .logoImagesLinks__wrap {display: flex;justify-content: space-evenly;}}footer #country {display: none;width: 92%;}footer #country.open {position: absolute;}@media (min-width: 320px) and (max-width: 767px) {footer #country.open {bottom: 100%;}}footer #country .mobileCountryHeader {display: none;}@media (min-width: 320px) and (max-width: 767px) {footer #country .mobileCountryHeader {display: block;height: 63px;padding-left: 21px;}}footer #country .mobileCountryHeader span.countryLabel {font-weight: 700;font-size: 16px;font-style: normal;font-stretch: normal;line-height: 1.38;letter-spacing: normal;color: #000000;padding-top: 31px;display: none;display: inline-block;}footer #country .mobileCountryHeader span.closeIcon {float: right;margin: 25px;pointer-events: auto;}footer #country .for-mobile {position: fixed;top: 20%;width: 88%;left: 6%;background: white;overflow-y: scroll;}@media (min-width: 576px) {footer #country .for-mobile {position: unset;top: unset;width: unset;left: unset;background: unset;overflow-y: unset;}}footer .countrySec ul {width: 238px;max-height: 208px;overflow: auto;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec ul {width: 100%;max-height: 350px;overflow: scroll;pointer-events: auto;}}footer .countrySec ul li {padding-left: 21px;clear: left;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec ul li {border-bottom: solid 1px #e9e9e9;padding: 10px 0 10px 21px;}}footer .countrySec ul li a span {font-size: 13px;font-weight: 400;font-style: normal;font-stretch: normal;line-height: 3.08;letter-spacing: 1px;color: #2a2a2a;}footer .countrySec ul li a span.spriteIcon-Aprevamp {vertical-align: middle;display: inline-block;margin: 9px 0;}footer .countrySec ul li a span.countryName {padding-left: 9px;font-size: 13px;font-weight: 400;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: 1px;color: #2a2a2a;border-bottom: solid 1px #e9e9e9;width: 162px;display: inline-block;padding: 9px 9px;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec ul li a span.countryName {border-bottom: none;}}@media (min-width: 768px) and (max-width: 991px) {footer .countrySec ul li a span.countryName {font-size: 10px;}}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec .selectedCountry {padding-top: 30px;padding-bottom: 30px;border-bottom: solid 1px #e9e9e9;padding-left: 0;}}footer .countrySec .selectedCountry .countryLabel {display: none;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: 1px;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec .selectedCountry .countryLabel {display: inline-block;}}footer .countrySec .selectedCountry a {text-decoration: none;color: inherit;display: inline-block;width: auto;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec .selectedCountry a {display: inline-block;float: right;margin-top: -9px;}}footer .countrySec .selectedCountry .flag {vertical-align: middle;display: inline-block;margin: 9px 0;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec .selectedCountry .flag {margin: auto;}}footer .countrySec .selectedCountry .iconTextLinks__text {padding-left: 9px;font-size: 13px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 2;letter-spacing: 1px;}@media (min-width: 768px) and (max-width: 991px) {footer .countrySec .selectedCountry .iconTextLinks__text {font-size: 10px;}}footer .countrySec .selectedCountry .arrowDown, footer .countrySec .selectedCountry .arrowUp {vertical-align: middle;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec .selectedCountry .arrowDown, footer .countrySec .selectedCountry .arrowUp {margin-left: 30px;}}footer .countrySec .selectedCountry .countryName {padding-left: 9px;}footer .countrySec #country.open {display: block;border-radius: 2px;box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);background-color: #f8f8f8;z-index: 1;max-width: 238px;margin-left: -23px;max-height: 208px;}@media (min-width: 320px) and (max-width: 767px) {footer .countrySec #country.open {max-width: 92%;margin-left: 0;max-height: unset;}}@media (min-width: 320px) and (max-width: 991px) {.foooter-content-panel {display: none;}}@media (min-width: 320px) and (max-width: 991px) {.foooter-content-panel--show {display: block;}}@media (min-width: 320px) and (max-width: 991px) {.minimalistic-footer {display: flex !important;justify-content: space-between;align-items: center;margin: 10px 0;}}.loader-wrap {position: absolute;top: 30%;right: 35%;margin: 0 auto;z-index: 10;}.loader {border: 2px solid #f3f3f3;border-top: 2px solid #d6330d;border-radius: 50%;width: 20px;height: 20px;animation: spin 2s linear infinite;margin: 0 auto;position: relative;top: 50%;}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.toggle-disable {position: relative;cursor: not-allowed !important;pointer-events: none;}@media (min-width: 320px) and (max-width: 991px) {footer button.footerAccordion {padding-left: 0;padding-right: 0;margin-bottom: 2px;}footer button.footerAccordion.active {padding-bottom: 10px;}}@media (min-width: 320px) and (max-width: 991px) {footer .panel.openContent {padding: 0;}}a, a:hover {color: inherit;}body {padding-top: 125px !important;}@media (min-width: 992px) {body {padding-top: 0 !important;}}body .responsivegrid.cc-global {padding-top: 129px;}@media (min-width: 992px) {body .responsivegrid.cc-global {padding-top: 150px;}}body.campaignpage-template .responsivegrid.cc-global {padding-top: 0;}.faqComponent h2 {font-family: apFontBold;}.modal__variant-NavPincode-Tint {position: fixed;background: #000;width: 100%;height: 100%;opacity: 0.2;top: 0;z-index: 1042;}.modal__variant-login .modal-body h2.modal-title {color: #2a2a2a;}.modal-open .modal.modal__variant-NavPincode{background-color: transparent !important;}.modal__variant-NavPincode {bottom: 0 !important;top: auto !important;z-index: 1043;}@media (min-width: 992px) {.modal__variant-NavPincode {left: auto !important;right: 10% !important;top: 10px !important;}}.modal__variant-NavPincode .modal-dialog {width: 100% !important;max-width: 100% !important;position: unset !important;height: auto !important;background: transparent !important; transform: translateY(0%) !important;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .modal-dialog {margin: 0.5rem 0 -3px -1px !important;}}@media (min-width: 992px) {.modal__variant-NavPincode .modal-dialog {max-width: 430px !important; position:unset !important; width:430px !important;margin-top: 25px !important;}}.modal__variant-NavPincode .modal-header {padding: 20px 15px 0 !important;justify-content: flex-end !important;border-bottom: 0 !important; margin: 0 0 0 auto;width: 100%;}.modal__variant-NavPincode .modal-header .iconLinks {cursor: pointer !important;z-index: 1024;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .modal-content {border-top-left-radius: 25px !important;     border-top-right-radius: 25px !important;}}.modal__variant-NavPincode .modal-body {padding:1rem !important; padding-top: 0 !important;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .modal-body {padding: 0 !important;}}.modal__variant-NavPincode .modal-body h3 {font-size: 20px;line-height: 22px;font-weight: 700;margin-top: -30px !important;margin-bottom: 15px !important; font-family: apfontBold !important;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .modal-body h3 {padding: 0 15px;}}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .nav-pincode-wrap {padding: 0 15px; margin-bottom: 20px;}}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .nav-pincode-wrap .input-wrap, .modal__variant-NavPincode .nav-pincode-wrap label, .modal__variant-NavPincode .nav-pincode-wrap form, .modal__variant-NavPincode .nav-pincode-wrap input {width: 100%;}.modal__variant-NavPincode .pincode-search-detail{padding:0 15px;}}.modal__variant-NavPincode .nav-pincode-wrap .form-global__field {border: 1px solid #bebebe;padding: 0 30px 0 10px;}@media (min-width: 992px) {.modal__variant-NavPincode .nav-pincode-wrap .form-global__field {width: 350px;}}.modal__variant-NavPincode .nav-pincode-wrap .search-by-pin {width: 50px !important; background: #431a80;border: 1px solid #431a80;color: #fff;}.modal__variant-NavPincode .nav-pincode-wrap .locatorIco {position: absolute;right: 50px;top: 13px;}.modal__variant-NavPincode .pincode-search-detail .total-store-no {font-size: 13px;font-weight: 400;margin: 10px 0;font-family: 'apFontLight';}@media (min-width: 992px) {.modal__variant-NavPincode .pincode-search-detail .total-store-no {margin-bottom: 8px;margin-top: 15px;}}.modal__variant-NavPincode .pincode-search-detail h4 {font-size: 14px;margin-bottom: 20px;margin-top: 25px;font-family: 'apFontMedium';font-weight: 600;}.modal__variant-NavPincode .pincode-search-detail--store {display: flex;justify-content: space-between;align-items: flex-start;}@media (min-width: 992px) {.modal__variant-NavPincode .pincode-search-detail--store {align-items: center;}}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--leftContent {flex-basis: 72%;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--leftContent .storeLable {padding: 4px;color: #ffffff;display: inline-block;padding: 2px 6px;font-weight: 700;text-transform: uppercase;margin-bottom: 10px;font-family: 'apFontSemiBold';}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--leftContent .storeName {font-weight: 600;font-size: 14px;font-family: 'apFontRegular';}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--leftContent .storeTiming {color: #686868;margin-bottom: 9px;margin-top: 10px;font-family: 'apFontLight';font-weight: lighter;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--leftContent .storeAddress {font-weight: 200;font-family: apFontExtraLight;margin-bottom: 15px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--leftContent .storeContact {margin-bottom: 22px;font-family: 'apFontRegular';font-size: 14px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--leftContent .storeContact span {color: #5923aa;text-decoration: underline;cursor: pointer;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent {flex-basis: 15%;display: flex;flex-wrap: wrap;padding-right: 20px;height: 110px;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent {margin-top: 36px;flex-basis: 0;width: 60px;}}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent span {flex: 0 0 100%;display: inline-block;transform: scale(0.9);cursor: pointer;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent span.apNavsmsIcon{background-position: -1138px -144px;width: 30px;height: 25px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent span.apNavmailIco{background-position: -625px -295px;height: 35px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box {position: absolute;right: 0;top: 40px !important;z-index: 10;text-align: left;background-color: #f8f8f8;padding: 6px 18px;display: none;left: -45px;width: 110px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box span {padding-left: 36px !important;display: flex !important;align-items: center !important;font-size: 14px;margin: 0;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box .apNavsmsIcon::before {background-position: -1138px -144px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box .apNavmailIco::before {background-position: -625px -295px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box.shareWithWrap li {justify-content: center;padding: 0; font-family: 'apFontLight';}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box.shareWithWrap .spriteIcon-Aprevamp::before, .modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box.shareWithWrap .spriteIcon-Firstfold::before {content: "";position: absolute;display: block;width: 35px;height: 35px;left: -7px;top: -4px;}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box.shareWithWrap .spriteIcon-Aprevamp::before {background-image: url("../../../clientlibs/clientlib-global/resources/images/Icons-Sprite.png");}.modal__variant-NavPincode .pincode-search-detail--store .pincode-search-detail-store--rightContent .share-tool-box.shareWithWrap.modal__variant-NavPincode .pincode-search-detail .linkBtn .ctaText {color: #431A80;}.modal__variant-NavPincode .pincode-mobile-dailer {display: none;}@media (min-width: 320px) and (max-width: 991px) {.modal__variant-NavPincode .pincode-mobile-dailer {display: flex;justify-content: space-between;flex-wrap: wrap;background: #FAFAFA;margin-left: -2px;}.modal__variant-NavPincode .pincode-mobile-dailer span {padding: 11px 0;flex: 0 0 32%;text-align: center;background: #fff;margin-bottom: 8px;border-radius: 4px;font-weight: 700;}.modal__variant-NavPincode .pincode-mobile-dailer span:nth-child(12) {background-color: darkgreen;color: #ffffff;font-size: 32px;padding-bottom: 0;margin-bottom: 0;padding-top: 7px;}.modal__variant-NavPincode .pincode-mobile-dailer span:nth-child(10) {background-color: darkgrey;font-size: 32px;padding: 2px 0 10px;margin-bottom: 0;}.modal__variant-NavPincode .pincode-mobile-dailer span:nth-child(10) span {background-color: transparent;color: #ffffff;font-size: 18px;border: 2px solid #fff;border-radius: 50%;padding: 0 4px;}.modal__variant-NavPincode .pincode-mobile-dailer span:nth-child(11) {margin-bottom: 0;}}@media (min-width: 992px) {.desigNcolourapp-wrap {display: none;}}@media (min-width: 320px) and (max-width: 991px) {.desigNcolourapp-wrap {display: flex;justify-content: space-between;padding: 16px 20px 16px 10px;background-color: #f4f0ff;}.desigNcolourapp-wrap--leftCT {display: flex;align-items: center;}.desigNcolourapp-wrap--leftCT .popupcloseicon {margin-right: 8px;transform: scale(0.8, 0.8);-webkit-transform: scale(0.8, 0.8);-ms-transform: scale(0.8, 0.8);-moz-transform: scale(0.8, 0.8);-o-transform: scale(0.8, 0.8);filter: brightness(0%);border: 1px solid #212121;border-radius: 50%;width: 25px;height: 25px;}.desigNcolourapp-wrap--leftCT .popupLogo {margin-right: 5px;}.desigNcolourapp-wrap p {margin: 0;font-size: 12px;font-weight: 600;}.desigNcolourapp-wrap--rightCT {display: block;text-decoration: none;color: #431a80 !important;font-size: 12px;font-weight: 600;line-height: 22px;}.desigNcolourapp-wrap--rightCT:hover, .desigNcolourapp-wrap--rightCT:visited {text-decoration: none;color: #431a80 !important;}.desigNcolourapp-wrap--rightCT span {margin-left: 5px;font-size: 14px;}}@media (min-width: 992px) {.footerdivisionWrap h3 {font-size: 18px;padding-bottom: 27px; font-family: apfontBold !important;}.footerdivisionWrap--content .divisioncards--title{font-size: 14px;padding-bottom: 12px;font-weight: 500;font-family: apfontMedium;}}@media (min-width:320px) and (max-width:991px){.hamburger-redirection-links-comp{display:block!important}}.hamburger-redirection-links-comp hr{border-top:1px solid #eee;margin-bottom:20px}@media (min-width:320px) and (max-width:991px){.hamburger-redirection-links-comp .hamburger-redirection-links{display:flex;width:100%;justify-content:space-around}.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2{position:relative}.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-1-heading,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-2-heading,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-1-heading,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-2-heading{position:absolute;top:18px;left:10px;width:70%;color:#fff;font-size:22px;font-weight:700;line-height:21px}.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-1-heading .subheading,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-2-heading .subheading,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-1-heading .subheading,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-2-heading .subheading{color:#fff;font-size:14px;font-weight:700;line-height:11px;letter-spacing:1px;text-transform:uppercase}.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-1-link,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-2-link,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-1-link,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-2-link{position:absolute;top:112px;left:10px;display:flex;margin-right:15px;justify-content:space-between}.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-1-link p,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-2-link p,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-1-link p,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-2-link p{width:70%;color:#fff;font-size:12px;font-weight:600;line-height:15px}.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-1-link .rightArrowWhite,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-1 .hamburger-2-link .rightArrowWhite,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-1-link .rightArrowWhite,.hamburger-redirection-links-comp .hamburger-redirection-links .hamburger-redirection-link-2 .hamburger-2-link .rightArrowWhite{width:26px;height:21px;background-position:-1100px -384px}}@media (min-width:640px) and (max-width:991px){.hamburger-redirection-links-comp .hamburger-redirection-links{width:50%}}@media (min-height:500px) and (max-height:668px){.hamburger-redirection-links-comp .hamburger-redirection-links{margin-bottom:20px}}.header-main-logo-tabs-section img {background-image: none !important;}  .ap-search-box .search-icon img{max-width: fit-content;}.minicart-cart-header .cart-items-dropdowb .iconLinks__cart{max-width: fit-content;}


.fade-scale{transform:scale(0);opacity:0;-webkit-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear}.fade-scale.in{opacity:1;transform:scale(1)}.minicart-cart-header{cursor:unset}.minicart-cart-header #CartLogo{position:relative;display:flex;cursor:pointer}.minicart-cart-header #CartLogo .iconLinks__cart{position:relative}.minicart-cart-header #CartLogo .cart-count{font-size:8px;line-height:10px;font-weight:700;position:absolute;right:4px;top:6px;width:12px;height:12px;color:#fff;background:#7345b2;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center}.minicart-cart-header .cart-items-wrapper{position:absolute;right:-10px;width:440px;height:450px;top:calc(100% + 2px);padding:30px 16px 16px 30px;z-index:1999;border-radius:10px;background-color:#fff;box-shadow:-4px 4px 16px 0 #00000040;display:none!important}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper{width:342px!important;transform:translateX(-43%);right:unset!important;height:448px!important;padding:18px 12px 16px 16px}}@media (min-width:992px) and (max-height:600px){.minicart-cart-header .cart-items-wrapper{height:430px}}.minicart-cart-header .cart-items-wrapper:after{content:"";right:25px;width:13px;height:13px;position:absolute;display:inline-block;bottom:calc(100% - 7px);transform:rotate(45deg);background-color:#fff;border-top:1px solid #fff;border-left:1px solid #fff;border-left-width:1px;border-left-style:solid;border-left-color:#fff;box-shadow:0 0 0 0 #00000040;border-top-left-radius:2px}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper:after{right:33px}}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-shade{position:absolute;display:none}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-shade .mini-cart-shade--textArea *{color:#fff;font-size:20px}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-shade.mini-cart-shade--show{display:flex;align-items:center;justify-content:center;color:#fff;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:9999!important}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .text-uppercase{font-size:16px;line-height:21.86px;letter-spacing:1px;margin-bottom:10px!important;color:#2f2f2f;font-weight:800}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .text-uppercase{margin-bottom:0!important}}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists{overflow-y:auto;max-height:calc(100% - 10px);padding-right:20px;height:307px}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists{padding-right:0}}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #ccc;display:flex;gap:16px}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product{gap:12px}}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product:last-child{border-bottom:none}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product a{width:99px;height:82px;cursor:pointer}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product a .item-picture{width:100%;height:100%}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description{width:100%}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info{display:flex;justify-content:space-between}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info p{font-size:13px;font-weight:400;line-height:17.76px;color:#000}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info p{font-size:12px;line-height:16.39px}}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .product-info-detail{height:36px;overflow:hidden}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .item-price{font-size:14px;font-weight:700;line-height:15.4px;margin-bottom:0;display:flex;align-items:center;margin-left:0}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .deleteIco-cart{height:24px;width:24px;border:1px solid #efefef;border-radius:100px;cursor:pointer}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .deleteIco-cart:after{content:"";background:url(../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global/resources/images/header/delete-icon.svg) no-repeat;display:block;height:22px;width:22px;background-position:51% 50%}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .deleteIco-cart:hover{background:linear-gradient(90.85deg,#f6edff 2.92%,#ffe9ea 61.17%,#fef4e1 98.14%)}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .input-group{width:96px;height:36px;border:1px solid #efefef;border-radius:6px;padding:2px 4px;justify-content:center;align-content:center;align-items:center;margin-top:0}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .cart-quantity{border:none;text-align:center;height:25px;border-right:none;border-left:none;font-size:12px;font-weight:500;background-color:transparent;width:30px;line-height:14.4px;font-weight:700;color:#000}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .btn-number{display:flex;align-items:center;background:#fff;padding:5px;width:24px;height:24px;font-size:20px;font-weight:700;color:#222;border-radius:100px;justify-content:center;border:none}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists .list-of-product .product-description .product-info .btn-number:hover{background:linear-gradient(90.85deg,#f6edff 2.92%,#ffe9ea 61.17%,#fef4e1 98.14%)}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists::-webkit-scrollbar{width:4px;-webkit-border-radius:100px}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:100px}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists::-webkit-scrollbar-thumb{background-color:#a9a9a9;-webkit-border-radius:100px}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .item-lists::-webkit-scrollbar{width:0}}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .total-checkout-wrap{left:0;bottom:0;z-index:20;width:100%;background-color:#fff;height:82px;padding:0 30px;box-shadow:-4px 4px 16px 0 #00000033;display:flex;justify-content:space-between;align-content:center;flex-wrap:wrap;align-items:center;border-radius:10px}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .total-checkout-wrap .cart-total-amount{display:flex;flex-direction:column;color:#000}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .total-checkout-wrap .cart-total-amount .total-amount-title{font-size:14px;font-weight:500;line-height:19.12px;margin-bottom:10px}.minicart-cart-header .cart-items-wrapper.shop-mini-cart-revamp .mini-cart-wraper .total-checkout-wrap .cart-total-amount .total-amount{font-size:20px;line-height:22px;font-weight:700}.minicart-cart-header .cart-items-wrapper.empty_cart{display:flex;flex-direction:column;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center}.minicart-cart-header .cart-items-wrapper.empty_cart .empty_cart_title{font-size:20px;font-weight:800;line-height:27.32px;padding:30px 0}@media (min-width:320px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper{width:100vw;right:-10px;height:calc(100vh - 50px);padding-bottom:40px}.minicart-cart-header .cart-items-wrapper:after{right:20px}.minicart-cart-header .cart-items-wrapper .item-lists{height:100%;padding-right:12px}}@media (min-width:768px) and (max-width:991px){.minicart-cart-header .cart-items-wrapper{right:0}}@media (min-width:576px) and (max-width:767px){.minicart-cart-header .cart-items-wrapper{right:0}}.minicart-cart-header .show-cart-items .cart-items-wrapper{display:block!important}.minicart-cart-header .show-cart-items .cart-items-wrapper.empty_cart{display:flex!important}.minicart-cart-header .show-cart-items .cart-items-wrapper.exit-intent-cta-hidden{right:-20px}.minicart-cart-header .show-cart-items .cart-items-wrapper.exit-intent-cta-hidden:after{right:24px}.hamburger{overflow:hidden!important}.mobile-burger-block{flex:0 0 40%}@media (min-width:992px){.mobile-burger-block{display:none}}.mobile-burger-block .burger__left .burger{position:relative;display:block;cursor:pointer;width:25px;height:15px;opacity:1;visibility:visible;z-index:150;background:transparent}.mobile-burger-block .burger__left .burger .header-hamburger-icon:before{display:inline-block;height:18px;width:18px;background-repeat:no-repeat;left:0;top:-2px;position:absolute}.mobile-burger-block .burger__left .burger.open{transform:translate(0)}.mobile-burger-block .burger__left .burger.open .header-hamburger-icon{display:none}.mobile-burger-block .burger__left .burger.open .header-hamburger-cross-icon{display:block!important}.mobile-burger-block .burger__left .burger.open .header-hamburger-cross-icon:before{display:inline-block;width:20px;height:20px;transform:translate(6px,6px)}.mobile-burger-block .burger__center .overlay{position:fixed;display:none;top:0;left:0;width:100%;height:100%;z-index:9;opacity:0;visibility:hidden;transition:all .45s ease-in-out;pointer-events:none;background:#fff}.mobile-burger-block .burger__center .overlay.is-active{opacity:1;visibility:visible;display:block}.mobile-burger-block .burger__center .menu{position:fixed;left:0;width:100%;max-width:100%;height:100%;z-index:100;overflow:hidden;background-color:#fff;transform:translate(-100%);transition:all .4s ease-in-out;top:60px;display:none}.mobile-burger-block .burger__center .menu .menu__home-link{float:right;z-index:121;position:relative;transform:translate(-30px,1px)}.mobile-burger-block .burger__center .menu .menu__header{position:relative;top:0;display:flex;align-items:center;justify-content:flex-start;height:60px;z-index:110;visibility:hidden;background:transparent;padding-left:17px}.mobile-burger-block .burger__center .menu .menu__header .menu__arrow .bx-chevron-left{margin-right:6px;display:block;margin-bottom:12px}.mobile-burger-block .burger__center .menu .menu__header .menu__arrow .bx-chevron-left:before{top:0;left:0;display:inline-block;position:relative}.mobile-burger-block .burger__center .menu .menu__header .menu__title{font-size:24px;font-weight:800;line-height:33.6px;color:#232426;transform:translateY(-10px)}.mobile-burger-block .burger__center .menu .menu__header.is-active{height:110px;align-items:end;justify-content:flex-start;box-shadow:none;top:0;visibility:visible;background-color:#fff;transform:translate(0)}.mobile-burger-block .burger__center .menu .menu__inner{height:100%;overflow-y:auto;overflow-x:hidden;margin-top:10px}@media (min-width:600px) and (max-width:991px){.mobile-burger-block .burger__center .menu .menu__inner{height:calc(100vh - 150px)}}.mobile-burger-block .burger__center .menu .menu__inner .menu__item{display:block;padding:0;position:static}.mobile-burger-block .burger__center .menu .menu__inner .menu__item a{justify-content:space-between;display:flex;align-items:center;cursor:pointer;color:#000;text-transform:none;transition:all .25s ease;font-size:20px;font-weight:700;line-height:28px;border-bottom:1px solid #cacbcc;margin:0 16px;padding:12px 0}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu{position:absolute;display:none;top:0;left:0;width:100%;height:100%;max-width:none;min-width:auto;margin:0;padding:125px 16px 0;border-radius:0;border-top:0;box-shadow:none;opacity:1;overflow-y:auto;visibility:visible;transform:translateX(0);z-index:100;background-color:#fff;transition:all .35s ease-in-out}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner{width:100%;padding:0}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__title:not(:empty){font-size:14px;font-weight:700;color:#8c8e90;text-transform:none;transition:all .3s ease;line-height:21px;margin-bottom:16px}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__title:empty{margin-bottom:0}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__list{margin-bottom:15px}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__list li{display:flex;align-items:baseline;gap:4px}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__list li .new-tag-desk{font-size:10px;font-weight:700;color:#fff;background-color:#00c853;border-radius:2px;background-repeat:no-repeat;padding:1px 3px;line-height:12px;margin-left:8px;position:absolute;top:5px}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__list li a{display:block;padding:0 0 20px;text-transform:none;color:#232426;transition:all .25s ease-in-out;font-size:16px;font-weight:500;line-height:24px;margin:0;border-bottom:none;width:100%;position:relative}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__list li a .header-hamburger-submenu-icon:before{display:inline-block;height:12px;width:7px;position:absolute;left:auto;right:8px;top:0}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu .submenu__inner .submenu__list li .header-hamburger-submenu-icon{margin-left:auto}.mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu.is-active{display:block;padding:109px 16px 0;padding:118px 16px 0;height:calc(100vh - 140px)}.mobile-burger-block .burger__center .menu .menu__inner .menu__item.menu__dropdown .menu__link .bx-chevron-right{width:30px;position:relative;height:26px}.mobile-burger-block .burger__center .menu .menu__inner .menu__item.menu__dropdown .menu__link .bx-chevron-right:before{position:absolute;left:auto;right:16px;top:2px;display:inline-block;height:12px;width:7px}.mobile-burger-block .burger__center .menu .menu__inner .second-navigation-mobile{position:absolute;bottom:70px;width:100%}@media (min-width:360px) and (max-width:389px){.mobile-burger-block .burger__center .menu .menu__inner .second-navigation-mobile{bottom:20px}}.mobile-burger-block .burger__center .menu .menu__inner .second-navigation-mobile .menu__item a{font-size:16px;font-weight:400}.mobile-burger-block .burger__center .menu.is-active{transform:translate(0);display:block}.headerUnification_sticky .mobile-burger-block .burger__center .menu{top:50px}.headerUnification_sticky .mobile-burger-block .burger__center .menu .menu__header.is-active{display:flex;height:50px}.headerUnification_sticky .mobile-burger-block .burger__center .menu .menu__inner .menu__item .submenu.is-active{padding:58px 16px 0}.headerUnification_sticky .mobile-burger-block .burger__center .menu .menu__header{display:none}.headerUnification_sticky .mobile-burger-block .burger__center .menu .menu__header .menu__title{transform:translateY(-6px)}.headerUnification_sticky .mobile-burger-block .burger__center .menu .menu__header .menu__arrow .bx-chevron-left:after{top:4px}@media (min-width:600px) and (max-width:991px){.headerUnification_sticky .mobile-burger-block .burger__center .menu .menu__inner{height:calc(100vh - 100px)}}.menu__home-link.home_icon{z-index:999;transform:translate(-10px,10px)}.header-unification-section .ap-search-box,.header-unification-section .contact-number-section,.header-unification-section .find-contractors-icon,.header-unification-section .find-store-icon,.header-unification-section .minicart-cart-header,.header-unification-section .user-profile-section{cursor:pointer;margin:0;position:relative}@media (min-width:992px){.header-unification-section .contact-number-section,.header-unification-section .find-contractors-icon,.header-unification-section .find-store-icon,.header-unification-section .user-profile-section{margin-right:1.5%}}@media (min-width:992px){.header-unification-section .minicart-cart-header{margin-right:auto}}.header-unification-section .contact-icon img,.header-unification-section .find-contractors-icon img,.header-unification-section .find-store-icon img,.header-unification-section .profile-icon img,.header-unification-section .search-icon picture img{width:24px;height:24px;object-fit:contain}.header-unification-section .ap-search-box{width:25%;margin-right:32%}@media (min-width:1201px) and (max-width:1366px){.header-unification-section .ap-search-box{width:23%;margin-right:27%}}@media (min-width:320px) and (max-width:991px){.header-unification-section .ap-search-box{width:auto;margin-right:0}}@media (min-width:992px){.header-unification-section .ap-search-box.sticky-cta-removed{margin-right:45%}}.header-unification-section .ap-search-box .search-icon{width:100%;border-bottom:.5px solid #b0b1b3;border-radius:0;display:flex;justify-content:flex-start;align-items:center;padding:0 4px}@media (min-width:320px) and (max-width:991px){.header-unification-section .ap-search-box .search-icon{width:auto;border:none;border-radius:unset;padding:0}}.header-unification-section .ap-search-box .search-icon .search-placeholder{font-weight:400;font-size:14px;line-height:117%;letter-spacing:0;color:#8c8e90;margin-right:auto}.header-unification-section .ap-search-box .search-icon .search-placeholder span{line-height:147%;color:#4c4e52;padding-left:4px;opacity:.6}@media (min-width:320px) and (max-width:991px){.header-unification-section .ap-search-box .search-icon .search-placeholder{display:none}}.header-unification-section .ap-search-box .search-icon .header-search-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;margin-left:-6px;border-radius:0!important;position:relative}@media (min-width:320px) and (max-width:991px){.header-unification-section .ap-search-box .search-icon .visual-search-container{display:none}}.header-unification-section .contact-number-section,.header-unification-section .find-contractors-icon,.header-unification-section .find-store-icon,.header-unification-section .profile-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;margin-left:-6px}@media (min-width:992px){.header-unification-section .contact-number-section.show-cart-items:focus,.header-unification-section .contact-number-section:focus-visible,.header-unification-section .contact-number-section:hover,.header-unification-section .find-contractors-icon.show-cart-items:focus,.header-unification-section .find-contractors-icon:focus-visible,.header-unification-section .find-contractors-icon:hover,.header-unification-section .find-store-icon.show-cart-items:focus,.header-unification-section .find-store-icon:focus-visible,.header-unification-section .find-store-icon:hover,.header-unification-section .profile-icon.show-cart-items:focus,.header-unification-section .profile-icon:focus-visible,.header-unification-section .profile-icon:hover{background:linear-gradient(90.85deg,#f6edff 2.92%,#ffe9ea 61.17%,#fef4e1 98.14%)}}.header-unification-section .contact-number-section .icon-tooltip-text,.header-unification-section .find-contractors-icon .icon-tooltip-text,.header-unification-section .find-store-icon .icon-tooltip-text,.header-unification-section .profile-icon .icon-tooltip-text{visibility:hidden;width:auto;height:auto;position:absolute;z-index:2;top:50px;left:50%;text-align:center;transform:translateX(-50%);font-size:14px;line-height:21px;letter-spacing:0;background-color:#fdf3e4;color:#000;border-radius:3px;padding:5px 10px;font-family:Manrope}@media (min-width:320px) and (max-width:991px){.header-unification-section .contact-number-section .icon-tooltip-text,.header-unification-section .find-contractors-icon .icon-tooltip-text,.header-unification-section .find-store-icon .icon-tooltip-text,.header-unification-section .profile-icon .icon-tooltip-text{display:none}}.header-unification-section .contact-number-section .icon-tooltip-text:after,.header-unification-section .find-contractors-icon .icon-tooltip-text:after,.header-unification-section .find-store-icon .icon-tooltip-text:after,.header-unification-section .profile-icon .icon-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #fdf3e4}.header-unification-section .contact-number-section:hover .icon-tooltip-text,.header-unification-section .find-contractors-icon:hover .icon-tooltip-text,.header-unification-section .find-store-icon:hover .icon-tooltip-text,.header-unification-section .profile-icon:hover .icon-tooltip-text{visibility:visible}.header-unification-section .cart-items-dropdowb{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;margin-left:-6px}.header-unification-section .cart-items-dropdowb.show-cart-items:focus,.header-unification-section .cart-items-dropdowb:focus-visible,.header-unification-section .cart-items-dropdowb:hover{background:linear-gradient(90.85deg,#f6edff 2.92%,#ffe9ea 61.17%,#fef4e1 98.14%)}.header-unification-section .cart-items-dropdowb .icon-tooltip-text{visibility:hidden;width:auto;height:auto;position:absolute;z-index:2;top:50px;left:50%;text-align:center;transform:translateX(-50%);font-size:14px;line-height:21px;letter-spacing:0;background-color:#fdf3e4;color:#000;border-radius:3px;padding:5px 10px;font-family:Manrope}@media (min-width:320px) and (max-width:991px){.header-unification-section .cart-items-dropdowb .icon-tooltip-text{display:none}}.header-unification-section .cart-items-dropdowb .icon-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #fdf3e4}.header-unification-section .cart-items-dropdowb:hover .icon-tooltip-text{visibility:visible}.header-unification-section .cart-items-dropdowb picture .iconLinks__cart{width:24px;height:24px;object-fit:contain}.white-bar-section{background-color:#fefefd;padding:0 40px;height:auto;min-height:60px;max-height:60px;display:flex!important;justify-content:space-between;align-items:center;position:relative;z-index:2}.white-bar-section.navigation-white-bar{min-height:40px;max-height:40px;border-top:1px solid #efefef;padding:0;box-shadow:0 4px 16px -2px #1018281A;position:relative;z-index:1}@media (min-width:320px) and (max-width:991px){.white-bar-section{padding:6px 16px;justify-content:space-between;min-height:56px;max-height:56px;position:fixed;top:40px;z-index:1039}}.white-bar-section .ap-logo{display:flex;align-items:center;flex:0 0 15%}@media (min-width:1201px) and (max-width:1366px){.white-bar-section .ap-logo{flex:0 0 17%}}@media (min-width:992px) and (max-width:1200px){.white-bar-section .ap-logo{flex:0 0 14%}}@media (min-width:320px) and (max-width:991px){.white-bar-section .ap-logo{flex:0 0 40%}}.white-bar-section .ap-logo .img-wrapper{width:160px;height:31px;cursor:pointer}@media (min-width:320px) and (max-width:991px){.white-bar-section .ap-logo .img-wrapper{width:32px;height:100%}}.white-bar-section .ap-logo .img-wrapper img{width:100%;height:100%}.white-bar-section .find-contractors-icon,.white-bar-section .find-store-icon{cursor:pointer}.white-bar-section .user-profile-section{column-gap:25px;position:relative}@media (min-width:320px) and (max-width:991px){.white-bar-section .user-profile-section{column-gap:20px;display:none}}.white-bar-section .user-profile-section .profile-icon.user-is-logged-in .before-login{display:none}.white-bar-section .user-profile-section .profile-icon.user-is-logged-in img.after-login{display:block!important}.white-bar-section .user-profile-section .profile-popup-container{position:absolute;right:2px;top:44px;box-shadow:0 4px 16px 0 #0000001A;border-radius:5px;background:#fff;padding:12px;min-width:180px;z-index:3}.white-bar-section .user-profile-section .profile-popup-container:after{content:"";right:5px;width:22px;height:22px;position:absolute;display:inline-block;bottom:calc(100% - 13px);transform:rotate(45deg);background-color:#fff;border-top:1px solid #fff;border-left:1px solid #fff;border-left-width:1px;border-left-style:solid;border-left-color:#fff;box-shadow:0 0 0 0 #00000040;border-top-left-radius:4px;border-top-right-radius:2px}.white-bar-section .user-profile-section .profile-popup-container .p-name{font-size:14px;font-weight:500;color:#1d1d1f;cursor:default;line-height:19.12px;margin-bottom:10px;text-align:left}.white-bar-section .user-profile-section .profile-popup-container .p-name .bold-name{font-weight:800;margin-left:3px}.white-bar-section .user-profile-section .profile-popup-container .p-profile{padding:12px 18px;font-size:14px;font-weight:500;color:#1d1d1f;display:inline-flex}.white-bar-section .user-profile-section .profile-popup-container .p-profile .img-wrapper{width:24px;height:24px;margin-right:9px;display:flex;align-items:center}.white-bar-section .user-profile-section .profile-popup-container .p-wishlist{padding:12px 18px;font-size:14px;font-weight:500;color:#1d1d1f;display:inline-flex}.white-bar-section .user-profile-section .profile-popup-container .p-wishlist .img-wrapper{width:24px;height:24px;margin-right:10px;display:flex;align-items:center}.white-bar-section .user-profile-section .profile-popup-container .p-hover{border:1px solid transparent;align-items:center}.white-bar-section .user-profile-section .profile-popup-container .p-hover:focus,.white-bar-section .user-profile-section .profile-popup-container .p-hover:focus-visible,.white-bar-section .user-profile-section .profile-popup-container .p-hover:hover{cursor:pointer;background:linear-gradient(90.85deg,#f6edff 2.92%,#ffe9ea 61.17%,#fef4e1 98.14%);border:1px solid #CCCCCC66;border-radius:10px}.white-bar-section .user-profile-section .profile-popup-container .cta{margin-top:8px}.white-bar-section .user-profile-section .profile-popup-container .cta a{min-width:100%;justify-content:center}.white-bar-section .user-profile-section .profile-popup-container .cta .animated-arrow-button{width:100%!important;justify-content:center!important;background:transparent}.white-bar-section .user-profile-section .profile-popup-container .cta .animated-arrow-button:hover{background:#fff7e8}.white-bar-section .user-profile-section .hello-user-popup-container{position:absolute;top:44px;right:-14px;font-weight:500;font-size:14px;background-color:#ffff;color:#000;padding:5px 19px;border-radius:6px;transform:translate(-14px);width:max-content;display:flex;align-items:center;box-shadow:4px 4px 10px 0 #00000029;gap:3px;z-index:1}@media (min-width:320px) and (max-width:991px){.white-bar-section .user-profile-section .hello-user-popup-container{z-index:20000;position:absolute;top:75px;right:90%;transform:unset;left:unset}}.white-bar-section .user-profile-section .hello-user-popup-container span{font-weight:700}.white-bar-section .user-profile-section .hello-user-popup-container:after{content:"";right:6px;width:22px;height:22px;position:absolute;display:inline-block;bottom:calc(100% - 13px);transform:rotate(45deg);background-color:#fff;border-top:1px solid #fff;border-left:1px solid #fff;border-left-style:solid;border-left-color:#fff;box-shadow:0 0 0 0 #00000040;border-top-left-radius:4px;border-top-right-radius:2px}@media (min-width:320px) and (max-width:991px){.white-bar-section .user-profile-section .hello-user-popup-container:after{content:none}}.white-bar-section .user-profile-section .hello-user-popup-container img{width:28px;height:28px}.white-bar-section .user-profile-section .hello-user-popup-container img:hover .login-hover-button{display:block}.white-bar-section .user-profile-section .hello-img{height:28px!important;width:28px!important}.white-bar-section nav{display:contents}.white-bar-section nav .desktop-home-icon li{padding:0 10px 0 6px;position:relative;margin-left:40px;margin-right:5px;cursor:pointer;list-style:none}.white-bar-section nav .desktop-home-icon li:hover:after{content:"";float:left;background:linear-gradient(91.16deg,#feb940 1.46%,#ee4137 51.38%,#431a80);width:100%;height:2px;border-radius:2px;position:absolute;bottom:-9px;left:0}.white-bar-section nav .desktop-home-icon li img{width:auto;height:100%}.white-bar-section nav .main-desktop-nav{float:left;width:100%;height:100%;margin:0;padding:0;list-style:none;background-color:#ffff;color:#000;display:flex;justify-content:left;line-height:60px;column-gap:10px}@media (min-width:320px) and (max-width:991px){.white-bar-section nav .main-desktop-nav{display:none}}.white-bar-section nav .main-desktop-nav .l1{display:inline;font-size:14px;font-weight:500;position:relative}@media (min-width:992px) and (max-width:1099px){.white-bar-section nav .main-desktop-nav .l1{font-size:14px}}.white-bar-section nav .main-desktop-nav .l1.active .anchor-main:after{content:"";float:left;background:linear-gradient(91.16deg,#feb940 1.46%,#ee4137 51.38%,#431a80);width:100%;height:2px;border-radius:3px;position:absolute;bottom:0;left:0}.white-bar-section nav .main-desktop-nav .l1 .anchor-main{float:left;text-decoration:none;margin:0;font-weight:500;font-size:14px;line-height:89%;letter-spacing:0;text-align:center;color:#2f2f2f;padding:13px 8px}.white-bar-section nav .main-desktop-nav .l1 .secondary-nav{display:none}.white-bar-section nav .main-desktop-nav .l1.active .secondary-nav,.white-bar-section nav .main-desktop-nav .l1:active .secondary-nav,.white-bar-section nav .main-desktop-nav .l1:focus .secondary-nav,.white-bar-section nav .main-desktop-nav .l1:hover .secondary-nav{position:absolute;top:38px;display:flex;z-index:-1;width:auto;margin:0;background-color:#fff;border-radius:0 0 10px 10px;box-shadow:4px 4px 16px 0 #0000001A;left:-30px}.white-bar-section nav .main-desktop-nav .l1.active .l2,.white-bar-section nav .main-desktop-nav .l1:active .l2,.white-bar-section nav .main-desktop-nav .l1:focus .l2,.white-bar-section nav .main-desktop-nav .l1:hover .l2{display:flex;border:1px solid transparent;position:relative;align-items:center}.white-bar-section nav .main-desktop-nav .l1.active .l2:first-child,.white-bar-section nav .main-desktop-nav .l1:active .l2:first-child,.white-bar-section nav .main-desktop-nav .l1:focus .l2:first-child,.white-bar-section nav .main-desktop-nav .l1:hover .l2:first-child{margin-top:20px}.white-bar-section nav .main-desktop-nav .l1.active .l2 a,.white-bar-section nav .main-desktop-nav .l1:active .l2 a,.white-bar-section nav .main-desktop-nav .l1:focus .l2 a,.white-bar-section nav .main-desktop-nav .l1:hover .l2 a{float:left;line-height:21px;font-size:14px;font-weight:500;color:#232426;text-decoration:none;margin:0;padding:12px 16px;width:100%}.white-bar-section nav .main-desktop-nav .l1.active .l2:active,.white-bar-section nav .main-desktop-nav .l1.active .l2:focus,.white-bar-section nav .main-desktop-nav .l1.active .l2:hover,.white-bar-section nav .main-desktop-nav .l1:active .l2:active,.white-bar-section nav .main-desktop-nav .l1:active .l2:focus,.white-bar-section nav .main-desktop-nav .l1:active .l2:hover,.white-bar-section nav .main-desktop-nav .l1:focus .l2:active,.white-bar-section nav .main-desktop-nav .l1:focus .l2:focus,.white-bar-section nav .main-desktop-nav .l1:focus .l2:hover,.white-bar-section nav .main-desktop-nav .l1:hover .l2:active,.white-bar-section nav .main-desktop-nav .l1:hover .l2:focus,.white-bar-section nav .main-desktop-nav .l1:hover .l2:hover{cursor:pointer;background:linear-gradient(90.85deg,#f6edff 2.92%,#ffe9ea 61.17%,#fef4e1 98.14%);border:1px solid #CCCCCC66;border-radius:10px}.white-bar-section nav .main-desktop-nav .l1.active .l2 .new-tag-desk,.white-bar-section nav .main-desktop-nav .l1:active .l2 .new-tag-desk,.white-bar-section nav .main-desktop-nav .l1:focus .l2 .new-tag-desk,.white-bar-section nav .main-desktop-nav .l1:hover .l2 .new-tag-desk{letter-spacing:0;font-size:10px;font-weight:700;color:#fff;background-color:#00c853;border-radius:2px;background-repeat:no-repeat;padding:1px 3px;line-height:120%;margin-left:3px}.white-bar-section nav .main-desktop-nav .l1 .vertical-container{width:max-content;display:flex}.white-bar-section nav .main-desktop-nav .l1 .vertical-container:not(:last-child){padding-right:20px}.white-bar-section nav .main-desktop-nav .l1 .vertical-container .section{display:flex;flex-wrap:wrap;flex-direction:column}.white-bar-section nav .main-desktop-nav .l1 .vertical-container .section .section-name{font-size:14px;font-weight:700;line-height:21px;letter-spacing:0;color:#8c8e90;padding:20px 0 8px 17px;vertical-align:middle}.white-bar-section nav .main-desktop-nav .l1 .vertical-container .section .l2{padding:0}.white-bar-section nav .main-desktop-nav .l1 .vertical-container .section:not(:has(.section-name)) .l2:nth-of-type(8){margin-top:20px}.white-bar-section nav .main-desktop-nav .l1 .vertical-container .section:has(.section-name) .l2:nth-of-type(8){margin-top:49px}.white-bar-section nav .main-desktop-nav #box-1 .secondary-nav,.white-bar-section nav .main-desktop-nav #box-2 .secondary-nav{left:-40px}.white-bar-section nav .main-desktop-nav #box-2 .secondary-nav .vertical-container .section:has(.section-name) .l2:nth-of-type(7){margin-top:0}.white-bar-section nav .main-desktop-nav #box-2 .secondary-nav .vertical-container .section:has(.section-name) .l2:nth-of-type(8){margin-top:49px}.white-bar-section nav .second-desktop-nav{width:100%;height:100%;margin:0;padding:0;list-style:none;background-color:#ffff;color:#000;display:flex;justify-content:right;column-gap:10px;padding-right:40px}@media (min-width:320px) and (max-width:991px){.white-bar-section nav .second-desktop-nav{display:none}}.white-bar-section nav .second-desktop-nav li{display:inline;font-size:14px;font-weight:400;position:relative}@media (min-width:992px) and (max-width:1099px){.white-bar-section nav .second-desktop-nav li{font-size:14px}}.white-bar-section nav .second-desktop-nav li .anchor-main{float:left;text-decoration:none;margin:0;font-weight:400;font-size:14px;line-height:89%;letter-spacing:0;text-align:center;color:#2f2f2f;padding:13px 8px}.white-bar-section nav .second-desktop-nav li .anchor-main:hover:after{content:"";float:left;background:linear-gradient(91.16deg,#feb940 1.46%,#ee4137 51.38%,#431a80);width:100%;height:2px;border-radius:3px;position:absolute;bottom:0;left:0}@media (min-width:992px){.white-bar-section .exit-intent-header-cta-desktop{margin:auto 0;flex:none}}@media (min-width:320px) and (max-width:991px){.white-bar-section .exit-intent-header-cta-desktop{display:none}}.white-bar-section .exit-intent-header-cta-desktop a.animated-arrow-button{padding:5.5px 20px}.bottom-mobile-nav{display:none}@media (min-width:320px) and (max-width:991px){.bottom-mobile-nav{display:block!important}.bottom-mobile-nav .exit-intent-header-cta-mobile{width:fit-content;position:fixed;bottom:33px;right:70px;z-index:1038}.bottom-mobile-nav .exit-intent-header-cta-mobile a.animated-arrow-button{padding:5.5px 14px}}.bottom-mobile-nav .exit-intent-header-cta-desktop a.animated-arrow-button,.bottom-mobile-nav .exit-intent-header-cta-mobile a.animated-arrow-button,.white-bar-section .exit-intent-header-cta-desktop a.animated-arrow-button,.white-bar-section .exit-intent-header-cta-mobile a.animated-arrow-button{line-height:21px;color:#232426!important;background:#fcaf17!important;border:none!important;height:auto}.bottom-mobile-nav .exit-intent-header-cta-desktop a.animated-arrow-button:focus,.bottom-mobile-nav .exit-intent-header-cta-desktop a.animated-arrow-button:focus-visible,.bottom-mobile-nav .exit-intent-header-cta-desktop a.animated-arrow-button:hover,.bottom-mobile-nav .exit-intent-header-cta-mobile a.animated-arrow-button:focus,.bottom-mobile-nav .exit-intent-header-cta-mobile a.animated-arrow-button:focus-visible,.bottom-mobile-nav .exit-intent-header-cta-mobile a.animated-arrow-button:hover,.white-bar-section .exit-intent-header-cta-desktop a.animated-arrow-button:focus,.white-bar-section .exit-intent-header-cta-desktop a.animated-arrow-button:focus-visible,.white-bar-section .exit-intent-header-cta-desktop a.animated-arrow-button:hover,.white-bar-section .exit-intent-header-cta-mobile a.animated-arrow-button:focus,.white-bar-section .exit-intent-header-cta-mobile a.animated-arrow-button:focus-visible,.white-bar-section .exit-intent-header-cta-mobile a.animated-arrow-button:hover{color:#232426!important;background:#fdbf45!important;border:none!important}@media (min-width:991px){.body-container#container .desktop-home-icon li img{min-width:15px;min-height:20px}.body-container#container .desktop-home-icon li:hover:after{bottom:-8px}}#unified-search-popup .btn-close{position:absolute;top:19px;right:15px;border:none;background:transparent;border-radius:50%;width:37px;height:37px}@media (min-width:320px) and (max-width:991px){#unified-search-popup .btn-close{top:18px;right:1px}}@media (min-width:320px) and (max-width:376px){#unified-search-popup .btn-close{right:0}}#unified-search-popup .btn-close:focus,#unified-search-popup .btn-close:hover{background:linear-gradient(90.85deg,#f6edff 2.92%,#ffe9ea 61.17%,#fef4e1 98.14%);text-decoration:none;cursor:pointer}#unified-search-popup .modal-dialog{min-width:max-content}#unified-search-popup .modal-dialog .modal-body{padding-right:40px}@media (min-width:320px) and (max-width:991px){#unified-search-popup .modal-dialog .modal-body{padding-right:0}}#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch{border-color:#222;border-radius:45px;border:1px solid;width:750px;height:40px;margin:5px 28px 0}@media (min-width:320px) and (max-width:991px){#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch{width:300px;margin:5px 20px 0}}@media (min-width:320px) and (max-width:376px){#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch{margin:5px 3px 0}}@media (min-width:320px) and (max-width:360px){#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch{width:285px}}#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch .search-icon{margin:auto 9px 3px 20px}#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch input{border:none;width:88%;padding-top:8px}@media (min-width:320px) and (max-width:991px){#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch input{padding-top:0;margin-top:9px;width:70%}}#unified-search-popup .modal-dialog .modal-body .header-unification-globalsearch .search-with-image-button .header-image-search-icon:before{width:20px;height:20px;font-size:20px}#unified-search-popup .modal-dialog .modal-body .unbxd-autosuggest-mobile .unbxd-as-mobile{height:75vh!important}#unified-search-popup .modal-dialog .modal-content{top:46px}@media (min-width:320px) and (max-width:991px){#unified-search-popup .modal-dialog .modal-content{top:34px}}.search-modal .dealer-page{box-sizing:border-box;display:flex;padding:20px 0 10px 28px;gap:69px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page{display:flex;padding:13px 0 10px;gap:50px;flex-direction:column}}.search-modal .dealer-page .dealer-list{box-sizing:border-box;flex:2;display:flex;flex-direction:column;row-gap:15px}.search-modal .dealer-page .dealer-list #dealer-container{display:flex;flex-direction:column;gap:15px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page .dealer-list #dealer-container{width:98%}}.search-modal .dealer-page .dealer-list #dealer-container .display-card{display:flex;border-radius:10px;border:1px solid #e4e4e4;padding:11px 8px 15px;justify-content:space-between}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page .dealer-list #dealer-container .display-card{padding:11px 8px 10px}}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .business-name{font-weight:700;font-size:12px;line-height:16px;letter-spacing:0;color:#232426;margin-bottom:11px}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .address{font-weight:400;font-size:11px;line-height:16.8px;letter-spacing:0;color:#75787b;margin-bottom:13px;display:flex;align-items:center;gap:5px}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .phone{margin-bottom:0;display:flex;gap:5px}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .phone a{font-weight:400;font-size:12px;line-height:16.8px;letter-spacing:0;color:#75787b;text-decoration:none}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-right .label{padding:2px 5.5px;border-radius:6px;background-color:#eaf8f0;font-weight:400;font-size:10px;line-height:16.8px;color:#232426}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-right .icon-group{display:flex;gap:10px}.search-modal .dealer-page .dealer-list .explore-link{font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;color:#f47838;text-decoration:none}.search-modal .dealer-page .contractor-promo .video-thumbnail img{width:350px;height:390px;border-radius:10px;margin-left:69px}.search-modal .video-wrapper{position:relative;width:350px;height:390px}@media (min-width:320px) and (max-width:350px){.search-modal .video-wrapper{width:300px}}@media (min-width:351px) and (max-width:370px){.search-modal .video-wrapper{width:316px}}@media (min-width:371px) and (max-width:991px){.search-modal .video-wrapper{width:340px}}.search-modal .video-wrapper .dealer-video{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.search-modal .video-wrapper .video-overlay-text{position:absolute;bottom:0;left:0;width:100%;padding:0;color:#fff;padding:22px}.search-modal .video-wrapper .video-overlay-text h3{font-weight:800;font-size:36px;line-height:34px;letter-spacing:.75px;color:#fcfcfc;margin-bottom:4px}.search-modal .video-wrapper .video-overlay-text p{font-weight:400;font-size:24px;line-height:36px;letter-spacing:-.25px;color:#fcfcfc;margin-bottom:4px}.search-modal .dealer-page-contractor{box-sizing:border-box;display:flex;padding:20px 0 10px 28px;gap:59px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor{display:flex;padding:13px 0 10px;gap:50px;flex-direction:column}}.search-modal .dealer-page-contractor .dealer-list{box-sizing:border-box;flex:2;display:flex;flex-direction:column;row-gap:15px}.search-modal .dealer-page-contractor .dealer-list #contractor-container{display:flex;flex-direction:column;gap:15px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list #contractor-container{width:98%}}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card{display:flex;border-radius:10px;border:1px solid #e4e4e4;padding:11px 8px 15px;justify-content:space-between}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card{padding:11px 8px 10px;justify-content:space-between}}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-image{width:68px;height:68px;border-radius:5px;overflow:hidden}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-image img{width:100%;height:100%}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left{margin-left:14px;flex:1}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .business-name{font-weight:700;font-size:12px;line-height:24px;letter-spacing:0;color:#222;margin-bottom:0}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .address{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#75787b;margin-bottom:11px}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary{display:flex;align-items:center;gap:.4rem}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .star-icon{font-size:14px;color:#f5b400}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .rating-value{font-weight:700;font-size:12px;line-height:16px;color:#232426}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .review-count{font-weight:400;font-size:12px;line-height:16.8px;color:#75787b;margin-left:8px;position:relative}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .review-count:after{content:"";height:18px;width:1px;display:block;border:1px solid;background:#848080;position:absolute;top:0;transform:translate(-7px)}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right{display:flex;align-items:flex-end}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .label{height:21px;width:71px;padding:6px 12px;border-radius:6px;gap:10px;background-color:#eaf8f0;font-weight:400;font-size:10px;line-height:16.8px;letter-spacing:0;color:#232426;margin-top:8px}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group{display:flex;gap:10px}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph{position:relative}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip{background-color:#fff;border:1px solid #ccc;padding:12px;width:200px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#000;text-align:center;transform:translateX(-50%);opacity:0;transition:opacity .3s;height:auto;bottom:-55px;display:none}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip:after{content:"";position:absolute;top:-6px;left:58%;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip:before{content:"";position:absolute;top:-8px;left:58%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ccc}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip{display:none}}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .icon-img:hover+.tooltip{opacity:1;display:block}.search-modal .dealer-page-contractor .dealer-list .explore-link{font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;color:#f47838;text-decoration:none}.search-modal .dealer-page-contractor .contractor-promo{position:relative;width:350px;height:390px}@media (min-width:320px) and (max-width:350px){.search-modal .dealer-page-contractor .contractor-promo{width:300px}}@media (min-width:351px) and (max-width:370px){.search-modal .dealer-page-contractor .contractor-promo{width:316px}}@media (min-width:371px) and (max-width:991px){.search-modal .dealer-page-contractor .contractor-promo{width:340px}}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail{position:relative;width:100%;height:100%}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail .overlay-content{position:absolute;color:#fcfcfc;top:69px;padding:0 30px}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail .overlay-content h3{font-weight:800;font-size:42px;line-height:37px;letter-spacing:0;color:#4e422e;margin-bottom:4px}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail .overlay-content p{font-weight:400;font-size:16px;line-height:36px;letter-spacing:-.25px;color:#4e422e;margin-bottom:7px}.search-modal .dealer-page-contractor .dealer-list,.search-modal .dealer-page .dealer-list{position:relative}.search-modal .dealer-page-contractor .dealer-list .loader-icon,.search-modal .dealer-page .dealer-list .loader-icon{display:inline-block;animation:bounce 1.5s infinite ease-in-out;position:absolute;top:30%;left:35%;z-index:1}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list .loader-icon,.search-modal .dealer-page .dealer-list .loader-icon{top:30%;left:32%}}.search-modal .dealer-page-contractor .dealer-list .explore-dealers-error,.search-modal .dealer-page .dealer-list .explore-dealers-error{position:absolute;top:43%;left:40%;transform:translate(-50%,-50%)}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list .explore-dealers-error,.search-modal .dealer-page .dealer-list .explore-dealers-error{transform:translate(-42%,58%)}}.search-modal .dealer-page-contractor .dealer-list .explore-contractors-error,.search-modal .dealer-page .dealer-list .explore-contractors-error{position:absolute;left:36%;top:43%;transform:translate(-36%,-50%)}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list .explore-contractors-error,.search-modal .dealer-page .dealer-list .explore-contractors-error{left:34%;transform:translate(-33%,58%)}}.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:focus,.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:hover,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:focus,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:hover{color:#232426!important;background:#fdbf45!important;border:none!important}.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:focus .arrow:after,.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:hover .arrow:after,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:focus .arrow:after,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:hover .arrow:after{filter:invert(1)}.search-modal .dealer-page-contractor .display-card .card-right .share-icons,.search-modal .dealer-page .display-card .card-right .share-icons{position:relative;cursor:pointer}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper{background-color:#fff;border:1px solid #ccc;padding:12px;width:200px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#000;text-align:center;transform:translateX(-50%);opacity:0;transition:opacity .3s;height:auto;bottom:-55px;bottom:unset;width:auto;text-align:start;padding:10px 14px;left:3px;top:43px}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper:after,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper:after{content:"";position:absolute;top:-6px;left:58%;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper:before,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper:before{content:"";position:absolute;top:-8px;left:58%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ccc}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper{width:min-content}}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper.clickedShareicon,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper.clickedShareicon{display:block!important;opacity:1!important}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li{margin-bottom:4px;padding:0}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold{margin:0;display:flex}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold:before,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold:before{content:"";left:-3px;top:-6px;position:relative}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.wpIco:before,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.wpIco:before{background-position:-516px -295px}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.prIco,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.prIco{background-position:-589px -295px}#unified-search-popup .modal-dialog,.search-modal #unified-search-popup .modal-dialog{min-width:min-content}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.headerUnification{min-height:140px}@media (min-width:320px) and (max-width:991px){.headerUnification{min-height:94px}}.headerUnification .header-unification-section{display:flex!important;width:100%}@media (min-width:992px){.headerUnification .header-unification-section{position:fixed;top:0;z-index:1039}}.headerUnification .header-unification-section .header-main-logo-tabs-section{display:flex;justify-content:center;align-items:center;padding:0 40px;min-height:40px;max-height:40px}@media (min-width:320px) and (max-width:991px){.headerUnification .header-unification-section .header-main-logo-tabs-section{padding:0 20px 0 0;position:fixed;top:0;z-index:1040;justify-content:left}}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section{order:2;height:40px}@media (min-width:320px) and (max-width:991px){.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section{order:1}}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section>a{cursor:pointer;height:100%;display:flex;justify-content:center;align-items:center}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section>a.active{border-radius:4px 4px 0 0}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section>a.active img{padding:0 12px}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section>a:not(.active) img{padding:0}@media (min-width:320px) and (max-width:991px){.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section>a:not(.active) img{padding:0}}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section>a img{object-fit:contain;height:auto}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .ap-logo{width:104.5px;height:100%}@media (min-width:320px) and (max-width:991px){.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .ap-logo{width:84px;height:100%}}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .bh-logo{width:100px;height:100%}@media (min-width:320px) and (max-width:991px){.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .bh-logo{width:81px;height:100%}}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .ap-logo img,.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .bh-logo img{width:100%;height:100%;object-fit:contain}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .logo-0{margin-right:25px}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .logo-0 img{padding:0 5px!important}@media (min-width:320px) and (max-width:991px){.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .logo-0{margin-right:10px}}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .logo-1{margin-right:10px}@media (min-width:320px) and (max-width:991px){.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .logo-2{width:55px}}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .focus-visible-auto-imp.logo-0:focus,.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .focus-visible-auto-imp.logo-0:focus-visible{color:#fff!important;outline-width:2px!important}.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .focus-visible-auto-imp.logo-1:focus,.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .focus-visible-auto-imp.logo-1:focus-visible,.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .focus-visible-auto-imp.logo-2:focus,.headerUnification .header-unification-section .header-main-logo-tabs-section .logo-section .focus-visible-auto-imp.logo-2:focus-visible{color:#fff!important;margin:2px}.visible-desktop{display:block!important}@media (min-width:320px) and (max-width:991px){.visible-desktop{display:none!important}}.visible-mobile{display:none!important}@media (min-width:320px) and (max-width:991px){.visible-mobile{display:block!important}}body .body-container#container .visual-search-container,body.bodycampaign .visual-search-container{display:none}body .body-container#container .profile-popup-container .cta.animated-btn-black .animated-arrow-button{border:1px solid #232426;background:transparent;border-radius:45px;padding:14px 20px;align-items:center;font-size:14px;font-weight:700;display:inline-flex;gap:10px;height:38px;cursor:pointer}body .body-container#container .profile-popup-container .cta.animated-btn-black .animated-arrow-button:hover{background:#fff7e8}body .body-container#container #logout-confirmation-modal{font-weight:300}body .body-container#container #logout-confirmation-modal .modal-title{font-size:20px;font-weight:500;margin-top:-20px}
@charset "UTF-8";@font-face{font-family:HeaderFontIcons;src:url(../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global-unification/resources/fonts/icons/header-font-icons.woff2) format("woff2"),url(../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global-unification/resources/fonts/icons/header-font-icons.woff) format("woff");font-display:swap;unicode-range:u+e00?;ascent-override:90%;descent-override:10%;line-gap-override:0;size-adjust:100%}body .body-container#container .header-cart-icon:before,body .body-container#container .header-contractor-icon:before,body .body-container#container .header-hamburger-cross-icon:before,body .body-container#container .header-hamburger-icon:before,body .body-container#container .header-hamburger-left-icon:before,body .body-container#container .header-hamburger-right-icon:before,body .body-container#container .header-hamburger-submenu-icon:before,body .body-container#container .header-home-icon:before,body .body-container#container .header-image-search-icon:before,body .body-container#container .header-popup-close-icon:before,body .body-container#container .header-popup-profile-icon:before,body .body-container#container .header-popup-search-icon:before,body .body-container#container .header-profile-icon:before,body .body-container#container .header-search-icon:before,body .body-container#container .header-store-icon:before,body .body-container#container .header-wishlist-icon:before{font-family:HeaderFontIcons;font-weight:400}body .body-container#container .header-cart-icon:before,body .body-container#container .header-contractor-icon:before,body .body-container#container .header-hamburger-icon:before,body .body-container#container .header-hamburger-right-icon:before,body .body-container#container .header-profile-icon:before,body .body-container#container .header-search-icon:before,body .body-container#container .header-store-icon:before{color:rgba(93,79,67,.925)}body .body-container#container .header-hamburger-cross-icon:before,body .body-container#container .header-hamburger-left-icon:before,body .body-container#container .header-hamburger-submenu-icon:before,body .body-container#container .header-home-icon:before,body .body-container#container .header-popup-close-icon:before{color:#232426}body .body-container#container .header-hamburger-left-icon:before,body .body-container#container .header-hamburger-right-icon:before,body .body-container#container .header-hamburger-submenu-icon:before{font-weight:100}body .body-container#container .header-profile-icon,body .body-container#container .header-store-icon{display:flex;width:24px;height:24px;align-items:flex-end}body .body-container#container .header-cart-icon:before{content:"";font-size:24px}body .body-container#container .header-contractor-icon:before{content:"";font-size:24px}body .body-container#container .header-hamburger-icon:before{content:"";font-size:24px}body .body-container#container .header-home-icon:before{content:"";font-size:20px}@media (max-width:767px){body .body-container#container .header-home-icon:before{font-size:26px}}body .body-container#container .header-profile-icon:before{content:"";font-size:24px}body .body-container#container .header-search-icon:before{content:"";font-size:22px;width:22px;height:22px;display:inline-block}body .body-container#container .header-store-icon:before{content:"";font-size:24px}body .body-container#container .header-hamburger-cross-icon:before{content:"";font-size:24px}body .body-container#container .header-hamburger-right-icon:before{content:"";font-size:24px}body .body-container#container .header-hamburger-left-icon:before{content:"";font-size:24px}body .body-container#container .header-hamburger-submenu-icon:before{content:"";font-size:16px}body .body-container#container .header-image-search-icon:before{content:"";font-size:24px;width:24px;height:24px;color:#111827;display:inline-block}@media (max-width:767px){body .body-container#container .header-image-search-icon:before{font-size:20px;width:20px;height:20px}}body .body-container#container .header-popup-close-icon:before{content:"";font-size:20px}body .body-container#container .header-wishlist-icon:before{content:"";font-size:20px;color:#222}body .body-container#container .header-popup-profile-icon:before{content:"";font-size:20px;color:#222}body .body-container#container .header-popup-search-icon:before{content:"";font-size:16px;color:#222}.visual-search-container{width:max-content;display:inline-block}.visual-search-container .search-with-image-button{cursor:pointer}#visual-search-browse-image-modal{z-index:1051!important}#visual-search-browse-image-modal .modal-dialog{position:relative;max-width:554px!important;top:50%;transform:translateY(-50%)!important;height:auto;background:transparent}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog{max-width:100%!important;top:100%;transform:translateY(-100%)!important;margin:0}}#visual-search-browse-image-modal .modal-dialog .modal-content{width:100%;background:#fff;border:none;padding:45px 55px;border-radius:8px!important;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);position:relative}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog .modal-content{padding:35px 16px 16px;border-radius:8px 8px 0 0!important;box-shadow:none}}#visual-search-browse-image-modal .modal-dialog .modal-content .btn-close{position:absolute;top:20px;right:20px;border:none;background:transparent}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog .modal-content .btn-close{top:14px;right:14px}}#visual-search-browse-image-modal .modal-dialog .modal-content .btn-close img{width:24px;height:24px}#visual-search-browse-image-modal .modal-dialog .modal-content .btn-close:focus,#visual-search-browse-image-modal .modal-dialog .modal-content .btn-close:hover{text-decoration:none;cursor:pointer}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body{position:relative;padding:0}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container{width:100%;background-image:var(--dotted-border-url);border:none;padding:35px 50px 25px;text-align:center}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container.highlight-drop-area{background-image:var(--drag-hover-dotted-border-url);border:none}@media (min-width:992px){#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container{display:block!important}}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .recommendations-title{font-size:13px;font-weight:400;line-height:normal;padding-bottom:5px;color:#1d1d1f}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .drag-drop-image-section{width:100%}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .drag-drop-image-section .drag-drop-image{width:120px;height:100px;background-position:top;background-image:var(--drag-image-url);background-size:100%;background-repeat:no-repeat;margin:0 auto}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .drag-heading{font-size:16px;font-weight:500;line-height:normal;color:#1d1d1f;width:100%;padding-bottom:20px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .or-section{font-size:20px;font-weight:700;line-height:normal;color:#a7a7a7;padding-bottom:20px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .browse-image-section{border-radius:45px;border:.5px solid #000;display:inline-flex;padding:14px 20px;justify-content:center;align-items:center;gap:10px;cursor:pointer;position:relative}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .browse-image-section .browse-heading{width:100%;font-size:14px;font-weight:700;line-height:140%;color:#000}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .browse-image-section .search-icon picture img{width:20px;height:20px;filter:invert(1)}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .image-format-details{font-size:12px;font-weight:500;line-height:normal;color:#a7a7a7;padding-top:35px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .file-format-error,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .file-size-error,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .no-of-files-error,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .upload-api-error{width:100%;color:red;padding-top:10px;text-align:center}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .desktop-container .file-format-validation{width:100%;padding-top:10px;text-align:center;color:#a7a7a7}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container{width:100%;text-align:left}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container{display:block!important}}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .search-title{font-size:12px;font-weight:700;line-height:120%;color:#000;padding-bottom:10px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .recm-title{font-size:12px;font-weight:500;line-height:normal;color:#1d1d1f;padding-bottom:20px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section{margin-bottom:15px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section{margin-bottom:20px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section{width:100%;border-radius:45px;border:.5px solid #000;display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:10px;cursor:pointer}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section .choose-photo-heading p,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section .click-photo-heading p,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section .choose-photo-heading p,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section .click-photo-heading p{font-size:13px;font-weight:700;line-height:110%;color:#1d1d1f;margin:0}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section .choose-photo-heading span,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section .click-photo-heading span,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section .choose-photo-heading span,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section .click-photo-heading span{font-size:11px;font-weight:400;line-height:normal}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section .camera-icon picture img,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .choose-photo-section .image-icon picture img,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section .camera-icon picture img,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .click-photo-section .image-icon picture img{width:20px;height:20px;filter:invert(1)}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .image-format{font-size:12px;font-weight:500;line-height:normal;color:#a7a7a7;width:100%;text-align:center}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .file-format-error,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .file-size-error,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .no-of-files-error,#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .upload-api-error{width:100%;color:red;padding-top:10px;text-align:center}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .mobile-container .file-format-validation{width:100%;padding-top:10px;text-align:center;color:#a7a7a7}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section{width:100%;min-height:100%;position:absolute;top:0;left:0;background-image:var(--dotted-border-url);border:none;background-color:#e2f9eb;padding:75px 25px 25px;display:flex;flex-direction:column}@media (min-width:992px){#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section{justify-content:space-between}}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section{padding:25px 20px 36px;background:#fff;border-radius:8px 8px 0 0!important;border:none;top:-18px}}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-image-section{width:100%}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-image-section{padding-bottom:45px}}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-image-section .upload-progress-image{width:100px;height:100px;background-position:top;background-image:var(--upload-progress-image-url);background-size:100%;background-repeat:no-repeat;margin:0 auto;padding-bottom:20px}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-image-section .upload-progress-title{width:100%;font-size:16px;font-weight:500;line-height:normal;color:#1d1d1f;text-align:center}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-bar-section{text-align:left}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-bar-section .selected-image-name{font-size:14px;font-weight:500;line-height:normal;color:#000;padding-bottom:12px}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-bar-section .selected-image-name{font-size:14px}}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-bar-section .progress{height:6px;background:#fff;border-radius:40px}@media (min-width:320px) and (max-width:991px){#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-bar-section .progress{background:#efefef}}#visual-search-browse-image-modal .modal-dialog .modal-content .modal-body .upload-progress-section .upload-progress-bar-section .progress .progress-bar{background:#00c853;transition:width .25s}
.header-auto-suggest{position:relative;padding:18px 0 0}@media (min-width:320px) and (max-width:991px){.header-auto-suggest{padding:0;width:100%;position:relative;background-color:#fff;top:0}}.header-auto-suggest .textInputWrap{z-index:1040}.header-auto-suggest__container{display:none;position:absolute;z-index:1040;width:100%;background:#fff;padding-top:75px;left:0;top:0;box-shadow:0 4px 4px 1px rgba(0,0,0,.2)}@media (min-width:320px) and (max-width:991px){.header-auto-suggest__container{padding-top:55px}}.header-auto-suggest__overflow-wrap{overflow:auto;width:100%}.header-auto-suggest__default,.header-auto-suggest__results{display:flex;flex-direction:column;width:100%}.header-auto-suggest__default h3,.header-auto-suggest__results h3{padding:0 30px}.header-auto-suggest__default--list li{padding:15px 30px;border-bottom:2px solid #f8f8f8}.header-auto-suggest__default--list li:last-child{border-bottom:none}.header-auto-suggest__default--list li a.iconTextLinks{display:flex;align-items:center;color:#222;font-size:14px;font-weight:500}.header-auto-suggest__results--related,.header-auto-suggest__results--search{padding-top:20px}.header-auto-suggest__results--related-list li,.header-auto-suggest__results--search-list li{padding:0 30px}.header-auto-suggest__results--related-list li:last-child a,.header-auto-suggest__results--search-list li:last-child a{border:none}.header-auto-suggest__results--related-list li a.iconTextLinks,.header-auto-suggest__results--search-list li a.iconTextLinks{display:flex;align-items:center;color:#222}.header-auto-suggest__results--related,.header-auto-suggest__results--search{border-bottom:2px solid #f8f8f8}.header-auto-suggest__results--related-list .result-item,.header-auto-suggest__results--search-list .result-item{display:flex;justify-content:space-between;color:#222;text-decoration:none;align-items:center;padding:15px 0;border-bottom:2px solid #f8f8f8;min-height:95px}.header-auto-suggest__results--related-list .result-item__desc,.header-auto-suggest__results--search-list .result-item__desc{display:flex;flex-direction:column;font-weight:300}.header-auto-suggest__results--related-list .result-item__desc--name,.header-auto-suggest__results--search-list .result-item__desc--name{font-size:14px;font-weight:600}.header-auto-suggest__results--related-list .result-item__desc--sub-text,.header-auto-suggest__results--search-list .result-item__desc--sub-text{font-size:12px;font-weight:400}.header-auto-suggest__results--related-list .result-item__img,.header-auto-suggest__results--search-list .result-item__img{width:55px}.header-auto-suggest__results--related-list .result-item__img .imageWithTextComp .imagWithTextWrap .productImgWrap,.header-auto-suggest__results--search-list .result-item__img .imageWithTextComp .imagWithTextWrap .productImgWrap{height:60px}.header-auto-suggest__results--related-list .result-item__img .imgBlock,.header-auto-suggest__results--search-list .result-item__img .imgBlock{width:100%;height:100%}.header-auto-suggest__results--related-list .result-item__img .imgBlock img,.header-auto-suggest__results--search-list .result-item__img .imgBlock img{width:100%;height:auto;background:none}.header-auto-suggest__results--related-list .result-item__img .iconBlock,.header-auto-suggest__results--search-list .result-item__img .iconBlock{display:flex;justify-content:center}.header-auto-suggest__results--related-list .result-item__img .iconBlock .spriteIcon-Aprevamp,.header-auto-suggest__results--search-list .result-item__img .iconBlock .spriteIcon-Aprevamp{transform:scale(1.2)}.header-auto-suggest__no-results{padding:15px 35px}.header-auto-suggest__no-results h3{font-weight:600}.header-auto-suggest__no-results--alt-suggestions{padding:25px 0}.header-auto-suggest__no-results--alt-suggestions h4{font-weight:600;font-size:14px}.header-auto-suggest__no-results--alt-suggestions .alt-suggest-wrap{display:flex;flex-wrap:wrap;margin-top:20px}.header-auto-suggest__no-results--alt-suggestions .alt-suggest{border:1px solid #f3ebff;padding:5px 10px;min-width:75px;display:inline-block;text-align:center;margin-right:15px;margin-bottom:15px;font-size:14px;color:#431a80;background:#faf8ff;text-decoration:none}.header-auto-suggest__no-results--alt-suggestions .alt-suggest:first-child{margin-left:0}.header-auto-suggest .close-search--main{display:none}.header-auto-suggest.header-auto-suggest--active .textInputWrap{z-index:1045}.header-auto-suggest.header-auto-suggest--active .header-auto-suggest__container{display:flex}@media (min-width:320px) and (max-width:991px){.header-auto-suggest.header-auto-suggest--active .searchSpriteIcon{background-position:-865px -316px;width:17px;height:15px}.header-auto-suggest.header-auto-suggest--active .textInputWrap{border:none;background:#f8f8f8;align-items:center}.header-auto-suggest.header-auto-suggest--active .textInputWrap input{background:transparent;padding-left:15px}.header-auto-suggest.header-auto-suggest--active .close-search--main{display:block}}.imageWithTextComp .imagWithTextWrap,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap{position:relative}.imageWithTextComp .imagWithTextWrap .productImgWrap,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap .productImgWrap{overflow:hidden;border-top-right-radius:15px;height:240px}@media (min-width:320px) and (max-width:575px){.imageWithTextComp .imagWithTextWrap .productImgWrap,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap .productImgWrap{height:135px;border-top-right-radius:12px}}@media (min-width:991px) and (max-width:1200px){.imageWithTextComp .imagWithTextWrap .productImgWrap,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap .productImgWrap{height:180px;width:180px}}@media (min-width:320px) and (max-width:991px){.imageWithTextComp .imagWithTextWrap .productImgWrap,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap .productImgWrap{height:140px;max-width:140px}}@media (min-width:576px) and (max-width:767px){.imageWithTextComp .imagWithTextWrap .productImgWrap,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap .productImgWrap{height:180px;max-width:180px;border-top-right-radius:12px}}.imageWithTextComp .imagWithTextWrap .productImgWrap img,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap .productImgWrap img{width:100%;height:100%}.imageWithTextComp .imagWithTextWrap .producttag,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .imagWithTextWrap .producttag{position:absolute;top:-8px;left:-10px;background:#431a80;width:auto;font-size:10px;line-height:9px;padding:4px;border-radius:4px;border:1px solid #431a80;color:#fff;text-align:center}.imageWithTextComp .productDec,.sinceYouLikedWrap .productColorGoesWellCarousel .productItem .imageWithTextComp-variant2 .productDec{margin-top:14px}.imageWithTextComp .productDec h3,.imageWithTextComp .productDec p{width:75px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:320px) and (max-width:991px){.imageWithTextComp .productDec h3,.imageWithTextComp .productDec p{width:45px}}.imageWithTextComp .productDec h3{margin:0;margin-top:4px}.imageWithTextComp .productDec>p{margin:0}.imageWithTextComp-variant2 .productImgWrap{background-color:#041f56}.imageWithTextComp-variant2 .productImgWrap img{width:100%}.imageWithTextComp-variant2 .productDec h3,.imageWithTextComp-variant2 .productDec p{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.imageWithTextComp-variant2 .productDec h3{margin:0}.imageWithTextComp-variant2 .productDec>p{margin:0;text-transform:uppercase}@media (min-width:320px) and (max-width:767px){.imageWithTextComp-variant2 .productDec>h3,.imageWithTextComp-variant2 .productDec>p{font-size:12px}}.search-modal .dealer-page{box-sizing:border-box;display:flex;padding:20px 0 10px 28px;gap:69px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page{display:flex;padding:13px 0 10px;gap:50px;flex-direction:column}}.search-modal .dealer-page .dealer-list{box-sizing:border-box;flex:2;display:flex;flex-direction:column;row-gap:15px}.search-modal .dealer-page .dealer-list #dealer-container{display:flex;flex-direction:column;gap:15px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page .dealer-list #dealer-container{width:98%}}.search-modal .dealer-page .dealer-list #dealer-container .display-card{display:flex;border-radius:10px;border:1px solid #e4e4e4;padding:11px 8px 15px;justify-content:space-between}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page .dealer-list #dealer-container .display-card{padding:11px 8px 10px}}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .business-name{font-weight:700;font-size:12px;line-height:16px;letter-spacing:0;color:#232426;margin-bottom:11px}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .address{font-weight:400;font-size:11px;line-height:16.8px;letter-spacing:0;color:#75787b;margin-bottom:13px;display:flex;align-items:center;gap:5px}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .phone{margin-bottom:0;display:flex;gap:5px}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-left .phone a{font-weight:400;font-size:12px;line-height:16.8px;letter-spacing:0;color:#75787b;text-decoration:none}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-right .label{padding:2px 5.5px;border-radius:6px;background-color:#eaf8f0;font-weight:400;font-size:10px;line-height:16.8px;color:#232426}.search-modal .dealer-page .dealer-list #dealer-container .display-card .card-right .icon-group{display:flex;gap:10px}.search-modal .dealer-page .dealer-list .explore-link{font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;color:#f47838;text-decoration:none}.search-modal .dealer-page .contractor-promo .video-thumbnail img{width:350px;height:390px;border-radius:10px;margin-left:69px}.search-modal .video-wrapper{position:relative;width:350px;height:390px}@media (min-width:320px) and (max-width:350px){.search-modal .video-wrapper{width:300px}}@media (min-width:351px) and (max-width:370px){.search-modal .video-wrapper{width:316px}}@media (min-width:371px) and (max-width:991px){.search-modal .video-wrapper{width:340px}}.search-modal .video-wrapper .dealer-video{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.search-modal .video-wrapper .video-overlay-text{position:absolute;bottom:0;left:0;width:100%;padding:0;color:#fff;padding:22px}.search-modal .video-wrapper .video-overlay-text h3{font-weight:800;font-size:36px;line-height:34px;letter-spacing:.75px;color:#fcfcfc;margin-bottom:4px}.search-modal .video-wrapper .video-overlay-text p{font-weight:400;font-size:24px;line-height:36px;letter-spacing:-.25px;color:#fcfcfc;margin-bottom:4px}.search-modal .dealer-page-contractor{box-sizing:border-box;display:flex;padding:20px 0 10px 28px;gap:59px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor{display:flex;padding:13px 0 10px;gap:50px;flex-direction:column}}.search-modal .dealer-page-contractor .dealer-list{box-sizing:border-box;flex:2;display:flex;flex-direction:column;row-gap:15px}.search-modal .dealer-page-contractor .dealer-list #contractor-container{display:flex;flex-direction:column;gap:15px}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list #contractor-container{width:98%}}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card{display:flex;border-radius:10px;border:1px solid #e4e4e4;padding:11px 8px 15px;justify-content:space-between}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card{padding:11px 8px 10px;justify-content:space-between}}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-image{width:68px;height:68px;border-radius:5px;overflow:hidden}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-image img{width:100%;height:100%}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left{margin-left:14px;flex:1}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .business-name{font-weight:700;font-size:12px;line-height:24px;letter-spacing:0;color:#222;margin-bottom:0}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .address{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#75787b;margin-bottom:11px}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary{display:flex;align-items:center;gap:.4rem}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .star-icon{font-size:14px;color:#f5b400}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .rating-value{font-weight:700;font-size:12px;line-height:16px;color:#232426}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .review-count{font-weight:400;font-size:12px;line-height:16.8px;color:#75787b;margin-left:8px;position:relative}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-left .rating-summary .review-count:after{content:"";height:18px;width:1px;display:block;border:1px solid;background:#848080;position:absolute;top:0;transform:translate(-7px)}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right{display:flex;align-items:flex-end}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .label{height:21px;width:71px;padding:6px 12px;border-radius:6px;gap:10px;background-color:#eaf8f0;font-weight:400;font-size:10px;line-height:16.8px;letter-spacing:0;color:#232426;margin-top:8px}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group{display:flex;gap:10px}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph{position:relative}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip{background-color:#fff;border:1px solid #ccc;padding:12px;width:200px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#000;text-align:center;transform:translateX(-50%);opacity:0;transition:opacity .3s;height:auto;bottom:-55px;display:none}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip:after{content:"";position:absolute;top:-6px;left:58%;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip:before{content:"";position:absolute;top:-8px;left:58%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ccc}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .tooltip{display:none}}.search-modal .dealer-page-contractor .dealer-list #contractor-container .display-card .card-right .icon-group .ph .icon-img:hover+.tooltip{opacity:1;display:block}.search-modal .dealer-page-contractor .dealer-list .explore-link{font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;color:#f47838;text-decoration:none}.search-modal .dealer-page-contractor .contractor-promo{position:relative;width:350px;height:390px}@media (min-width:320px) and (max-width:350px){.search-modal .dealer-page-contractor .contractor-promo{width:300px}}@media (min-width:351px) and (max-width:370px){.search-modal .dealer-page-contractor .contractor-promo{width:316px}}@media (min-width:371px) and (max-width:991px){.search-modal .dealer-page-contractor .contractor-promo{width:340px}}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail{position:relative;width:100%;height:100%}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail .overlay-content{position:absolute;color:#fcfcfc;top:69px;padding:0 30px}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail .overlay-content h3{font-weight:800;font-size:42px;line-height:37px;letter-spacing:0;color:#4e422e;margin-bottom:4px}.search-modal .dealer-page-contractor .contractor-promo .video-thumbnail .overlay-content p{font-weight:400;font-size:16px;line-height:36px;letter-spacing:-.25px;color:#4e422e;margin-bottom:7px}.search-modal .dealer-page-contractor .dealer-list,.search-modal .dealer-page .dealer-list{position:relative}.search-modal .dealer-page-contractor .dealer-list .loader-icon,.search-modal .dealer-page .dealer-list .loader-icon{display:inline-block;animation:bounce 1.5s infinite ease-in-out;position:absolute;top:30%;left:35%;z-index:1}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list .loader-icon,.search-modal .dealer-page .dealer-list .loader-icon{top:30%;left:32%}}.search-modal .dealer-page-contractor .dealer-list .explore-dealers-error,.search-modal .dealer-page .dealer-list .explore-dealers-error{position:absolute;top:43%;left:40%;transform:translate(-50%,-50%)}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list .explore-dealers-error,.search-modal .dealer-page .dealer-list .explore-dealers-error{transform:translate(-42%,58%)}}.search-modal .dealer-page-contractor .dealer-list .explore-contractors-error,.search-modal .dealer-page .dealer-list .explore-contractors-error{position:absolute;left:36%;top:43%;transform:translate(-36%,-50%)}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .dealer-list .explore-contractors-error,.search-modal .dealer-page .dealer-list .explore-contractors-error{left:34%;transform:translate(-33%,58%)}}.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:focus,.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:hover,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:focus,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:hover{color:#232426!important;background:#fdbf45!important;border:none!important}.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:focus .arrow:after,.search-modal .dealer-page-contractor .contractor-promo .animated-btn-yellow .animated-arrow-button:hover .arrow:after,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:focus .arrow:after,.search-modal .dealer-page .contractor-promo .animated-btn-yellow .animated-arrow-button:hover .arrow:after{filter:invert(1)}.search-modal .dealer-page-contractor .display-card .card-right .share-icons,.search-modal .dealer-page .display-card .card-right .share-icons{position:relative;cursor:pointer}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper{background-color:#fff;border:1px solid #ccc;padding:12px;width:200px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#000;text-align:center;transform:translateX(-50%);opacity:0;transition:opacity .3s;height:auto;bottom:-55px;bottom:unset;width:auto;text-align:start;padding:10px 14px;left:3px;top:43px}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper:after,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper:after{content:"";position:absolute;top:-6px;left:58%;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper:before,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper:before{content:"";position:absolute;top:-8px;left:58%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ccc}@media (min-width:320px) and (max-width:991px){.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper{width:min-content}}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper.clickedShareicon,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper.clickedShareicon{display:block!important;opacity:1!important}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li{margin-bottom:4px;padding:0}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold{margin:0;display:flex}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold:before,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold:before{content:"";left:-3px;top:-6px;position:relative}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.wpIco:before,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.wpIco:before{background-position:-516px -295px}.search-modal .dealer-page-contractor .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.prIco,.search-modal .dealer-page .display-card .card-right .share-icons .shareicons-wraper li .spriteIcon-Firstfold.prIco{background-position:-589px -295px}#unified-search-popup .modal-dialog,.search-modal #unified-search-popup .modal-dialog{min-width:min-content}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
.embeddedServiceHelpButton{position:fixed;z-index:1036;font-family:sans-serif}.embeddedServiceHelpButton .helpButton .uiButton{font-family:Arial,sans-serif;padding:0;margin:0;height:56px;box-shadow:0 0 12px 0 rgba(0,0,0,.5);border-radius:23px;background:#431a80;font-size:.875em;color:#fff;font-weight:400;text-shadow:none;font-family:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#01c150;background:linear-gradient(180deg,#00c853,#03953f)}@media (min-width:320px) and (max-width:991px){.embeddedServiceHelpButton .helpButton .uiButton{height:38px}}@media (min-width:320px) and (max-width:991px){.embeddedServiceHelpButton.embeddedServiceBottomTabBar .helpButton,.embeddedServiceHelpButton .helpButton{position:fixed;bottom:95px;right:20px;height:auto!important}}@media (min-width:320px) and (max-width:991px){html[lang=en] .embeddedServiceHelpButton .helpButton{bottom:30px!important}}.embeddedServiceHelpButton .helpButton .helpButtonEnabled.no-hover:focus:before,.embeddedServiceHelpButton .helpButton .helpButtonEnabled.no-hover:hover:before{display:none}@media only screen and (min-width:48em){.embeddedServiceHelpButton{background-color:transparent}.embeddedServiceHelpButton.embeddedServiceBottomTabBar .helpButton,.embeddedServiceHelpButton .helpButton{position:fixed;bottom:50px;right:40px;transform:scale(1)}.embeddedServiceHelpButton .helpButton .uiButton,.embeddedServiceHelpButton .helpButton .uiButton:focus:before,.embeddedServiceHelpButton .helpButton .uiButton:hover:before{border-radius:8px 8px 0 0}}.embeddedServiceHelpButton .uiButton{min-width:8em;border:0}.embeddedServiceHelpButton .uiButton .helpButtonLabel{flex-grow:1;line-height:normal;display:none!important}.embeddedServiceHelpButton .helpButton .uiButton{min-width:56px;border-radius:10px!important}.embeddedServiceHelpButton .helpButton .uiButton:hover:before{border-radius:10px}@media (min-width:320px) and (max-width:991px){.embeddedServiceHelpButton .helpButton .uiButton{min-width:38px;border-radius:10px!important}}.embeddedServiceHelpButton .embeddedServiceIcon{z-index:1;display:inline-block!important;margin-right:0;line-height:1!important}.embeddedServiceHelpButton div[dir=rtl] .embeddedServiceIcon{margin-left:10px;margin-right:auto}.embeddedServiceHelpButton .embeddedServiceIcon:before{font-family:embeddedserviceiconfont;font-size:30px;content:attr(data-icon);speak:none;text-rendering:auto;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:embeddedserviceiconfont;src:url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SBhEAAAC8AAAAYGNtYXAXVtKTAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZpeJH/UAAAF4AAAJOGhlYWQIkke3AAAKsAAAADZoaGVhB8AD0gAACugAAAAkaG10eDoBAxcAAAsMAAAARGxvY2EN6BEGAAALUAAAACRtYXhwABYAfQAAC3QAAAAgbmFtZZlKCfsAAAuUAAABhnBvc3QAAwAAAAANHAAAACAAAwPbAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpDAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qz//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEACkADQPZA3EAIAAsADgARAAAASIOAhUUFhceAQ8BBhY/ATYWFx4BMz4DNS4DIwMiJjU0NjMyFhUUBjMiJjU0NjMyFhUUBjMiJjU0NjMyFhUUBgIAYqx/Sh8aBQIDPQQSDKkIEQk1fURhqoBKAUuArGHsIS4uISAuLswgLy8gIC8vzCAuLiAhLi4DcUR1nVk4ai8HEQmoCxEDQQMDBB4hAUR1nVpbn3VE/gAvICAvLyAgLy8gIC8vICAvLyAgLy8gIC8AAQAzAHsD0QMFABgAACUBJjQ/ATYyHwEWMjcBNjIfARYUBwEGIicBeP67CQksCBoJ9AYSBgHeCRoILAkJ/dIIGgl7AUcJGQksCAj3BQUB4wkJKwkaCf3NCgoAAAABAJ4AXANiAyIAMAAACQE2NC8BJiIHAQYiJwEmIg8BBhQXARYUBwEGFB8BFjI3ATYyFwEWMj8BNjQnASY0NwJiAQAJCScJFwn+/gYQBv7+CRcJKQkJAQEGBv79CQkpCRcJAQIGEAYBAgkXCSkJCf8ABQUBzAECCRcJKQkJ/v8GBgEDCQkpCRcJ/v4GEAb+/AkXCSkJCQECBQX+/gkJKQkXCQECBhAGAAACAC//7wPRA5MAFgAtAAABITI2LwE3NjQvASYGDwEnJgYVERQWMwchIgYfAQcGFB8BFjI/ARcWNjURNCYjAkcBLw8HDGCxBwdJCBUJsWQMGhYKjv7RDwcMYLEHB0kIFQmzZAsZFgoB6RoMYrMIFghJBgEHsWAMBw/+0QoUUBoMYrMIFghJBwezYA0GDwEtChgAAAAAAwAAADYEAAM2ABAAPQBNAAATITI2NRE0JisBIgYVERQWMwEmBhURFAYjISImNRE0JgcOARURFBYzITIWFRQWOwEyNjU0NjMhMjY1ETQmJwEhMjY1ETQmKwEiBhURFBa7AQAMEisU3wwREQwDDgkPEQz82AwREwkWHS4hAUUMERIMYgwSEQwBRSEuGB/+fAEADBERDN8WKRIBDxEMAc8ZIhIL/hMMEQHNAw0K/hYMEhIMAegKDAQLLBz+OyAvEQwMEhIMDBEvIAHFHzAI/jMRDAHtCxIiGf4xDBEAAAEAJ//nA9kAXgAPAAAlFAYjISImPQE0NjMhMhYVA9kSDPyKDBISDAN2DBIFDBISDDsMEhIMAAAAAgAn/+cD2QOZACQATQAAASEiBh0BFBY7ATIWBwEGFB8BFjI3ATYWHQEUFjsBMjY1ETQmIwMHDgEdARQGIyEiJjURNDY7ATI2PwE2JiMhIgYVERQWMyEyNjURNCYHA7/+iAwUEw2bDgsL/rEICCoJFwkBTwkWFAw5DBIODPRDCQkSC/5iDBERDOMLFwdDCQoN/nogLy8gAiggLhgJA5kODDsMFhYJ/rEJFwkqCAgBTwkJDpsMFhYMAXYND/4xRQkVC+EMEREMAZ4LEgkJQwkYLiD92CAvLyABhg0KCQAAAAAEAM0ArAMzAugADwAcAC0AOQAAASEyNi8BLgErASIGDwEGFhciBhUUFjMyNjU0JiM3ISIGFREUFjMhMjY1ETQmIwMiJjU0NjMyFhUUBgFxAR4HBQMiCB4SfBIeCCIDBZYiMDAiIjAwIvb+FBkkJBkB7BkkJBn2O1RUOztUVAKDCgU0EBISEDQFCrkwIiExMSEiMHskGf7hGSQkGQEfGST+pFQ7O1VVOztUAAAAAQBNAA0DswNxAFYAAAEjIgYdARQGJy4BJy4DBw4BBw4DBwYeAhceAzMyNjc+AS8BLgEHDgEnLgEnLgM3PgE3PgEzMhYXHgEXFgYrASIGHQEUFjMhMjY1ES4BIwOUOwwSDQsECQYlWGBoNSVGHy1HMBoBAQ8dKxweRExTKkyKOAoBCSkIFwk1ikkTJhEqPiMHDAQRCiqHTTttKQcMBQQRDYoMEQ8MAWkKDwESDANxEQyKDQoJBgkFJTQdBAoHHRUeTFliNChOS0MdHzAgETMvCRoJKQcCBywhEgQRChpJVl8xEyYSSE4uKQYOCAsMEgw9DA8PCgFnDBEAAAAAAf/+AF4EAAMkADYAAAE+ATMyFhc+ATMyHgIVFA4CIyImJw4BIyImJw4BIyImJw4BIyImNTQ2Ny4BNTQ+AjMeARcBqxlDJjNTGBUsFy5ROyMjO1EuCxYKFUsuEyMRFFs6O18TCRIJR2QuJwgIHzZIKjRTGgLWGR4zKgkLIztRLi1RPCICAiUuCAgxPUI2AgJkRy9PFhEpFShINR8BKiMAAAIAKf/vA9EDlwAeADIAACUBPgEnLgMnJg4CFx4DFxY2NwEWMj8BNjQnATQ+AjMyHgIVFA4CIyIuAgPR/vgoJQoJOlhyQFebcTwJBjZVbz9MijgBBgkYCCoJB/zNKEVcNTRcRigoRlw0NVxFKEQBBjiKTD9vVTYGCTxxnFg/clg7CQolKP76CQkqCBoJAeA1XEUoKEVcNTRcRigoRVwAAAABAAz/xQPrA7sAGAAAEz4BNyU2NCclIiYnAyY2FwEWFAcBBiY3E14DIQ0BrQoK/lMNIQNSBigWA6cVFfxZFigGUgFaDCACKwERAjccDAFqGB8M/icLMAv+KQwfGAFqAAADAFP/6QOvA5cACwBmAHoAAAEiBhUUFjMyNjU0JgEnPgE1NCYnNz4BLwEuASMiBg8BLgEvAS4BKwEiBg8BDgEHJy4BIyIGDwEGFh8BDgEVFBYXBw4BHwEeATMyNj8BHgEfAR4BOwEyNj8BPgE3Fx4BMzI2PwE2JicFIi4CNTQ+AjMyHgIVFA4CAgI6UFA6OlBQAWRJAwMDA0kRCgwfCR8RBgwEWxo7HxAEJRg/FyUFDyE7GlsGCgYRHwkfDAgTSQMDAwNJEQoMHwkfEQYMBFsaOx8QBCMZQBclBBAiPhpVBgwGER8JHQ4KEf5iLU87IiI7Ty0tTzsiIjtPAkhQOjpQUDo6UP76PRAjEBAjED0PLxU3DxACAiEYIQpcGBoaGFoLIhYhAgIQDzcVLw89ECMQEiEQPQ8vFTcPEAICIRghCl4YHiAXXwwkGSIBAxEPMxAuD10iO08tLU87IiI7Ty0tTzsiAAEAAAAAAADfFRLJXw889QALBAAAAAAA0rsBnQAAAADSuwGd//7/xQQAA7sAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAD//gAABAAAAQAAAAAAAAAAAAAAAAAAABEEAAAAAAAAAAAAAAACAAAABAAAKQQAADMEAACeBAAALwQAAAAEAAAnBAAAJwQAAM0EAABNBAD//gQAACkEAAAMBAAAUwAAAAAACgAUAB4AgACuAQIBTAG6AdYCRgKcAxoDagO6A+oEnAABAAAAEQB7AAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype")}.footer_unification{padding:0}.footer_unification .public_notice{background:#1d1d1f;height:73px;padding-left:5px}@media (min-width:320px) and (max-width:991px){.footer_unification .public_notice{height:auto;padding-left:20px}}.footer_unification .public_notice .public_notice_title{color:#b0b1b3;font-size:13px;font-weight:700;padding-left:0}@media (min-width:320px) and (max-width:991px){.footer_unification .public_notice .public_notice_title{color:#fff;display:flex;width:100%;align-items:center;justify-content:space-between;cursor:pointer}}@media (min-width:1200px) and (max-width:1280px){.footer_unification .public_notice .public_notice_title{padding-left:22px}}@media (min-width:1366px) and (max-width:1400px){.footer_unification .public_notice .public_notice_title{padding-left:15px}}@media (min-width:320px) and (max-width:991px){.footer_unification .public_notice .public_notice_title.down_arrow:after{margin-top:6px}}@media (min-width:320px) and (max-width:991px){.footer_unification .public_notice .public_notice_title.down_arrow:after,.footer_unification .public_notice .public_notice_title.up_arrow:after{content:"";background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global-unification/resources/images/footer/arrow-down-thin-icon.svg) no-repeat;height:16px;width:19px;display:block}.footer_unification .public_notice .public_notice_title.up_arrow:after{transform:rotate(180deg);margin-top:-12px;margin-right:8px}}.footer_unification .public_notice .public-notice-content{color:#b0b1b3;font-size:12px;font-weight:500;line-height:18px;margin-left:-20px}@media (min-width:320px) and (max-width:991px){.footer_unification .public_notice .public-notice-content{margin-left:0;display:none}}.footer_unification .public_notice .public-notice-content a{text-decoration:underline}.footer_unification .foooter-content-panel{padding:40px;background-color:#000}@media (device-width:1024px) and (device-height:1366px) and (orientation:portrait){.footer_unification .foooter-content-panel .footer-ap-contact-section{display:flex;column-gap:95px}}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel{display:block;padding:40px 16px 30px 15px}}@media (device-width:1024px) and (device-height:768px) and (orientation:landscape){.footer_unification .foooter-content-panel .c-2{flex:0 0 35.666667%!important;max-width:35.666667%!important}}@media (device-width:1059px) and (device-height:744px) and (orientation:landscape){.footer_unification .foooter-content-panel .c-2{flex:0 0 35.666667%!important;max-width:35.666667%!important}}@media (min-width:768px) and (max-width:1180px){.footer_unification .foooter-content-panel .c-2{flex:0 0 31.666667%;max-width:31.666667%}}@media (device-width:1024px) and (device-height:768px) and (orientation:landscape){.footer_unification .foooter-content-panel .c-4{flex:0 0 35.666667%!important;max-width:35.666667%!important}}@media (device-width:1059px) and (device-height:744px) and (orientation:landscape){.footer_unification .foooter-content-panel .c-4{flex:0 0 35.666667%!important;max-width:35.666667%!important}}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .contact-us-title{margin-bottom:11px}}@media (min-width:992px){.footer_unification .foooter-content-panel .contact-us-title{margin-left:28px}}@media (device-width:1024px) and (device-height:1366px) and (orientation:portrait){.footer_unification .foooter-content-panel .contact-us-title{margin-left:-50px}}@media (min-width:992px){.footer_unification .foooter-content-panel .contact-section{margin-left:28px}}@media (device-width:1024px) and (device-height:1366px) and (orientation:portrait){.footer_unification .foooter-content-panel .contact-section{margin-left:-50px}}.footer_unification .foooter-content-panel .contact-section .textCompLink{font-size:13px;font-weight:400;color:#a7a7a7;border:none}.footer_unification .foooter-content-panel .contact-section .textCompLink:hover{color:#a7a7a7;border-bottom:none}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .contact-section .textCompLink{font-size:12px;font-weight:500;margin:0}}.footer_unification .foooter-content-panel .contact-section .contactSec{width:100%}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .contact-section .contactSec{width:36%;display:inline-block}}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .contact-section .contactSec{width:100%;margin-bottom:5px}}@media (device-width:820px) and (device-height:1180px) and (orientation:portrait){.footer_unification .foooter-content-panel .contact-section .contactSec{width:100%;margin-bottom:5px}}@media (min-width:768px) and (max-width:1100px){.footer_unification .foooter-content-panel .contact-section .contactSec{width:100%}}.footer_unification .foooter-content-panel .contact-section .contactSec:after{display:none}.footer_unification .foooter-content-panel .contact-section .contactSec .contactno{margin-top:0}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .contact-section .contactSec .contactno{font-size:11px;margin-right:6px}}@media (device-width:1024px) and (device-height:1366px) and (orientation:portrait){.footer_unification .foooter-content-panel .contact-section .contactSec .contactno{margin-right:0}}.footer_unification .foooter-content-panel .contact-section .contactSec img{margin-top:-5px}.footer_unification .foooter-content-panel .contact-section .emailSec{width:100%;color:#a7a7a7;margin-left:0;display:flex;column-gap:5px;margin-top:5px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .contact-section .emailSec{width:50%;align-items:center;margin-top:0}}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .contact-section .emailSec{justify-content:flex-start}}@media (device-width:820px) and (device-height:1180px) and (orientation:portrait){.footer_unification .foooter-content-panel .contact-section .emailSec{justify-content:flex-start}}@media (min-width:768px) and (max-width:1100px){.footer_unification .foooter-content-panel .contact-section .emailSec{width:100%;margin-left:0;margin-top:9px;display:flex;align-items:center;justify-content:flex-start}}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .contact-section .emailSec .textCompLink{font-size:11px;padding-bottom:0}}@media (min-width:992px){.footer_unification .foooter-content-panel .contact-section .emailSec .textCompLink{margin-top:4px}}.footer_unification .foooter-content-panel .contact-section .emailSec img{margin-top:-1px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .contact-section .emailSec img{margin-top:-5px}}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .newsCta{display:block}}.footer_unification .foooter-content-panel .newsCta input{color:#fff;border:1px solid #2f2f2f;background:#2f2f2f;width:240px;height:40px;border-radius:4px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .newsCta input{width:100%;margin-bottom:15px}}@media (min-width:991px) and (max-width:1200px){.footer_unification .foooter-content-panel .newsCta input{width:220px}}@media (min-width:1201px) and (max-width:1280px){.footer_unification .foooter-content-panel .newsCta input{width:211px}}.footer_unification .foooter-content-panel .newsCta .ctaText{border-radius:45px;border:1px solid #fff;color:#fff;background-color:transparent;display:flex;height:38px;font-size:14px;font-weight:700;margin-left:8px;padding:4px 19px;align-items:center}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .newsCta .ctaText{margin-left:2px}}.footer_unification .foooter-content-panel .newsCta .ctaText:after{content:"";background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/arrow-icon.svg) no-repeat;width:17px;height:17px;filter:contrast(10000%);transition:all .2s ease-in;margin-left:5px}.footer_unification .foooter-content-panel .newsCta .ctaText:focus,.footer_unification .foooter-content-panel .newsCta .ctaText:hover{color:#1e1e1e;border:1px solid transparent;background:var(--gradient,linear-gradient(180deg,#fec940,#f90))}.footer_unification .foooter-content-panel .newsCta .ctaText:focus:after,.footer_unification .foooter-content-panel .newsCta .ctaText:hover:after{filter:invert(1);transition:all .2s ease-in;-webkit-transform:translateX(6px);-moz-transform:translateX(6px);-ms-transform:translateX(6px);-o-transform:translateX(6px);transform:translateX(6px)}.footer_unification .foooter-content-panel .error{font-size:12px;color:#ed1c24}.footer_unification .foooter-content-panel .storeCta{flex-wrap:wrap}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .storeCta{display:block}}.footer_unification .foooter-content-panel .storeCta input{color:#fff;border:1px solid #2f2f2f;background:#2f2f2f;width:240px;height:40px;border-radius:4px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .storeCta input{width:100%;margin-bottom:15px}}@media (min-width:991px) and (max-width:1200px){.footer_unification .foooter-content-panel .storeCta input{width:189px}}@media (min-width:1201px) and (max-width:1400px){.footer_unification .foooter-content-panel .storeCta input{width:auto}}.footer_unification .foooter-content-panel .storeCta .ctaText{border-radius:45px;border:1px solid #fff;color:#fff;background-color:transparent;display:flex;height:38px;font-size:14px;font-weight:700;margin-left:8px;padding:4px 19px;align-items:center}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .storeCta .ctaText{margin-left:2px}}.footer_unification .foooter-content-panel .storeCta .ctaText:after{content:"";background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global/resources/images/arrow-icon.svg) no-repeat;width:17px;height:17px;filter:contrast(10000%);transition:all .2s ease-in;margin-left:5px}.footer_unification .foooter-content-panel .storeCta .ctaText:focus,.footer_unification .foooter-content-panel .storeCta .ctaText:hover{color:#1e1e1e;border:1px solid transparent;background:var(--gradient,linear-gradient(180deg,#fec940,#f90))}.footer_unification .foooter-content-panel .storeCta .ctaText:focus:after,.footer_unification .foooter-content-panel .storeCta .ctaText:hover:after{filter:invert(1);transition:all .2s ease-in;-webkit-transform:translateX(6px);-moz-transform:translateX(6px);-ms-transform:translateX(6px);-o-transform:translateX(6px);transform:translateX(6px)}.footer_unification .foooter-content-panel .footer-logo img{margin-bottom:10px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .footer-logo img{margin-bottom:0;margin-top:0}}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .footer-logo img{margin-bottom:5px}}@media (device-width:820px) and (device-height:1180px) and (orientation:portrait){.footer_unification .foooter-content-panel .footer-logo img{margin-bottom:5px}}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .countrySec{display:inline-block;float:right}}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .countrySec{float:inline-start}}@media (min-width:768px) and (max-width:1100px){.footer_unification .foooter-content-panel .countrySec{float:none}}@media (device-width:820px) and (device-height:1180px) and (orientation:portrait){.footer_unification .foooter-content-panel .countrySec{float:inline-start}}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .countrySec .countryLabel{display:none}}.footer_unification .foooter-content-panel .countrySec .selectedCountry{border-bottom:none;margin-top:6px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .countrySec .selectedCountry{padding-top:0;padding-bottom:0}}@media (min-width:768px) and (max-width:1100px){.footer_unification .foooter-content-panel .countrySec .selectedCountry .iconTextLinks__text{flex:1}}.footer_unification .foooter-content-panel .countrySec .country{border:1px solid #2f2f2f;background:#2f2f2f;width:200px;height:40px;border-radius:4px;padding:0 10px;color:#fff;display:flex;align-items:center}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .countrySec .country{width:140px}}.footer_unification .foooter-content-panel .countrySec .country .indian-flag{background:url(../../../etc.clientlibs/apcolourcatalogue/clientlibs/clientlib-global-unification/resources/images/footer/indian-flag.svg);width:25px;height:16px;display:flex;background-repeat:no-repeat;overflow:hidden;background-position:50%}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .countrySec .country .indian-flag{width:18px;height:12px}}.footer_unification .foooter-content-panel .countrySec .country:hover{color:#fff}.footer_unification .foooter-content-panel .countrySec .country .arrowDown{background-image:none}.footer_unification .foooter-content-panel .countrySec .country .arrowDown:before{content:"";background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global-unification/resources/images/footer/arrow-down-thin-icon.svg) no-repeat;height:16px;width:19px;display:block;margin-left:80px;margin-top:7px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .countrySec .country .arrowDown:before{margin-left:0}}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .countrySec .country .arrowDown:before{margin-left:50px}}@media (min-width:768px) and (max-width:1100px){.footer_unification .foooter-content-panel .countrySec .country .arrowDown:before{margin-left:0}}.footer_unification .foooter-content-panel .countrySec .country .arrowUp{background-image:none}.footer_unification .foooter-content-panel .countrySec .country .arrowUp:before{content:"";background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global-unification/resources/images/footer/arrow-down-thin-icon.svg) no-repeat;height:16px;width:19px;display:block;margin-left:80px;margin-top:7px}@media (min-width:768px) and (max-width:1100px){.footer_unification .foooter-content-panel .countrySec .country .arrowUp:before{margin-left:0}}.footer_unification .foooter-content-panel .countrySec #country.open{margin-left:0}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .countrySec ul{width:auto}.footer_unification .foooter-content-panel .countrySec ul .countryName{width:117px}}@media (min-width:1280px) and (max-width:1367px){.footer_unification .foooter-content-panel .countrySec #country .countryName{width:150px!important}}@media (min-width:1200px) and (max-width:1280px){.footer_unification .foooter-content-panel .countrySec #country{width:102%}.footer_unification .foooter-content-panel .countrySec #country ul{width:max-content}.footer_unification .foooter-content-panel .countrySec #country ul .countryName{width:135px}}.footer_unification .foooter-content-panel h5{color:#fff;font-weight:800;font-size:16px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel h5{font-weight:700;font-size:13px}}.footer_unification .foooter-content-panel .color-line{border-top:1px solid #4d4d4d;margin-top:40px;display:block!important}.footer_unification .foooter-content-panel .color-line.mob-only{display:none}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .color-line.mob-only{display:block}}.footer_unification .foooter-content-panel .footerAccordion{color:#fff;font-size:16px;font-weight:800;font-family:apFontExtraBold;margin-bottom:10px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .footerAccordion{background:#000;font-size:13px;font-weight:700;border:none}}@media (min-width:320px) and (max-width:767px){.footer_unification .foooter-content-panel .footerAccordion .down-arrow{float:right;font-size:16px;display:inline-block}.footer_unification .foooter-content-panel .footerAccordion .down-arrow:before{content:"";background:url(../../../apps/apcolourcatalogue/clientlibs/clientlib-global-unification/resources/images/footer/arrow-down-thin-icon.svg) no-repeat;height:16px;width:19px;display:block;transform:rotate(0deg)}}.footer_unification .foooter-content-panel .footerAccordion .down-arrow.minus{transform:rotate(180deg)}.footer_unification .foooter-content-panel .panel li a{color:#a7a7a7;font-size:14px;font-weight:500;line-height:27px;font-family:apFontMedium}.footer_unification .foooter-content-panel .panel li a:focus,.footer_unification .foooter-content-panel .panel li a:focus-visible{margin:1px;outline-offset:unset}.footer_unification .foooter-content-panel .logoImages{margin-top:10px}.footer_unification .foooter-content-panel .logoImages .logoLabel{display:block;font-size:16px;font-weight:800;color:#fff;padding-bottom:15px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .logoImages .logoLabel{font-size:13px;font-weight:700;padding-bottom:0}}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap{justify-content:flex-start}}.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-appStore{width:139px;height:41px;display:block;margin-right:8px;color:#fff}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-appStore{width:112px;height:35px;display:block}}@media (device-width:820px) and (device-height:1180px) and (orientation:portrait){.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-appStore{width:112px;height:35px;display:block}}@media (min-width:768px) and (max-width:845px){.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-appStore{width:125px;height:35px}}.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-appStore img{width:100%;height:100%}.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-playStore{color:#fff}@media (device-width:768px) and (device-height:1024px) and (orientation:portrait){.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-playStore img{width:112px;height:35px;display:block}}@media (device-width:820px) and (device-height:1180px) and (orientation:portrait){.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-playStore img{width:112px;height:35px;display:block}}@media (min-width:768px) and (max-width:845px){.footer_unification .foooter-content-panel .logoImages .logoImagesLinks__wrap .img-playStore img{width:125px;height:35px}}.footer_unification .foooter-content-panel .social-icons .socialIconLabel{display:block;font-size:16px;font-weight:800;color:#fff;margin-bottom:15px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .social-icons .socialIconLabel{font-size:13px;font-weight:700}}.footer_unification .foooter-content-panel .social-icons a{height:20px;width:20px;color:#fff}.footer_unification .foooter-content-panel .social-icons a:not(:last-child){margin-right:28px}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .social-icons a:not(:last-child){margin-right:30px}}.footer_unification .foooter-content-panel .social-icons a img{width:100%;height:100%}.footer_unification .foooter-content-panel .allRightsReserved{color:#a7a7a7!important;font-size:14px;font-weight:400;padding-top:10px;transform:translateY(17px)}@media (min-width:320px) and (max-width:991px){.footer_unification .foooter-content-panel .allRightsReserved{transform:none}}.inactive{opacity:.5}footer.parallax-back-color{background-color:#f8f8f8}.public_notice{margin-bottom:0;background:#f8f8f8;padding:10px 30px;display:flex;align-items:center}.public_notice .read_more_btn{display:none}@media (min-width:320px) and (max-width:991px){.public_notice{display:block}.public_notice .read_more_btn{display:inline-block;text-decoration:underline}}.public_notice span{display:inline-block}.public_notice .public_notice_title{color:#431a80;padding:12px 16px;border-radius:10px;width:235px;font-weight:600;text-align:center;white-space:nowrap;font-size:20px}@media (min-width:320px) and (max-width:991px){.public_notice .public_notice_title{font-size:14px;width:140px;padding:0;text-align:justify}}@media (min-width:1201px) and (max-width:1440px){.public_notice .public_notice_title{padding:22px 16px}}.public_notice .public_notice_slash{font-size:50px;margin-bottom:7px}@media (min-width:320px) and (max-width:991px){.public_notice .public_notice_slash{display:none}}.public_notice .public_notice_text{margin-left:15px}.public_notice .public_notice_text .dots{display:none}.public_notice .public_notice_text .read_more{display:inline}@media (min-width:320px) and (max-width:991px){.public_notice .public_notice_text{margin-left:0;font-size:12px}.public_notice .public_notice_text .dots{display:inline}.public_notice .public_notice_text .read_more{display:none}}.public_notice .public_notice_text a{text-decoration:underline;font-weight:600}.footerAccordion{background-color:transparent;color:#444;padding:18px;width:100%;text-align:left;border:none;outline:none;transition:.4s;padding-left:0}@media (min-width:320px) and (max-width:767px){.footerAccordion{background:#fff}}.panel{padding:0 18px;padding-left:0;display:none;overflow:hidden}@media (min-width:320px) and (max-width:767px){.panel{padding:0}}@media (min-width:320px) and (max-width:767px){.footerAccordion:after{content:"\02795";font-size:13px;color:#777;float:right;margin-left:5px;display:none}}.active:after{content:"\2796";display:none}.panel{display:block}@media (min-width:320px) and (max-width:767px){.panel{display:none}}.panel.openContent{display:block}.subscribemodal{height:200px;width:400px;margin:0 auto;position:absolute;display:none;top:25%;right:50%;background:#fff;z-index:1;transform:translate(50%,-50%)}.subscribemodal.subscribeOpen{display:block}.subscribemodal .closeIcon{margin:20px;float:right}.subscribemodal p{font-size:14px;text-align:center;vertical-align:middle;line-height:200px}footer{bottom:0;padding:40px;margin:0 auto;position:relative;z-index:1;background-color:#f8f8f8}footer hr:first-child{display:none}@media (min-width:320px) and (max-width:767px){footer hr:first-child{display:block;height:.1px;border:1px solid rgba(0,0,0,.1);margin:0;margin-bottom:0}}@media (min-width:320px) and (max-width:767px){footer.modalopen{background-color:#666;z-index:1040}footer.modalopen button,footer.modalopen input{background:#666;opacity:.5}footer.modalopen .spriteIcon{opacity:.5}footer.modalopen .open .spriteIcon{opacity:1}footer.modalopen .selectedCountry{opacity:.3}footer.modalopen .appStore,footer.modalopen .playStore{opacity:.5}footer.modalopen .minimalistic-footer .arrowUp{opacity:.1}footer hr:nth-child(2){display:none}}@media (min-width:320px) and (max-width:767px){footer form{margin-bottom:0}}@media (min-width:320px) and (max-width:991px){footer{padding:20px;padding-top:5px;background-color:#fff}}footer h5{font-weight:700;font-size:20px;font-style:normal;font-stretch:normal;line-height:1.3;letter-spacing:normal;color:#222;margin-bottom:15px}@media (min-width:768px) and (max-width:991px){footer h5{font-size:12px}}@media (min-width:320px) and (max-width:767px){footer h5{font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;line-height:2.17;letter-spacing:normal;color:#222;margin-top:25px}}footer .ctaComp.input-with-cta{display:flex}footer .ctaComp.input-with-cta input{font-size:13px;font-weight:400;font-style:normal;font-stretch:normal;line-height:2;letter-spacing:normal;text-align:justify;color:#222;width:52.5%;padding-left:20px;border-radius:4px 0 0 2px}@media (min-width:1200px){footer .ctaComp.input-with-cta input{width:238px;flex:none}}@media (min-width:320px) and (max-width:767px){footer .ctaComp.input-with-cta input{padding-left:20px;flex:1;font-size:12px;line-height:2.17;height:40px}}@media (min-width:768px) and (max-width:991px){footer .ctaComp.input-with-cta input{font-size:10px}}@media (min-width:320px) and (max-width:767px){footer .ctaComp.input-with-cta input[type=number]{margin-bottom:16px}}footer .ctaComp.input-with-cta button,footer .ctaComp.input-with-cta button:focus,footer .ctaComp.input-with-cta button:hover{outline:none}footer .ctaComp.input-with-cta button.ctaText{font-size:13px;font-weight:500;line-height:2;letter-spacing:1.08px;text-align:center;padding:10px 21px;border-radius:0 2px 2px 0}@media (min-width:320px) and (max-width:767px){footer .ctaComp.input-with-cta button.ctaText{font-size:10px;line-height:2.6;letter-spacing:.83px;height:40px;padding-top:7px}}@media (min-width:768px) and (max-width:991px){footer .ctaComp.input-with-cta button.ctaText{font-size:10px;padding:8px}}footer label{display:none;font-size:13px;font-weight:300;font-style:normal;font-stretch:normal;line-height:2;letter-spacing:normal;text-align:justify}footer label.error{display:block;color:red}footer button.footerAccordion{font-size:13px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:1px;text-align:justify;color:#222;padding-bottom:5px;pointer-events:none}@media (min-width:320px) and (max-width:767px){footer button.footerAccordion{padding-top:22px;padding-bottom:22.9px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:700;font-size:12px;padding-left:18px;pointer-events:auto}}@media (min-width:320px) and (max-width:767px){footer button.footerAccordion.active{border-bottom:none}}footer button.footerAccordion .minus,footer button.footerAccordion .plus{display:none}@media (min-width:320px) and (max-width:767px){footer button.footerAccordion .minus,footer button.footerAccordion .plus{display:block;float:right}}footer button.footerAccordion.minus{background-position:-275px -125px}footer button.footerAccordion:focus{outline:none}footer .panel span.countryLabel{display:none}@media (min-width:320px) and (max-width:767px){footer .panel span.countryLabel{display:inline-block}}footer .panel span.closeIcon{display:none}@media (min-width:320px) and (max-width:767px){footer .panel span.closeIcon{display:inline-block;float:right}}@media (min-width:320px) and (max-width:767px){footer .panel li{padding:5px 0}}@media (min-width:768px) and (max-width:991px){footer .panel li{line-height:.8;margin-bottom:8px}}footer .panel li a{font-weight:400;font-size:13px;color:#222;line-height:22px;cursor:pointer}footer .panel li a:hover{text-decoration:none;font-weight:700}@media (min-width:320px) and (max-width:767px){footer .panel li a{font-size:12px;font-weight:300;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;text-align:justify}}@media (min-width:768px) and (max-width:991px){footer .panel li a{font-size:10px}}footer p{margin:0 auto;font-size:10px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.3;letter-spacing:.77px;text-align:justify;color:#222}@media (min-width:320px) and (max-width:767px){footer p{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.08;letter-spacing:.92px;text-align:center}}footer .textLinks a.textCompLink{border-bottom:2px solid #8838ff}footer .textLinks a.textCompLink:hover{color:#431a80}footer .textLinks a.textCompLink[disabled]{color:#cdcdcd}footer .contactno{font-size:13px;font-weight:300;font-style:normal;font-stretch:normal;line-height:1.85;letter-spacing:1px;color:#222}footer .emailSec{margin-left:20px}@media (min-width:320px) and (max-width:991px){footer .emailSec{margin-left:40px}}footer .emailSec .textCompLink{font-weight:400}@media (min-width:768px) and (max-width:991px){footer .textCompWrap.textLinks{display:flex;justify-content:center;align-items:center}}footer .textCompWrap.textLinks.contactSec:after{content:"";float:right;height:25px;color:red;border:1px solid purple;margin-top:11px}footer .textCompWrap.textLinks a.textCompLink{font-size:13px;font-weight:500;font-style:normal;font-stretch:normal;line-height:.92;letter-spacing:1px;text-align:center;color:#222;display:inline-block;margin-top:20px}@media (min-width:320px) and (max-width:767px){footer .textCompWrap.textLinks a.textCompLink{margin-top:15px}}@media (min-width:768px) and (max-width:991px){footer .textCompWrap.textLinks a.textCompLink{font-size:10px}}footer .textCompWrap.textLinks a.textCompLink.contactno{border-bottom:0;margin-right:47px}@media (min-width:320px) and (max-width:991px){footer .textCompWrap.textLinks a.textCompLink.contactno{margin-right:35px}}@media (min-width:320px) and (max-width:767px){footer .textCompWrap.textLinks a.textCompLink.contactno{font-size:16px;font-weight:400}}@media (min-width:320px) and (max-width:360px){footer .textCompWrap.textLinks a.textCompLink.contactno{font-size:12px}}@media (min-width:768px) and (max-width:991px){footer .textCompWrap.textLinks a.textCompLink.contactno{padding-right:10px}}footer .social-icons{clear:both;padding-top:61px}footer .social-icons .socialIconLabel{display:none}@media (min-width:320px) and (max-width:767px){footer .social-icons .socialIconLabel{display:block;margin-bottom:16px;font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:1px}}@media (min-width:320px) and (max-width:767px){footer .social-icons{padding-top:0}}footer .social-icons a{display:inline-block}footer .social-icons a:last-child span{margin-right:0}footer .social-icons a span{margin-right:48px;display:inline-block}@media (min-width:768px) and (max-width:991px){footer .social-icons a span{margin-right:30px}}@media (min-width:320px) and (max-width:767px){footer .social-icons a span{transform:scale(1.4);margin-right:58px}}@media (min-width:320px) and (max-width:360px){footer .social-icons a span{margin-right:48px}}@media (min-width:991px) and (max-width:1200px){footer .social-icons a span{margin-right:32px}}@media (min-width:1200px){footer .social-icons a span{margin-right:42px}}footer .logoImages{margin-top:50px;margin-bottom:60px}footer .logoImages .logoLabel{display:none}@media (min-width:320px) and (max-width:767px){footer .logoImages .logoLabel{display:inline-block;margin-bottom:16px;font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:1px}}footer .logoImages .logoImages__links{display:flex}@media (min-width:1200px){footer .logoImages .logoImagesLinks:nth-child(3){margin-left:16px}}@media (min-width:320px) and (max-width:991px){footer .logoImages{width:100%;margin-bottom:38px}}footer .logoImages div{width:auto;float:left}footer .logoImages div span{margin-right:3px}@media (min-width:991px) and (max-width:1200px){footer .logoImages div{margin-left:-20px;transform:scale(.8)}}footer .logoImages div .appStore,footer .logoImages div .playStore{cursor:pointer}@media (min-width:768px) and (max-width:991px){footer .logoImages div .appStore,footer .logoImages div .playStore{transform:scale(1);z-index:0;margin-left:-20px}}@media (min-width:320px) and (max-width:575px){footer .logoImages div .appStore,footer .logoImages div .playStore{transform:scale(1.1);z-index:0}}@media (min-width:320px) and (max-width:991px){footer .logoImages{display:flex;flex-direction:column;justify-content:center}footer .logoImages .logoImagesLinks__wrap{display:flex;justify-content:space-between}}footer #country{display:none;width:92%}footer #country.open{position:absolute}@media (min-width:320px) and (max-width:767px){footer #country.open{bottom:100%}}footer #country .mobileCountryHeader{display:none}@media (min-width:320px) and (max-width:767px){footer #country .mobileCountryHeader{display:block;height:63px;padding-left:21px}}footer #country .mobileCountryHeader span.countryLabel{font-size:16px;font-weight:700;font-style:normal;font-stretch:normal;line-height:1.38;letter-spacing:normal;color:#000;padding-top:31px;display:none;display:inline-block}footer #country .mobileCountryHeader span.closeIcon{float:right;margin:25px;pointer-events:auto}footer #country .for-mobile{position:fixed;top:20%;width:88%;left:6%;background:#fff;overflow-y:scroll}@media (min-width:576px){footer #country .for-mobile{position:unset;top:unset;width:unset;left:unset;background:unset;overflow-y:unset}}footer .countrySec ul{width:238px;max-height:208px;overflow:auto}@media (min-width:320px) and (max-width:767px){footer .countrySec ul{width:100%;max-height:350px;overflow:scroll;pointer-events:auto}}footer .countrySec ul li{padding-left:21px;clear:left}@media (min-width:320px) and (max-width:767px){footer .countrySec ul li{border-bottom:1px solid #e9e9e9;padding:10px 0 10px 21px}}footer .countrySec ul li a span{font-size:13px;font-weight:400;font-style:normal;font-stretch:normal;line-height:3.08;letter-spacing:1px;color:#2a2a2a}footer .countrySec ul li a span.spriteIcon-Aprevamp{vertical-align:middle;display:inline-block;margin:9px 0}footer .countrySec ul li a span.countryName{padding-left:9px;font-size:13px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:1px;color:#2a2a2a;border-bottom:1px solid #e9e9e9;width:162px;display:inline-block;padding:9px}@media (min-width:320px) and (max-width:767px){footer .countrySec ul li a span.countryName{border-bottom:none}}@media (min-width:768px) and (max-width:991px){footer .countrySec ul li a span.countryName{font-size:10px}}@media (min-width:320px) and (max-width:767px){footer .countrySec .selectedCountry{padding-top:30px;padding-bottom:30px;border-bottom:1px solid #e9e9e9;padding-left:0}}footer .countrySec .selectedCountry .countryLabel{display:none;font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:1px}@media (min-width:320px) and (max-width:767px){footer .countrySec .selectedCountry .countryLabel{display:inline-block}}footer .countrySec .selectedCountry a{text-decoration:none;color:inherit;display:inline-block;width:auto}@media (min-width:320px) and (max-width:767px){footer .countrySec .selectedCountry a{display:inline-block;float:right;margin-top:-9px}}footer .countrySec .selectedCountry .flag{vertical-align:middle;display:inline-block;margin:9px 0}@media (min-width:320px) and (max-width:767px){footer .countrySec .selectedCountry .flag{margin:auto}}footer .countrySec .selectedCountry .iconTextLinks__text{padding-left:9px;font-size:13px;font-weight:500;font-style:normal;font-stretch:normal;line-height:2;letter-spacing:1px}@media (min-width:768px) and (max-width:991px){footer .countrySec .selectedCountry .iconTextLinks__text{font-size:10px}}footer .countrySec .selectedCountry .arrowDown,footer .countrySec .selectedCountry .arrowUp{vertical-align:middle}@media (min-width:320px) and (max-width:767px){footer .countrySec .selectedCountry .arrowDown,footer .countrySec .selectedCountry .arrowUp{margin-left:30px}}footer .countrySec .selectedCountry .countryName{padding-left:9px}footer .countrySec #country.open{display:block;border-radius:2px;box-shadow:0 4px 5px 0 rgba(0,0,0,.15);background-color:#f8f8f8;z-index:1;max-width:238px;margin-left:-23px;max-height:208px}@media (min-width:320px) and (max-width:767px){footer .countrySec #country.open{max-width:92%;margin-left:0;max-height:unset}}@media (min-width:320px) and (max-width:991px){.foooter-content-panel{display:none}}@media (min-width:320px) and (max-width:991px){.foooter-content-panel--show{display:block}}@media (min-width:320px) and (max-width:991px){.minimalistic-footer{display:flex!important;justify-content:space-between;align-items:center;margin:10px 0}}.cookie-pop-wrap{left:20px;bottom:0;display:flex;position:fixed;z-index:33333333;padding:20px 30px;border-radius:2px;align-items:center;background-color:#fff;width:calc(100% - 40px);justify-content:space-between;box-shadow:0 0 10px 0 rgba(0,0,0,.9)}.cookie-pop-wrap .cookie-text{flex:1;font-size:12px;line-height:22px;padding-right:30px;letter-spacing:0;font-family:inherit;color:#222}.cookie-pop-wrap .cookie-text .f-medium{font-weight:500}.cookie-pop-wrap .cookie-click-here{font:inherit;color:inherit;text-decoration:underline}.cookie-pop-wrap .i-understand-btn{border:none;padding:0;font-size:13px;cursor:pointer;line-height:13px;letter-spacing:1px;font-weight:500;background-color:transparent;border-bottom:3px solid #8839ff}@media (min-width:320px) and (max-width:991px){.cookie-pop-wrap{flex-wrap:wrap;padding:18px 16px}.cookie-pop-wrap .cookie-text{flex:auto;text-align:left;padding-right:0;line-height:22px}.cookie-pop-wrap .understand-btn-wrap{flex:1;text-align:right}}@media (min-width:320px) and (max-width:991px){footer button.footerAccordion{padding-left:0;padding-right:0;margin-bottom:2px}footer button.footerAccordion.active{padding-bottom:10px}}@media (min-width:320px) and (max-width:991px){footer .panel.openContent{padding:0}}.checkoutloading{position:fixed;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;top:0;display:none;z-index:999}.checkoutloading img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.footer_unification{position:inherit}
