.max475 {
  max-width: 475px;
}

.max630 {
  max-width: 630px !important;
}

.swiper-navigation-icon {
  width: 0 !important;
}

.swiper-button-prev {
  left: auto;
  right: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  top: -40px !important;
}

.common-card {
  padding: 40px 40px;
  height: 370px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.common-card .ac-text {
  position: absolute;
  bottom: 30px;
  transition: all .3s ease-in-out;
}

.common-card .ac-text p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
  display: none;
}

.common-card .ac-text .btn-primary {
  display: none;
}

.common-card .ac-text .img-ac {
  position: relative;
  right: -26px;
  bottom: 10px;
}

.common-card:hover .ac-text {
  position: absolute;
  bottom: 30px;
}

.common-card:hover .ac-text p {
  display: block;
}

.common-card:hover .ac-text .btn-primary {
  display: block;
}

.common-card:hover .ac-text .img-ac {
  position: relative;
  right: -26px;
  bottom: 10px;
}

.common-card .heading-horizontal {
  text-align: left;
  font: normal normal bold 55px/46px Jost;
  letter-spacing: -0.11px;
  color: #1E247D;
  text-transform: uppercase;
  opacity: 0.04;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 30px;
}

.common-card .heading-vertical {
  text-align: left;
  font: normal normal bold 55px/46px Jost;
  letter-spacing: -0.11px;
  color: #1E247D;
  text-transform: uppercase;
  opacity: 0.04;
  white-space: nowrap;
  position: absolute;
  bottom: 384px;
  left: -332px;
  transform: rotate(-90deg);
}

.common-card h3 {
  text-align: left;
  font: normal normal 600 22px/24px Jost;
  letter-spacing: -0.04px;
  color: #1E247D;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.common-card .text-left-bottom {
  position: absolute;
  bottom: 40px;
  transition: all .3s ease-in-out;
}

.common-card .img-top-right {
  position: absolute;
  top: 20px;
  right: 0;
  transition: all .3s ease-in-out;
}

.common-card .img-bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all .3s ease-in-out;
}

.common-card .img-bottom-right-minus {
  position: absolute;
  bottom: 0px;
  right: -10px;
  transition: all .3s ease-in-out;
}

.common-card .img-bottom-left {
  position: absolute;
  bottom: 0px;
  left: 20px;
  transition: all .3s ease-in-out;
}

.ac-hover h3 {
  position: absolute;
  bottom: 20px;
}

.ac-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
}

.ac-hover p, .ac-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.ac-hover .img-top-right {
  top: 60px;
}

.ac-hover:hover h3 {
  bottom: 150px;
}

.ac-hover:hover p {
  display: inline-block;
  position: absolute;
  bottom: 70px;
}

.ac-hover:hover .img-top-right {
  top: -50px;
}

.ac-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.freezers-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
}

.freezers-hover p, .freezers-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.freezers-hover:hover p {
  display: inline-block;
}

.freezers-hover:hover .img-bottom-right {
  bottom: -80px;
}

.freezers-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.zoom-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
}

.zoom-hover p, .zoom-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.zoom-hover:hover p {
  display: inline-block;
}

.zoom-hover:hover .img-bottom-right-minus {
  bottom: -20px;
  right: -60px;
  transform: scale(1.1);
}

.zoom-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.consumer-hover p {
  font: normal normal normal 20px/26px Jost;
  letter-spacing: -0.04px;
  color: #484848;
  text-transform: capitalize;
}

.consumer-hover p, .consumer-hover .btn-absolute {
  display: none;
  z-index: 1;
  position: relative;
}

.consumer-hover:hover p {
  display: inline-block;
}

.consumer-hover:hover .img-bottom-right {
  bottom: -40px;
}

.consumer-hover:hover .btn-absolute {
  bottom: 0;
  display: inline-flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 250px;
}

.gray-card {
  background: transparent linear-gradient(180deg, #E3E9F7 0%, #DBECFB 47%, #D8EEFC 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
}

.pink-card {
  background: transparent linear-gradient(140deg, #FAE2E2 0%, #FAD6FA 34%, #FFE1EB 62%, #90D4EE 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
}

.sky-card {
  background: transparent linear-gradient(180deg, #D7F8FF 0%, #DDEBEE 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
}

.product-confidence {
  background: linear-gradient(90deg, rgba(30, 36, 125, 0) 0%, rgba(102, 196, 224, 0.18) 100%);
  border-radius: 0px 264px 264px 0px;
}

@media (max-width: 991px) {
  .product-confidence {
    background: none;
  }
}

.product-confidence .left-right-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .product-confidence .circleimg {
    margin-bottom: 30px;
  }
}

.max565 {
  max-width: 565px;
}

.flexs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
}

@media (max-width: 991px) {
  .flexs {
    flex-wrap: wrap;
  }
}

.flexs p {
  max-width: 530px;
}

.flexs .btn-primary {
  white-space: nowrap;
}

.BringVov {
  background: url("../../images/dealer-partnership-assets/bring-bg.png") no-repeat;
}

.right-half-circle-btm {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}

@media (max-width: 991px) {
  .right-half-circle-btm img {
    width: 300px;
    height: auto;
  }
}

.left-half-circle-btm {
  position: absolute;
  left: 0;
  bottom: 30%;
  z-index: -1;
}

@media (max-width: 991px) {
  .left-half-circle-btm img {
    width: 300px;
    height: auto;
  }
}

.max400 {
  max-width: 400px;
}

.max870 {
  max-width: 890px;
}

.bg-b {
  background: url("../../images/dealer-partnership-assets/image-six.svg") no-repeat;
  background-size: 300px;
  background-position: right center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.bg-c {
  background: url("../../images/dealer-partnership-assets/image-seven.png") no-repeat;
  background-size: 150px;
  background-position: right center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.left-half-circle {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}

.sm-shape {
  position: absolute;
  right: -24px;
  top: -20px;
  width: 74px;
  height: 74px;
  z-index: -1;
}

.bold-blue-text {
  font: normal normal 600 18px/21px Jost;
  letter-spacing: -0.04px;
  color: #1E247D;
}

.affordable-premium-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.affordable-premium-section {
  background: url("../../images/home-assets/background-shape.png") no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 160px 0 120px 0;
  padding-bottom: 50px;
  position: relative;
  border-radius: 0 0 100px 100px;
}

@media (max-width: 991px) {
  .affordable-premium-section {
    padding: 60px 30px 10px 30px;
    background: none;
    background-color: #3b65a2;
    border-radius: 30px;
    margin: 40px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .affordable-premium-section {
    margin: 60px 0 120px 0;
  }
}

@media (max-width: 991px) {
  .affordable-premium-section .section-heading {
    color: #fff;
    margin-bottom: 30px;
  }
}

.affordable-premium-section .minus-marg {
  position: relative;
  top: -60px;
}

@media (max-width: 991px) {
  .affordable-premium-section .minus-marg {
    position: static;
  }
}

.affordable-premium-section p {
  max-width: 930px;
  margin: 0 auto 30px;
  text-align: center;
  font: normal normal normal 16px/21px Jost;
  letter-spacing: -0.03px;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  .affordable-premium-section p {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .affordable-premium-section p {
    padding: 0;
  }
}

.affordable-premium-section .appliance-list {
  list-style: none;
  margin: 50px 0 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 930px;
  margin: 0 auto;
}

.affordable-premium-section .appliance-list li {
  width: calc(25% - 20px);
  background-color: #19337B;
  border: 1px solid #66C4E0;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: left;
  z-index: 1;
}

@media (max-width: 1199px) {
  .affordable-premium-section .appliance-list li {
    width: calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  .affordable-premium-section .appliance-list li {
    width: 100%;
    text-align: center;
  }
}

.affordable-premium-section .appliance-list li:nth-child(5) {
  margin-left: 10%;
}

@media (max-width: 767px) {
  .affordable-premium-section .appliance-list li:nth-child(5) {
    margin-left: 0;
  }
}

.affordable-premium-section .appliance-list li .circle-bg {
  position: relative;
  margin-bottom: 24px;
}

.affordable-premium-section .appliance-list li .circle-bg span {
  width: 44px;
  height: 44px;
  background: #66C4E0;
  opacity: 0.35;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 767px) {
  .affordable-premium-section .appliance-list li .circle-bg span {
    margin-left: -30px;
  }
}

.affordable-premium-section .appliance-list li .circle-bg img {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 60px;
  height: 62px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .affordable-premium-section .appliance-list li .circle-bg img {
    left: 50%;
    margin-left: -30px;
  }
}

.affordable-premium-section .appliance-list li h2 {
  font: normal normal 500 15px/19px Jost;
  letter-spacing: -0.03px;
  color: #66C4E0;
  margin: 0 0 10px 0;
}

.affordable-premium-section .appliance-list li h4 {
  text-align: left;
  font: normal normal normal 13px/17px Jost;
  letter-spacing: -0.03px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  .affordable-premium-section .appliance-list li h4 {
    text-align: center;
  }
}

.affordable-premium-section .setbox-bottom-preventive {
  position: absolute;
  bottom: 70px;
  left: 42%;
  z-index: 9;
  max-width: 440px;
  text-align: left;
}

@media (max-width: 767px) {
  .affordable-premium-section .setbox-bottom-preventive {
    position: static;
    max-width: 100%;
  }
}

.affordable-premium-section .setbox-bottom-preventive p {
  text-align: left;
  margin-bottom: 14px;
}

.four-boxes-list-pink {
  list-style: none;
  margin: 50px 0 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

@media (max-width: 991px) {
  .four-boxes-list-pink {
    margin: 30px 0 30px 0;
  }
}

.four-boxes-list-pink li {
  width: calc(25% - 22px);
  background-color: #E5F5FA;
  border-radius: 50px 20px 20px 20px;
  padding: 30px;
  text-align: left;
  z-index: 1;
}

@media (max-width: 1199px) {
  .four-boxes-list-pink li {
    width: calc(33.333% - 22px);
  }
}

@media (max-width: 991px) {
  .four-boxes-list-pink li {
    width: calc(50% - 22px);
    min-width: calc(50% - 22px);
  }
}

@media (max-width: 767px) {
  .four-boxes-list-pink li {
    width: 100%;
    text-align: center;
  }
}

.four-boxes-list-pink li .circle-bg-nubmer {
  position: relative;
  margin-bottom: 20px;
}

.four-boxes-list-pink li .circle-bg-nubmer span {
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 767px) {
  .four-boxes-list-pink li .circle-bg-nubmer span {
    margin-left: -30px;
  }
}

.four-boxes-list-pink li .circle-bg-nubmer .outline-text {
  font: normal normal 800 36px/44px Urbanist;
  letter-spacing: 0px;
  letter-spacing: 0.32px;
  color: #fff;
  -webkit-text-stroke: 2px #1E247D;
  text-stroke: 2px #1E247D;
  opacity: 0.52;
  position: absolute;
  left: 20px;
  top: 14px;
  margin: 0;
}

@media (max-width: 767px) {
  .four-boxes-list-pink li .circle-bg-nubmer .outline-text {
    left: 50%;
    margin-left: -20px;
  }
}

.four-boxes-list-pink li h3 {
  text-align: left;
  font: normal normal 800 15px/19px Urbanist;
  letter-spacing: 0px;
  color: #4B5563;
  max-width: 170px;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .four-boxes-list-pink li h3 {
    text-align: center;
    margin: 0 auto 10px;
  }
}

.four-boxes-list-pink li h4 {
  text-align: left;
  font: normal normal 600 13px/20px Urbanist;
  letter-spacing: 0px;
  color: #4B5563;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  .four-boxes-list-pink li h4 {
    text-align: center;
  }
}
