body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  transition: background-color 0.5s;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #cccccc;
}

::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 5px;
}

body {
  background: #f2f0f4;
  color: #3d3d3d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #221e1f;
  margin-top: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.986rem;
}

h2 {
  font-size: 2.488rem;
}

h3 {
  font-size: 2.074rem;
}

h4 {
  font-size: 1.728rem;
}

h5 {
  font-size: 1.44rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 0.5rem;
}

small {
  font-size: 0.833rem;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.img-fluid {
  width: 100%;
}

.container-fluid {
  padding: 0 80px;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus {
  text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
  color: #f378b8;
  font-weight: 400;
  display: inline-block;
}

.active-link:hover {
  text-decoration: none;
  color: #f378b8;
}

a,
dt {
  color: #3d3d3d;
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
  color: #f378b8;
  text-decoration: none;
}

.btn {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1-1 {
  line-height: 1.1 !important;
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-3 {
  line-height: 1.3 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.lh-1-6 {
  line-height: 1.6 !important;
}

.lh-1-7 {
  line-height: 1.7 !important;
}

.lh-1-8 {
  line-height: 1.8 !important;
}

.lh-1-9 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

/******** custom-btn ********/

.custom-btn {
  position: relative;
  background-color: #5a2d91;
  border-radius: 2px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  padding: 14px 32px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.custom-btn:hover {
  background-color: #f378b8;
  color: #fff;
}

.btn_read {
  position: relative;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #622b92;
  outline: none;
  color: #622b92;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 8px 32px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn_read a {
  color: #622b92;
}

#button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-3 a {
  position: relative;
  transition: all 0.45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  border-radius: 50%;
  background: #622b92;
  border: 2px solid #622b92;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-3:hover a {
  color: #fff;
}

.btn_read span {
  color: #f378b8;
  font-size: 18px;
  margin-right: 10px;
}

.show-more-less-handler {
  background: none !important;
  padding-left: 0 !important;
  display: inline-block;
  position: relative;
  color: #622b92;
  font-size: 0.875em;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
}

.moreless-expand-content.show-less-div {
  color: #622b92 !important;
  font-size: 0.875em;
  font-weight: 700;
}

.moreless-collapse-content {
  color: #622b92 !important;
  font-size: 0.875em;
  font-weight: 700;
}

/* .show-more-less-handler i {
    font-size: 12px;
    margin-left: 10px;
}

.show-more-less-handler:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #622b92;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.show-more-less-handler:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.show-more-less-handler:hover,
.show-more-less-handler:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #622b92;
} */

/*
.rainbow-btn {
	position: relative;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-block;
	z-index: 2;
	overflow: hidden;
	padding: 14px 32px;
}

.rainbow-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
	background-size: 50% 100%
}

.rainbow-btn span {
	position: relative;
	z-index: 2;
	text-decoration: none;
	align-items: center;
	border-radius: 2px;
	display: block;
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
	font-size: 12px;
}

.rainbow-btn:focus:before,
.rainbow-btn:hover:before {
	animation: rainbow-btn .75s linear infinite
}

@keyframes rainbow-btn {
	to {
		transform: translateX(-50%)
	}
} */

.form-group {
  position: relative;
}

input,
textarea,
select,
button {
  outline: none;
  font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #7d7d7d;
  height: 50px;
  font-size: 0.875rem !important;
  padding: 10px 20px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  border: 1px solid rgb(122, 122, 122);
  outline: none;
  box-shadow: none;
  border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -moz-webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-webkit-appearance: textfield;
}

textarea.form-control {
  height: 100px;
}

.form-control.ndate-picker {
  background-color: #ffffff;
}

.form-label {
  margin-bottom: 0.2rem;
}

label {
  display: inline-block;
  font-weight: 400;
  font-size: 0.833rem;
  margin-bottom: 0;
}

.title-widget {
  position: relative;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
  position: relative;
  font-size: 2.074rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* letter-spacing: -0.01em; */
  margin-bottom: 16px;
}

.title-widget-site h1,
.title-widget-site h2,
.title-widget-site h3,
.title-widget-site h4,
.title-widget-site h5,
.title-widget-site h6 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 2.074rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* letter-spacing: -0.01em; */
  margin-bottom: 16px;
}

.position-relative {
  position: relative !important;
  z-index: 1;
}

.py-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.py-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.py-20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.p-0 {
  padding: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-10 {
  margin-bottom: 10px;
}

hr {
  background-color: rgba(237, 237, 237, 1);
  opacity: 1;
}

.line {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border-bottom: 1px solid rgb(225, 225, 225);
}

.site-bg {
  background-color: #622b92 !important;
}

.site-light {
  background-color: #f1f1f1 !important;
}

.site-purple {
  background-color: #f378b8;
}

.site-blue {
  background-color: #1894d7;
}

.site-red {
  background-color: #ee202b;
}

.site-black {
  background-color: #221e1f;
}

.linear-gradient {
  background-image: linear-gradient(62deg,
      rgba(90, 45, 145, 1) 0%,
      rgba(240, 27, 32, 0.5) 100%);
}

.section-content {
  position: relative;
  padding: 60px 0 80px 0;
}

main.section-all {
  min-height: 700px;
}

/******** header ********/
header {
  position: relative;
}

.header__inner {
  background: #F8F9FA !important;
  position: relative;
  z-index: 9999;
}

.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  /* background-color: #ffffff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: stickyTransition;
  animation-name: stickyTransition;
}

/* .sticky-top {
    z-index: 3;
} */

/* .sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
} */

/* .sticky.is-sticky .nav-brand {
    width: 80px;
    top: 6px;
} */

.header__top {
  background-color: #5a2d91;
}

.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
}

.header__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2px 0 4px 0;
}

.sm_tittle {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.call_nm {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.call_nm a {
  color: #ffffff;
}

.lag__translate {
  margin-left: 40px;
  margin-top: 10px;
}

.switch-toggle input {
  width: 0px;
  visibility: hidden;
}

.switch-light img {
  width: 18px;
  margin-right: 8px;
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

#searchQueryInput,
#query {
  width: 100%;
  height: 2.8rem;
  background: #F8F9FA;
  outline: none;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 0.875rem;
}

#searchQuerySubmit,
#colourCatalogueSearch {
  width: 2rem;
  /* height: 2.8rem; */
  margin-left: -2rem;
  background: none;
  border: none;
  outline: none;
  color: #3c3c3c;
}

#searchQuerySubmit:hover,
#colourCatalogueSearch:hover {
  cursor: pointer;
}

.slider-banner {
  position: relative;
  display: block;
  -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;
  /* height: calc(600px - 100px);
    overflow-y: scroll !important; */
}

/******** welcome section ********/
.slider_caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9;
}

.slider-content h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  text-transform: capitalize;
}

.breadcum-bg {
  position: relative;
  background-color: rgba(90, 45, 145, 0.2);
  text-align: center;
  padding: 50px 0 50px 0;

}

.pagetitle h3 {
  color: #221e1f;
  font-size: 20px;
}

.shareit {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9999;
}

.shareit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
  text-decoration: none;
}

.shareit a:hover {
  opacity: 1;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.instagram {
  background: #55acee;
}

.youtube {
  background: #c4302b;
}

.linkedin {
  background: #0077b5;
}

.pinterest {
  background: #cb2027;
}

.title__holder {
  background-color: #fff;
  padding: 16px 12px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 1;
  top: -20px;
  margin: 0 12px;
}

.title__holder h5 {
  color: #221e1f;
}

.img200 img {
  object-fit: cover;
  height: 200px;
}

.widget__section-1 {
  position: relative;
}

.widget-container {
  position: relative;
}

.widget__about-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.widget__about-holder {
  position: relative;
  padding: 0 30px 30px 0;
  margin-right: -90px;
}

.block__btn {
  display: flex;
  align-items: center;
}

.p__right-0 {
  padding-right: 0;
}

.p__left-0 {
  padding-right: 0;
}

.about-img-wrap {
  position: relative;
}

.image-370 {
  position: relative;
}

.image-370 img {
  display: block;
  height: 370px;
  transition-duration: 4s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  object-fit: contain;
}

.about-img-wrap .about__image-card img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  z-index: 0;
}

.feature__content {
  position: relative;
}

.feature__content h3 {
  font-size: 24px;
  font-weight: 500;
}

.feature__content h2 {
  color: #5a2d91;
  font-size: 36px;
}

.radius_20 {
  border-radius: 20px 0 0 20px;
}

/* .feature__content h3,
.feature__content h4,
.feature__content h5,
.feature__content h6,
.feature__content p {
    color: #fff;
} */

.process__box {
  position: relative;
  padding: 30px 30px;
  height: 100%;
}

.line__1 {
  border-right: 1px solid #d9d9d9;
}

.line_hr {
  border-bottom: 1px solid #d9d9d9;
}

.count_nb {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  font-size: 36px;
  font-weight: 700;
  color: #d8b4f7;
  transform: skew(-16deg);
}

.process__box h5 {
  color: #070707;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.p_box {
  background-color: #ffffff;
  border-radius: 20px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  margin: 0 auto;
  overflow: hidden;
}

.p_box img {
  width: 50px;
}

.p__info h5 {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
}

/* .p__info p {
    font-size: 12px;
    line-height: 20px;
} */

.contact__form {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100%;
  padding: 50px 30px;
}

.form-title {
  font-size: 30px;
}

.form-group {
  position: relative;
}

.contact__form .form-group .form-control {
  position: relative;
  -webkit-box-shadow: none;
  border-radius: 0;
  border: #c2c2c2 1px solid;
  background-color: #fff;
  padding-left: 40px;
}

.contact__form .form-group .form-control:focus {
  background-color: none;
  box-shadow: none;
  border-color: #5a2d91;
}

.contact__form textarea {
  resize: none;
}

.label__icon {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}

.label__icon img {
  width: 24px;
  height: 24px;
}

.contact__form .form-check-label {
  color: #919191;
}

.contact__form .form-check-input {
  border: none;
}

.contact__form .form-check-input:checked {
  background-color: #9a5ad0;
  border-color: #9a5ad0;
  border: none;
  box-shadow: none;
}

.contact__form .form-check-input:focus {
  border-color: #9a5ad0;
  outline: 0;
  box-shadow: none;
}

/* Basic Checkboxes */
.basic-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.basic-container input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #5a2d91;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: var(--transition);
}

.basic-container input[type="checkbox"]:checked {
  border-color: #5a2d91;
  background-color: #5a2d91;
}

.basic-container input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.basic-container label {
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.basic-container input[type="checkbox"]:checked+label {
  color: #000;
}

/* .enquire-form-step .form-check-label {
    color: #919191;
}

.enquire-form-step .form-check-input {
    border: none;
}

.enquire-form-step .form-check-input:checked {
    background-color: #9a5ad0;
    border-color: #9a5ad0;
    border: none;
    box-shadow: none;
}

.enquire-form-step .form-check-input:focus {
    border-color: #9a5ad0;
    outline: 0;
    box-shadow: none;
} */

.btn-mod.btn-large {
  height: auto;
  padding: 12px 24px;
  font-size: 15px;
}

.btn-mod.btn-border {
  color: #fff;
  border: 1px solid #5a2d91;
  background: #5a2d91;
  border-radius: 4px;
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, 0.9);
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:active,
.btn-mod.btn-border:focus,
.btn-mod.btn-border:active:focus {
  color: #fff;
  border-color: #5a2d91;
  background: #5a2d91;
  outline: none;
}

@media only screen and (max-width: 500px) {
  .btn-mod.btn-large {
    padding: 12px 16px;
    font-size: 12px;
  }

  .form-title {
    font-size: 20px;
  }
}

.ps__0 {
  padding-left: 0;
}

.pe__0 {
  padding-right: 0;
}

footer {
  position: relative;
}

.footer__tittle {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.fot__pattern img {
  width: 100%;
  height: 20px;
  margin: 0;
}

.footer__list ul {
  padding-left: 0;
}

.footer__list ul li {
  color: #583576;
  list-style: none;
  font-size: 14px;
  padding-bottom: 10px;
}

.footer__list ul li span {
  color: #5a2d91;
  margin-right: 12px;
}

.subscribe__text {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.subscribe-from {
  position: relative;
}

.input-box {
  position: relative;
}

.input-box input {
  height: 46px;
  width: 100%;
  border: 1px solid #583576;
  background-color: transparent;
  border-radius: 3px;
  color: #575757;
  outline: none;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.input-box .button {
  height: 46px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: none;
  padding: 0 20px;
  border-radius: 3px;
  background-color: #5a2d91;
  cursor: pointer;
  text-transform: uppercase;
}

.copyrit p {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 0 !important;
  text-transform: capitalize;
  margin: 0;
}

.design_info {
  text-align: right;
}

/******** all page css *******/
.site_page-title-inner {
  position: relative;
  min-height: 500px;
  top: 63px;
}

.page-titleShape {
    position: relative;
    /* padding: 200px 0 200px 0; */
}

.page-titleShape::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0) 127.57%);
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.page-title {
  position: relative;
  z-index: 2;
}

.page-title ul li {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0;
}

.page-title ul li a {
  color: #fff;
}

.page-title ul li+li::before {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 10px;
  display: inline-block;
  margin: 0 8px 0 10px;
}

.page-title h3 {
  color: #fff;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}

.list-item li {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  list-style-type: disc;
  list-style-position: inside;
  margin: 5px 0;
}

.site_page .page-link {
  position: relative;
  display: block;
  color: #334e7a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.site_page .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #334e7a;
  border-color: #334e7a;
}

.site_page .page-link:focus {
  z-index: 3;
  color: #334e7a;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}

.mbl__icon {
  display: none;
}

.mbl__icon img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
}

.mbl__icon i {
  color: #5a2d91;
}

.single-img {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px;
  height: 100%;
}

.product__image {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto;
}

.process__widget-title h2 {
  font-size: 34px;
  letter-spacing: -1px;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.9s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  position: absolute;
  top: 0;
  left: 0;
  /* padding: 50px 20px; */
  /* -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */

  padding: 30px;
}

.text ul,
.text ol,
.text li,
.text dl {
  line-height: 28px;
  font-size: 13px !important;
  text-align: center !important;
  letter-spacing: 0.5px;
  color: #848080 !important;
  list-style: none;
}

.text h6 {
  color: #221e1f;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 20px;
}

.text p {
  color: #3b3b3b;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  text-align: center !important;
  letter-spacing: 0.5px;
}

.text p strong {
  text-align: center !important;
}

/* ignore the code below */

.link-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 40px;
  background: tomato;
}

.link-area a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

.product__tittle h5 {
  font-size: 18px;
}

.product__banner .carousel-inner .carousel-item {
  display: block;
  height: 100%;
  min-height: 1px;
}

.product__banner .carousel-inner .carousel-item img {
  display: block;
  /*height: 500px;*/
  object-fit: cover;
  overflow: hidden;
}

.enquire__box {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 30px;
  height: auto;
}

.benefit__content {
  display: flex;
  align-items: start;
  /* padding: 0 30px; */
}

.product__icon {
  width: 77px;
  height: 77px;
  margin-right: 20px;
}

.product__icon img {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  max-width: inherit;
}

.p__info h4 {
  font-size: 18px;
}

.proccess-section {
  position: relative;
}

.proccess-section .text-content p {
  color: #fff;
}

.radius_20 {
  border-radius: 20px 0 0 20px;
}

.painting___inner h3,
.painting___inner h4,
.painting___inner h5,
.painting___inner h6,
.painting___inner p {
  color: #fff;
}

.process__box_1 {
  position: relative;
  background-color: #edd8ff;
  border-radius: 10px;
  padding: 30px 30px;
  height: 100%;
}

.count_nb {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  font-size: 36px;
  font-weight: 700;
  color: #d8b4f7;
  transform: skew(-16deg);
}

.process__box h5 {
  color: #070707;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.p_box_1 {
  background-color: #340a58;
  border-radius: 65px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.p_box img {
  width: 50px;
}

.p__info h6 {
  font-size: 14px;
  font-weight: 500;
}

.p__info h5 {
  font-size: 18px;
}

.feature__box {
  min-height: 150px;
  height: 100%;
  padding: 30px 20px;
  border-radius: 4px;
}

.p_box__1 {
  background-color: #ffffff;
  border-radius: 20px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.p_box__1 img {
  margin: 0 auto;
  text-align: center;
}

.p_box__1 span {
  color: #929292;
  font-size: 40px;
}

.products-carousel .owl-dots button {
  height: 5px;
  background: #5a2d91 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: 0.2s;
  border-radius: 2px;
}

.products-carousel button.owl-dot.active {
  background: #333333 !important;
  width: 30px;
}

.products-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.mission_box {
  background-color: #5d278c;
  border-radius: 8px;
  padding: 50px 30px;
  color: #ffffff;
  height: 100%;
}

.vision__box {
  background-color: #f378b8;
}

.mission_box-title h3 {
  color: #ffffff;
}

.mission_box-title h3 span {
  color: #ffffff;
  margin-right: 10px;
}

.m__tittle {
  font-weight: 400;
}

.m_title11 {
  font-size: 18px;
  font-weight: 400;
}

.team_images {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
}

.contact-wrap {
  display: flex;
}

.cnt_icon {
  background-color: #5a2d91;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 15px;
}

.cnt_icon span {
  color: #fff;
  font-size: 18px;
}

.contact-info address {
  color: #3d3d3d;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-info address strong {
  color: #221e1f;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

/********new css add *********/
.fxMenu ul {
  display: block;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  display: table-cell;
  width: 1%;
}

.fxMenu ul li a.subNavBtn {
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: none !important;
  background: #676767;
  margin: 0;
  text-align: center;
  padding: 8px 5px;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  cursor: pointer;
  font-size: 14px;
}

.fxMenu a.active {
  color: #fff !important;
  background-color: #4e4e4e !important;
  border: none !important;
}

.subNavBtn {
  display: block;
  height: 35px;
  margin: 0px 0px 0 0;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
}

.p__info h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.fbox1 {
  background-color: #340a58;
}

.fbox2 {
  background-color: #d84a32;
}

.fbox3 {
  background-color: #71a750;
}

.fbox4 {
  background-color: #4579b5;
}

.fbox5 {
  background-color: #6b54a4;
}

.fbox6 {
  background-color: #b3aa8b;
}

.p__info1 h6 {
  color: #fff;
  font-size: 18px;
}

.moretext {
  display: none;
}

/*******singlepage newpagge csss******/
.single__page {
  position: relative;
}

.single__page .carousel-inner .carousel-item img {
  height: 600px !important;
}

.quick__access {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 400px;
  z-index: 9;
}

.single-box {
  position: relative;
}

.single__info {
  background-color: #ffffff;
  padding: 20px;
}

.img400 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.extra__container {
  background-color: #ffffff;
  padding: 50px 30px 50px 30px;
}

.whys__box {
  position: relative;
  height: 100%;
}

.icons_bx {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
}

.p__info h6 {
  font-size: 14px;
  font-weight: 500;
}

.p__info p {
  font-size: 12px;
  line-height: 20px;
}

.location-dealer__items {
  position: relative;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #b7b7b7;
  border-right: none;
  padding: 5px 10px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #6a6a6a;
}

.searchTerm:focus {
  border: 1px solid #5a2d91;
  color: #5a2d91;
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid #5a2d91;
  background: #5a2d91;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.dealer__box {
  margin-top: 30px;
}

.contenty {
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #858585 #e4e4e4;
  scrollbar-width: thin;
  position: relative;
  padding: 0px;
  /* background: #333; */
  width: 100%;
  max-width: 100%;
  height: 385px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contenty::-webkit-scrollbar {
  width: 5px;
}

.contenty::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.contenty::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.map__location {
  background-color: #ffffff;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px,
    rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.map__location h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

ul.dealer__info {
  padding-left: 0;
  margin-bottom: 0;
}

.dealer__info li {
  list-style-position: inside;
  font-size: 12px;
  font-weight: 500;
}

.dealer__info li a {
  color: #555;
}

.dealer__info li a:hover {
  color: #5a2d91;
}

#map {
  height: 450px;
  width: 100%;
}

.career__wrapper {
  position: relative;
}

.careerbox {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 30px 15px;
  height: 100%;
}

.table>thead {
  vertical-align: middle;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #cacacc;
}

.table> :not(caption)>*>* {
  padding: 0.75rem 0.5rem 0.75rem 1.25rem;
  color: #221e1f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}

.datecost-title {
  display: block;
  color: #3d3d3d;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.datecost-info {
  color: #221e1f;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}

.vaccini__table {
  padding: 30px;
}

.career-tabs .nav-pills {
  display: flex;
  justify-content: start;
}

.career-tabs .nav-item {
  margin: 0 4px;
}

.career-tabs .nav-pills .nav-link {
  background-color: transparent !important;
  border: 2px solid #5a2d91;
  border-radius: 0.125rem;
  color: #5a2d91;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 8px 24px !important;
  /* margin: 0 6px; */
}

.career-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #5a2d91 !important;
  border: 2px solid #5a2d91;
  border-radius: 0.125rem;
  color: #fff;
  padding: 8px 24px !important;
}

/********responsive css*********/
@media (max-width: 1440) {

  /* .slider-banner .carousel-inner .carousel-item img {
        height: calc(100vh - 200px) !important;
    } */
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 1366px) {
  .section-content {
    padding: 50px 0 50px 0;
  }

  /* .slider-banner .carousel-inner .carousel-item img {
        height: calc(100vh - 220px) !important;
    } */
  .nav-menu>li>a {
    padding: 23px 10px;
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .py-80 {
    padding: 40px 0;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .py-60 {
    padding: 30px 0;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .menu_toogle {
    display: none;
  }

  .section-content {
    padding: 30px 0;
  }

  .nav-brand {
    width: 90px;
    display: inline-block;
    position: static;
  }

  .main_header_area {
    padding-bottom: 10px;
  }

  .header__right {
    display: inherit;
    justify-content: inherit;
    align-items: center;
  }

  .header__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* .slider-banner .carousel-inner .carousel-item img {
        height: calc(100vh - 280px) !important;
    } */
}

@media (max-width: 768px) {
  .pt-40 {
    padding-top: 30px;
  }

  .pb-40 {
    padding-bottom: 30px;
  }

  .btn-button {
    font-size: 0.875rem;
    padding: 0.5em 1.4em;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    position: relative;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
  }

  .sticky.is-sticky {
    position: static;
    height: auto;
  }

  .menu-bar {
    display: flex;
    justify-content: inherit;
  }

  .menu-link {
    padding: 8px 16px;
  }

  .process__widget h2 {
    font-size: 26px;
  }

  .process__widget-title h5 {
    font-size: 18px;
  }

  .process__widget-title h3 span {
    margin-right: 10px;
  }

  .form-title {
    font-size: 24px;
  }

  .p__info h5 {
    font-size: 14px;
  }

  .design_info {
    text-align: left;
  }

  .contact__form {
    padding: 30px 20px;
  }

  .process__box {
    padding: 20px 0px;
  }

  .slider-banner .carousel-inner .carousel-item {
    background-position: 20% center !important;
    background-size: cover !important;
  }

  /* .slider-banner .carousel-inner .carousel-item img {
        height: calc(70vh - 180px);
        width: 100vw;
    } */

  .enquire__box {
    margin-top: 30px;
  }

  .img360 img {
    height: 360px;
  }
}

@media (max-width: 576px) {
  .nav-brand {
    width: 70px;
  }

  .sm_tittle {
    display: none;
  }

  .mbl__icon {
    display: block;
  }

  /* .slider-banner .carousel-inner .carousel-item img {
        height: calc(70vh - 150px);
        height: 400px !important;
        object-fit: cover;
        width: 100vw;
    } */

  .slider-banner .carousel-control-next,
  .carousel-control-prev {
    width: 35px;
    height: 35px;
  }

  .slider-banner .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 480px) {
  .process__widget h2 {
    font-size: 20px;
  }

  .process__widget-title h5 {
    font-size: 16px;
  }

  .switch-light {
    width: 180px;
  }
}

.img530 img {
  height: 530px;
  object-fit: cover;
  overflow: hidden;
}

.overlay__pbg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  bottom: 35%;
  padding: 20px 30px;
  font-weight: 300;
  margin: 0;
  z-index: 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.overlay__pbg h6 {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}

.whitebtn {
  background: #f378b8;
  color: #fff;
  padding: 6px 16px;
}

.product__img {
  position: relative;
}

/*****new update css ****/
.consult__expert {
  padding: 0 15px;
}

.tile-usp-block {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
}

.bg-tile-skyblue {
  background-color: #54c4fe;
}

.bg-tile-lightcoral {
  background-color: #fa506c;
}

.bg-tile-turquoise {
  background-color: #44bcca;
}

.bg-tile-yellowgreen {
  background-color: #a0db43;
}

.bg-tile-violetred {
  background-color: #d4397a;
}

.bg-tile-orange {
  background-color: #f39346;
}

.tile-usp-block .item {
  padding: 20px 15px;
}

.tile-usp-block .item .tile-link {
  display: block;
  text-decoration: none;
}

.tile-usp-block .item .tile-icon {
  display: block;
  margin: 15px auto;
}

.tile-usp-block .item .tile-text {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.tile-usp-right {
  height: 378px;
}

.tile-usp-right {
  background-color: #5a2d91;
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
}

.tile-usp-right .block-center {
  padding: 40px 10px;
  display: table-cell;
  vertical-align: middle;
}

.tile-usp-right .block-center .tile-right-text {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.tile-usp-right .block-center p {
  margin-bottom: 30px;
  font-size: 18px;
}

.tile-usp-right .block-center .btn {
  position: relative;
  overflow: hidden;
  border: 0;
  background-color: #ee242b;
  color: #fff;
  padding-right: 50px;
}

.tile-usp-right .block-center .btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 24px;
  background-color: #a8191e;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  min-height: 46px;
  line-height: 46px;
}

.pl0 {
  padding-left: 0 !important;
}

.pe0 {
  padding-right: 0 !important;
}

.gettouch_wrap {
  padding: 20px 15px;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #5a2d91;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.shareit__container {
  position: absolute;
  bottom: 10%;
  right: 5%;
  /* margin-right: -50%;
    transform: translate(-50%, -50%); */
  /* text-align: center; */
  z-index: 9;
}

.more-menu {
  width: 100px;
}

/* More Button / Dropdown Menu */

.more-btn {
  background: #fff;
  border-radius: 100%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: 0 none;
  line-height: normal;
  overflow: visible;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.more-menu-btn {
  background: #fff;
  border-radius: 100%;
  font-size: 20px;
  border: 0 none;
  line-height: normal;
  overflow: visible;
  text-align: center;
  outline: none;
  cursor: pointer;
  width: 100%;
}

.fb {
  color: #3b5998;
}

.tw {
  color: #000;
}

.pin {
  color: #ec2c17;
}

.mail {
  color: #1e9aff;
}

/* .more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
} */

.more-menu {
  position: absolute;
  top: 100%;
  z-index: 900;
  float: right;
  padding: 10px 0;
  margin-top: 9px;
  background-color: #fff;
  border: 1px solid #ccd8e0;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate(0, 15px) scale(0.95);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
  right: 0;
}

.more-menu-caret {
  position: absolute;
  top: -10px;
  right: 15%;
  width: 18px;
  height: 10px;
  float: left;
  overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
  position: absolute;
  display: inline-block;
  margin-left: -1px;
  font-size: 0;
  line-height: 1;
}

.more-menu-caret-outer {
  border-bottom: 10px solid #c1d0da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}

.more-menu-caret-inner {
  top: 1px;
  left: 1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.more-menu-items {
  margin: 0;
  list-style: none;
  padding: 0;
}

.more-menu-item {
  display: block;
}

.more-menu-btn {
  min-width: 100%;
  color: #626262;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 20px;
  position: relative;
  white-space: nowrap;
  text-align: left;
}

/* .more-menu-item:hover {
    background-color: #489fe5;
}

.more-menu-item:hover .more-menu-btn {
    color: #fff;
} */

/* .more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
} */

.show-more-menu .more-menu {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}

.sharebutton {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
}

.img230 img {
  height: 230px;
  object-fit: cover;
}

.quoteicons {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 40px;
}

.quoteicons span {
  color: #b9b9b9;
  font-size: 40px;
}

/**** color catelouge ****/
.section-color {
  position: relative;
  padding: 20px 0 20px 0;
}

.catalogue-wrapper {
  position: relative;
  min-height: 550px;
}

.color-navigation {
  /*position: fixed;*/
  top: 282px;
  bottom: 0;
  width: 10%;
  float: left;
  z-index: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.color-navigation ul li {
  float: left;
  width: 100%;
}

.color-navigation ul li a {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
}

.colour-catalogue {
  width: 90%;
  float: right;
  min-height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 40px;
}

.colour-catalogue .example::-webkit-scrollbar {
  display: none;
}

.colour-catalogue .example {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.colour-catalogue ul {
  margin-bottom: 0px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  padding-left: 0 !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.colour-catalogue ul li {
  float: left;
  padding: 0;
}

.colour-catalogue ul li a {
  min-height: 100px;
  display: block;
  width: 100%;
  position: relative;
  border: #fff solid 1px;
}

.colour-catalogue ul li a span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.colour-catalogue ul li a.hov:hover {
  z-index: 10;
  box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
  -webkit-box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
  -moz-box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
  -o-box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
}

.modal-header {
  padding: 1rem 0.5rem 0 1rem;
  border-bottom: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal .currentColor {
  display: block;
  padding: 45px 15px;
}

.modal .currentColor .color-code {
  display: block;
}

.color_combination ul {
  float: left;
  width: 100%;
  padding-left: 0;
}

.color_combination ul li {
  width: 33.33333%;
  list-style: none;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 5px;
  float: left;
}

.color_combination ul li span {
  text-align: right;
  margin-top: -5px;
  font-size: 13px;
  float: right;
}

.share-container {
  border-top: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
  padding-top: 15px;
}

.share-container ul {
  padding-left: 0;
}

.share-container ul li {
  color: #505050;
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  text-align: center;
}

.share-container ul li a {
  color: #505050;
}

.share-container ul li a span {
  display: block;
  font-size: 24px;
  color: #505050;
}

.share-container ul li a:hover {
  color: #3d3d3d;
}

.share-container ul li a span:hover {
  color: #3d3d3d;
}

.read-btn {
  color: #622b92;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.read-btn span {
  font-size: 12px;
  margin-right: 6px;
}

.nav-pills-custom .nav-link {
  position: relative;
  background: transparent;
  border-radius: 0;
  min-height: 80px;
}

.whatsapp-support {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
}

.enquircontainer {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 7px 7px -7px;
}

.enquire-form-step {
  padding: 0;
}

.b-r-4 {
  border-radius: 4px !important;
}

.proccess-box {
  position: relative;
}

.proccess-wrap {
  position: relative;
  background-color: #f2f0f4;
  height: 100%;
}

.arrow-p {
  position: absolute;
  top: 32%;
  right: 0px;
  width: 30px;
  height: auto;
  color: #565655;
  font-size: 30px;
  z-index: 99;
}

.arrow-p span {
  color: #565655;
  font-size: 30px;
}

.IMg-150 {
  width: 170px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.stepbox {
  /* position: absolute;
    content: '';
    left: -28px;
    top: -28px; */
  background-color: #5a2d91;
  /* border-radius: 100%; */
  /* width: 80px;
    height: 80px; */
  text-align: center;
  padding: 40px 10px;
  z-index: 1;
}

.stepbox-1 {
  /* position: absolute;
    content: '';
    left: -28px;
    top: -28px; */
  /* background-color: #5a2d91; */
  /* border-radius: 100%; */
  /* width: 80px;
    height: 80px; */
  text-align: center;
  /* padding: 4px 10px; */
}

.stepbox-1 h5 {
  color: #340a58;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.process__wrap-1 {
  padding: 0px 20px 20px 20px;
}

.product__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sort-box {
  display: flex;
  align-items: center;
}

.sort_items {
  display: flex;
  align-items: center;
  margin-right: 0;
}

.sort_items span {
  font-size: 14px;
}

.product__tabs {
  padding: 30px;
}

.products-carousel .owl-dots button {
  height: 5px;
  background: #d9d9d9 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: 0.2s;
  border-radius: 2px;
}

.products-carousel button.owl-dot.active {
  background: #a0a0a0 !important;
  width: 30px;
}

.products-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff !important;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  z-index: 999;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  background-color: #fff;
}

.btn-close:hover {
    background-color: #E972A6;
    color: #fff;
    cursor: pointer;
}

.modal {
  z-index: 9999;
}

.modal-body {
  padding: 0 !important;
}

.modal-header {
     padding: 0 !important;
}

/* Show mobile banner for screens up to 768px */
@media (min-width: 769px) {
      .banner-mobile {
        display: none;
      }
}

@media (max-width: 768px) {
      .banner-desktop {
        display: none;
      }
}

/***** new add css *****/
.catalogue-container {
  position: relative;
  background-color: #fbfafd;
}

.homepage_homepageBlock__nGxna h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.074rem;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.ds5,
.ds6 {
  line-height: 1.2;
  color: #211d1e;
}

.ds5 {
  font-size: 2.25rem;
}

.color-catalogue-wrap {
  background-color: rgba(237, 232, 242, 1);
  padding: 40px 20px;
  position: relative;
  height: 100%;
}

.homepage_btnFieldCard__nK2ot {
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 18px 15px;
  width: 240px;
  max-width: none;
  background: #ffffff;
  box-shadow: 0 10px 16px rgba(200, 211, 216, .44);
  border-radius: 11px;
  color: #211d1e;
  line-height: 20px;
}

/* Add indicator arrow for the active tab */
.nav-pills-custom .nav-link {
  color: #211d1e;
  background: #fff;
  position: relative;
  min-height: inherit !important;
  padding: 22px 15px;
}

.nav-pills-custom .nav-link.active {
  color: #211d1e;
  background: #fff;
  padding: 22px 15px;
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

/* .tabs-links {
    min-height: 50px;
} */

@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 12px solid transparent;
    border-left: 14px solid #fff;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.catelogue-conten-wrapper {
  position: relative;
}

.homepage_svgImage__EhDj2 {
  border: 2px solid transparent;
}

.homepage_product_inspiration__5qSMG {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important
}

.homepage_svgImage__EhDj2 {
  border: 2px solid transparent
}

.homepage_MobileColorInspirationImageOpt___waRf {
  display: none
}

.homepage_allSectionHeading__10CqM h2 {
  font-size: unset;
  line-height: unset;
  color: unset;
  font-family: unset;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize
}

.homepage_boxces__FUaFI {
  margin: 0 auto;
  text-align: center
}

.homepage_bergerProductSecRightIn__ArQgh svg g circle {
  cursor: pointer;
  transition: all .4s ease-in-out
}

.homepage_circleanimation__nJ_9m {
  animation: homepage_outerCircle__g2Ez_ 3s infinite
}

.homepage_innerCircleAnimation__qbhfe {
  animation: homepage_innerCircle__HhX_D 3s infinite
}

@keyframes homepage_outerCircle__g2Ez_ {
  0% {
    r: 20;
    fill-opacity: 0
  }

  50% {
    r: 30;
    fill-opacity: .5
  }

  to {
    r: 20;
    fill-opacity: 0
  }
}

@supports (hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none) {
  .homepage_bergerProductSecRightIn__ArQgh svg g foreignObject {
    display: none
  }

  .homepage_bergerProductSecRightIn__ArQgh svg g:hover foreignObject {
    display: flex
  }
}

.homepage_bergerProductSecRightIn__ArQgh svg g foreignObject {
  opacity: 0;
  transition: all .4s ease-in-out;
  height: 0;
  background-color: black
}

.homepage_bergerProductSecRightIn__ArQgh svg g:hover foreignObject {
  opacity: 1;
  background: #fff;
  text-align: left;
  border: none;
  float: left;
  width: 400px;
  height: 400px;
  transition: all .4s ease-in-out
}

.homepage_productcustomIn__E_PmM {
  background-color: #fff
}

.homepage_productcustomIn__E_PmM p {
  font-weight: 700
}

.homepage_productcustomIn__E_PmM ul li {
  border-bottom: 1px solid #c4c4c4;
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 0;
  color: #211d1e;
  width: 100%
}

.homepage_productcustomIn__E_PmM ul li h4 {
  font-weight: 700;
  color: #4e4849 !important;
  font-size: 20px;
}

.homepage_productcustomIn__E_PmM ul li p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box
}

.homepage_productcustomIn__E_PmM ul li img {
  width: 100% !important;
  margin-top: -35px
}

.homepage_colorInspirationImages__IPoaz svg g circle {
  cursor: pointer;
  transition: all .4s ease-in-out
}

.homepage_colorInspirationImages__IPoaz svg g foreignObject {
  opacity: 0;
  transition: all .4s ease-in-out;
  height: 0
}

.homepage_colorInspirationImages__IPoaz svg g:hover foreignObject {
  opacity: 1;
  background: #fff;
  text-align: left;
  border: none;
  float: left;
  transition: all .4s ease-in-out;
  padding: 15px;
  height: 160px
}

.homepage_colorInspirationImages__IPoaz svg g.homepage_activeOn__liPDV:nth-child(2) circle+foreignObject {
  opacity: 1;
  background: rgb(255 255 255/92%);
  text-align: left;
  border: none;
  float: left;
  transition: all .4s ease-in-out;
  padding: 15px;
  height: 160px
}

.homepage_imgFlexDiv__lhzmO {
  display: flex !important;
  align-items: center
}

.homepage_imgFlexDiv__lhzmO img {
  width: 100% !important
}

.homepage_boxImg__mWNfR {
  position: absolute;
  left: 0
}

.homepage_boxImg__mWNfR img {
  height: 560px;
  width: auto
}

.homepage_homepageWhatYouLooking___qav6 {
  font-family: "Lato", sans-serif;
  margin-top: 30px;
  margin-bottom: 40px
}

.homepage_homepageWhatYouLooking___qav6 h2 {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-transform: unset
}

.homepage_homepageWhatYouLooking___qav6 p {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize
}

.homepage_homepageWhatYouCards__yD3L8 {
  min-width: 95%;
  margin: 10px;
  background: #e0bbff;
  border-radius: 9px;
  padding: 25px 20px;
  font-family: "Lato", sans-serif;
  display: inline-block;
  border-color: #e0bbff
}

.homepage_homepageWhatYouCards__yD3L8 a {
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  height: 20px;
  line-height: 22px;
  text-align: left
}

.homepage_homepageWhatYouCards__yD3L8 a img {
  padding-right: 10px !important
}

.homepage_homepageBlocksContainer__LbkX3 {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 50px;
  font-family: "Lato", sans-serif;
  position: relative
}

.homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna {
  height: 100%;
  background: #edf2f4;
  padding: 50px 0;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize
}

.homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding: 0 60px
}

.homepage_homepageBlocks__iL_Dg:nth-child(odd) .homepage_homepageBlock__nGxna {
  background: #f1fdfe;
  border-radius: 15px
}

.homepage_homepageBlocks__iL_Dg {
  height: 100%
}

.homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna h2 {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px
}

.homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna .homepage_btnFieldCard__nK2ot {
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 18px 15px;
  width: 240px;
  max-width: none;
  background: #ffffff;
  box-shadow: 0 10px 16px rgba(200, 211, 216, .44);
  border-radius: 11px;
  color: #211d1e;
  line-height: 20px
}

.homepage_padDiv__B2qxX {
  padding-bottom: 3rem
}

.homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna img {
  max-width: none;
  height: 165px;
  width: 100%;
  display: flex;
  align-items: flex-end
}

.homepage_homepageWhyExpress__6LN9Y {
  min-height: 600px;
  padding: 0 5%
}

.homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR {
  padding: 160px 40px 0 150px;
  font-family: "Lato", sans-serif;
  font-style: normal
}

.homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR h2 {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px
}

.homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR h2 span {
  color: #a9a7a7;
  display: inline-block;
  width: 65%
}

.homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR p {
  font-weight: 400
}

.homepage_whyExpressPaintingCards__LOrK5 {
  background: #ffffff;
  border: rgba(209, 215, 217, .25);
  box-shadow: 0 -8px 10px rgba(209, 215, 217, .25), 0 8px 8px rgba(209, 215, 217, .28);
  border-radius: 30px;
  padding: 30px;
  height: 100%
}

.homepage_overFlowDiv__x1dfi {
  overflow: visible !important
}

.homepage_whyExpressPaintingCards__LOrK5 img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain
}

.homepage_whyExpressPaintingCards__LOrK5 h2 {
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center
}

.homepage_whyExpressPaintingCards__LOrK5 p {
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: left;
  margin-bottom: 10px
}

.homepage_btnContactXPNow__5jfFK {
  background: #e0bbff;
  border-radius: 7px;
  display: block;
  padding: 18px 12px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  width: 50%;
  margin-top: 2.5em;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer
}

.homepage_btnContactXPNow__5jfFK:hover {
  color: #ffffff;
  text-decoration: none
}

.homepage_homepageBergerProducts__NoF8x {
  font-family: "Lato", sans-serif;
  margin-top: 60px;
  margin-bottom: 50px
}

.homepage_homepageBergerProducts__NoF8x h2 {
  font-style: normal;
  text-align: center;
  text-transform: capitalize
}

.homepage_homepageBergerProducts__NoF8x p {
  font-weight: 500
}

.homepage_homepageBergerCatList__foYmS {
  padding: 0;
  margin: 0;
  list-style: none
}

.homepage_homepageBergerCatList__foYmS li {
  list-style-type: none;
  padding: 20px 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid #928e8f;
  cursor: pointer
}

.homepage_homepageBergerCatList__foYmS li a {
  position: relative
}

.homepage_homepageBergerCatList__foYmS li a.homepage_active__tzqCE:after {
  position: absolute;
  right: 0;
  content: "";
  background: url(/images/home-pro-icon.png) no-repeat;
  background-position: 100%;
  width: auto;
  width: 20px;
  height: 20px
}

.homepage_homepageBergerCatList__foYmS li a,
.homepage_homepageBergerCatList__foYmS li a:hover {
  text-decoration: none;
  border-bottom: 3px solid rgb(0 0 0/0)
}

.homepage_homepageBergerCatList__foYmS li a img {
  margin-right: 15px;
  height: 60px !important;
  width: 60px !important
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI:after,
.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI:before {
  content: "";
  position: absolute;
  border-radius: 50px;
  cursor: pointer
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI:before {
  width: 29px;
  height: 29px;
  border: 1px solid #fff;
  top: 0;
  left: 0
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI:after {
  width: 17px;
  height: 17px;
  background-color: #fff;
  top: 6px;
  left: 6px;
  padding: 0;
  transition: all .5s ease-in-out
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI:hover:after {
  width: 12px;
  height: 12px;
  top: 8px;
  left: 8px;
  transition: all .5s ease-in-out
}

.homepage_homepageBergerProdDots__91miv ol li:first-child.homepage_roundShadowDot__tCYMI {
  position: absolute;
  top: 0;
  padding: 0;
  width: 25%;
  top: 25%;
  left: 20%
}

.homepage_homepageBergerProdDots__91miv ol li:nth-child(2).homepage_roundShadowDot__tCYMI {
  position: absolute;
  top: 0;
  padding: 0;
  width: 25%;
  top: 9%;
  left: 55%
}

.homepage_homepageBergerProdDots__91miv ol li:nth-child(2).homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv {
  right: 0;
  left: -100%
}

.homepage_homepageBergerProdDots__91miv ol li:nth-child(3).homepage_roundShadowDot__tCYMI {
  position: absolute;
  top: 0;
  padding: 0;
  width: 25%;
  top: 30%;
  left: 75%
}

.homepage_homepageBergerProdDots__91miv ol li:nth-child(3).homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv {
  right: 0 !important;
  left: -100%
}

.homepage_homepageBergerProdDots__91miv ol li:nth-child(4).homepage_roundShadowDot__tCYMI {
  position: absolute;
  top: 0;
  padding: 0;
  width: 25%;
  top: 15%;
  left: 90%
}

.homepage_homepageBergerProdDots__91miv ol li:nth-child(4).homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv {
  right: 0 !important;
  left: -100%
}

.homepage_horizontalScrollTwo__0MJht button {
  opacity: 1 !important;
  z-index: 1 !important
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 32px;
  background: rgb(255 255 255/90%);
  padding: 20px 14px;
  width: 350px;
  transition: all .5s ease-in-out;
  left: 26px
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI:hover .homepage_roundShadowDotContain__D5Mwv {
  opacity: 1;
  z-index: 1;
  transition: all .5s ease-in-out
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI:hover .homepage_roundShadowDotContain__D5Mwv h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv ul li {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 1px solid #000000;
  padding-top: 15px;
  padding-bottom: 10px
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv ul li h4 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv ul li p {
  text-align: left
}

.homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv .homepage_btnViewAll__8X8SZ {
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: capitalize
}

.homepage_homepageBergerCatContainer__oAodF,
.homepage_myColorApplication__d9KTc {
  padding-left: 5%;
  padding-right: 5%
}

.homepage_myColorApplication__d9KTc {
  padding-top: 100px
}

.homepage_ApponDiv__cKq17 {
  padding-right: 20%;
  margin-top: 15px
}

.homepage_ApponDiv__cKq17 img {
  height: 60px !important
}

.homepage_myColorAppLeft__r2kJh h2 {
  font-style: normal;
  text-transform: unset
}

.homepage_myColorAppLeft__r2kJh h2 small {
  letter-spacing: 0;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px
}

.homepage_myColorAppLeft__r2kJh ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.homepage_myColorAppLeft__r2kJh ul li {
  font-style: normal;
  font-weight: 400;
  position: relative
}

.homepage_myColorAppLeft__r2kJh ul li div p {
  padding-right: 10%;
  padding-left: 70px
}

.homepage_myColorAppLeft__r2kJh ul li div h3 {
  padding-left: 70px
}

.homepage_myColorAppLeft__r2kJh ul li .homepage_listImage__WNqQ8 {
  width: 50px;
  padding-right: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  height: 50px;
  display: flex
}

.homepage_myColorAppLeft__r2kJh ul li .homepage_listImage__WNqQ8 img {
  width: 100%
}

.homepage_homepageColorInspiration__eojyZ {
  font-family: "Lato", sans-serif;
  font-style: normal;
  margin-top: 80px
}

.homepage_homepageColorInspiration__eojyZ h2 {
  font-weight: 300;
  text-align: start;
  text-transform: capitalize
}

.homepage_homepageColorInspiration__eojyZ p {
  text-align: start;
  margin-bottom: 30px
}

.homepage_colorInspirationImages__IPoaz {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 14px
}

.homepage_colorInspirationImageOpt__Stidw {
  position: absolute;
  bottom: 20px;
  left: 20px
}

.homepage_colorInspirationImageOpt__Stidw ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.homepage_colorInspirationImageOpt__Stidw ul li {
  display: inline-block;
  margin-left: 10px
}

.homepage_colorInspirationImageOpt__Stidw ul li img {
  width: 100px;
  height: 60px
}

.homepage_bergerAccordionRadioItrem__z4I5k:checked~.homepage_bergerAccordionItremTitle__Pu9Eb {
  border-bottom: none !important
}

.homepage_bergerAccordionRadioItrem__z4I5k:checked~.homepage_bergerAccordionItremTitle__Pu9Eb:after {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important
}

.homepage_bergerAccordionRadioItrem__z4I5k:checked~.homepage_bergerAccordionItremBody__MKrBG {
  display: block !important;
  border-bottom: 1px solid #9ea4ad
}

.homepage_homepageBlogsContainer__WjNWX {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 80px;
  padding-bottom: 80px;
  font-family: var(--graphik_regularregular)
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlogsTitle__xg3sV {
  text-transform: capitalize;
  font-family: var(--graphiklight)
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlogsText__LGvU8 {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize
}

.homepage_homepageBlog__bo_YH a {
  color: #211d1e;
  font-size: 1rem;
  text-decoration: underline;
  bottom: -25px
}

.homepage_homepageBlogTitle__Iz2uJ {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogTitle__Iz2uJ {
  text-transform: capitalize;
  padding-top: 10px;
  font-family: var(--graphikmedium)
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogInfo__5CNiN {
  padding: 0;
  margin: 0;
  list-style: none
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogInfo__5CNiN li {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogInfo__5CNiN li:after {
  display: inline-block;
  content: "|";
  padding-left: 10px;
  padding-right: 10px
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogInfo__5CNiN li:last-child:after {
  display: none
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH {
  font-style: normal;
  padding-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogReadMore__5O4hk {
  font-style: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: capitalize;
  padding-top: 20px;
  font-weight: 700
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogReadMore__5O4hk:hover {
  text-decoration: none
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlogViewMore__lGX09 {
  background: #e0bbff;
  border-radius: 12px;
  padding: 18px 70px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  display: inline-block;
  transition: all .5s ease-in-out;
  line-height: 20px
}

.homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlogViewMore__lGX09:hover {
  background: #e0bbff;
  transition: all .5s ease-in-out
}

.homepage_homepageBlog__bo_YH {
  height: 100%;
  position: relative
}

.homepage_bergerenterprice__RoM_F {
  padding: 60px 0;
  background: #f1fdfe
}

.homepage_bergerenterpriceInLeft__07cYs {
  width: 22.5%;
  float: left
}

.homepage_bergerenterpriceInLeft__07cYs ul {
  padding: 0
}

.homepage_bergerenterpriceInLeft__07cYs ul li {
  list-style-type: none;
  position: relative;
  height: 129px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 90px;
  width: 300px;
  background: #fdfdfd;
  justify-content: space-between;
  padding: 20px 10px 20px 20px
}

.homepage_bergerenterpriceInLeft__07cYs ul li:nth-child(2) {
  background-color: #fdfdfd;
  margin-left: 60px
}

.homepage_bergerenterpriceInLeft__07cYs ul li h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0
}

.homepage_bergerenterpriceInLeft__07cYs ul li a {
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
  margin-left: 5px;
  text-transform: capitalize
}

.homepage_bergerenterpriceInLeft__07cYs ul li span {
  border-radius: 150px;
  display: inline-block;
  border: 4px solid #fff;
  width: 115px;
  height: 100px;
  overflow: hidden
}

.homepage_bergerenterpriceInLeft__07cYs ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.homepage_bergerenterpriceInLeftIn__gRUrq {
  width: 200px
}

.homepage_bergerenterpriceInMid__EeLwa {
  width: 55%;
  float: left;
  text-align: center
}

.homepage_bergerenterpriceInRht__voL3_ {
  width: 22.5%;
  float: left
}

.homepage_numbering__ow9Qq {
  margin-top: 40px;
  width: 100%;
  display: inline-block
}

.homepage_numbering__ow9Qq ul {
  padding: 0 10%;
  display: flex
}

.homepage_numbering__ow9Qq ul li {
  list-style-type: none;
  text-align: left;
  width: 33.33%;
  padding: 0 20px
}

.homepage_numbering__ow9Qq ul li big {
  color: #211d1e;
  font-family: var(--graphiksemibold)
}

.homepage_bergerenterpriceInRht__voL3_ ul {
  padding: 0;
  margin-left: 0
}

.homepage_bergerenterpriceInRht__voL3_ ul li {
  list-style-type: none;
  position: relative;
  height: 129px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 90px;
  width: 300px;
  background: #fdfdfd;
  justify-content: space-between;
  padding: 20px 20px 20px 10px;
  gap: 20px
}

.homepage_bergerenterpriceInRht__voL3_ ul li:nth-child(2) {
  background-color: #fdfdfd;
  margin-left: -60px
}

.homepage_bergerenterpriceInRht__voL3_ ul li h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0
}

.homepage_bergerenterpriceInRht__voL3_ ul li a {
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
  margin-left: 5px;
  text-transform: capitalize
}

.homepage_bergerenterpriceInRht__voL3_ ul li span {
  border-radius: 150px;
  display: inline-block;
  border: 4px solid #fff;
  width: 130px;
  height: 100px;
  overflow: hidden
}

.homepage_bergerenterpriceInRht__voL3_ ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.homepage_bergerenterpriceInMid__EeLwa h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0 15px
}

.homepage_bergerenterpriceInMid__EeLwa p {
  margin-bottom: 20px;
  padding: 0 5%
}

.homepage_bergerenterpriceInMid__EeLwa ul {
  padding: 0;
  display: inline-block;
  margin-top: 40px
}

.homepage_bergerenterpriceInMid__EeLwa ul li {
  list-style-type: none;
  margin: 15px 0
}

.homepage_bergerenterpriceInMid__EeLwa ul li a {
  padding: 18px 15px;
  border-radius: 10px;
  border: 1px solid #e0bbff;
  display: inline-block;
  width: 100%;
  letter-spacing: 1px;
  line-height: 20px
}

.homepage_bergerenterpriceInMid__EeLwa ul li:first-child a {
  background: #e0bbff;
  color: #fff;
  border-color: #e0bbff
}

.homepage_bergerenterpriceInMid__EeLwa ul li:last-child a {
  color: #e0bbff
}

.homepage_colorInspirationRht__gC4ng {
  background: #e0bbff;
  padding: 20px 40px 20px 20px;
  height: 100%;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap
}

.homepage_colorInspirationRht__gC4ng h3 {
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 10px;
  text-transform: capitalize;
  display: none
}

.homepage_colorInspirationRht__gC4ng ul {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  margin-bottom: 0
}

.homepage_colorInspirationRht__gC4ng ul li {
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%
}

.homepage_colorInspirationRht__gC4ng ul li:last-child {
  margin-bottom: 0
}

.homepage_colorInspirationRht__gC4ng ul li h4 {
  color: #fff;
  text-transform: capitalize
}

.homepage_colorInspirationRht__gC4ng ul li h4 a {
  color: #fff;
  float: right;
  margin-top: -15px;
  text-transform: capitalize;
  font-weight: 300;
  border: 1px solid #fff;
  padding: 8px 15px 6px
}

.homepage_colorInspirationRht__gC4ng ul li h4 a:hover {
  margin-left: 10px;
  margin-right: -5px;
  opacity: .7
}

.homepage_colorInspirationRht__gC4ng ul li ol {
  padding: 0;
  display: flex
}

.homepage_colorInspirationRht__gC4ng ul li ol li {
  width: 33.33%;
  float: left;
  margin-right: 15px;
  transition: all .9s ease-in-out;
  margin-bottom: 0
}

.homepage_colorInspirationRht__gC4ng ul li ol li:last-child {
  margin: 0
}

.homepage_colorInspirationRht__gC4ng ul li ol li .homepage_colourDiv__nT8B_ {
  width: 33.33%;
  float: left;
  height: 40px;
  transition: all .9s ease-in-out
}

.homepage_colorInspirationRht__gC4ng ul li ol li .homepage_colourDiv__nT8B_:hover {
  width: 80%;
  transition: all .9s ease-in-out
}

.homepage_colorInspirationRht__gC4ng ul li ol li small {
  color: #fff;
  float: left;
  margin-top: 0
}

.homepage_colorInspirationRht__gC4ng ul li ol li .homepage_radiusDiv__m3cP5 {
  border-radius: 5px;
  display: inline-flex;
  width: 100%;
  overflow: hidden
}

.homepage_colorInspiration__dccvE h2 {
  padding-left: 0;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: center
}

.homepage_smallDotsape__W6ed7 {
  margin: 0;
  padding: 0;
  height: 100%
}

.homepage_smallDotsape__W6ed7 svg {
  width: 100%;
  height: 100%
}

.homepage_smallDotsape__W6ed7 g {
  z-index: 9;
  position: relative
}

.homepage_smallDotsape__W6ed7 svg image {
  width: 100%;
  height: 100%
}

.homepage_smallDotsapeIn__EMYd7 {
  list-style-type: none;
  background: rgb(255 255 255/92%) !important;
  height: 150px;
  padding: 5px
}

.homepage_smallDotsapeBox__tjJ0t:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 0;
  width: 0;
  margin-top: 0;
  border: 8px solid transparent;
  border-right-color: rgb(255 255 255);
  pointer-events: none
}

ol li.homepage_smallDotsapeIn__EMYd7:hover .homepage_smallDotsapeBox__tjJ0t {
  opacity: 1;
  z-index: 1;
  transition: all .5s ease-in-out
}

ol.homepage_smallDotsape__W6ed7 li:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50px;
  cursor: pointer;
  padding: 0;
  transition: all .5s ease-in-out
}

ol.homepage_smallDotsape__W6ed7 li:hover:after {
  width: 12px;
  height: 12px;
  top: 9px;
  left: 9px;
  transition: all .5s ease-in-out
}

ol.homepage_smallDotsape__W6ed7 li:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  cursor: pointer
}

.homepage_smallDotsapeBoxLft__qhZ4b {
  height: 45px;
  border-radius: 10px;
  margin-bottom: 15px
}

.homepage_smallDotsapeBoxRht__3pidT {
  width: 90%;
  float: left;
  padding-left: 0
}

.homepage_smallDotsapeBoxRht__3pidT h3 {
  text-transform: capitalize;
  font-weight: 600;
  white-space: pre;
  line-height: 2
}

.homepage_smallDotsapeBoxRht__3pidT p {
  text-align: left;
  font-size: unset
}

.homepage_smallDotsapeBoxRht__3pidT h3 small {
  margin: 5px 0 15px;
  display: inherit;
  font-size: 12px;
  letter-spacing: .5px
}

.homepage_blogDivimg__sxhfH {
  width: 100%;
  height: 290px
}

.homepage_blogDivimg__sxhfH img {
  height: 100% !important;
  object-fit: cover
}

.homepage_errerPageDiv__UepPJ .homepage_homepageWhatYouCards__yD3L8 {
  min-width: auto
}

@media only screen and (max-width:1601px) {
  .homepage_myColorAppLeft__r2kJh {
    padding-left: 0;
    padding-right: 0
  }

  .homepage_boxImg__mWNfR img {
    margin-left: -10px;
    width: auto
  }

  .homepage_myColorApplication__d9KTc {
    padding-right: 0
  }

  .homepage_myColorAppLeft__r2kJh {
    padding-left: 40px;
    padding-right: 40px
  }

  .homepage_homepageBergerCatList__foYmS li a img {
    height: 50px !important;
    width: 50px !important
  }

  .homepage_homepageBergerCatList__foYmS li {
    padding: 14px 0
  }
}

@media only screen and (max-width:1440px) {
  .homepage_containerRely__fwVem {
    max-width: 100% !important
  }

  .homepage_homepageBergerCatList__foYmS li a img {
    height: 45px !important;
    width: 45px !important
  }

  .homepage_bergerenterpriceInMid__EeLwa ul li a {
    padding: 14px 20px
  }

  .homepage_bergerenterprice__RoM_F {
    padding: 60px 15px
  }

  .homepage_bergerenterpriceInRht__voL3_ {
    width: auto
  }

  .homepage_homepageWhatYouCards__yD3L8 {
    margin: 4px
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li .homepage_colourDiv__nT8B_ {
    height: 28px
  }

  .homepage_btnContactXPNow__5jfFK,
  .homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna .homepage_btnFieldCard__nK2ot {
    padding: 14px 15px
  }

  .homepage_homepageBergerCatList__foYmS li {
    padding: 10px 0
  }

  .homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna p {
    padding: 0 30px
  }
}

@media only screen and (max-width:1366px) {
  .homepage_homepageWhatYouCards__yD3L8 {
    padding: 25px 15px;
    min-width: 96%
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li {
    margin-bottom: 0
  }

  .homepage_bergerenterprice__RoM_F .homepage_container__ai0zx {
    max-width: none
  }

  .homepage_myColorAppLeft__r2kJh {
    padding-right: 0
  }

  .homepage_myColorAppLeft__r2kJh ul li div p {
    padding-right: 5%
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR {
    padding: 160px 0 0 35%
  }

  .homepage_bergerenterpriceInMid__EeLwa {
    width: auto;
    float: left;
    text-align: center;
    margin-right: -8px
  }

  .homepage_padDiv__B2qxX {
    padding: 15px
  }

  .homepage_homepageWhyExpress__6LN9Y {
    padding-right: 2%
  }

  .homepage_btnContactXPNow__5jfFK {
    width: 80% !important
  }
}

@media only screen and (max-width:1280px) {
  .homepage_homepageWhatYouCards__yD3L8 {
    margin: 4px
  }

  .homepage_bergerenterpriceInMid__EeLwa {
    margin-right: 0;
    margin-left: 35px
  }

  .homepage_boxImg__mWNfR {
    left: 0
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR {
    padding-left: 32%
  }

  .homepage_homepageWhatYouCards__yD3L8 {
    padding: 25px 10px
  }
}

@media only screen and (max-width:1249px) {
  .homepage_bergerenterpriceInMid__EeLwa {
    margin-left: 80px
  }

  .homepage_myColorAppLeft__r2kJh h2 small {
    margin-bottom: 10px
  }

  .homepage_myColorAppLeft__r2kJh ul li {
    margin-bottom: 0 !important
  }

  .homepage_bergerenterpriceInLeft__07cYs ul li:nth-child(2),
  .homepage_bergerenterpriceInRht__voL3_ ul li:nth-child(2) {
    margin-left: 0
  }

  .homepage_containerRely__fwVem {
    max-width: 100% !important;
    padding: 0
  }

  .homepage_bergerenterpriceInLeft__07cYs,
  .homepage_bergerenterpriceInRht__voL3_ {
    width: auto
  }

  .homepage_bergerenterpriceInMid__EeLwa ul {
    display: block
  }

  .homepage_bergerenterpriceInMid__EeLwa ul li a {
    display: inline-block
  }

  .homepage_bergerenterpriceInMid__EeLwa ul li {
    margin-bottom: 15px
  }

  .homepage_bergerenterpriceInMid__EeLwa h2 {
    padding: 0 10px
  }

  .homepage_bergerenterprice__RoM_F {
    padding: 60px 15px
  }

  .homepage_colorInspirationRht__gC4ng ul li h4 a {
    margin-top: -2px;
    padding: 4px 10px 2px
  }

  .homepage_colorInspirationRht__gC4ng h3 {
    margin-bottom: 20px
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li .homepage_colourDiv__nT8B_ {
    height: 30px
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR {
    padding: 0 40px;
    margin-top: 100px
  }

  .homepage_boxImg__mWNfR img {
    height: 255px;
    width: auto
  }

  .homepage_whyExpressPaintingCards__LOrK5 {
    padding: 30px 15px
  }

  .homepage_homepageWhatYouCards__yD3L8 {
    margin: 4px
  }

  .homepage_myColorAppLeft__r2kJh {
    padding-left: 0;
    padding-right: 0
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR h2 span {
    width: auto;
    margin-right: 10px
  }

  .homepage_bergerenterpriceInMid__EeLwa {
    margin-left: 2%;
    margin-right: 2%
  }

  .homepage_boxImg__mWNfR {
    display: none
  }
}

@media only screen and (max-width:1199px) {
  .homepage_btnContactXPNow__5jfFK {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 20px
  }
}

@media only screen and (max-width:991px) {

  .homepage_bergerenterpriceInLeft__07cYs ul li span,
  .homepage_bergerenterpriceInRht__voL3_ ul li span {
    width: 100px;
    height: 100px
  }

  .homepage_homepageBlog__bo_YH a {
    position: relative;
    bottom: 0
  }

  .homepage_homepageWhyExpress__6LN9Y {
    padding: 15px 0
  }

  .homepage_overFlowDiv__x1dfi {
    overflow: auto !important
  }

  .homepage_btnContactXPNow__5jfFK {
    width: 100% !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .homepage_padDiv__B2qxX {
    padding-bottom: 1rem !important;
    padding: 0 15px
  }

  .homepage_homepageBergerCatList__foYmS li a.homepage_active__tzqCE:after {
    display: none
  }

  .homepage_myColorAppLeft__r2kJh ul li div p {
    padding-right: 0;
    text-align: left
  }

  .homepage_myColorAppLeft__r2kJh ul li {
    margin-bottom: 15px !important
  }

  .homepage_myColorAppLeft__r2kJh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 30px
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li .homepage_radiusDiv__m3cP5 {
    display: block
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li {
    width: 100%;
    text-align: center
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li .homepage_colourDiv__nT8B_ {
    width: 100%
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li small {
    margin-top: 10px;
    float: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px
  }

  .homepage_colorInspirationRht__gC4ng ul li ol {
    column-gap: 15px
  }

  .homepage_colorInspirationRht__gC4ng ul li ol li .homepage_colourDiv__nT8B_:hover {
    width: 100%
  }

  .homepage_homepageWhatYouLooking___qav6 h2 {
    font-style: normal;
    font-weight: 600
  }

  .homepage_horizontalScrollTwo__0MJht,
  .homepage_horizontalScroll__XwNya {
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center
  }

  .homepage_homepageWhyExpress__6LN9Y {
    background: transparent;
    padding-top: 0
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR {
    text-align: center;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 20px
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR h2 {
    font-weight: 600;
    margin-bottom: 15px
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR h2 span {
    color: #211d1e
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR p {
    margin-bottom: 0
  }

  .homepage_whyExpressPaintingCards__LOrK5 img {
    width: 55px !important;
    height: 55px !important
  }

  .homepage_whyExpressPaintingCards__LOrK5 h2 {
    margin-top: 0;
    margin-bottom: 0
  }

  .homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna {
    height: 100%;
    padding: 30px 15px
  }

  .homepage_homepageBlocksContainer__LbkX3 .homepage_homepageBlock__nGxna h2 {
    font-weight: 600
  }

  .homepage_homepageBergerProducts__NoF8x {
    margin-top: 30px
  }

  .homepage_homepageBergerProducts__NoF8x h2 {
    font-weight: 600
  }

  .homepage_homepageBergerCatList__foYmS {
    margin-bottom: 15px;
    border-bottom: 1px solid #e0bbff;
    display: flex;
    overflow-x: scroll
  }

  .homepage_homepageBergerCatList__foYmS li {
    list-style-type: none;
    padding: 0 10px;
    font-weight: 400;
    margin-right: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: inline-block;
    border: none
  }

  .homepage_active__tzqCE {
    border-bottom: 4px solid #e0bbff !important
  }

  .homepage_homepageBergerCatList__foYmS li a img {
    width: 25px !important;
    padding-right: 0;
    margin-right: 5px
  }

  .homepage_homepageBergerCatList__foYmS li a span {
    width: max-content
  }

  .homepage_homepageBergerProdDots__91miv .homepage_roundShadowDot__tCYMI .homepage_roundShadowDotContain__D5Mwv {
    width: 250px
  }

  .homepage_myColorApplication__d9KTc {
    margin-top: 0;
    padding: 20px 0
  }

  .homepage_myColorAppLeft__r2kJh {
    padding-left: 0;
    padding-right: 0;
    text-align: center
  }

  .homepage_myColorAppLeft__r2kJh h2 {
    text-align: center;
    font-weight: 700
  }

  .homepage_myColorAppLeft__r2kJh h2 small {
    margin-bottom: 12px
  }

  .homepage_myColorAppLeft__r2kJh .homepage_mobImg__g1wur {
    padding-left: 10px;
    margin-bottom: 10px
  }

  .homepage_myColorAppLeft__r2kJh .homepage_mobImg__g1wur img {
    height: auto !important;
    width: 100% !important
  }

  .homepage_homepageColorInspiration__eojyZ {
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0
  }

  .homepage_homepageColorInspiration__eojyZ h2 {
    font-weight: 700;
    color: #211d1e;
    padding: 0 !important;
    text-align: center
  }

  .homepage_homepageColorInspiration__eojyZ p {
    font-weight: 400;
    color: #888888;
    padding: 0 !important;
    text-align: center
  }

  .homepage_colorInspirationImageOpt__Stidw ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .homepage_homepageBlogsContainer__WjNWX {
    margin-top: 0;
    padding: 40px 15px 40px 30px
  }

  .homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlogsTitle__xg3sV {
    font-weight: 700;
    margin-bottom: 12px;
    font-family: var(--graphik_regularregular)
  }

  .homepage_homepageBlog__bo_YH {
    padding-top: 15px
  }

  .homepage_bergerenterpriceInMid__EeLwa h2 {
    margin-top: 0;
    padding: 0;
    font-weight: 700
  }

  .homepage_bergerenterpriceInMid__EeLwa {
    width: 100%;
    float: none;
    margin: 0
  }

  .homepage_numbering__ow9Qq ul {
    padding: 0;
    display: block;
    margin-top: 20px
  }

  .homepage_numbering__ow9Qq ul li {
    width: 100%;
    padding: 0;
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
  }

  .homepage_bergerenterpriceInMid__EeLwa ul li {
    width: 100%;
    margin-left: 0
  }

  .homepage_bergerenterpriceInMid__EeLwa ul li a {
    width: 100%
  }

  .homepage_bergerenterpriceInLeft__07cYs ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 120px;
    box-shadow: 3px 6px 15px #cccccc70
  }

  .homepage_bergerenterpriceInRht__voL3_ ul li {
    width: 100%;
    margin-bottom: 15px;
    height: 120px;
    box-shadow: 3px 6px 15px #cccccc70;
    padding-left: 20px;
    padding-right: 10px
  }

  .homepage_bergerenterpriceInLeft__07cYs,
  .homepage_bergerenterpriceInRht__voL3_ {
    width: 100%;
    float: none
  }

  .homepage_numbering__ow9Qq {
    margin-top: 0
  }

  .homepage_boxImg__mWNfR img {
    display: none
  }

  .homepage_homepageWhatYouCards__yD3L8 {
    margin: 5px;
    display: inline-block;
    width: auto;
    min-width: auto
  }

  .homepage_homepageWhatYouLooking___qav6 {
    padding-left: 0;
    padding-right: 0
  }

  .homepage_homepageBlocksContainer__LbkX3 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px
  }

  .homepage_homepageBergerCatContainer__oAodF {
    padding-left: 15px;
    padding-right: 15px
  }

  .homepage_colorInspirationRht__gC4ng h3 {
    margin-bottom: 20px
  }

  .homepage_colorInspirationRht__gC4ng {
    padding: 40px 0 0;
    height: auto;
    background: none
  }

  .homepage_homepageBlogs__IkMwA {
    padding: 0 15px 0 0 !important
  }

  .homepage_bergerenterpriceInMid__EeLwa ul {
    margin-top: 40px
  }

  .homepage_numbering__ow9Qq ul li big {
    margin-right: 10px
  }

  .homepage_bergerenterprice__RoM_F {
    padding: 50px 15px 40px;
    margin-bottom: 0
  }

  .homepage_homepageWhyExpress__6LN9Y .homepage_whyExpressPainting__iacOR h2 span {
    margin-right: 8px;
    width: unset
  }

  .homepage_myColorAppLeft__r2kJh ul li .homepage_listImage__WNqQ8 {
    padding-right: 15px;
    top: -5px
  }

  .homepage_horizontalScroll__XwNya button:nth-child(2),
  .homepage_horizontalScroll__XwNya button:nth-child(3) {
    min-width: 30px;
    min-height: 30px
  }

  .homepage_numbering__ow9Qq ul li p {
    margin-bottom: 0
  }

  .homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH .homepage_homepageBlogTitle__Iz2uJ {
    padding-top: 10px
  }

  .homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlog__bo_YH {
    padding-top: 15px
  }

  .homepage_homepageBlogsContainer__WjNWX .homepage_homepageBlogViewMore__lGX09 {
    width: 100%;
    font-weight: 500;
    padding: 15px 40px
  }

  .homepage_whyExpressPaintingCards__LOrK5 {
    border-radius: 15px;
    padding: 20px 30px
  }

  .homepage_imgFlexDiv__lhzmO {
    display: none !important
  }

  .homepage_ApponDiv__cKq17 {
    padding-right: 0;
    margin-top: 0
  }

  .homepage_myColorAppLeft__r2kJh ul li .homepage_listImage__WNqQ8 img {
    width: 100%;
    height: 100%;
    object-fit: contain
  }

  .homepage_myColorAppLeft__r2kJh ul li div p {
    padding-left: 55px;
    font-size: 1rem !important;
    margin-bottom: 10px
  }

  .homepage_myColorAppLeft__r2kJh ul li div h3 {
    padding-left: 54px
  }

  .homepage_colorInspirationRht__gC4ng h3 {
    margin-bottom: 0
  }

  .homepage_smallDotsape__W6ed7 {
    height: auto
  }

  .homepage_colorInspirationImages__IPoaz {
    border-radius: 0
  }

  .homepage_colorInspirationImageOpt__Stidw ul li {
    margin: 0 2px 10px;
    width: 100px;
    height: 70px
  }

  .homepage_colorInspirationImageOpt__Stidw ul {
    display: flex
  }

  .homepage_colorInspirationRht__gC4ng ul li {
    margin-bottom: 30px
  }

  .homepage_colorInspirationRht__gC4ng h3 {
    display: block;
    width: 100%;
    color: #211d1e;
    text-align: center;
    margin-bottom: 5px
  }

  .homepage_colorInspirationRht__gC4ng ul {
    width: 100%;
    background: #e0bbff;
    padding: 15px
  }

  .homepage_blogDivimg__sxhfH {
    height: 200px
  }

  .homepage_bergerenterpriceInRht__voL3_ ul li:first-child,
  .homepage_bergerenterpriceInRht__voL3_ ul li:nth-child(2),
  .homepage_bergerenterpriceInRht__voL3_ ul li:nth-child(3) {
    background: #fdfdfd
  }
}

@media only screen and (max-width:767px) {
  .homepage_myColorAppLeft__r2kJh ul li div p {
    padding-right: 0;
    margin: 0
  }

  .homepage_myColorAppLeft__r2kJh ul {
    padding: 0;
    margin-bottom: 1rem
  }

  .homepage_homepageWhatYouCards__yD3L8 {
    margin: 5px;
    padding: 15px 10px
  }

  .homepage_whyExpressPaintingCards__LOrK5 {
    padding: 20px 15px
  }

  .homepage_homepageBlogs__IkMwA {
    padding: 0 15px 0 10px !important;
    overflow-x: hidden
  }

  .homepage_homepageWhatYouCards__yD3L8 a span {
    font-size: 1rem
  }

  .homepage_myColorAppLeft__r2kJh ul li {
    margin-bottom: 15px !important
  }

  .homepage_whyExpressPaintingCards__LOrK5 img {
    width: 55px
  }

  .homepage_bergerenterpriceInLeft__07cYs ul li span {
    width: 90px;
    height: 86px;
    width: 80px;
    height: 80px
  }

  .homepage_bergerenterpriceInRht__voL3_ ul li span {
    width: 80px;
    height: 80px
  }

  .homepage_bergerenterpriceInLeft__07cYs ul li,
  .homepage_bergerenterpriceInRht__voL3_ ul li {
    height: 105px
  }
}

@media only screen and (max-width:520px) {

  .homepage_bergerProductSecRightIn__ArQgh,
  .homepage_colorInspirationImages__IPoaz {
    height: auto
  }

  .homepage_myColorAppLeft__r2kJh ul li {
    margin: 10px 0 !important
  }

  .homepage_myColorAppLeft__r2kJh h2 {
    margin-top: 0
  }

  .homepage_bergerProductSecRightIn__ArQgh {
    overflow-x: scroll
  }

  .homepage_svgImageWithAnimation__Z4wnn,
  .homepage_svgImageWithAnimation__Z4wnn~g {
    animation: homepage_littlescroll__tAYrl 5s ease-in-out infinite
  }

  .homepage_svgImage__EhDj2 {
    overflow-x: scroll
  }

  .homepage_colorInspirationImages__IPoaz {
    overflow: scroll
  }

  .homepage_colorInspirationImages__IPoaz .homepage_svgImageWithAnimation__Z4wnn {
    animation: homepage_littlescroll__tAYrl 5s ease-in-out infinite
  }

  .homepage_colorInspirationImages__IPoaz ul {
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 20px;
    left: 20px
  }

  .homepage_colorInspirationImages__IPoaz div {
    width: auto
  }

  @keyframes homepage_littlescroll__tAYrl {
    0% {
      transform: translateX(0)
    }

    50% {
      transform: translateX(-200px)
    }

    to {
      transform: translateX(0)
    }
  }

  .homepage_bergerProductSecRightIn__ArQgh svg,
  .homepage_homepageColorInspiration__eojyZ svg {
    width: 250vw
  }

  .homepage_MobileColorInspirationImageOpt___waRf {
    display: inline;
    overflow: scroll;
    width: 100%
  }

  .homepage_MobileColorInspirationImageOpt___waRf ul li img {
    width: 100px !important;
    margin-right: 20px !important
  }

  .homepage_DesktopColorInspirationImageOpt__KYAhM {
    display: none
  }

  .homepage_myColorAppLeft__r2kJh ul li .homepage_listImage__WNqQ8 img {
    padding-right: 10px
  }

  .homepage_myColorAppLeft__r2kJh ul li div p {
    padding-left: 45px
  }
}

@keyframes homepage_scrollHorizontal__kKhrW {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-63%)
  }
}


.homepage_scrollableSvgContainer__4_3sJ {
  animation: homepage_scrollHorizontal__kKhrW 10s linear infinite
}

.homepage_blogDivimg__sxhfH {
  position: relative;
  overflow: hidden
}

.homepage_blogDivimg__sxhfH img {
  transition: transform .3s
}

.homepage_homepageBlogs__IkMwA:hover img {
  transform: scale(1.08)
}

@media only screen and (max-width:414px) {
  .homepage_myColorAppLeft__r2kJh ul li {
    height: auto;
    margin-bottom: 10px !important
  }
}

@media screen and (min-width:701px) and (max-width:990px) {
  .homepage_myColorAppLeft__r2kJh .homepage_mobImg__g1wur {
    padding: 0 100px
  }
}


.testimonial {
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.testimonial .item {

  position: relative;
  height: 100%;
}

.item .img-box {
  padding: 10px;
  position: relative;
  height: 100%;
}

.item img {
  width: 100% !important;
  margin: 0 auto;
}

.customNavigation a {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: -2px 1px 10px #bdbdbd;
  top: calc(50% - 20px);
  cursor: pointer;
  z-index: 1;
}
.customNavigation .prev {
  left: -15px;
}
.customNavigation .next {
  right: -15px;
}

.homepage_homepageBlock__nGxna img {
  max-width: none;
  height: 165px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}