.slider-overlay {
  background: #e8f1f8;
  position: absolute;
  height: 16px;
  width: 98%;
  margin: auto;
  margin-top: -12px;
}
.slider {
  width: 100%;
  height: 440px;
  margin: auto;
  margin-top: 8px;
}
.swiper-slide {
  display: flex;
}
.slide-image {
  position: relative;
  height: 440px;
  width: 100%;
}
.slide-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide-box {
  position: absolute;
  height: 320px;
  width: 430px;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
}
.slide-box-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
  background: red;
}
.swiper-wrapper div:first-child div:last-child .slide-box-overlay {
  background: wheat;
}
.swiper-wrapper div:last-child div:last-child .slide-box-overlay {
  background: red;
}
.next-button-overlay {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  opacity: 0.6;
  transition: 350ms;
}
.prev-button-overlay {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  opacity: 0.6;
  transition: 350ms;
}
.slide-box-text-wrapper {
  padding: 35px;
  text-align: right;
}
.slide-box-header {
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide-box-sub {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
  line-height: 46px;
  text-transform: capitalize;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slider-button {
  background: #fff;
  color: #2b2f91;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 24px 8px 24px !important;
  border: none;
  margin-top: 5%;
  text-decoration: none;
}
.slider-button:hover {
  text-decoration: none;
  color: #2b2f91;
}
.swiper-pagination {
  position: absolute;
  bottom: 0px !important;
}
.swiper-pagination-bullet {
  height: 15px !important;
  width: 15px !important;
  background: white !important;
}
.swiper-button-next-top {
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 2;
  top: 50%;
  right: 3%;
  border-radius: 50%;
  transition: 250ms;
}
.swiper-button-prev-top {
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 2;
  top: 50%;
  left: 3%;
  border-radius: 50%;
  transition: 250ms;
}
.swiper-button-next-top:hover .next-button-overlay {
  opacity: 1;
}
.swiper-button-prev-top:hover .prev-button-overlay {
  opacity: 1;
}
.slide-forward {
  color: white !important;
}
.slide-backward {
  color: white !important;
}
.slide-icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .slider {
    height: 375px;
  }
  .slide-image {
    height: 375px;
  }
}
@media (min-width: 1550px) {
  .slider {
    height: 450px;
  }
  .slide-image {
    height: 450px;
  }
}
@media (min-width: 1750px) {
  .slider {
    height: 550px;
  }
  .slide-image {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .slider {
    height: 400px;
  }
  .slide-image {
    height: 400px;
  }
  .slide-box-header {
    font-size: 36px;
    line-height: 46px;
  }
  .slide-box-sub {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1020px) {
  .slider {
    height: 375px;
  }
  .slide-image {
    height: 375px;
  }
  .slide-image img {
    object-position: left;
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .slider {
    height: 350px;
  }
  .slide-image {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .slider {
    height: 300px;
  }
  .slide-image {
    height: 300px;
  }
  .slide-text p:nth-child(2) {
    font-size: 23px;
  }
  .slide-box {
    height: 70%;
    width: 50%;
  }
  .slide-box-text-wrapper {
    padding: 16px;
  }
  .slide-box-sub {
    display: none;
  }
  .slide-box-header {
    font-size: 20px;
    line-height: 28px;
  }
  .slider-button {
    background: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px !important;
    margin-top: 5%;
    text-decoration: none;
  }
  .slider-button:hover {
    text-decoration: underline;
  }
}
@media (max-width: 650px) {
  .slider {
    height: 270px;
  }
  .slide-image {
    height: 270px;
  }
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    background: white !important;
  }
  .slider {
    height: 250px;
  }
  .slide-image {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .slider {
    height: 200px;
  }
  .slide-image {
    height: 200px;
  }
}
@media (max-width: 475px) {
  .slider {
    height: 190px;
  }
  .slide-image {
    height: 190px;
  }
}
@media (max-width: 425px) {
  .slider {
    height: 185px;
  }
  .slide-image {
    height: 185px;
  }
}
@media (max-width: 375px) {
  .slider {
    height: 180px;
  }
  .slide-image {
    height: 180px;
  }
}
@media (max-width: 320px) {
  .slider {
    height: 175px;
  }
  .slide-image {
    height: 175px;
  }
}
.features {
  width: 83.89%;
  margin: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}
.product-image-container {
  position: relative;
  height: auto;
   min-height: 110px;
}
.product-image-container img {
  max-width: 100%;
  height: auto;
}
.product-image-content p:first-child {
  margin-bottom: 0em;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #0c3653;
}
.product-image-content p:nth-child(2) {
  padding-top: 0.5rem;
  margin-bottom: 0rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.6;
}
.product-image-content-anchor {
  color: #2b2f91;
  font-weight: 500;
  font-size: 14px;
}
.grid-container {
  display: inline-grid;
  grid-template-columns: auto auto;
  width: 100%;
  height: 500px;
}
.grid-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.grid-item img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  background: rgb(0 0 0 / 0.6);
  width: 100%;
  height: 100%;
}
.grid-item p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.product-image-content {
  padding-top: 1rem;
  padding-left: 0rem;
}
@media (max-width: 1080px) {
  .product-cards {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .features {
    width: 98%;
  }
  .product-cards {
    display: flex;
    flex-direction: row;
  }
  .product-cards {
    margin-bottom: 32px;
  }
  .product-image-content {
    padding-top: 0rem;
    padding-left: 1rem;
  }
  .product-image-content p:first-child {
    font-size: 14px;
    line-height: 16px;
  }
  .product-image-content p:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
  }
  .product-image-container img {
    max-width: 200px;
  }
}
@media (max-width: 568px) {
  .product-image-container img {
    max-width: 150px;
  }
}
.utilities {
  margin-top: 40px;
  box-sizing: border-box;
  width: 83.89%;
  margin: auto;
}
.utilities-card {
  margin-bottom: 40px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.utility-container {
  background: #ffc400;
  padding: 32px;
  padding-top: 64px;
  height: 450px;
}
.utility-header {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}
.utility-header:hover {
  color: #fff;
}
.utility-sub {
  margin-top: 16px;
  font-size: 15px;
  color: #fff;
}
.utility-container-image {
  position: relative;
  width: 100px;
  height: 125px;
  margin-bottom: 16px;
}
.utility-container-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .utilities {
    width: 98%;
  }
  .utility-container {
    padding: 32px;
    display: flex;
    height: auto;
  }
  .utility-container-text {
    margin-left: 16px;
  }
  .utility-container-image img {
    width: 80px;
    max-width: unset;
  }
  .utilities-card {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .utility-container {
    height: auto;
  }
  .utilities-card {
    margin-bottom: 10px;
  }
  .utility-header {
    font-size: 5vw;
  }
}
@media (max-width: 430px) {
  .utility-header {
    font-size: 6vw;
  }
}
.products-pairing {
  margin-top: 40px;
  box-sizing: border-box;
  width: 83.89%;
  margin: auto;
}
.product-pairing-col-left {
  padding-right: 0px !important;
}
.product-pairing-col-right {
  padding-left: 0px !important;
}
.pairing-right-section {
  padding: 16px 16px 16px 42px !important;
  background: #ecf4f9;
  height: 500px;
}
.pairing-right-section-text p:first-child {
  font-weight: 500;
  font-size: 37px;
  line-height: 49px;
}
.pairing-right-section-text p:nth-child(2) {
  font-size: 16px;
  opacity: 0.6;
  line-height: 22px;
}
.pairing-right-section-image {
  display: flex;
  width: 100%;
  margin-top: 36px;
}
.pairing-product-image {
  position: relative;
  width: 45%;
  height: 260px;
  margin-left: -5%;
}
.pairing-product-image img {
  display: block;
  width: auto !important;
  height: 100%;
  margin: 0 auto;
}
.pairing-product-text {
  width: 70%;
  padding: 28px 4px 4px 16px;
}
.pairing-product-text p:nth-child(1) {
  font-size: 16px;
  line-height: 21px;
}
.pairing-product-text p:nth-child(2) {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
}
.pairing-product-text p:nth-child(3) {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 21px;
}
.pairing-modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.9);
}
.modal-container {
  position: absolute;
  width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
  }
  to {
    top: 600;
  }
}
#pairing-text11 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 2px solid #fff;
  text-align: center;
  margin-bottom: 0;
}
#pairing-text22 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
#pairing-text33 {
  color: #fff;
}
.modal-button {
  border: none;
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.paint-container {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.close-svg {
  height: 30px;
  width: 30px;
  position: absolute;
  right: -10%;
  top: -5%;
  cursor: pointer;
}
@media (max-width: 1320px) {
  .pairing-right-section-text p:nth-child(2) {
    font-size: 16px;
    opacity: 0.6;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .pairing-right-section-text p:first-child {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
  }
  .pairing-product-image {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .products-pairing {
    width: 98%;
  }
  .grid-container {
    height: 400px;
  }
  .pairing-right-section {
    padding-left: 16px !important;
  }
  .product-pairing-col-left {
    padding-right: 15px !important;
  }
  .product-pairing-col-right {
    padding-left: 15px !important;
  }
}
@media (max-width: 568px) {
  .grid-container {
    height: 250px;
  }
  .product-pairing-col-right {
    display: none;
  }
  .pairing-modal {
    display: none;
  }
}
@media (max-width: 430px) {
  .grid-container {
    height: 350px;
  }
  .pairing-right-section-image {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pairing-right-section {
    padding-left: 16px !important;
    height: auto;
  }
  .pairing-product-image {
    width: 100%;
  }
  .pairing-product-text {
    width: 98%;
    margin: auto;
    padding: 28px 4px 4px 4px;
  }
}
.product-section {
  width: 83.89%;
  margin: auto;
  margin-top: 64px;
  position: relative;
}
.product-section p:first-child {
  font-weight: 400;
  font-size: 29px;
  text-align: center;
  margin-bottom: 8px;
  color: #0c3653;
  line-height: 3rem;
}
.product-section p:nth-child(2) {
  text-align: center;
  font-size: 16px;
  opacity: 0.87;
  line-height: 21px;
}
.product-section-card-text p:first-child {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}
.product-section-card-text p:nth-child(2) {
  font-size: 14px;
  opacity: 0.6;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
}
.product-section-card {
  width: 100%;
  height: 400px;
  background: #ecf4f9;
  padding: 16px;
}
.product-card {
  text-decoration: none;
  color: #000;
}
.product-card:hover {
  text-decoration: none;
  color: #000;
}
.product-feature {
  opacity: 0.6;
  font-size: 16px;
  line-height: 21px;
}
.product-section-card-image {
  position: relative;
  width: 100%;
  height: 60%;
}
.product-section-card-image img {
  width: 200px;
  display: block;
  height: auto;
  margin: 0 auto;
}
.product-section-card-text {
  height: 40%;
  width: 100%;
}
.product-section-card-text p {
  text-align: start !important;
}
.product-header {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.product-feature {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.swiper-button-next-unique {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50px;
  right: 50px;
  cursor: pointer;
  outline: none;
}
.swiper-button-prev-unique {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 100px;
  top: 50px;
  left: unset !important;
  cursor: pointer;
  outline: none;
}
.forward {
  color: #2e3192 !important;
}
.backward {
  color: #2e3192 !important;
}
svg {
  height: 30px;
  width: 30px;
  fill: #000;
  opacity: 0.37;
}
svg:hover {
  fill: #02296d;
  opacity: 1;
}
@media (max-width: 900px) {
  .arrows {
    position: relative;
    margin-bottom: 60px;
  }
  .swiper-button-next-unique {
    top: 0;
    right: 45%;
  }
  .swiper-button-prev-unique {
    right: 55%;
    top: 0;
  }
}
@media (max-width: 578px) {
  .product-section {
    width: 98%;
  }
  .product-section p:first-child {
    font-size: 24px;
    color: #0c3653;
    line-height: 2rem;
  }
  .product-section p:nth-child(2) {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
}
.shade-color-section {
  height: 600px;
  width: 100%;
  margin: auto;
  margin-top: 64px;
  position: relative;
}
.color-section-image {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/shade.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-section-image img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.color-section-text-overlay {
  position: absolute;
  top: 0;
  background: #000;
  background: rgb(0 0 0 / 0.3);
  height: 100%;
  width: 100%;
}
.color-section-text {
  position: absolute;
  bottom: 0;
  padding: 8.05%;
  width: 65%;
}
.color-section-text p:first-child {
  font-size: 84px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 80px;
  line-height: 80px;
}
.color-section-text p:nth-child(2) {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
.knowMore {
  border: none;
  padding: 4px 8px 4px 8px;
  color: #2e3192;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}
.knowMore:hover {
  text-decoration: none;
  color: #2e3192;
}
@media (max-width: 1200px) {
  .color-section-text {
    line-height: 76px;
  }
  .color-section-text p:nth-child(1) {
    font-size: 72px;
  }
  .color-section-text {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .color-section-text {
    line-height: 64px;
  }
  .color-section-text p:nth-child(1) {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .shade-color-section {
    height: 450px;
    width: 96%;
  }
  .color-section-text {
    line-height: 46px;
    width: 100%;
  }
  .color-section-text p:nth-child(1) {
    font-size: 36px;
    line-height: unset;
  }
  .color-section-text p:nth-child(2) {
    font-size: 24px;
  }
}
@media (max-width: 568px) {
  .shade-color-section {
    height: 400px;
  }
  .color-section-text {
    line-height: 46px;
    width: 100%;
    padding: 24px;
  }
  .color-section-text p:nth-child(1) {
    font-size: 36px;
    line-height: unset;
  }
  .color-section-text p:nth-child(2) {
    font-size: 20px;
  }
}
.maps {
  width: 83.89%;
  margin: auto;
  height: 550px;
  margin-top: 64px;
}
.map-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#map-container {
  height: 550px;
  width: 100%;
}
.locate-dealer {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background-image: linear-gradient(to right, #7a0010, #cf0017);
}
.maps-left {
  padding-right: 0px !important;
  height: 550px;
}
.maps-right {
  padding-left: 0px !important;
}
.locate-dealer {
  padding: 24px;
}
.locate-dealer p:first-child {
  font-size: 32px;
  color: #fff;
}
.maps-contact-cards {
  height: auto;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px 8px 12px;
  margin-bottom: 12px;
}
.maps-contact-cards p:first-child {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.maps-contact-cards p:nth-child(2) {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.maps-contact-cards p:nth-child(3) {
  color: #2e3192;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: end;
}
@media (max-width: 768px) {
  .maps {
    width: 96%;
    height: auto;
  }
  .maps-left {
    padding-right: 15px !important;
  }
  .maps-right {
    padding-left: 15px !important;
  }
  .maps-contact-cards p:first-child {
    font-size: 16px;
  }
  .maps-contact-cards p:nth-child(2) {
    font-size: 13px;
  }
  .maps-contact-cards p:nth-child(3) {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .maps-left {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.grid-item {
  cursor: pointer !important;
}
.slider {
  position: relative !important;
}
.product-section-card-text p {
  text-align: center !important;
}
@media (max-width: 992px) {
  .product-pairing-col-left {
    padding-left: 0px !important;
  }
  .product-pairing-col-right {
    padding-right: 0px !important;
  }
  .maps {
    width: 95% !important;
  }
}
@media (max-width: 968px) {
  .navigation {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 0px !important;
  }
  .ham {
    margin-right: unset !important;
  }
  .navbar-active {
    padding: 0px !important;
  }
  .nav-bar > ul {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  .navbar-active {
    width: 100% !important;
    padding-top: 16px !important;
  }
  .nav-bar li {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .features {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .navbar-contact-details p {
    font-size: 14px !important;
  }
}
.color-shades-dp {
  height: auto !important;
  min-height: 90px;
}
.color-shades-color-dp {
  height: 100px !important;
}
.color-shades-details {
  height: unset !important;
}
@media (max-width: 768px) {
  .color-shades-container-dp {
    grid-template-columns: auto auto auto auto !important;
  }
  .color-shades-dp {
    flex-direction: column !important;
  }
  .color-shades-color-dp {
    height: 85px !important;
  }
}
@media (max-width: 578px) {
  .color-shades-container-dp {
    grid-template-columns: auto auto auto !important;
  }
}
@media (max-width: 375px) {
  .color-shades-container-dp {
    grid-template-columns: auto auto !important;
  }
}
.aboutus-image {
  opacity: 0.8 !important;
  background-color: black !important;
}
.msjk-customized-modal .modal-body {
  margin: auto !important;
  text-align: left !important;
  padding-left: unset !important;
  padding-right: unset !important;
}
.msjk-customized-modal .close {
  font-size: 35px !important;
  top: 12px !important;
  right: 20px !important;
  padding: unset !important;
}
.msjk-customized-modal .modal-footer {
  background-color: unset !important;
}
.single-person-details-container {
  padding: unset !important;
}
.msjk-customized-modal .modal-dialog {
  max-width: 800px !important;
}
.events-content-para {
  position: unset !important;
  transform: unset !important;
}
.events-image-container {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.events-content {
  position: unset !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (max-width: 900px) {
  .who-we-are-text {
    width: 100% !important;
    margin-right: unset !important;
  }
}
@media (max-width: 768px) {
  .vision-text {
    margin-bottom: 26px !important;
  }
  .timeline-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .person-name {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }
  .person-detail,
  .mail-box-id p {
    font-size: 14px !important;
  }
  .image-box {
    padding: 8px !important;
  }
  .mail-box {
    display: block !important;
  }
  .after-image-box {
    padding-left: unset !important;
  }
  .experience-heading {
    font-size: 16px !important;
  }
  .experience-paragraph,
  .experience-container ul li {
    font-size: 14px !important;
  }
  .msjk-customized-modal .modal-dialog {
    max-width: 500px !important;
  }
  #timeline {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .aboutus-image {
    background-color: #6b7985 !important;
    opacity: unset !important;
  }
  .aboutus-image img {
    position: unset !important;
    display: none !important;
  }
  .vision-text p:nth-child(2) {
    font-size: 16px !important;
  }
  .vision-text p:first-child {
    font-size: 20px !important;
  }
  .aboutus-image {
    height: 645px !important;
  }
  .vision-container {
    width: 100% !important;
  }
  .vision-text {
    width: 85% !important;
  }
}
@media (max-width: 578px) {
  .aboutus-image {
    padding: 36px 12px 12px 12px;
    position: unset !important;
    height: auto !important;
  }
  .vision-text {
    width: 95% !important;
    float: unset !important;
    position: unset !important;
  }
  .vision-text p:nth-child(2) {
    font-size: 14px !important;
  }
}
.emulsion-right {
  height: unset !important;
}
.emulsion-right-image {
  height: 400px !important;
}
.emulsion-card {
  height: 400px !important;
}
.emulsion-image {
  height: 240px !important;
}
.emulsion-text {
  padding: 0 24px 20px 24px !important;
  height: unset !important;
  text-align: center !important;
}
.before-emulsions-header,
.before-emulsions-sub {
  padding-left: unset !important;
}
.products-feature ul {
  padding-left: 32px !important;
}
@media (max-width: 1200px) {
  .emulsion-right-image {
    height: 240px !important;
  }
}
@media (max-width: 768px) {
  .color-section-image {
    min-height: 350px !important;
  }
  .emulsion-card {
    height: auto !important;
  }
}
@media (max-width: 576px) {
  .interior-emulsion {
    width: 100% !important;
  }
  .interior-emulsion .col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .single-product-details {
    width: 90% !important;
  }
  .single-product-image {
    margin-bottom: 20px;
  }
  .technicalData {
    padding: 0px !important;
    font-size: 16px !important;
  }
}
.footer-form .g-recaptcha iframe {
  width: 100% !important;
}
.footer-form .rc-anchor-normal {
  width: 100% !important;
}
.footer-form #rc-anchor-container {
  width: 100% !important;
}
.rc-anchor-logo-portrait {
  margin: 10px 0 0 0 !important;
}
.footer-division li a,
.corporate-office > p > a,
.factory > p > a {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  #modal-content {
    width: 100% !important;
  }
}
#modal-content {
  margin: 50px auto !important;
  max-width: 800px !important;
  width: 100% !important;
  min-height: 500px !important;
}
.modal-body {
  width: 95% !important;
  margin: auto;
  padding-top: unset !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.modal-text {
  padding-bottom: 24px !important;
}
.modal-text p {
  font-size: 16px !important;
  margin-bottom: unset !important;
}
.footer-form {
  padding-top: 12px !important;
}
@media (max-width: 768px) {
  #modal-content {
    max-width: 800px !important;
  }
  .sitemap-header {
    margin-top: 8px !important;
  }
  .footer-division {
    margin-top: 14px !important;
  }
  .footer-form {
    padding-top: 0px !important;
  }
  .last-element {
    margin-bottom: unset !important;
  }
  .rc-anchor-normal {
    width: 300px !important;
  }
}
@media (max-width: 375px) {
  #modal-content {
    max-width: 800px !important;
  }
}
.contact-info li {
  color: #212529 !important;
}
.other-products-header {
  padding-left: unset !important;
}
.custom-modal-content .modal-text {
  gap: 12px !important;
}
@media (max-width: 576px) {
  .emulsions-for-wall {
    width: 90% !important;
  }
}
@media (max-width: 400px) {
  .events-container {
    gap: 24px !important;
  }
}
.eve-notice-date {
  margin-bottom: 6px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  opacity: 0.6 !important;
}
.before-emulsions-headers {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
  line-height: 32px !important;
  opacity: 0.87 !important;
  text-transform: capitalize;
}
.other-notices {
  width: 83.89%;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .before-emulsions-headers {
    font-size: 18px !important;
    padding-top: 0px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 700px) {
  .slider {
    height: auto !important;
  }
  .slide-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
/* Findstore.css */

.province {
  color: #fff;
}
.maps {
  width: 83.89%;
  margin: auto;
  height: 550px;
  margin-top: 64px;
}
.map-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#map-container {
  height: 550px;
  width: 100%;
}
.locate-dealer {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background-image: linear-gradient(to right, #7a0010, #cf0017);
}
.maps-left {
  padding-right: 0px !important;
  height: 550px;
}
.maps-right {
  padding-left: 0px !important;
}
.locate-dealer {
  padding: 24px;
}
.locate-dealer p:first-child {
  font-size: 32px;
  color: #fff;
}
.maps-contact-cards {
  height: auto;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px 8px 12px;
  margin-bottom: 12px;
}
.maps-contact-cards p:first-child {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.maps-contact-cards p:nth-child(2) {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
/* Product css for homepage */
.product-card {
  text-decoration: none;
  color: #000;
}
