@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,400;1,6..12,600;1,6..12,700;1,6..12,800&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  color: #000;
  overflow: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  line-height: normal;
  text-transform: capitalize;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 25px;
  text-transform: lowercase;
}
p:first-letter {
  text-transform: uppercase;
}
a {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  color: #f60e5e;
}
ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #000;
  list-style-type: none;
  text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
  margin: 0 0 20px 0;
  padding: 20px 30px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #555;
  line-height: normal;
  width: 100%;
  outline: none;
  border: 1px solid #eee;

  border-radius: 10px;
}
input[type="submit"] {
  margin: 10px 0;
  padding: 12px 15px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  border: none;
  outline: none;
  background: #fc3e0e;
  border-radius: 10px;
  transition: 0.5s;
}
input[type="submit"]:hover {
  background: #fc3e0e;
}
textarea {
  height: 100px;
  border-radius: 20px;
}
/* Enquery Now */
button.btn-primary {
  transform: translateY(-50%);
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99;
  width: 36px;
  height: 120px;
  font-size: 15px;
  color: #fff;
  writing-mode: vertical-lr;
  padding: 4px;
  border-radius: 0 10px 10px 0;
}
button.btn-primary:before {
  border-radius: 5px;
}
button.btn-primary:hover:before {
  border-radius: 5px;
}

/*side-form*/
.side-form .offcanvas-body input[type="text"],
.side-form .offcanvas-body input[type="email"],
.side-form .offcanvas-body input[type="number"],
.side-form .offcanvas-body select,
.side-form .offcanvas-body textarea {
  background: #dddddd3d;
}

/*heading*/
.heading,
.headingleft {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  color: #000;
  width: 70%;
  margin: 0 auto 30px;
  position: relative;
}
/* .heading:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 40%;
  height: 5px;
  background: #fe991c87;
  transform: translateX(-50%);
  z-index: -1;
} */
.headingleft {
  text-align: left;
  margin: 0 0 13px 0;
  width: 40%;
}
.heading small,
.headingleft small {
  display: block;
  font-size: 20px;
  color: #fc3e0e;
  line-height: 20px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.heading small:before,
.heading small:after,
.headingleft small:before,
.headingleft small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 40px;
  height: 3px;
  background: linear-gradient(45deg, #fc3e0e, #f60e5e);
  transform: translateY(-50%);
}
.heading small:after,
.headingleft small:after {
  left: auto;
  right: -50px;
}
/*smoicons*/
.smoicons ul li a {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
  border-right: 1px dashed #ddd;
  padding-right: 15px;
}
.smoicons ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.smoicons ul li a:hover {
  color: #fc9515;
}

/*Back-to-top-button*/
#button {
  display: inline-block;
  background-color: #fc3e0e;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#button i {
  color: #fff;
  font-size: 15px;
}
#button:hover {
  cursor: pointer;
  background-color: #f60e5e;
  color: #fff;
}
#button:active {
  background-color: #f60e5e;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*call-button*/
.call-button {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #09ff4e, #00d13a, #00d13a);
  width: 100%;
  padding: 5px 0;
  z-index: 22;
  border-radius: 0 50px 0 0;
  text-align: center;
 
}

.call-button a {
  color: #fff;
}
.call-button a i {
  font-size: 16px;
  margin: 0 6px 0 11px;
}

/*offcanvas*/
.offcanvas {
  padding: 20px;
}
.offcanvas .logo {
  width: 150px;
}
.offcanvas ul.sidebar-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.offcanvas ul.sidebar-contact li p {
  padding: 0;
  margin: 0 0 0 20px;
  font-size: 17px;
}
.offcanvas ul.sidebar-contact li p span {
  display: block;
  font-size: 20px;
}
.offcanvas ul.sidebar-contact li p a {
  font-size: 20px;
  display: block;
  text-transform: lowercase;
}
.offcanvas .smoicons {
  margin: 40px 0;
}
.offcanvas .smoicons ul li a {
  font-size: 20px;
  color: #fff;
  background: #4064ac;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
}
.offcanvas .subscribe input[type="email"] :placeholder {
  color: #fff;
}

/*btn-primary*/
.btn-primary:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f60e5e;
  transition: 0.6s;
  border-radius: 5px;
  z-index: -1;
  visibility: hidden;
}
.btn-primary:hover:before {
  visibility: visible;
  top: 0;
  bottom: auto;
  transform: scaleY(0);
}

/*slider*/
.slider img {
  width: 100%;
}
.slider .carousel-caption-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider .carousel-caption-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 15px;
}
.slider .carousel-caption-content h1 span {
  display: block;
  color: #fc3e0e;
}
.slider .carousel-caption-content p {
  font-size: 20px;
  font-weight: 600;
  width: 60%;
  margin-bottom: 30px;
  color: #333;
}

/*services*/
.services {
  margin: 0 0 80px 0;
}
.services .heading {
  width: 40%;
}
.services .col-lg-3:nth-child(2) .services-list,
.services .col-lg-3:nth-child(4) .services-list,
.services .col-lg-3:nth-child(6) .services-list {
  margin-top: 40px;
}
.services .services-list {
  border-radius: 10px;
  /* height: 100%; */
  transition: 0.6s;
  background: linear-gradient(to top, #f60e5e, #fc3e0e);
}

.services .services-list figure {
  overflow: hidden;
  margin: 0;
  /* border-radius: 10px 10px 0 0; */
}
.services .services-list figure img {
  width: 100%;
  transition: 0.6s;
}
.services .services-list:hover figure img {
  transform: scale(1.2);
}

.services .services-list figure.services-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.services .services-list figure.services-list-heading h3 {
  font-size: 16px;
  color: #fff;
  margin: 0 6px 0 0;
}
.services .services-list figure.services-list-heading img {
  width: 40px;
  transform: none;
  background: #f3533a;
  padding: 5px;
  filter: brightness(1.4);
  border-radius: 5px;
}
.services .services-list .services-content {
  width: 100%;
  margin: 0px auto 20px;
  /* background: linear-gradient(to top, #f60e5e, #fc3e0e); */
  padding: 20px;
  border-radius: 0 0 10px 10px;
  /* position: relative; */
}

.services .services-list .services-content p {
  color: #eee;
  text-align: justify;
  /* height: 160px; */
}
.services .services-list .services-content .btn-primary {
  margin-top: 10px;
  --bs-btn-border-color: #fe991c;
}
/* why-choose-us */
.why-choose-us {
  margin-bottom: 50px;
}
.why-choose-us p.why-choose-para {
  text-align: center;
  width: 60%;
  margin: 0 auto 35px;
}
.why-choose-us .why-choose-us-items {
  transition: all 0.6s ease;
  height: 100%;
  border: 1px solid #eee;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  text-align: center;
}
.why-choose-us .why-choose-us-items:hover {
  transform: translateY(-10px);
  background: linear-gradient(to top, #f60e5e, #fc3e0e);
}
.why-choose-us .why-choose-us-items:hover h3,
.why-choose-us .why-choose-us-items:hover p {
  color: #fff;
  transition: 0.6s;
}
.why-choose-us .why-choose-us-items img {
  width: 100%;
}
.why-choose-us .why-choose-us-items h3 {
  transition: 0.6s;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

/* chimney */
.chimney {
  margin-top: 40px;
}
.chimney figure img {
  width: 100%;
  border-radius: 10px;
}
.chimney h3 {
  font-size: 30px;
}
/*refrigerator*/
.all-category figure {
  margin: 0;
  position: relative;
}
.all-category figure:before {
  transition: all 0.6s ease-in;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #f60e5e, #fc3e0e);
  border-radius: 10px;
  z-index: -1;
}
.all-category figure:hover::before {
  transform: translateY(15px) rotate(2deg);
}

.refrigerator,
.washing,
.microwave,
.air-conditioner {
  margin-bottom: 60px;
}
.refrigerator figure img,
.washing figure img,
.microwave figure img,
.air-conditioner figure img {
  width: 100%;
  border-radius: 10px;
}
.refrigerator .refrigerator-content,
.washing .washing-content,
.microwave .microwave-content,
.air-conditioner .air-conditioner-content {
  background: url(../images/bg-image.jpg) no-repeat center center / cover;
  padding: 40px;
  margin-left: 20px;
  border-radius: 10px;
}
.refrigerator .refrigerator-content h3,
.washing .washing-content h3,
.microwave .microwave-content h3,
.air-conditioner .air-conditioner-content h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff;
}

.washing .washing-content,
.air-conditioner .air-conditioner-content {
  margin-right: 20px;
}
.refrigerator .refrigerator-content p,
.washing .washing-content p,
.microwave .microwave-content p,
.air-conditioner .air-conditioner-content p {
  color: #eee;
  text-align: justify;
}

/*faq*/
.faq {
  margin-bottom: 60px;
}
.faq figure {
  margin: 0;
  position: relative;
}
.faq figure img {
  width: 100%;
  border-radius: 10px;
}
.faq .faq-info {
  position: absolute;
  left: 20px;
  bottom: 30px;
  background: #fff;
  border-radius: 50px;
  padding: 5px 65px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faq-info i {
  font-size: 20px;
  color: #fff;
  background: #fc3e0e;
  border-radius: 50px;
  padding: 20px;
}
.faq .faq-info p {
  margin: 0 0 0 20px;
  line-height: normal;
}
.faq .faq-info p a {
  display: block;
  font-size: 20px;
  color: #fc3e0e;
}
.faq .accordion-item {
  padding-bottom: 15px;
  border-bottom: 2px solid #fc3e0e;
  margin-bottom: 15px;
}
.faq .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 700;
  color: #fc3e0e;
  margin: 0 0 12px 0;
}
.accordion-button:not(.collapsed)::after {
  color: #fc3e0e;
}

/*user-wraper*/

.user-wraper {
  background-image: url(../images/action-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.user-wraper a.user-number {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
}
.user-wraper a i {
  font-size: 18px;
  padding-right: 10px;
}
.user-wraper .btn-primary i {
  font-size: 14px;
  padding-left: 6px;
}

/*footer*/
footer {
  background: linear-gradient(to bottom left, #f60e5e, #fc3e0e);

  padding: 30px 0 0 0;
}
.disclaimer {
  width: 65%;
  margin: 0 auto 50px;
  border-bottom: 1px dashed #eeeeee42;
}
.disclaimer h3 {
  margin-bottom: 10px;
  font-size: 30px;
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
}
.disclaimer h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #fff;
}
.disclaimer p {
  color: #fff;
}
footer h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
footer ul.footer-details li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #eee;
}
footer ul.footer-details li figure img {
  width: 25px;
}
footer ul.footer-details li figure {
  margin: 0 15px 0 0;
}
footer ul.footer-details li a {
  text-transform: lowercase;
  color: eee;
}
footer ul.footer-menu li a {
  color: #eee;
  margin-bottom: 10px;
  position: relative;
}
footer ul.footer-menu li a:after {
  content: "\f061";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 15px;
  color: #eee;
  transition: 0.6s;
  opacity: 0;
}
footer ul.footer-menu li a:hover {
  color: #000;
}
footer ul.footer-menu li a:hover:after {
  right: -20px;
  opacity: 1;
  color: #000;
}
footer .footer-info h4 {
  color: #fff;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
footer .footer-info a {
  color: #eee;
}
footer .footer-info a:hover {
  color: #000;
}
footer .footer-info p i {
  font-size: 13px;
  color: #eee;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
}
footer .footer-logo {
  width: 90%;
}
footer .footer-logo p {
  margin: 0 0 20px 0;
  color: #eee;
  text-align: justify;
}
footer input[type="email"],
.subscribe input[type="email"] {
  padding: 20px;
  border: 0;
  background: #fff;
  border-radius: 50px;
}
footer input[type="submit"],
.subscribe input[type="submit"] {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  padding: 19px 16px;
  width: 56px;
  border-radius: 0px 50px 50px 0px;
  position: absolute;
  top: -10px;
  right: 0;
  background: #f60e5e;
}
footer iframe {
  width: 100%;
  height: 300px;
  margin: 10px 0 0 0;
}

.copyright {
  margin-top: 40px;
  padding: 30px 0;
  background: linear-gradient(to bottom, #f60e5e, #fc3e0e);
}
.copyright p {
  color: #ddd;
  margin: 0;
}

/*services-inner-page*/

/*products-wraper-inner-page*/

@media only screen and (max-width: 1199px) {
  .heading,
  .headingleft {
    font-size: 30px;
  }

  /*slider*/
  .slider .carousel-caption-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slider .carousel-caption-content {
    left: 11%;
  }

  /*services*/

  .services .services-list .services-content {
    text-align: center;
  }
  .services .services-list .services-content figure h3 {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
  .services .services-list .services-content p {
    text-align: center;
  }

  .refrigerator .refrigerator-content,
  .washing .washing-content,
  .microwave .microwave-content,
  .air-conditioner .air-conditioner-content {
    padding: 10px;
  }

  .refrigerator .refrigerator-content h3,
  .washing .washing-content h3,
  .microwave .microwave-content h3,
  .air-conditioner .air-conditioner-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .refrigerator .refrigerator-content p,
  .washing .washing-content p,
  .microwave .microwave-content p,
  .air-conditioner .air-conditioner-content p {
    font-size: 13px;
  }
  footer ul.footer-details li figure {
    margin: 0 5px 0 0;
  }
  footer ul.footer-details li figure img {
    width: 20px;
  }
  footer ul.footer-details li a {
    font-size: 12px;
  }

  footer .footer-logo {
    width: 100%;
  }
  footer input[type="email"],
  .subscribe input[type="email"] {
    padding: 20px 14px;
  }
  /*copyright*/
  .copyright p {
    color: #ddd;
    margin: 0;
    font-size: 13px;
  }
}

@media only screen and (max-width: 960px) {
  p {
    font-size: 20px;
    text-align: center;
  }
  h2 {
    font-size: 23px;
  }

  .offset-1 {
    margin-left: 0;
  }
  .row {
    row-gap: 20px;
  }

  /*heading*/
  .heading,
  .headingleft {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    width: 90%;
    margin: 0 auto 15px;
  }

  /*offcanvas*/
  .offcanvas h5 img {
    width: 170px;
  }
  .offcanvas-body ul li a {
    margin-bottom: 6px;
  }
  .offcanvas-body ul li a i {
    font-size: 14px;
    margin-right: 10px;
  }

  /*btn-primary*/
  .btn-primary {
    padding: 6px 15px;
    font-size: 20px;
  }

  /*back-to-top*/
  #button {
    bottom: 95px;
    right: 9px;
  }


  /*slider*/
  .slider {
    margin-bottom: 35px;
  }
  .slider img {
    height: 190px;
    object-fit: cover;
  }
  .slider .carousel-caption-content {
    width: 100%;
    height: 100%;
    left: 0;
    padding: 10px 0 0 15px;
    background: #ffefefc2;
  }
  .slider .carousel-caption-content h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .slider .carousel-caption-content p {
    font-size: 14px;
    width: 80%;
    margin-bottom: 10px;
    line-height: normal;
    text-align: left;
  }

  /*services*/
  .services {
    margin: 35px 0;
  }
  .services .heading {
    width: 90%;
  }
  .services .col-lg-3:nth-child(2) .services-list,
  .services .col-lg-3:nth-child(4) .services-list,
  .services .col-lg-3:nth-child(6) .services-list {
    margin-top: 0px;
  }
  .services .services-list .services-content {
    padding: 16px;
    height: auto;
    text-align: center;
  }
  .services .services-list .services-content figure {
    margin: 0 0 13px 0;
    padding-bottom: 13px;
    justify-content: center;
  }
  .services .services-list .services-content p {
    height: auto;
  }

  /* all-category-flex */

  .all-category-flex {
    flex-direction: column;
  }
  .all-category figure {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px 0 !important;
  }
  .all-category figure:before {
    height: auto !important;
  }
  .refrigerator figure img,
  .washing figure img,
  .microwave figure img,
  .air-conditioner figure img {
    height: auto !important;
  }
  .refrigerator .refrigerator-content,
  .washing .washing-content,
  .microwave .microwave-content,
  .air-conditioner .air-conditioner-content {
    width: 100% !important;
    height: auto;
  }
  /* refrigerator */
  .refrigerator .refrigerator-content,
  .washing .washing-content,
  .microwave .microwave-content,
  .air-conditioner .air-conditioner-content {
    padding: 15px !important;
    margin: 0px;
    text-align: center;
    height: auto !important;
  }
  .refrigerator,
  .washing,
  .microwave,
  .air-conditioner {
    margin-bottom: 35px;
  }
  .refrigerator .refrigerator-content h3,
  .washing .washing-content h3,
  .microwave .microwave-content h3,
  .air-conditioner .air-conditioner-content h3 {
    font-size: 22px;
    margin-bottom: 7px;
  }

  .all-category .washing .row,
  .air-conditioner .row {
    flex-direction: column-reverse;
  }

  /*faq*/
  .faq .accordion-item .accordion-button {
    font-size: 17px;
    margin: 0 0 8px 0;
  }
  .faq .accordion-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  /*footer*/
  footer {
    padding: 35px 0 0 0;
    margin-top: 0px;
  }
  .disclaimer {
    width: 100%;
    margin: 0 auto 20px;
  }
  footer .footer-logo {
    width: 100%;
    text-align: center;
  }
  footer .footer-logo p {
    margin: 0 0 0px 0;
    text-align: center;
  }
  footer input[type="email"] {
    padding: 15px;
    border-radius: 5px;
  }
  footer input[type="submit"] {
    padding: 14px 16px;
    border-radius: 0px 5px 5px 0px;
  }
  footer h3 {
    margin-bottom: 8px;
  }
  footer ul.footer-menu li a {
    margin-bottom: 5px;
  }

  footer .footer-info-item {
    margin: 0px 0 0 0;
  }
  footer .footer-info-mobile {
    margin: 40px 0 0 0;
  }
  footer .footer-info-item p {
    margin: 0 0 0 10px;
  }
  footer .footer-info-item p a {
    font-size: 17px;
  }

  /*copyright*/
  .copyright {
    padding-top: 20px;
  }
  .copyright p {
    text-align: center;
  }
  .copyright ul.justify-content-end {
    justify-content: center !important;
  }

  /*why-choose-us*/

  .why-choose-us p.why-choose-para {
    width: 100%;
    margin: 0 auto 15px;
  }
  .why-choose-us .why-choose-us-items {
    padding: 20px 20px 10px 20px;
  }
  .why-choose-us .why-choose-us-items h3 {
    margin: 10px 0 5px 0;
  }
}

/* lg-service-center-in-mumbai.php */

/*breadcrumb*/
.breadcrumb {
  background: url(../images/breadcrumb-bg.png) no-repeat center center / cover;
  padding: 50px 0;
  border-radius: 0% 0% 40% 0% / 0% 0% 40% 0%;
  background-color: #a50034;
}
.breadcrumb figure {
  width: 120px;
  margin: 0 auto 10px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}
.breadcrumb figure img {
  width: 100%;
  filter: brightness(1.3);
}
.breadcrumb h1 {
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.breadcrumb ul li {
  margin: 0 10px;
  color: #fff;
}

.all-category-flex {
  display: flex;
  align-items: center;
}
.all-category figure {
  margin: 0;
  position: relative;
  width: 50%;
  height: 650px;
}
.washing,
.air-conditioner {
  margin-bottom: 0px;
}
.refrigerator figure img,
.washing figure img,
.microwave figure img,
.air-conditioner figure img {
  width: 100%;
  border-radius: 10px 0 0 10px;
  height: 100%;
  object-fit: cover;
}
.refrigerator .refrigerator-content,
.washing .washing-content,
.microwave .microwave-content,
.air-conditioner .air-conditioner-content {
  background: url(../images/bg-image.jpg) no-repeat center center / cover;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  height: 650px;
}

@media only screen and (max-width: 991px) {
  /* breadcrumb */
  .breadcrumb {
    padding: 10px 0 50px 0;
    margin: 0;
  }
  .breadcrumb h1 {
    font-size: 20px;
  }
  .breadcrumb ul li {
    margin: 0 5px;
    font-size: 14px;
  }
}
