#containerHighlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline;
  height: auto;
  overflow: hidden;
}

#highlights .slick-list .slick-track,
#highlights .slick-list,
#highlights {
  /* height: 100% !important; */
}
#highlightsBkg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  pointer-events: none;
}
.widthContainer {
  width: 100%;
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}

.slick-dots {
  bottom: 20px;
}

#highlights .slick-dots li button:before {
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 9px;
  height: 9px;
  background-color: #F1F2F5 !important;
  color: transparent;
  opacity: 1 !important;
  font-size: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #AA1829 !important;
  border: 1px solid #AA1829;
}

#highlights .slick-dots li button {
  width: 15px !important;
  height: 15px !important;
}

#highlights .slick-dots li {
  width: 15px !important;
  height: 15px !important;
  /* margin: 0 10px; */
}

.sliderAdvice .slick-dots li {
  margin: 0 10px;
}

.square .groupItemTitle {
  color: #fff;
  text-align: center;
  width: 64%;
  margin: 18% !important;
  height: 50%;
  margin-bottom: 0 !important;
  display: flex;
  align-items: flex-end;
  margin-top: 0 !important;
  justify-content: center;
}

.square .textGroupContainer {
  width: 100%;
  height: -webkit-fill-available;
}

.square .groupItemText {
  margin: auto;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
  height: calc(50% - 15px);
  display: flex;
  align-items: flex-start;
  opacity: 0;
}

#mapDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-width: 1100px;
  margin-top: 20px;
}

#contactDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b2d6d1;
}

#contactTitle {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

.contactInput {
  position: relative;
  float: left;
  width: 360px;
  padding-left: 15px;
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.contactInput::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#contactName {
  margin-left: 150px;
  margin-right: 40px;
}

#contactMessage {
  margin-left: 150px;
  width: 780px;
  padding-top: 10px;
  height: 200px;
  resize: none;
}

#contactSend {
  position: relative;
  float: right;
  width: 300px;
  margin-right: 150px;
  margin-top: 20px;
  height: 40px;
  background-color: #84cdc4;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  border-radius: 3px;
  border: 2px solid #84cdc4;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#contactSend:hover {
  background-color: #35b7a7;
  border: 2px solid #35b7a7;
}

#imageGroups {
  width: 1165px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.containerTestimony {
  background: url("../../files/backgroundTestimony.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.containerTestimony h4 {
  text-transform: uppercase;
  color: #aa1829;
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 20px 0;
  text-align: center;
}
.testimony {
  width: 70%;
  max-width: 600px;
  margin: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sliderTestimony {
  width: 50%;
  min-width: 500px;
  margin: 20px auto;
  overflow: hidden;
}
.sliderTestimony .slick-list .slick-track {
  display: flex;
}
.arrowLeftTestimony,
.arrowRightTestimony {
  width: 20px !important;
  position: absolute;
  top: calc(50% - 10px);
  cursor: pointer;
}
.arrowLeftTestimony {
  left: 20%;
}
.arrowRightTestimony {
  right: 20%;
}
.start {
  display: flex;
  width: 150px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.start img {
  width: 20px;
}
.testimony {
  color: black;
  width: 70%;
  max-width: 600px;
  text-align: center;
}
.lineTestimony {
  border: 1.00133px solid rgba(0, 0, 0, 0.3);
  margin: 20px 0;
  width: 70%;
  max-width: 300px;
}
.namePerson {
  color: rgba(170, 24, 41, 1);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}
.viewMoreIndex {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  width: 95%;
  margin: 30px auto;
}
.viewMoreIndex .bannerPublicity,
.watchOnTV {
  width: 49% !important;
  margin: 0;
}
.viewMoreIndex .buttonText {
  display: none;
}
.viewMoreIndex .buttonArrow {
  display: block;
}
.watchOnTV {
  background-color: #f6f6f6;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.watchOnTV img {
  width: 70px;
  margin-left: 25px;
}
.watchOnTV a img {
  width: 35px;
  cursor: pointer;
  margin-right: 0px;
}
.watchOnTV div {
  width: 65%;
}
.watchOnTV div h4 {
  color: #aa1829;
  font-weight: 600;
  margin-bottom: 5px;
}
.watchOnTV div h4,
.watchOnTV div p,
.bannerPublicity h1 {
  font-size: 17px !important;
  line-height: 20px;
}

.bold {
    font-weight: 400;
}

.titleIndex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 0px;
}
.titleIndex h2 {
  font-weight: 600;
  color: #aa1829;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
}
.titleIndex p {
  color: black;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.advice + .titleIndex {
  margin-bottom: 30px;
}

@media screen and (min-width: 770px) and (max-width: 1150px) {
  .testimony {
    width: 70%;
  }
}

@media screen and (max-width: 1100px) {
  .watchOnTV img{
    margin-left:0px;
    width: 57px;
  }

  .watchOnTV div {
    width: 55%;
  }
  
  .titleIndex h2 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    width: 80%;
    margin: 0 auto 5px auto;
  }
  .titleIndex p {
    text-align: center;
    font-size: 15px !important;
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .promoColumnImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
  }

  #highlights {
    height: auto !important;
    overflow: hidden;
  }
  #containerHighlights {
    height: auto !important;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .promoWideImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
    margin-top: 0;
  }

  #promoShadow {
    width: 80%;
    margin-bottom: 10px;
  }

  #paymentAndShipping {
    height: auto;
    overflow: hidden;
  }

  #paymentOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-align: center;
  }

  #deliveryOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
  }

  #locationOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    overflow: hidden;
  }

  #deliveryOptions:hover,
  #locationOptions:hover {
    cursor: pointer;
  }

  .paymentOption {
    height: 20px;
    margin-right: 4px;
    margin-left: 4px;
    float: none;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .textGroupContainer {
    justify-content: flex-end;
  }

  #mobileCreditCard {
    display: block;
  }

  #mobileDelivery {
    display: block;
    margin-top: 13px;
    width: 36px;
    float: left;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 8px;
  }

  #mobileLocation {
    display: block;
    background-image: url(../../files/paymentLocationIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 18px;
    height: 24px;
    float: left;
    margin-left: 29px;
    display: inline-block;
    margin-bottom: 13px;
  }

  #paymentOption2 {
    width: 26px;
    height: 18px;
    margin-top: 8px;
  }

  #paymentText {
    display: none;
  }

  #deliveryOptionIcon {
    display: none;
  }

  #locationOptionIcon {
    display: none;
  }

  #deliveryOptionText {
    margin-top: 17px;
    margin-left: 20px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #locationOptionText {
    margin-top: 17px;
    margin-left: 28px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #specialOffers {
    display: none;
  }

  .dots {
    display: none;
  }

  #specialOffersMobile {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .specialOfferImg {
    margin-left: 0;
  }

  #specialOffersTitle {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .specialOffer {
    height: auto;
    overflow: hidden;
  }

  #offersLeftArrowContainer {
    position: absolute;
    margin-top: 41px;
    width: 15%;
    height: 250px;
  }

  .imagesLeftArrow {
    background-image: url(../../images/carousell/leftArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  #offersRightArrowContainer {
    width: 15%;
    height: 250px;
    position: absolute;
    right: 0;
    margin-top: 41px;
  }

  .imagesRightArrow {
    background-image: url(../../images/carousell/rightArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  .mainImageSelect {
    background-size: cover;
  }

  #imageGroups {
    width: 100%;
  }
  .sliderTestimony {
    width: 100%;
    min-width: unset;
    overflow: visible;
  }
  .arrowLeftTestimony,
  .arrowRightTestimony {
    display: none;
  }
  .containerTestimony{
    /* background: #f6f6f6; */
    margin-top: 25px;
    background: url(../../files/backgroundTestimonyMobile.png);
  }
  .containerTestimony h4 {
    width: 90%;
    margin: auto;
  }
  .testimony {
    width: 90%;
  }
  .sliderTestimony .slick-dots {
    top: 1;
    bottom: -40px;
  }
  .viewMoreIndex {
    flex-direction: column;
  }
  .viewMoreIndex .bannerPublicity,
  .watchOnTV {
    width: 100% !important;
    height: 129px;
  }
  .watchOnTV div h4,
  .watchOnTV div p,
  .bannerPublicity h1 {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .watchOnTV div h4 {
    margin-top: 0;
  }
  .watchOnTV {
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .highlight{
    object-fit: cover;
    object-position: center center;
  }
}
