html,
body,
#root,
.App,
.loader-component {
  height: 100%;
}

.loader-component {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.loader-component .spinner-border {
  width: 60px !important;
  height: 60px !important;
}

.colors-list {
  max-width: 250px;
  min-width: 200px;
  padding: 15px 20px;
}

.colors-list .color-list-lable {
  font-size: 20px;
  color: gray;
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.colors-list .color-name {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  word-break: break-word;
}

.colors-list .fa.fa-circle {
  font-size: 26px;
}

.colors-list .fa.fa-circle.active-color {
  font-size: 28px;
}

.colors-list .color-name:hover {
  border-bottom: 1px solid lightgray;
  cursor: pointer;
}

.colors-list .fa.fa-circle:hover {
  font-size: 28px;
  cursor: pointer;
}

.plan_name_container {
  text-align: center;
}

.plan_name_container .plan_name {
  font-size: 24px;
  font-weight: 700;
}

#our_service-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

#our_service-swiper .swiper-wrapper .active-plan {
  border: 5px solid #f9bf3b;
}

.external_design-filterBody .external_design-filterScroll .external_design-filterRow .external_design-filterCol .external_design-filterImg.active-scheme {
  border-color: #f9bf3b;
}

.external_design-colorRow .external_design-colorCol .external_design-colorList .active-scheme {
  border-color: #f9bf3b;
}

.external_design-image {
  height: 500px;
}

.external_design-image #masking-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  mix-blend-mode: multiply;
  left: 0;
}

.external_design-image #background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
}

.page404-container {
  height: 100%;
}

.page404-container .page404-div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.page404-container .page404-div .page404-content {
  color: #363636;
  font-size: 36px;
  font-weight: 600;
}

.our_service .our_service-head .website-logo {
  height: 100px;
}

.external_design-filterBox .schemes-loader-container {
  height: 525px;
  text-align: center;
}

.external_design-filterBox .schemes-loader-container .loader-component {
  display: inline-block;
}

.external_design-imag .render-image-loader-container {
  text-align: center;
}

.external_design-imag .render-image-loader-container .loader-component {
  display: inline-block;
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: -4px !important;
}

body {
  background: #fff;
  font-family: "Raleway", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #303030;
}

h1 {
  font-size: 58px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

img {
  max-width: 100%;
}

/* header css */
.mh_header {
  padding: 35px 0;
}

.mh_contactUs {
  background: #f9bf3b;
  border-radius: 4px;
  color: #454545;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

.mh_contactUs:hover {
  background: #454545;
  color: #fff;
  text-decoration: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* our service css */
.our_service {
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url(/assets/images/our-service-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#our_service-swiper {
  padding-top: 30px;
}

.our_service-head h6 {
  font-weight: 400;
  letter-spacing: 1px;
}

.our_service-sliderArrow .swiper-button-next:after {
  font-size: 15px;
  color: #514f4f;
}

.our_service-sliderArrow .swiper-button-next {
  right: -30px;
  top: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  box-shadow: 1px 1px 4px RGB(0 0 0/15%);
  margin: 0 0 0 30px;
  outline: none;
}

.our_service-sliderArrow .swiper-button-prev:after {
  font-size: 15px;
  color: #514f4f;
}

.our_service-sliderArrow .swiper-button-prev {
  left: -55px;
  top: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  box-shadow: 1px 1px 4px RGB(0 0 0/15%);
  margin: 0;
  outline: none;
}

.our_service-sliderArrow {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 115px;
  width: 100%;
}

#our_service-swiper .swiper-slide {
  background: no-repeat;
  text-align: left;
}

.our_service-swiperTitle h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.our_service-swiperTitle p {
  font-size: 15px;
  color: #363636;
  margin: 0;
}

.our_service-swiperTitle {
  margin: 18px 0;
  border-left: 3px solid #f9bf3b;
  padding-left: 16px;
}

.our_service-swiperImg {
  border: 1px solid #c2c2c2;
}

.our_service-swiperDesc p {
  margin-bottom: 0;
}

/* external design css */
.external_design {
  padding: 50px 15px;
}

.external_design-image img {
  width: 100%;
}

.external_design-filterBox {
  max-width: 245px;
}

.external_design-filterHead {
  background: #363636;
  padding: 17px 15px 16px;
  border-radius: 4px 4px 0 0;
}

.external_design-filterHead h5 {
  font-size: 18px;
  color: #fffd;
  font-weight: 400;
  margin: 0;
}

.external_design-filterBody {
  background: #eff0f1;
  border-width: 0px 2px 2px 2px;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 25px 0;
}

.external_design-filterScroll {
  padding: 0 15px;
  height: 525px;
  overflow-x: hidden;
}

.external_design-filterCol {
  margin-bottom: 15px;
  text-align: center;
}

.external_design-filterImg img {
  width: 100%;
}

.external_design-filterImg {
  border: 5px solid #fff;
}

.external_design-filterCaption {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #363636;
  line-height: normal;
  padding-top: 8px;
}

.external_design-colorRow {
  background: #eff0f1;
  border-width: 2px;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 25px 0;
  max-width: 270px;
  width: 100%;
  position: absolute;
  top: 54px;
  left: 258px;
}

.external_design-colorCol {
  padding: 0 15px;
  max-height: 470px;
  overflow-x: hidden;
}

.external_design-colorList ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.external_design-colorList ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.external_design-colorBox {
  width: 58px;
  height: 58px;
  margin-right: 15px;
  flex-shrink: 0;
  border: 2px solid #d4d4d4;
}

.external_design-colorText h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 2px;
  color: #363636;
}

.external_design-colorText p {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.external_design-filter {
  position: relative;
}

.external_design-filterImg:hover {
  border-color: #f9bf3b;
  cursor: pointer;
}

/* footer css */
.mh_footer {
  background: #212121;
  padding: 35px 0;
}

.mh_footer-logo.text-center {
  margin-bottom: 40px;
}

.mh_footer-ul ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.mh_footer-ul ul li {
  list-style: none;
}

.mh_footer-ul ul li a {
  color: #cfcfcf;
  font-size: 14px;
  /* text-transform: uppercase; */
  font-weight: 600;
  padding: 5px 25px;
  display: block;
}

.mh_footer-copyright p {
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  /* text-transform: uppercase; */
  margin: 0;
}

/* .mh_footer-copyright {
    margin-bottom: 25px;
    margin-top: 30px;
} */
.mh_footer-social-icon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.mh_footer-social-icon ul li {
  list-style: none;
  padding: 20px 20px;
}

.mh_footer-social-icon ul li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #7c7b7e;
  text-align: center;
  transform: rotate(45deg);
}

.mh_footer-social-icon ul li a img {
  transform: rotate(-45deg);
}

/* responsive css */
@media screen and (max-width: 575px) {
  div.mh_header-logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .mh_header-right {
    text-align: center !important;
  }
  .our_service-sliderArrow {
    margin-top: 25px;
  }
}
