/* .container {
    max-width: 1600px;
} */

/* Banner Sec */
.service_page .banner_content {
  margin-top: 82px;
  position: relative;
  height: 498px;
  overflow: hidden;
}
.service_page .banner_content img {
  object-fit: cover;
  height: 100%;
}

.service_page .banner_content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(25 25 25 / 45%) 81%
  );
}

.service_page .banner_content .container {
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service_page .banner_content .banner_title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 auto 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
}

.service_page .banner_content .sub_title {
  font-size: 38px;
  color: #fff;
  font-weight: 200;
}

.service_page .banner_content .text_content {
  margin-bottom: 30px;
}
/* Banner Sec */

/* Custom Interiors */
.custom_interiors {
  text-align: center;
  padding: 85px 0 120px;
}
.custom_interiors .title_sec {
  margin-bottom: 70px;
}
.custom_interiors .title_sec .des {
  text-align: justify;
}
.custom_interiors .title_sec .des a {
  color: #C8794D;
  font-weight: 700;
}
.custom_interiors .title_sec .des a:hover {
  color: #C8794D;
}
/* .custom_interiors .container {
    max-width: 1800px;
} */

.custom_interiors .interiors_gallery_sec {
  display: flex;
  flex-wrap: wrap;
}
.custom_interiors .interiors_gallery_sec .left_gallery_photo {
  width: 62%;
  flex: 0 0 62%;
}

.custom_interiors .interiors_gallery_sec .right_gallery_photo {
  width: 39%;
  flex: 0 0 39%;
  margin-left: 10px;
}
.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .gallery_photo.living_gallery {
  height: 300px;
}

.custom_interiors .interiors_gallery_sec .gallery_photo {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}

.custom_interiors .gallery_photo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff00;
}
.custom_interiors .gallery_photo:hover:after {
  background: #ffffff5e;
}

.custom_interiors .gallery_photo img {
  transition: all 0.5s;
}
.custom_interiors .gallery_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.custom_interiors .gallery_photo {
  position: relative;
}
.custom_interiors .gallery_photo .gallery_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000001c;
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}
.custom_interiors .gallery_photo:hover .gallery_title {
  color: #0D0D0D;
}

.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .gallery_photo.living_gallery
  img {
  height: 300px;
  object-fit: cover;
}

.custom_interiors .interiors_gallery_sec .left_gallery_photo .m_gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
  justify-content: space-between;
}

.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .m_gallery
  .gallery_photo.tv_unit {
  height: 290px;
  margin-bottom: 10px;
}
.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .m_gallery
  .gallery_photo.tv_unit.pooja_unit {
  margin-bottom: 0;
}

.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .m_gallery
  .gallery_photo.tv_unit
  img {
  height: 290px;
  object-fit: cover;
}

.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .m_gallery
  .tv_pooja_gallery {
  width: 49.2%;
}
.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .m_gallery
  .gallery_photo.wall_paint {
  height: 590px;
  overflow: hidden;
  margin-left: 10px;
  width: 49.5%;
}

.custom_interiors
  .interiors_gallery_sec
  .left_gallery_photo
  .m_gallery
  .gallery_photo.wall_paint
  img {
  height: 594px;
  object-fit: cover;
}
.custom_interiors .interiors_gallery_sec .right_gallery_photo {
  width: 37%;
  flex: 0 0 37%;
  margin-left: 10px;
}

.custom_interiors
  .interiors_gallery_sec
  .right_gallery_photo
  .gallery_photo.bathroom {
  height: 600px;
  margin-bottom: 10px;
}

.custom_interiors
  .interiors_gallery_sec
  .right_gallery_photo
  .gallery_photo.bathroom
  img {
  height: 600px;
  object-fit: cover;
}

.custom_interiors .interiors_gallery_sec .gallery_photo.kids {
  height: 288px;
  object-fit: cover;
}

.custom_interiors .interiors_gallery_sec .gallery_photo.kids img {
  height: 288px;
  object-fit: cover;
}

.gallery_bottom_sec .botoom_gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen {
  width: 44%;
  overflow: hidden;
  border-radius: 20px;
  height: 280px;
}
.gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen img {
  height: 280px;
  object-fit: cover;
}
.gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop {
  width: 55%;
  flex: 0 0 55.1%;
  overflow: hidden;
  border-radius: 20px;
  margin-left: 10px;
  height: 280px;
}

.gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop img {
  height: 280px;
  object-fit: cover;
}

.gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit {
  width: 56%;
  flex: 0 0 56%;
  overflow: hidden;
  border-radius: 20px;
  margin-left: 0;
  height: 280px;
}
.gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit img {
  height: 280px;
  object-fit: cover;
}

.gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom {
  width: 43%;
  overflow: hidden;
  border-radius: 20px;
  height: 280px;
  margin-left: 10px;
}
.gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom img {
  height: 280px;
  object-fit: cover;
}
/* Custom Interiors */

.company_mission {
  background: url(../images/service_photo/why_choose_bg.png);
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  background-size: cover;
}
.company_mission:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #0D0D0Dc7 22%, #171717db 82%);
}
.company_mission .container {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: start;
}

.company_mission .company_photo {
  width: 38%;
  margin-right: 90px;
}

.company_mission .text_content {
  width: 48%;
  flex: 0 0 48%;
}

.company_mission .text_content .sub_title {
  /* color: #814882; */
  /* font-weight: 700; */
  /* text-transform: capitalize; */
  /* font-style: italic; */
  /* margin-bottom: 20px; */
}

.company_mission .text_content .title {
  text-align: left;
  /* line-height: 64px; */
  /* margin-bottom: 50px; */
  color: #fff;
}
.company_mission .text_content .des a {
  color: #C8794D;
  font-weight: 700;
}
.company_mission .text_content .des a:hover {
  color: #C8794D;
}
/* .company_mission .text_content .des {
    font-size: 22px;
} */

.company_mission .text_content .des {
  color: #fff;
}
.company_mission .company_photo {
  width: 32%;
  margin-right: 51px;
  overflow: hidden;
  position: relative;
}
.company_mission .company_photo:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.company_mission .company_photo:hover:after {
  opacity: 0.7;
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

.company_mission .company_photo img {
  transition: all 0.5s;
}
.company_mission .company_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.company_mission .text_content {
  /* text-align: left; */
  width: 48%;
  flex: 0 0 48%;
}

.company_mission .text_content .sub_title {
  /* color: #814882; */
  /* font-weight: 700; */
  text-transform: capitalize;
  /* font-style: italic; */
  /* margin-bottom: 20px; */
  font-size: 18px;
  color: #fff;
}

.company_mission.customized_solutions .text_content .sub_title {
  color: #656565;
}

/* .company_mission .text_content .title {
    text-align: left;
    line-height: 64px;
    margin-bottom: 50px;
} */

/* .company_mission .text_content .des {
    font-size: 22px;
} */

.company_mission .text_content .bottom_sec {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.company_mission .text_content .bottom_sec .experience_sec {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}
.company_mission .text_content .bottom_sec .experience_sec .text_content {
  width: 80%;
  flex: 0 0 80%;
  margin-left: 20px;
}
.company_mission .text_content .bottom_sec .experience_sec i {
  color: #C8794D;
  font-size: 24px;
  margin-top: 6px;
}
.company_mission
  .text_content
  .bottom_sec
  .experience_sec
  .text_content
  .experience {
  color: #C8794D;
  font-weight: 600;
  font-size: 20px;
  width: 80%;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Customized Solutions */
.company_mission.customized_solutions {
  padding: 80px 0;
  background: none;
}
.company_mission.customized_solutions:before {
  display: none;
}
.company_mission.customized_solutions .text_content {
  margin-right: 100px;
  width: 44%;
  flex: 0 0 44%;
}

.company_mission.customized_solutions .text_content .title {
  line-height: 1.4;
  margin-bottom: 10px;
  color: #0D0D0D;
}

.company_mission.customized_solutions .text_content .title span {
  margin-left: 20px;
}
.company_mission.customized_solutions .text_content .des {
  width: 100%;
  line-height: 1.8;
  text-align: justify;
  color: #222;
}
.company_mission.customized_solutions .customized_photo_sec {
  width: 48%;
  position: relative;
}

.company_mission.customized_solutions .customized_photo_sec .customized_photo {
  width: 84%;
  position: relative;
}
.company_mission.customized_solutions .customized_photo_sec .text_content {
  background: #C8794D;
  display: flex;
  margin: 0;
  padding: 30px 32px;
  border-radius: 15px;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 52%;
}
.company_mission.customized_solutions .customized_photo_sec .text_content img {
  width: 44px;
  margin-right: 15px;
}

.company_mission.customized_solutions .customized_photo_sec .text_content .des {
  margin: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.company_mission.customized_solutions
  .customized_photo_sec
  .customized_photo:after {
  content: "";
  background: #C8794D;
  width: 54px;
  height: 170px;
  position: absolute;
  right: -20px;
  bottom: 0px;
  z-index: -1;
  border-radius: 10px;
}

.company_mission.customized_solutions
  .customized_photo_sec
  .customized_photo
  img {
  border-radius: 20px;
}
.company_mission.customized_solutions
  .customized_photo_sec
  .customized_photo:hover
  img {
  opacity: 0.8;
}
/* Customized Solutions */

/* Providing Solutions */
.providing_solutions {
  display: flex;
  background: #0D0D0D;
  flex-wrap: wrap;
  background: rgb(13, 13, 13);
  background: -moz-linear-gradient(
    180deg,
    rgba(13, 13, 13, 1) 22%,
    rgba(23, 23, 23, 1) 82%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(13, 13, 13, 1) 22%,
    rgba(23, 23, 23, 1) 82%
  );
  background: linear-gradient(
    180deg,
    rgba(13, 13, 13, 1) 22%,
    rgba(23, 23, 23, 1) 82%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D0D0D",endColorstr="#171717",GradientType=1);
}
.providing_solutions .providing_photo {
  width: 48%;
  height: 580px;
  overflow: hidden;
  position: relative;
}
.providing_solutions .providing_photo img {
  transition: all 0.5s;
}

.providing_solutions .providing_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.providing_solutions .providing_photo:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.providing_solutions .providing_photo:hover:after {
  opacity: 0.7;
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

.providing_solutions .text_content {
  width: 52%;
  padding: 54px 234px 48px 60px;
}
.providing_solutions .text_content .des {
  color: #fff;
  margin-bottom: 40px;
}
.providing_solutions .text_content .bottom_sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.providing_solutions .text_content .bottom_sec .solution_content {
  width: 44%;
}

.providing_solutions
  .text_content
  .bottom_sec
  .solution_content
  .solution_icon {
  width: 54px;
  margin-bottom: 15px;
}

.providing_solutions
  .text_content
  .bottom_sec
  .solution_content
  .solution_title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.providing_solutions .text_content .bottom_sec .solution_content .des {
  color: #fff;
  margin-bottom: 18px;
}

.providing_solutions .text_content .title {
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
  font-size: 30px;
}

.providing_solutions .text_content .bottom_sec .solution_content .des {
  /* font-size: 14px; */
  color: #fff;
}
/* Home Automation & IoT Section */
.home_automation_sec {
  padding: 80px 0;
  background: #fafafa;
}
.home_automation_sec .text_content .sub_title {
  font-size: 18px;
  color: #C8794D;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.home_automation_sec .text_content .title {
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 20px;
}
.home_automation_sec .text_content .title span {
  color: #C8794D;
}
.home_automation_sec .text_content .des {
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}
.home_automation_sec .text_content .bottom_sec .experience_sec {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.home_automation_sec .text_content .bottom_sec .experience_sec i {
  color: #C8794D;
  font-size: 20px;
  margin-top: 4px;
  margin-right: 14px;
  flex-shrink: 0;
}
.home_automation_sec .text_content .bottom_sec .experience_sec .experience {
  font-size: 18px;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 4px;
}
.home_automation_sec .text_content .bottom_sec .experience_sec .des {
  font-size: 15px;
  color: #555;
  margin: 0;
}
.home_auto_photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transition: all 0.5s;
}
.home_auto_photo:hover img {
  transform: scale(1.03);
}
.home_automation_sec .more {
  display: inline-block;
  color: #C8794D;
  border: 2px solid #C8794D;
  padding: 12px 28px;
  position: relative;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
.home_automation_sec .more:hover {
  background: #C8794D;
  color: #fff;
}
/* Home Automation & IoT Section */

.providing_solutions .text_content .more {
  color: #C8794D;
  border: 2px solid #C8794D;
  padding: 15px;
  position: relative;
  background: #0D0D0D;
  z-index: 1;
  border-radius: 4px;
  font-size: 16px;
}

.providing_solutions .text_content .more:after {
  content: "";
  position: absolute;
  border: 1px solid #C8794D;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.providing_solutions .text_content .more:hover:after {
  left: 5px;
  top: 5px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

/* Journey Tab sec */
.journey_tab_sec {
  padding: 80px 0;
  background: url(../images/service_photo/journey_bg.png);
  background-repeat: no-repeat;
}
.journey_tab .nav-tabs {
  justify-content: space-between;
  margin-bottom: 60px;
  border-bottom: none;
}

.journey_tab .nav-tabs .nav-link {
  background: #ffe9c6;
  color: #0D0D0D;
  font-size: 16px;
  font-weight: 600;
  width: 24%;
  margin: 0 2px;
  border-radius: 8px;
  padding: 12px 10px;
}

.journey_tab .nav-tabs .nav-link:hover,
.journey_tab .nav-tabs .nav-link.active {
  background: #C8794D;
  color: #fff;
}
/* Journey Tab sec */

/* Journey Tab Sec */
.journey_tab_sec .title {
  margin-bottom: 30px;
}
.journey_tab_sec .journey_tab .journey_content {
  display: flex;
  justify-content: space-between;
  width: 90%;
  justify-content: center;
  margin: auto;
}

.journey_tab_sec .journey_tab .journey_content .journey_photo {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 80px;
  height: 601px;
  position: relative;
}
.journey_tab_sec .journey_tab .journey_content .journey_photo:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.journey_tab_sec .journey_tab .journey_content .journey_photo:hover:after {
  opacity: 0.7;
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

.journey_tab_sec .journey_tab .journey_content .journey_photo img {
  height: 601px;
  transition: all 0.5s;
}
.journey_tab_sec .journey_tab .journey_content .journey_photo:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.journey_tab_sec .journey_tab .journey_content .text_content {
  width: 44%;
}

.journey_tab_sec .journey_tab .journey_content .text_content .journey_title {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  margin-bottom: 8px;
}

.journey_tab_sec .journey_tab .journey_content .text_content .des {
  /* color: #7F7C7F; */
  /* font-size: 20px; */
}

.journey_tab_sec .journey_tab .journey_content .text_content .journey_list {
  margin-left: 40px;
  margin-top: 28px;
}

.journey_tab_sec
  .journey_tab
  .journey_content
  .text_content
  .journey_list
  .list_content {
  margin-bottom: 10px;
}
.journey_tab_sec
  .journey_tab
  .journey_content
  .text_content
  .journey_list
  .list_content
  .list_title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.journey_tab_sec
  .journey_tab
  .journey_content
  .text_content
  .journey_list
  .list_content
  .list_title
  span {
  background: #0D0D0D;
  font-size: 14px;
  color: #C8794D;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 10px;
}

.journey_tab_sec
  .journey_tab
  .journey_content
  .text_content
  .journey_list
  .list_content
  .des {
  margin: 0;
}

/* Journey Tab Sec */

/* Warranty Delivery */

.warranty_delivery {
  background: #fafafa;
  padding: 80px 0 130px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.warranty_delivery .view_more {
  font-size: 16px;
  padding: 12px 24px;
  margin-top: 30px;
}

.warranty_delivery .view_more:after {
  width: 249px;
  height: 49px;
}
.warranty_delivery .border-right {
  border-right: 1px solid #e6e6e6 !important;
}
.warranty_delivery .warranty_content {
  text-align: center;
  padding: 0 20px;
}
.warranty_delivery .warranty_content .warranty_icon {
  width: 54px;
  margin: auto;
}
.warranty_delivery .warranty_content .warranty_icon img {
  width: 100%;
}
.warranty_delivery .warranty_content .text_content {
  margin-top: 20px;
}

.warranty_delivery .warranty_content .text_content .warranty_title {
  font-size: 20px;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.warranty_delivery .warranty_content .text_content .des {
  line-height: 1.4;
  font-size: 16px;
  color: #0d0d0d;
}

.warranty_delivery .row {
  align-items: center;
}
/* Warranty Delivery */

/*****===== Start Responsive Css  *****/
@media (max-width: 1800px) {
  .service_page .banner_content {
    height: 400px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint {
    width: 49%;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop {
    width: 55%;
    flex: 0 0 55%;
  }
  .providing_solutions .providing_photo {
    width: 50%;
  }
  .providing_solutions .text_content {
    width: 50%;
    padding: 40px 75px 38px 60px;
  }
  .providing_solutions .text_content .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  /* .custom_interiors .gallery_photo .gallery_title {
        font-size: 60px;
    } */

  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .gallery_photo.living_gallery {
    height: 320px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .gallery_photo.living_gallery
    img {
    height: 320px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint {
    height: 690px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint
    img {
    height: 690px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.tv_unit {
    height: 340px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .right_gallery_photo
    .gallery_photo.bathroom,
  .custom_interiors
    .interiors_gallery_sec
    .right_gallery_photo
    .gallery_photo.bathroom
    img {
    height: 660px;
  }
  .custom_interiors .interiors_gallery_sec .gallery_photo.kids {
    height: 348px;
  }
  .custom_interiors .interiors_gallery_sec .gallery_photo.kids img {
    height: 348px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop {
    height: 344px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop img {
    height: 344px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen {
    height: 344px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen img {
    height: 344px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom {
    height: 344px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom img {
    height: 344px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit,
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit img {
    height: 344px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.tv_unit
    img {
    height: 340px;
  }
}

@media (max-width: 1600px) {
  .service_page .banner_content .banner_title {
    font-size: 40px;
  }
  .service_page .banner_content .sub_title {
    font-size: 48px;
  }

  .company_mission .company_photo {
    width: 40%;
    margin-right: 80px;
  }
  /* .company_mission .text_content .bottom_sec .experience_sec .text_content .experience {
        font-size: 24px;
    } */
  .company_mission .text_content .sub_title {
    margin-bottom: 10px;
  }
  .company_mission .text_content .title {
    margin-bottom: 14px;
    line-height: 48px;
  }
  .providing_solutions .text_content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .providing_solutions .text_content .des {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .company_mission .text_content {
    width: 54%;
    flex: 0 0 54%;
  }

  .company_mission.customized_solutions {
    padding: 90px 0;
  }
  .company_mission.customized_solutions .text_content .title span {
    line-height: 84px;
  }
  .company_mission.customized_solutions .customized_photo_sec .text_content {
    width: 50%;
  }
  .company_mission.customized_solutions
    .customized_photo_sec
    .text_content
    img {
    width: 40px;
  }
  .providing_solutions .providing_photo img {
    height: 522px;
    object-fit: cover;
  }
  .providing_solutions .text_content {
    padding: 38px 45px 38px 60px;
  }
  .providing_solutions .text_content .title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .providing_solutions
    .text_content
    .bottom_sec
    .solution_content
    .solution_icon {
    width: 44px;
    margin-bottom: 24px;
  }

  .providing_solutions
    .text_content
    .bottom_sec
    .solution_content
    .solution_title {
    margin-bottom: 18px;
  }
  .providing_solutions .text_content .bottom_sec .solution_content .des {
    margin-bottom: 20px;
  }
  .journey_tab_sec .title {
    margin-bottom: 20px;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo,
  .journey_tab_sec .journey_tab .journey_content .journey_photo img {
    height: 601px;
  }
  .journey_tab .nav-tabs {
    width: 80%;
    margin: 0 auto 60px;
  }
  .journey_tab .nav-tabs .nav-link {
    width: 24%;
  }

  .warranty_delivery .warranty_content .text_content .warranty_title {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .service_page .container {
    max-width: 990px;
  }
  .service_page .banner_content {
    margin-top: 69px;
    height: 340px;
  }

  .service_page .banner_content .text_content {
    margin-bottom: 34px;
  }
  .service_page .banner_content .banner_title {
    font-size: 38px;
  }
  .service_page .banner_content .sub_title {
    font-size: 34px;
  }
  .custom_interiors .title_sec {
    margin-bottom: 50px;
  }
  .custom_interiors .interiors_gallery_sec .gallery_photo {
    border-radius: 15px;
  }
  .custom_interiors .interiors_gallery_sec .right_gallery_photo {
    width: 36%;
    flex: 0 0 36%;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop {
    width: 54%;
    flex: 0 0 54%;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.tv_unit {
    height: 200px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.tv_unit
    img {
    height: 200px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint {
    height: 410px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint
    img {
    height: 410px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .right_gallery_photo
    .gallery_photo.bathroom,
  .custom_interiors
    .interiors_gallery_sec
    .right_gallery_photo
    .gallery_photo.bathroom
    img {
    height: 450px;
  }
  .custom_interiors .interiors_gallery_sec .gallery_photo.kids {
    height: 200px;
  }
  .custom_interiors .interiors_gallery_sec .gallery_photo.kids img {
    height: 200px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen {
    height: 230px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen img {
    height: 230px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop {
    height: 230px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop img {
    height: 230px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit,
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit img {
    height: 230px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom {
    height: 230px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom img {
    height: 230px;
  }
  .custom_interiors {
    padding: 65px 0 70px;
  }
  .custom_interiors .gallery_photo .gallery_title {
    font-size: 24px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .gallery_photo.living_gallery {
    height: 240px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .gallery_photo.living_gallery
    img {
    height: 240px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom {
    width: 42%;
  }

  .company_mission .company_photo {
    width: 35%;
    margin-right: 60px;
  }
  .company_mission.customized_solutions .text_content {
    width: 47%;
    flex: 0 0 47%;
  }
  .company_mission .text_content .bottom_sec .experience_sec {
    width: 50%;
  }
  .company_mission .text_content .bottom_sec .experience_sec .text_content {
    width: 81%;
    flex: 0 0 81%;
    margin-left: 16px;
  }
  .company_mission .text_content .sub_title {
    margin-bottom: 4px;
  }
  .company_mission .text_content .title {
    margin-bottom: 10px;
    line-height: 39px;
  }
  .company_mission .text_content .bottom_sec {
    margin-top: 30px;
  }
  .company_mission .text_content .bottom_sec .experience_sec img {
    width: 26px;
    margin-top: 5px;
  }
  .company_mission
    .text_content
    .bottom_sec
    .experience_sec
    .text_content
    .experience {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .company_mission.customized_solutions .customized_photo_sec .text_content {
    bottom: 92px;
    width: 50%;
    padding: 20px;
    border-radius: 10px;
  }
  .company_mission.customized_solutions .text_content .title span {
    line-height: 54px;
  }

  .company_mission.customized_solutions .text_content .des {
    width: 100%;
  }
  .providing_solutions .text_content {
    width: 48%;
  }
  .company_mission .text_content .bottom_sec .experience_sec i {
    font-size: 20px;
  }
  .providing_solutions .providing_photo {
    width: 52%;
    overflow: hidden;
  }
  .providing_solutions .providing_photo img {
    height: 590px;
    object-fit: cover;
  }
  .journey_tab .nav-tabs {
    margin-bottom: 60px;
  }
  .journey_tab .nav-tabs .nav-link {
    padding: 10px;
    border-radius: 10px;
  }
  .journey_tab .nav-tabs {
    margin-bottom: 60px;
  }

  .journey_tab_sec .journey_tab .journey_content .journey_photo,
  .journey_tab_sec .journey_tab .journey_content .journey_photo img {
    height: 518px;
    object-fit: cover;
  }
  .providing_solutions .text_content .bottom_sec .solution_content .des {
    font-size: 14px;
  }
  .providing_solutions .text_content .more {
    font-size: 14px;
  }
  .journey_tab_sec
    .journey_tab
    .journey_content
    .text_content
    .journey_list
    .list_content
    .list_title {
    font-size: 16px;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content .journey_list {
    margin-left: 40px;
    margin-top: 18px;
  }

  .warranty_delivery .warranty_content {
    padding: 0 15px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .service_page .banner_content {
    height: 260px;
  }
  .service_page .container {
    max-width: 800px;
  }
  .service_page .banner_content .text_content {
    margin-bottom: 20px;
  }
  .service_page .banner_content {
    margin-top: 51px;
  }
  .service_page .banner_content .banner_title {
    font-size: 30px;
  }
  .service_page .banner_content .sub_title {
    font-size: 28px;
  }

  .custom_interiors {
    padding: 45px 0 70px;
  }
  .custom_interiors .title_sec {
    margin-bottom: 50px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint {
    width: 48%;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .tv_pooja_gallery {
    width: 49%;
  }
  .custom_interiors .gallery_photo .gallery_title {
    font-size: 22px;
  }
  .custom_interiors .interiors_gallery_sec .left_gallery_photo {
    width: 62%;
    flex: 0 0 62%;
  }
  .custom_interiors .interiors_gallery_sec .right_gallery_photo {
    width: 36%;
    flex: 0 0 36%;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop {
    width: 54%;
    flex: 0 0 54%;
  }
  .company_mission .text_content .title {
    margin-bottom: 14px;
    line-height: 28px;
  }
  .company_mission .text_content .bottom_sec .experience_sec .text_content {
    width: 82%;
    flex: 0 0 82%;
    margin-left: 10px;
  }
  .company_mission
    .text_content
    .bottom_sec
    .experience_sec
    .text_content
    .experience {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .company_mission.customized_solutions .text_content {
    width: 47%;
    flex: 0 0 47%;
    margin-right: 50px;
  }
  .company_mission.customized_solutions .customized_photo_sec .text_content {
    bottom: 206px;
    width: 65%;
    padding: 10px;
  }
  .company_mission.customized_solutions
    .customized_photo_sec
    .customized_photo:after {
    height: 130px;
  }
  .company_mission.customized_solutions .customized_photo_sec {
    width: 38%;
  }
  .company_mission.customized_solutions
    .customized_photo_sec
    .text_content
    img {
    width: 30px;
    margin-right: 12px;
  }

  .company_mission.customized_solutions {
    padding: 80px 0 40px;
  }
  .company_mission.customized_solutions .text_content .title {
    line-height: 14px;
    margin-bottom: 4px;
    font-size: 24px;
  }
  .company_mission.customized_solutions .text_content .title span {
    margin-left: 10px;
    font-size: 28px;
  }
  .company_mission .text_content .bottom_sec .experience_sec i {
    font-size: 18px;
  }
  .providing_solutions .providing_photo {
    height: 480px;
  }
  .providing_solutions .text_content .title {
    font-size: 20px;
  }
  .providing_solutions .text_content .des {
    font-size: 14px;
  }
  .providing_solutions .text_content {
    padding: 38px 45px 38px 29px;
  }
  .providing_solutions
    .text_content
    .bottom_sec
    .solution_content
    .solution_icon {
    width: 38px;
    margin-bottom: 14px;
  }
  .providing_solutions
    .text_content
    .bottom_sec
    .solution_content
    .solution_title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  /* .company_mission.customized_solutions .customized_photo_sec .text_content {
        bottom: 200px;
        width: 74%;
    } */
  .providing_solutions .providing_photo {
    width: 46%;
  }
  .providing_solutions .providing_photo img {
    height: 540px;
  }
  .providing_solutions .text_content {
    width: 54%;
  }
  .journey_tab_sec {
    padding: 70px 0;
  }
  .journey_tab_sec .title {
    margin-bottom: 30px;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo {
    width: 48%;
    margin-right: 30px;
    height: 434px;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo img {
    height: 434px;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content .journey_list {
    margin-left: 14px;
    margin-top: 18px;
    font-size: 28px;
  }
  /* .journey_tab_sec .journey_tab .journey_content .text_content .des {
        font-size: 18px;
    } */
  /* .journey_tab_sec .journey_tab .journey_content .text_content .journey_list .list_content .list_title {
        font-size: 22px;
    } */
  .warranty_delivery {
    padding: 50px 0 130px;
  }
  .service_page .container {
    max-width: 940px;
  }
  .warranty_delivery .warranty_content .text_content .warranty_title {
    font-size: 18px;
  }
}

/* 992px */
@media (max-width: 992px) {
  .service_page .banner_content {
    height: 190px;
  }
  .service_page .banner_content .banner_title {
    font-size: 24px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .service_page .banner_content .sub_title {
    font-size: 22px;
    margin: 0;
  }
  .custom_interiors .interiors_gallery_sec .left_gallery_photo {
    width: 58%;
    flex: 0 0 58%;
  }
  .custom_interiors .interiors_gallery_sec .right_gallery_photo {
    width: 40%;
    flex: 0 0 40%;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .tv_pooja_gallery {
    width: 54%;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint {
    width: 43%;
    height: 464px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint
    img {
    height: 464px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom {
    width: 41%;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit {
    width: 57%;
    flex: 0 0 57%;
    margin-left: 0;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.tv_unit,
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.tv_unit
    img {
    height: 228px;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .gallery_photo.living_gallery,
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .gallery_photo.living_gallery
    img {
    height: 260px;
  }

  .custom_interiors
    .interiors_gallery_sec
    .right_gallery_photo
    .gallery_photo.bathroom,
  .custom_interiors
    .interiors_gallery_sec
    .right_gallery_photo
    .gallery_photo.bathroom
    img {
    height: 500px;
  }
  .custom_interiors .interiors_gallery_sec .gallery_photo.kids,
  .custom_interiors .interiors_gallery_sec .gallery_photo.kids img {
    height: 224px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop,
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop img {
    height: 246px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen,
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen img {
    height: 246px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit,
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit img {
    height: 246px;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom,
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom img {
    height: 246px;
  }

  .custom_interiors .gallery_photo .gallery_title {
    font-size: 24px;
  }

  .company_mission .container {
    flex-direction: column;
  }

  .company_mission .company_photo {
    width: 60%;
    margin: auto;
  }

  .company_mission .container {
    flex-direction: column;
  }
  .company_mission .company_photo {
    width: 60%;
    margin: 0 auto 80px;
  }
  .company_mission .text_content {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .company_mission .text_content .title {
    text-align: center;
  }
  .company_mission .text_content .bottom_sec .experience_sec .text_content {
    text-align: left;
  }
  .company_mission.customized_solutions {
    padding: 30px 0 40px;
  }
  .company_mission.customized_solutions .text_content .title span {
    line-height: 54px;
  }
  .company_mission.customized_solutions .container {
    flex-direction: column-reverse;
  }
  .company_mission.customized_solutions .text_content {
    width: 100%;
    flex: 0 0 44%;
  }
  .company_mission.customized_solutions .customized_photo_sec {
    width: 74%;
    margin: 0 auto 50px;
  }
  .company_mission.customized_solutions
    .customized_photo_sec
    .customized_photo {
    width: 84%;
    float: right;
  }
  .company_mission.customized_solutions .customized_photo_sec .text_content {
    bottom: -20px;
    width: 36%;
    margin: auto;
    left: 60px;
  }
  .providing_solutions {
    flex-direction: column;
  }

  .providing_solutions .providing_photo {
    width: 100%;
    height: 380px;
  }
  .providing_solutions .providing_photo img {
    height: 380px;
  }
  .providing_solutions .text_content {
    width: 100%;
    padding: 50px 50px 70px;
  }
  .journey_tab_sec {
    padding: 40px 0 80px;
  }
  .journey_tab_sec .title {
    margin-bottom: 20px;
  }
  .journey_tab .nav-tabs {
    width: 100%;
    margin: 0 auto 30px;
  }

  .journey_tab .nav-tabs .nav-link {
    font-size: 18px;
    padding: 10px;
  }
  .journey_tab_sec .journey_tab .journey_content {
    flex-direction: column;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo {
    width: 60%;
    margin: 0 auto 40px;
    height: 403px;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo img {
    height: 403px;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content {
    width: 100%;
  }
}

/* 767px */
@media (max-width: 767px) {
  .home_automation_sec {
    padding: 50px 0;
  }
  .service_page .banner_content {
    height: 130px;
    margin-top: 65px;
  }
  .custom_interiors {
    padding: 44px 0 60px;
  }
  .service_page .banner_content .container {
    justify-content: center;
  }
  .service_page .banner_content .banner_title {
    font-size: 20px;
  }
  .service_page .banner_content .sub_title {
    font-size: 22px;
  }
  .service_page .banner_content .text_content {
    text-align: center;
    margin-bottom: 12px;
  }
  .custom_interiors .interiors_gallery_sec .left_gallery_photo {
    width: 100%;
    flex: 0 0 100%;
  }
  .custom_interiors .interiors_gallery_sec .left_gallery_photo .m_gallery {
    flex-direction: column;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .tv_pooja_gallery {
    width: 100%;
  }
  .custom_interiors
    .interiors_gallery_sec
    .left_gallery_photo
    .m_gallery
    .gallery_photo.wall_paint {
    width: 100%;
    margin: 12px auto;
  }
  .custom_interiors .interiors_gallery_sec .right_gallery_photo {
    width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen {
    width: 100%;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.word_drop {
    width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }
  .gallery_bottom_sec .botoom_gallery {
    flex-direction: column;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.crockery_unit {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.interior_bedroom {
    width: 100%;
    margin: 10px auto 0;
  }
  .gallery_bottom_sec .botoom_gallery .gallery_photo.kitchen {
    margin: 10px auto;
  }
  .providing_solutions .text_content .title {
    text-align: center;
    line-height: 1.5;
  }
  .providing_solutions .text_content .des {
    text-align: center;
  }
  .providing_solutions .text_content {
    text-align: center;
  }
  .company_mission .text_content .bottom_sec {
    flex-direction: column;
  }
  .company_mission .text_content .bottom_sec .experience_sec {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .company_mission.customized_solutions .customized_photo_sec .text_content {
    width: 50%;
    border-radius: 10px;
  }
  .company_mission .text_content .bottom_sec .experience_sec .text_content {
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
    margin: 12px auto 0;
  }
  .company_mission
    .text_content
    .bottom_sec
    .experience_sec
    .text_content
    .experience {
    font-size: 20px;
    width: 100%;
  }
  .company_mission .company_photo {
    margin: 0 auto 60px;
  }
  .company_mission.customized_solutions .customized_photo_sec {
    width: 100%;
  }

  .company_mission.customized_solutions
    .customized_photo_sec
    .customized_photo {
    width: 84%;
    margin-right: 30px;
  }
  .providing_solutions .text_content .bottom_sec {
    flex-direction: column;
  }
  .providing_solutions .text_content .bottom_sec {
    flex-direction: column;
  }
  .providing_solutions .text_content .bottom_sec .solution_content {
    width: 100%;
  }

  .providing_solutions
    .text_content
    .bottom_sec
    .solution_content
    .solution_icon {
    width: 44px;
    margin: 0 auto 30px;
  }

  .journey_tab .nav-tabs {
    margin-bottom: 30px;
  }

  .journey_tab .nav-tabs .nav-link {
    width: 48%;
    margin: 0 auto 19px;
    font-size: 20px;
    padding: 16px;
    border-radius: 12px;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo {
    width: 100%;
    margin: 0 auto 40px;
    height: 494px;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo img {
    height: 494px;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content {
    width: 100%;
    text-align: center;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content .journey_list {
    margin-left: 0;
    margin-top: 30px;
  }
}

/* 480px */
@media (max-width: 480px) {
  .custom_interiors .title_sec {
    margin-bottom: 30px;
  }
  .custom_interiors .title_sec .des {
    text-align: justify;
  }

  .service_page .banner_content {
    margin-top: 66px;
    height: 90px;
  }
  .service_page .banner_content .text_content {
    margin-bottom: 10px;
  }
  .service_page .banner_content .banner_title {
    font-size: 16px;
    padding: 0 0 4px;
    margin: 0 auto 4px;
  }
  .service_page .banner_content .sub_title {
    font-size: 16px;
    margin: 0;
  }
  .custom_interiors {
    padding: 44px 0 60px;
  }
  .custom_interiors .gallery_photo .gallery_title {
    font-size: 20px;
  }
  .company_mission.customized_solutions {
    padding: 40px 0;
  }
  .company_mission .text_content .title {
    margin-bottom: 14px;
    line-height: 28px;
  }
  .company_mission
    .text_content
    .bottom_sec
    .experience_sec
    .text_content
    .experience {
    font-size: 16px;
  }
  .company_mission
    .text_content
    .bottom_sec
    .experience_sec
    .text_content
    .des {
    font-size: 14px;
  }
  .company_mission.customized_solutions .customized_photo_sec .text_content {
    bottom: -40px;
    width: 100%;
    margin: auto;
    left: 0;
  }
  .custom_interiors {
    padding: 34px 0 60px;
  }
  .company_mission.customized_solutions .text_content .title span {
    line-height: 42px;
  }
  .company_mission.customized_solutions
    .customized_photo_sec
    .text_content
    img {
    width: 30px;
    margin-right: 10px;
  }
  .company_mission.customized_solutions
    .customized_photo_sec
    .text_content
    .des {
    font-size: 16px;
    line-height: 20px;
  }
  .company_mission.customized_solutions .customized_photo_sec .text_content {
    width: 58%;
    margin: auto;
    left: 0;
    padding: 10px;
  }
  .company_mission .text_content .sub_title {
    margin-bottom: 2px;
    font-size: 16px;
  }
  .company_mission.customized_solutions .text_content .title {
    line-height: 14px;
    font-size: 20px;
  }
  .company_mission.customized_solutions .text_content {
    width: 100%;
    flex: 0 0 100%;
    margin: 10px auto 0;
  }
  .providing_solutions .text_content {
    padding: 40px 30px;
  }
  .providing_solutions .text_content .title {
    font-size: 20px;
  }
  .journey_tab .nav-tabs .nav-link {
    margin: 0 auto 9px;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .journey_tab_sec .journey_tab .journey_content .journey_photo,
  .journey_tab_sec .journey_tab .journey_content .journey_photo img {
    height: 340px;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content .journey_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content .journey_list {
    margin-top: 20px;
  }
  .journey_tab_sec
    .journey_tab
    .journey_content
    .text_content
    .journey_list
    .list_content
    .list_title
    span {
    font-size: 12px;
  }
  .journey_tab_sec .journey_tab .journey_content .text_content .des {
    font-size: 15px;
    margin-bottom: 0;
  }
  .journey_tab_sec
    .journey_tab
    .journey_content
    .text_content
    .journey_list
    .list_content
    .list_title {
    font-size: 16px;
  }

  .warranty_delivery .warranty_content .warranty_icon {
    width: 44px;
  }
  .warranty_delivery .warranty_content .text_content {
    margin-top: 16px;
  }
}
