* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Home_page_bezeq h1,
#Home_page_bezeq h2,
#Home_page_bezeq h3,
#Home_page_bezeq h4,
#Home_page_bezeq h5,
#Home_page_bezeq h6,
#Home_page_bezeq p {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* 
@media (min-width: 768px) {
    visibility: visible;
}

@media (min-width: 992px) {
    visibility: visible;
}

@media (min-width: 1200px) {
    visibility: visible;
}

@media (min-width: 1600px) {
    visibility: visible;
}
*/
body {
  padding: 0;
  margin: 0;
}

#Home_page_bezeq {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl;
  color: #ffffff;
}
#Home_page_bezeq .body-active-menu {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 54px;
  bottom: 0;
  right: 0;
  left: 0;
}
#Home_page_bezeq .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Home_page_bezeq .flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Home_page_bezeq .container {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #Home_page_bezeq .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .container {
    max-width: 1000px;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .container {
    visibility: visible;
    max-width: 1400px;
  }
}
#Home_page_bezeq .pink {
  color: #ff2866;
}

#Home_page_bezeq .masthead {
  height: 400px;
  background-image: url(../images/banner-360.jpg);
  background-size: cover;
  padding-top: 190px;
  background-position: center;
}

#Home_page_bezeq .masthead-title {
  width: 100%;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.24);
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.1px;
}

#Home_page_bezeq .masthead-subtitle {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.24);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 100;
}

#Home_page_bezeq .masthead-time-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#Home_page_bezeq .countdown {
  visibility: visible;
  position: absolute;
  top: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  right: 0;
  left: 0;
}

#Home_page_bezeq .count-box {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 8px;
}

#Home_page_bezeq .count-wrapper {
  visibility: visible;
}

#Home_page_bezeq .count-wrapper .count-number {
  visibility: visible;
  font-size: 21.6px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  background-color: #fff;
  height: 36px;
  width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
}

#Home_page_bezeq .count-text {
  visibility: visible;
  font-size: 16px;
}

#Home_page_bezeq .count-number-wrapper {
  position: relative;
  z-index: 1;
}

#Home_page_bezeq .count-wrapper .line-through {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  height: 3px;
  background-color: #d7d7d7;
}

#Home_page_bezeq .masthead-button {
  visibility: visible;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#30dfff), color-stop(50%, #29c0d7), to(#5275ff));
  background-image: linear-gradient(to right, #30dfff, #29c0d7 50%, #5275ff);
  color: #16254f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  direction: rtl;
  height: 32px;
  width: 120px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

#Home_page_bezeq .masthead-button .button-text {
  visibility: visible;
}

#Home_page_bezeq .masthead-button svg {
  visibility: visible;
  fill: #000;
  width: 13px;
  position: relative;
  margin-right: 5px;
}

#Home_page_bezeq .masthead-button svg g {
  fill: #000;
}

#Home_page_bezeq .masthead-tounge {
  padding: 74px 9px 14px;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#30dfff), color-stop(50%, #29c0d7), to(#5275ff));
  background-image: linear-gradient(to right, #30dfff, #29c0d7 50%, #5275ff);
  width: 92px;
  height: 120px;
  position: absolute;
  left: calc((100% - 320px) / 2);
  top: 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 768px) {
  #Home_page_bezeq .masthead-tounge {
    visibility: visible;
    width: 217px;
    padding: 78px 21px 6px 22px;
    left: calc((100% - 700px) / 2);
    top: 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    height: 106px;
  }
  #Home_page_bezeq .masthead-tounge br {
    display: none;
  }
  #Home_page_bezeq .masthead {
    height: 380px;
    background-image: url(../images/banner-768.png);
    padding-top: 94px;
  }
  #Home_page_bezeq .masthead-button {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button .button-text {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button svg {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-title {
    text-align: right;
    width: 399px;
    font-size: 32px;
    line-height: 1.13;
    margin-bottom: 2px;
  }
  #Home_page_bezeq .masthead-subtitle {
    text-align: right;
    width: 399px;
    line-height: 1.1;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 8px;
  }
  #Home_page_bezeq .masthead-time-title {
    text-align: right;
    width: 399px;
  }
  #Home_page_bezeq .countdown {
    visibility: visible;
    right: auto;
    left: auto;
    top: 277px;
  }
  #Home_page_bezeq .count-box {
    visibility: visible;
  }
  #Home_page_bezeq .count-box:last-of-type {
    margin-right: 0;
  }
  #Home_page_bezeq .count-wrapper {
    visibility: visible;
  }
  #Home_page_bezeq .count-wrapper .count-number {
    visibility: visible;
  }
  #Home_page_bezeq .count-text {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .masthead-tounge {
    visibility: visible;
    left: calc((100% - 900px) / 2);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    padding: 78px 11px 8px 12px;
    height: 108px;
  }
  #Home_page_bezeq .masthead {
    height: 440px;
    background-image: url(../images/banner-992.png);
  }
  #Home_page_bezeq .masthead-button {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button .button-text {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button svg {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-title {
    font-size: 40px;
    width: 515px;
    line-height: 1;
    margin-bottom: 11px;
  }
  #Home_page_bezeq .masthead-subtitle {
    width: 438px;
    line-height: 1.17;
    font-size: 21px;
    margin-bottom: 8px;
  }
  #Home_page_bezeq .masthead-time-title {
    font-size: 20px;
    font-weight: 600;
  }
  #Home_page_bezeq .countdown {
    visibility: visible;
    top: 307px;
  }
  #Home_page_bezeq .count-box {
    visibility: visible;
  }
  #Home_page_bezeq .count-wrapper {
    visibility: visible;
  }
  #Home_page_bezeq .count-wrapper .count-number {
    visibility: visible;
  }
  #Home_page_bezeq .count-text {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .masthead-tounge {
    visibility: visible;
    left: calc((100% - 1000px) / 2);
  }
  #Home_page_bezeq .masthead {
    background-image: url(../images/banner-1200.png);
    height: 460px;
    padding-top: 104px;
  }
  #Home_page_bezeq .masthead-button {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button .button-text {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button svg {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-title {
    visibility: visible;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.08;
    width: 570px;
  }
  #Home_page_bezeq .masthead-subtitle {
    width: 554px;
  }
  #Home_page_bezeq .masthead-time-title {
    visibility: visible;
  }
  #Home_page_bezeq .countdown {
    visibility: visible;
    top: 354px;
  }
  #Home_page_bezeq .count-box {
    visibility: visible;
  }
  #Home_page_bezeq .count-wrapper {
    visibility: visible;
  }
  #Home_page_bezeq .count-wrapper .count-number {
    visibility: visible;
  }
  #Home_page_bezeq .count-text {
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .masthead-tounge {
    visibility: visible;
    left: calc((100% - 1165px) / 2);
  }
  #Home_page_bezeq .masthead {
    background-image: url(../images/banner-1600.png);
    height: 500px;
  }
  #Home_page_bezeq .masthead .container {
    max-width: 1153px;
  }
  #Home_page_bezeq .masthead-title {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button {
    visibility: visible;
    width: 171px;
    height: 48px;
    font-size: 20px;
  }
  #Home_page_bezeq .masthead-button .button-text {
    visibility: visible;
  }
  #Home_page_bezeq .masthead-button svg {
    visibility: visible;
    width: 23px;
    position: relative;
    margin-right: 7px;
  }
  #Home_page_bezeq .masthead-subtitle {
    visibility: visible;
    font-size: 28px;
    width: 640px;
  }
  #Home_page_bezeq .masthead-time-title {
    visibility: visible;
  }
  #Home_page_bezeq .countdown {
    visibility: visible;
    top: 372px;
  }
  #Home_page_bezeq .count-box {
    visibility: visible;
  }
  #Home_page_bezeq .count-wrapper {
    visibility: visible;
  }
  #Home_page_bezeq .count-wrapper .count-number {
    visibility: visible;
  }
  #Home_page_bezeq .count-text {
    visibility: visible;
  }
}
#smart_packages_js .swiper-button-next:after,
#smart_packages_js .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url("../images/arrow.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#smart_packages_js .swiper-button-disabled::after {
  color: #c3c3c3 !important;
  font-weight: 900;
  background-image: url("../images/arrow-disabled.svg");
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

#smart_packages_js .swiper-button-prev:after,
#smart_packages_js .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url("../images/arrow.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* transform: rotate(0deg); */
}

#smart_packages_js .swiper-button-prev:after,
#smart_packages_js .swiper-rtl .swiper-button-next:after {
  color: #c3c3c3 !important;
  font-weight: 900;
  background-image: url("../images/arrow.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#smart_packages_js .swiper-button-disabled::after {
  background-image: url("../images/arrow-disabled.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#smart_packages_js .swiper-button-prev:after,
#smart_packages_js .swiper-rtl .swiper-button-next:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

#smart_packages_js .swiper-button-next.swiper-button-disabled,
#smart_packages_js .swiper-button-prev.swiper-button-disabled {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
#Home_page_bezeq .video-section {
  visibility: visible;
  padding-top: 37px;
  margin-bottom: 26px;
}

#Home_page_bezeq .video-section .container {
  visibility: visible;
}

#Home_page_bezeq .video-title {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.1px;
  width: 300px;
  margin: 0 auto 17px;
}

#Home_page_bezeq .video-image-wrapper {
  width: 100%;
  height: 150px;
  background-image: url(../images/omergidi-360.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 18px 1px rgba(30, 221, 196, 0.25);
  box-shadow: 0 2px 18px 1px rgba(30, 221, 196, 0.25);
}

#Home_page_bezeq .video-play {
  height: 40px;
}

#Home_page_bezeq .modal {
  display: none;
  background-color: transparent;
  /* padding: 50px; */
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  /* height: calc(100% - 20px * 2); */
  z-index: 10;
  border-radius: 10px;
}

#Home_page_bezeq .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#Home_page_bezeq .exit-modal {
  position: absolute;
  border: 0;
  top: -27px;
  left: calc((100% - 320px) / 2);
  font-size: 40px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Home_page_bezeq .modal iframe {
  visibility: visible;
  max-width: 100%;
  height: 184px;
  background: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  width: 320px;
}

#Home_page_bezeq .modal-active {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  #Home_page_bezeq .exit-modal {
    visibility: visible;
    left: calc((100% - 700px) / 2);
  }
  #Home_page_bezeq .modal {
    visibility: visible;
  }
  #Home_page_bezeq .modal iframe {
    visibility: visible;
    height: 394px;
    max-width: none;
    width: 700px;
  }
  #Home_page_bezeq .video-section {
    visibility: visible;
    padding-top: 18px;
    margin-bottom: 37px;
  }
  #Home_page_bezeq .video-section .container {
    visibility: visible;
  }
  #Home_page_bezeq .video-title {
    visibility: visible;
    width: 100%;
    font-size: 28px;
  }
  #Home_page_bezeq .video-image-wrapper {
    visibility: visible;
    height: 329px;
    width: 587px;
    background-image: url(../images/omergidi-768.png);
    margin: 0 auto;
  }
  #Home_page_bezeq .video-play {
    visibility: visible;
    height: 80px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .exit-modal {
    visibility: visible;
    left: calc((100% - 900px) / 2);
  }
  #Home_page_bezeq .modal {
    visibility: visible;
  }
  #Home_page_bezeq .modal iframe {
    visibility: visible;
    height: 505px;
    width: 900px;
  }
  #Home_page_bezeq .video-section {
    visibility: visible;
    padding-top: 20px;
    margin-bottom: 37px;
  }
  #Home_page_bezeq .video-section .container {
    visibility: visible;
  }
  #Home_page_bezeq .video-title {
    visibility: visible;
    font-size: 36px;
  }
  #Home_page_bezeq .video-image-wrapper {
    visibility: visible;
    width: 755px;
    height: 409px;
    background-image: url(../images/omergidi-992.png);
  }
  #Home_page_bezeq .video-play {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .exit-modal {
    visibility: visible;
    left: calc((100% - 1000px) / 2);
    font-size: 20px;
    top: -33px;
  }
  #Home_page_bezeq .modal {
    visibility: visible;
  }
  #Home_page_bezeq .modal iframe {
    visibility: visible;
    height: 561px;
    width: 1000px;
  }
  #Home_page_bezeq .video-section {
    visibility: visible;
    margin-bottom: 54px;
  }
  #Home_page_bezeq .video-section .container {
    visibility: visible;
  }
  #Home_page_bezeq .video-title {
    visibility: visible;
    font-size: 40px;
    margin: 0 auto 29px;
  }
  #Home_page_bezeq .video-image-wrapper {
    visibility: visible;
    width: 837px;
    height: 429px;
    background-image: url(../images/omergidi-1200.png);
  }
  #Home_page_bezeq .video-play {
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .exit-modal {
    visibility: visible;
    left: calc((100% - 1064px) / 2);
    font-size: 24px;
    top: -38px;
  }
  #Home_page_bezeq .modal {
    visibility: visible;
  }
  #Home_page_bezeq .modal iframe {
    visibility: visible;
    height: 600px;
    width: 1064px;
  }
  #Home_page_bezeq .video-section {
    visibility: visible;
    padding-top: 26px;
    margin-bottom: 58px;
  }
  #Home_page_bezeq .video-section .container {
    visibility: visible;
  }
  #Home_page_bezeq .video-title {
    visibility: visible;
    font-size: 42px;
    margin: 0 auto 36px;
  }
  #Home_page_bezeq .video-image-wrapper {
    visibility: visible;
    width: 1164px;
    height: 546px;
    background-image: url(../images/omergidi-1600.png);
  }
  #Home_page_bezeq .video-play {
    visibility: hidden;
  }
}
#Home_page_bezeq .description {
  visibility: visible;
  padding-top: 32px;
  padding-bottom: 40px;
  overflow-x: hidden;
}

#Home_page_bezeq .description-box {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  padding: 32px 25px;
  border-radius: 16px;
}

#Home_page_bezeq .description-box.second {
  margin-bottom: 0;
}

#Home_page_bezeq .description-image {
  /* max-width: 100%; */
  margin-bottom: 30px;
  /* width: 208px; */
  width: 250px;
}

#Home_page_bezeq .description-image.first {
  /* margin-right: calc(50% - 105px); */
}

#Home_page_bezeq .description-image.second {
  /* margin-right: calc(50% - 105px); */
}

#Home_page_bezeq .description-image.first.tablet,
#Home_page_bezeq .description-image.second.tablet {
  display: none;
}

#Home_page_bezeq .description-image.first.laptop,
#Home_page_bezeq .description-image.second.laptop {
  display: none;
}

#Home_page_bezeq .description-image.first.desktop,
#Home_page_bezeq .description-image.second.desktop {
  display: none;
}

#Home_page_bezeq .description-image.first.desktop-big,
#Home_page_bezeq .description-image.second.desktop-big {
  display: none;
}

#Home_page_bezeq h2.description-title {
  text-align: center;
  /* margin-bottom: 27px; */
  width: 295px;
  margin: auto;
  margin-bottom: 40px;
  line-height: 1.15;
}

#Home_page_bezeq .description-title {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1px;
  text-align: center;
  color: #16254f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Home_page_bezeq h3.description-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

#Home_page_bezeq .description-number {
  font-size: 64px;
  font-weight: 600;
  margin-left: 7px;
  height: 44px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.24);
  font-size: 64px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.59;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

#Home_page_bezeq .description-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
  /* text-shadow: 0 2px 1px rgba(0, 0, 0, 0.24); */
  margin-top: 0px;
  /* width: 320px; */
}

#Home_page_bezeq h3.description-title.second {
  width: 151px;
  margin: 0 auto 8px;
}

#Home_page_bezeq .description-text.first {
  /* width: 307px; */
  font-size: 16px;
}

.container-desription {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

#Home_page_bezeq .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom: 40px; */
  margin-top: 40px;
}

#Home_page_bezeq .description-button {
  width: auto;
  border-radius: 40px;
  padding: 13px 40px;
  border: solid 2px #3d53de;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  text-align: center;
  color: #3d53de;
  background-color: #fff;
  cursor: pointer;
}

#Home_page_bezeq .description-button:active {
  opacity: 0.6;
}

#Home_page_bezeq .description-link {
  color: #3d53de;
  text-decoration: none;
}

#Home_page_bezeq .description-link:hover {
  color: inherit;
}

#Home_page_bezeq #attractions .container-desription .description-box .description-box-stampa {
  width: 69px;
  height: auto;
  position: relative;
  top: -7px;
  right: -13px;
}

#Home_page_bezeq .description-link:focus {
  color: inherit;
}

#Home_page_bezeq .mobile {
  display: block;
}

@media (min-width: 768px) {
  #Home_page_bezeq .container-desription {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    /* justify-content: space-evenly; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* margin-right: calc(50% - 186px); */
    max-width: 704px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 320px;
  }
  #Home_page_bezeq .description {
    visibility: visible;
    padding-top: 44px;
    padding-bottom: 48px;
  }
  #Home_page_bezeq .description-wrapper {
    visibility: visible;
    /* width: 217px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Home_page_bezeq .description-wrapper.second {
    /* margin-right: calc(50% - 1px); */
  }
  #Home_page_bezeq .description-box {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    margin-bottom: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Home_page_bezeq .description-box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    /* flex-direction: row-reverse; */
    margin-bottom: 0;
    padding-top: 0;
  }
  #Home_page_bezeq .description-image {
    visibility: visible;
    /* width: 220px; */
    margin-bottom: 16px;
    /* margin-right: calc(50% - 60px); */
  }
  #Home_page_bezeq #attractions .container-desription .description-box .description-box-stampa {
    top: 21px;
    width: auto;
    height: 18px;
    right: -16px;
  }
  #Home_page_bezeq .description-image.second {
    margin-top: 25px;
    margin-bottom: 36px;
    /* margin-right: calc(50% - 45px); */
  }
  #Home_page_bezeq .description-image.first {
    /* margin-right: calc(50% - 53px); */
  }
  #Home_page_bezeq .mobile {
    display: none;
  }
  #Home_page_bezeq .description-image.first.mobile,
  #Home_page_bezeq .description-image.second.mobile {
    display: none;
  }
  #Home_page_bezeq .description-image.first.tablet,
  #Home_page_bezeq .description-image.second.tablet {
    width: 304px;
    display: block;
  }
  #Home_page_bezeq .description-image.first.laptop,
  #Home_page_bezeq .description-image.second.laptop {
    display: none;
  }
  #Home_page_bezeq h2.description-title {
    visibility: visible;
    margin-bottom: 32px;
    font-size: 28px;
    width: 314px;
    line-height: 1.09;
    letter-spacing: 0.19px;
    /* margin-right: calc(50% - 197px); */
  }
  #Home_page_bezeq .description-title {
    visibility: visible;
  }
  #Home_page_bezeq h3.description-title {
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: rtl;
    font-size: 22px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 900;
  }
  #Home_page_bezeq h3.description-title.first {
    /* margin-right: calc(50% - 88px); */
    font-size: 24px;
    /* width: 300px; */
    margin: 0 auto;
    line-height: 28px;
  }
  #Home_page_bezeq h3.description-title.second {
    /* margin-right: calc(50% - 103px); */
    font-size: 24px;
    /* width: 168px; */
    margin: 0 auto;
    line-height: 28px;
  }
  #Home_page_bezeq .description-number {
    visibility: visible;
    font-size: 80px;
    height: 60px;
  }
  #Home_page_bezeq .description-text {
    visibility: visible;
  }
  #Home_page_bezeq .description-text.first br {
    display: none;
  }
  #Home_page_bezeq .description-text.first {
    /* margin-right: calc(50% - 132px); */
    margin-top: 7px;
    letter-spacing: -0.01px;
    /* width: 326px; */
    /* width: 307px; */
    font-size: 16px;
    line-height: 22px;
  }
  #Home_page_bezeq .description-text.second {
    /* width: 299px; */
    /* margin-right: calc(50% - 122.5px); */
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
  }
  #Home_page_bezeq .button-container {
    margin-top: -14px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .description-box.second {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Home_page_bezeq .description {
    visibility: visible;
    padding-top: 49px;
    padding-bottom: 64px;
  }
  #Home_page_bezeq .description-wrapper {
    visibility: visible;
    /* width: 284px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Home_page_bezeq .container-desription {
    /* margin-right: calc(50% - 203px); */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #Home_page_bezeq .description-box {
    visibility: visible;
    margin-bottom: 90px;
    padding-top: 16px;
  }
  #Home_page_bezeq .description-image {
    visibility: visible;
    width: 232px;
  }
  #Home_page_bezeq .description-image.first.mobile,
  #Home_page_bezeq .description-image.second.mobile {
    display: none;
  }
  #Home_page_bezeq .description-image.first.tablet,
  #Home_page_bezeq .description-image.second.tablet {
    display: none;
  }
  #Home_page_bezeq .description-image.first.laptop,
  #Home_page_bezeq .description-image.second.laptop {
    display: block;
    width: auto;
  }
  #Home_page_bezeq #attractions .container-desription .description-box .description-box-stampa {
    top: -4px;
    width: auto;
    height: 14.253px;
    right: -13px;
  }
  #Home_page_bezeq .description-image.second {
    /* margin-right: calc(50% - 57px); */
    margin-top: 0;
    margin-bottom: 16px;
  }
  #Home_page_bezeq h2.description-title {
    visibility: visible;
    margin-bottom: 48px;
    font-size: 36px;
    width: 552px;
    letter-spacing: 0.29px;
    margin: 0 auto 48px;
    /* margin-right: calc(50% - 458px); */
  }
  #Home_page_bezeq .description-box:nth-child(odd) {
    padding-top: 16px;
  }
  #Home_page_bezeq h3.description-title.first {
    /* margin-right: calc(50% - 82px); */
    font-size: 22px;
    margin-bottom: 8px;
  }
  #Home_page_bezeq h3.description-title.second {
    /* margin-right: calc(50% - 101px); */
    font-size: 22px;
    margin-bottom: 8px;
  }
  #Home_page_bezeq .description-title {
    font-size: 36px;
  }
  #Home_page_bezeq h3.description-title {
    visibility: visible;
  }
  #Home_page_bezeq .description-number {
    visibility: visible;
    font-size: 110px;
    height: 70px;
  }
  #Home_page_bezeq .description-text {
    visibility: visible;
    font-size: 18px;
  }
  #Home_page_bezeq .description-text.first {
    /* margin-right: calc(50% - 141px); */
    /* width: 374px; */
    letter-spacing: 0.09px;
    margin-top: 0;
  }
  #Home_page_bezeq .description-text.second {
    /* margin-right: calc(50% - 107px); */
    margin-top: 0;
  }
  #Home_page_bezeq .button-container {
    margin-top: -16px;
  }
  #Home_page_bezeq .description-button {
    font-size: 24px;
    padding: 14px 38px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .description-box.second {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #Home_page_bezeq .description-box:nth-child(odd) {
    /* width: 352px; */
    height: auto;
    padding: 0px 24px 24px;
  }
  #Home_page_bezeq .container-desription {
    /* margin-right: calc(50% - 211px); */
    /* gap: 326px; */
    max-width: 744px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #Home_page_bezeq .description {
    visibility: visible;
    padding-top: 64px;
    padding-bottom: 72px;
  }
  #Home_page_bezeq .description-wrapper {
    visibility: visible;
    /* width: 421px; */
  }
  #Home_page_bezeq .description-box {
    visibility: visible;
    margin-bottom: 113px;
    /* width: 352px; */
    height: 453px;
    padding: 16px 24px 32px;
  }
  #Home_page_bezeq .description-image {
    visibility: visible;
    /* height: 350px; */
    width: 352px;
    margin-bottom: 20px;
  }
  #Home_page_bezeq .description-image.first.mobile,
  #Home_page_bezeq .description-image.second.mobile {
    display: none;
  }
  #Home_page_bezeq .description-image.first.tablet,
  #Home_page_bezeq .description-image.second.tablet {
    display: none;
  }
  #Home_page_bezeq .description-image.first.laptop,
  #Home_page_bezeq .description-image.second.laptop {
    display: none;
  }
  #Home_page_bezeq .description-image.first.desktop,
  #Home_page_bezeq .description-image.second.desktop {
    display: block;
    width: 304px;
  }
  #Home_page_bezeq #attractions .container-desription .description-box .description-box-stampa {
    top: 22px;
    width: auto;
    height: 20px;
    right: -18px;
  }
  #Home_page_bezeq .description-image.first {
    margin-bottom: 0;
    margin-top: 20px;
  }
  #Home_page_bezeq .description-image.second {
    margin-top: 25px;
    margin-bottom: 16px;
  }
  #Home_page_bezeq h2.description-title {
    visibility: visible;
    margin-bottom: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 36px;
    /* margin-right: calc(50% - 509px); */
    margin: 0 auto 40px;
  }
  #Home_page_bezeq .description-title {
    font-size: 40px;
  }
  #Home_page_bezeq h3.description-title {
    visibility: visible;
    font-size: 26px;
  }
  #Home_page_bezeq h3.description-title.first {
    /* margin-right: calc(50% - 86px); */
    font-size: 26px;
    line-height: 28px;
  }
  #Home_page_bezeq h3.description-title.second {
    /* margin-right: calc(50% - 104px); */
    font-size: 26px;
    line-height: 28px;
    width: 183px;
  }
  #Home_page_bezeq .description-number {
    visibility: visible;
    font-size: 120px;
    height: 80px;
  }
  #Home_page_bezeq .description-text {
    visibility: visible;
    font-size: 18px;
    line-height: 1.3;
  }
  #Home_page_bezeq .description-text.first {
    /* width: 352px; */
    /* margin-right: calc(50% - 127px); */
    font-size: 18px;
    /* width: 426px; */
    font-weight: 400;
  }
  #Home_page_bezeq .description-text.second {
    /* margin-right: calc(50% - 98px); */
    line-height: 1.29;
    letter-spacing: 0.19px;
    font-weight: 400;
    font-size: 18px;
  }
  .button-container {
    margin-top: -51px;
  }
  #Home_page_bezeq .description-button {
    padding: 13px 36px;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .description-box:nth-child(odd) {
    width: unset;
    height: 455px;
  }
  #Home_page_bezeq .description-box {
    height: 462px;
  }
  #Home_page_bezeq .description-box.second {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 462px;
  }
  #Home_page_bezeq .description-text.second {
    width: 417px;
  }
  #Home_page_bezeq #attractions .container-desription .description-box .description-box-stampa {
    width: auto;
    top: 38px;
    right: -21px;
  }
  #Home_page_bezeq .description-box {
    height: 486px;
    padding: 0 24px 24px;
  }
  #Home_page_bezeq .description-image.first.desktop,
  #Home_page_bezeq .description-image.second.desktop {
    display: none;
  }
  #Home_page_bezeq .description-image.first.desktop-big,
  #Home_page_bezeq .description-image.second.desktop-big {
    display: block;
    width: 470px;
  }
  #Home_page_bezeq h2.description-title {
    /* width: 1171px; */
    margin: 0 auto 40px;
    font-size: 46px;
  }
  #Home_page_bezeq .description-image.second {
    margin-top: 0;
    margin-bottom: 0;
    padding: 42px;
  }
  #Home_page_bezeq .description-image.first {
    margin-bottom: 0px;
    margin-top: 0;
  }
  #Home_page_bezeq .description-text.first {
    /* width: 457px; */
  }
  #Home_page_bezeq .container-desription {
    max-width: 1080px;
    gap: 40px;
  }
}
#Home_page_bezeq .attractions {
  visibility: visible;
  position: relative;
  padding: 40px 0 42px 0;
  background-color: #fafafa;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Home_page_bezeq .attractions .attractions-container {
  width: 240px;
  visibility: visible;
  width: auto;
}

#Home_page_bezeq .attractions-bg {
  width: 346px;
  height: 297px;
  background-image: url(../images/sculps-360.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

#Home_page_bezeq .attractions-card-items-link {
  text-decoration: none;
}

#Home_page_bezeq .attractions-title {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  /* margin-top: 40px; */
  margin-bottom: 32px;
  text-align: center;
  color: #16254f;
  -ms-flex-item-align: center;
      align-self: center;
}

#Home_page_bezeq .attractions-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}

#Home_page_bezeq .attractions-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom: 42px; */
}

#Home_page_bezeq .attractions-card-item {
  width: 152px;
  height: 140px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(61, 83, 222, 0.16);
          box-shadow: 0 4px 16px 0 rgba(61, 83, 222, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#Home_page_bezeq .attractions-card-item:hover {
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}

#Home_page_bezeq .attractions-card-item:hover .attractions-card-text {
  color: #3d53de;
  font-weight: bold;
  /* width: 114px; */
}

#Home_page_bezeq .attractions-card-items-first-row,
#Home_page_bezeq .attractions-card-items-second-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

#Home_page_bezeq .attractions-card-items-first-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#Home_page_bezeq .attractions-card-items-second-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#Home_page_bezeq .attractions-card-icon {
  text-align: center;
}

#Home_page_bezeq .attractions-card-text {
  width: inherit;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  width: 98px;
  -ms-flex-item-align: center;
      align-self: center;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
}

#Home_page_bezeq .attractions-card-text.third {
  width: 158px;
}

#Home_page_bezeq .attractions-card-text.third:hover {
  width: 158px;
}

#Home_page_bezeq .attractions-icon {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  #Home_page_bezeq .attractions {
    visibility: visible;
    margin-top: -10px;
    padding: 48px 0 48px 0;
  }
  #Home_page_bezeq .attractions .attractions-container {
    visibility: visible;
    /* margin-top: 76px; */
    /* -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px); */
  }
  #Home_page_bezeq .attractions-bg {
    width: 100%;
    height: 440px;
    background-image: url(../images/sculps-768.png);
    background-position: center center;
    background-size: auto;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
  }
  #Home_page_bezeq .attractions-title {
    visibility: visible;
    font-size: 28px;
    margin-bottom: 44px;
  }
  #Home_page_bezeq.attractions-text {
    visibility: visible;
  }
  #Home_page_bezeq .attractions-card-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
  #Home_page_bezeq .attractions-card-item {
    width: 160px;
    height: 140px;
    cursor: pointer;
  }
  #Home_page_bezeq .attractions-card-items-first-row,
  #Home_page_bezeq .attractions-card-items-second-row {
    /* justify-content: center;
    display: flex;
    gap: 16px; */
  }
  #Home_page_bezeq .attractions-card-items-first-row {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    gap: 20px;
  }
  #Home_page_bezeq .attractions-card-items-second-row {
    gap: 20px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .attractions {
    visibility: visible;
    /* margin-top: -40px; */
    /* padding-bottom: 240px; */
    padding: 64px 0 70px 0;
  }
  #Home_page_bezeq .attractions .attractions-container {
    visibility: visible;
    width: auto;
    /* -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); */
    /* margin-top: 105px; */
  }
  #Home_page_bezeq #Home_page_bezeq .attractions-bg {
    visibility: visible;
    background-image: url(../images/sculps-992.png);
    height: 540px;
  }
  #Home_page_bezeq #Home_page_bezeq .attractions-title {
    visibility: visible;
    font-size: 36px;
    width: auto;
    margin-bottom: 44px;
  }
  #Home_page_bezeq .attractions-text {
    visibility: visible;
    font-size: 18px;
  }
  #Home_page_bezeq .attractions-card-container {
    gap: 24px;
  }
  #Home_page_bezeq .attractions-card-item {
    width: 222px;
    height: 188px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Home_page_bezeq .attractions-card-item:hover .attractions-card-text {
    width: 135px;
  }
  #Home_page_bezeq .attractions-card-items-first-row {
    gap: 24px;
  }
  #Home_page_bezeq .attractions-card-items-second-row {
    gap: 24px;
  }
  #Home_page_bezeq .attractions-card-icon {
    margin-top: -9px;
    margin-bottom: 2px;
  }
  #Home_page_bezeq .attractions-card-text {
    font-size: 20px;
    width: 120px;
    line-height: 1.2;
  }
  #Home_page_bezeq .attractions-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .attractions {
    visibility: visible;
    /* margin-top: -3px; */
    /* padding-bottom: 289px; */
    padding: 64px 0 62px 0;
  }
  #Home_page_bezeq .attractions .attractions-container {
    visibility: visible;
    /* -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin-top: 60px; */
    width: auto;
  }
  #Home_page_bezeq .attractions-bg {
    visibility: visible;
    background-image: url(../images/sculps-1200.png);
  }
  #Home_page_bezeq .attractions-title {
    visibility: visible;
    font-size: 40px;
    margin-bottom: 54px;
  }
  #Home_page_bezeq .attractions-text {
    visibility: visible;
    font-size: 20px;
  }
  #Home_page_bezeq .attractions-card-container {
    gap: 88px;
  }
  #Home_page_bezeq .attractions-card-item {
    width: 188px;
    height: 188px;
  }
  #Home_page_bezeq .attractions-card-items-first-row {
    gap: 88px;
  }
  #Home_page_bezeq .attractions-card-items-second-row {
    gap: 88px;
  }
}
#Home_page_bezeq .footer {
  padding: 0;
}

#Home_page_bezeq .footer.join-us {
  /* padding: 120px 0px 188px; */
  background-color: #16254f;
  background-size: cover;
  background-image: none;
  color: #16254f;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* position: relative; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* padding-bottom: 56.25%; */
  /* height: 0; */
  height: 470px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./../images/bg-360.jpg");
  /* background: none!important; */
}

/* .wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0px;
} */
/* #Home_page_bezeq .footer .container .video-size {
  padding: 0;
  margin: 0;
  z-index: 0;
  position: relative;
} */
#Home_page_bezeq .join-us-container {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  left: 0;
  top: 125px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

#Home_page_bezeq .join-us-button {
  margin: 0 auto;
  width: 270px;
  height: 40px;
  padding: 11px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.17;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #16254f;
  margin-top: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7ce1b), color-stop(48%, #ffbe03), to(#ff8000));
  background-image: linear-gradient(to right, #e7ce1b, #ffbe03 48%, #ff8000);
  /* position: absolute; */
  bottom: -336px;
  /* top: 0; */
  /* left: calc(50% - 179px); */
  z-index: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

#Home_page_bezeq .join-us-title {
  text-align: center;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.2px;
  color: #fff;
  /* position: absolute; */
  /* bottom: -195px; */
  /* top: 0; */
  /* left: calc(50% - 122px); */
  z-index: 1;
  margin-top: -6px;
}

#Home_page_bezeq .join-us-subtitle {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  line-height: 1.17;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  /* position: absolute; */
  /* top: 0; */
  /* bottom: -256px; */
  /* left: calc(50% - 190px); */
  z-index: 1;
  margin-top: 6px;
}

#Home_page_bezeq .footer.join-us #video {
  /* position: absolute; */
  /* margin-top: 5px; */
  /* width: 100%; */
  left: 0;
  top: 0;
  border: 0px;
  opacity: 1;
}

#Home_page_bezeq .footer.join-us #video991 {
  display: none;
}

#Home_page_bezeq .footer.join-us #video1199 {
  display: none;
}

#Home_page_bezeq .footer.join-us #video1920 {
  display: none;
}

@media (min-width: 768px) {
  #Home_page_bezeq .join-us-button {
    width: 300px;
    height: 48px;
    font-size: 18px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    margin-top: 42px;
    bottom: -210px;
    padding: 23px 0;
  }
  #Home_page_bezeq .footer.join-us #video {
    /* height: 380px !important; */
  }
  .footer.join-us {
    background-image: url("./../images/bg-768.jpg");
  }
  #Home_page_bezeq .join-us-container {
    bottom: 111px;
    /* width: 991px; */
  }
  #Home_page_bezeq .footer.join-us {
    /* padding: 39px 0 39px; */
    height: 380px;
  }
  #Home_page_bezeq .join-us-title {
    font-size: 24px;
    font-weight: normal;
    bottom: -43px;
  }
  #Home_page_bezeq .join-us-subtitle {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    bottom: -124px;
  }
  #Home_page_bezeq .join-us .container {
    width: 100%;
  }
  #Home_page_bezeq .footer.join-us #video {
    display: none;
  }
  #Home_page_bezeq .footer.join-us #video991 {
    display: block;
    /* overflow-x: hidden; */
    opacity: 1;
    /* width: auto; */
  }
  #Home_page_bezeq .footer.join-us #video1199 {
    display: none;
    opacity: 0;
  }
  #Home_page_bezeq .footer.join-us #video1920 {
    display: none;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .join-us-button {
    bottom: -432px;
    height: 64px;
    width: 423px;
    -ms-flex-item-align: start;
        align-self: start;
    margin-right: calc(50% - 555px);
    font-size: 24px;
  }
  #Home_page_bezeq .footer.join-us {
    height: 480px;
    background-image: url("./../images/bg-992.jpg");
  }
  #Home_page_bezeq .join-us-container {
    bottom: 107px;
    right: 148px;
    width: auto;
    /* left: calc(50% - 258px); */
  }
  #Home_page_bezeq .join-us-title {
    font-size: 32px;
    bottom: -229px;
    -ms-flex-item-align: self-start;
        align-self: self-start;
    margin-right: calc(50% - 554px);
  }
  #Home_page_bezeq .join-us-subtitle {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.1px;
    bottom: -330px;
    text-align: right;
    -ms-flex-item-align: start;
        align-self: start;
    margin-right: calc(50% - 555px);
  }
  #Home_page_bezeq .footer.join-us #video {
    /* height: 480px !important; */
  }
  #Home_page_bezeq .footer.join-us #video {
    display: none;
    opacity: 0;
  }
  #Home_page_bezeq .footer.join-us #video991 {
    display: none;
    opacity: 0;
  }
  #Home_page_bezeq .footer.join-us #video1920 {
    display: none;
    opacity: 0;
  }
  #Home_page_bezeq .footer.join-us #video1199 {
    display: block;
    opacity: 1;
    /* overflow-x: hidden; */
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .join-us-button {
    margin-right: calc(50% - 568px);
    bottom: -442px;
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 50px;
  }
  #Home_page_bezeq .join-us-container {
    bottom: 73px;
    left: 0;
  }
  #Home_page_bezeq .footer.join-us {
    background-image: url("./../images/bg-1200.jpg");
    height: 520px;
  }
  #Home_page_bezeq .join-us-title {
    margin-right: calc(50% - 568px);
    bottom: -213px;
    -ms-flex-item-align: start;
        align-self: start;
    font-size: 36px;
  }
  #Home_page_bezeq .join-us-subtitle {
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    margin-right: calc(50% - 567px);
    bottom: -326px;
    -ms-flex-item-align: start;
        align-self: start;
  }
  #Home_page_bezeq .footer.join-us #video {
    display: none;
    opacity: 0;
  }
  #Home_page_bezeq .footer.join-us #video991 {
    display: none;
    opacity: 0;
  }
  #Home_page_bezeq .footer.join-us #video1199 {
    display: none;
    opacity: 0;
  }
  #Home_page_bezeq .footer.join-us #video1920 {
    display: block;
    opacity: 1;
    /* overflow-x: hidden; */
  }
}
#Home_page_bezeq .ai_products-container {
  padding: 28px 0;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./../images/ai_product_bg/ai_product_360.jpg");
  height: 974px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Home_page_bezeq .ai_products-container .ai_products-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #010636;
  max-width: 313px;
  margin-bottom: 16px;
  line-height: 1.2;
}
#Home_page_bezeq .ai_products-container .ai_products-title .digit {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-be {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 278px;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_header {
  color: #010636;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  max-width: 345px;
  margin-bottom: 8px;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_subheader {
  color: #010636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  max-width: 305px;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_header {
  color: #010636;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  max-width: 310px;
  margin-bottom: 8px;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_header span {
  font-size: 23px;
  color: #010636;
  line-height: 1;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_subheader {
  color: #010636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  max-width: 318px;
}
#Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_subheader span {
  font-size: 20px;
  color: #010636;
  line-height: 1;
}
#Home_page_bezeq .ai_products-container .ai_products-wifi .ai_products-wifi_num {
  font-size: 26px;
  line-height: 1;
}
#Home_page_bezeq .ai_products-container .mobile-br {
  display: block;
}
#Home_page_bezeq .ai_products-container .not-mobile {
  display: none;
}
#Home_page_bezeq .ai_products-container .tablet-br {
  display: none;
}
#Home_page_bezeq .ai_products-container .not-mobile-br {
  display: none;
}
#Home_page_bezeq .ai_products-container .not-tablet {
  display: none;
}
@media (min-width: 768px) {
  #Home_page_bezeq .ai_products-container {
    background-image: url("./../images/ai_product_bg/ai_product_768.jpg");
    height: 894px;
  }
  #Home_page_bezeq .ai_products-container .not-tablet {
    display: block;
  }
  #Home_page_bezeq .ai_products-container .mobile-br {
    display: none;
  }
  #Home_page_bezeq .ai_products-container .tablet-br {
    display: block;
  }
  #Home_page_bezeq .ai_products-container .not-mobile-br {
    display: block;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title {
    margin-bottom: 90px;
    max-width: 711px;
    font-size: 28px;
    line-height: 1.33;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title .digit {
    font-size: 35px;
    line-height: 1;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be {
    margin-left: 387px;
    margin-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_header {
    text-align: right;
    font-size: 22px;
    max-width: 242px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_subheader {
    text-align: right;
    font-size: 20px;
    max-width: 375px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 372px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_header {
    text-align: right;
    font-size: 22px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_header span {
    font-size: 27px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_subheader {
    text-align: right;
    font-size: 20px;
    max-width: 360px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_subheader span {
    font-size: 24px;
  }
  #Home_page_bezeq .ai_products-container .not-mobile {
    display: block;
  }
  #Home_page_bezeq .ai_products-container .ai_products-wifi .ai_products-wifi_num {
    font-size: 35px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .ai_products-container {
    background-image: url("./../images/ai_product_bg/ai_product_992.jpg");
    height: 909px;
    padding-top: 40px;
    padding-bottom: 52px;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title {
    margin-bottom: 62px;
    max-width: 835px;
    font-size: 36px;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title .digit {
    font-size: 43px;
    line-height: 1;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 525px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_header {
    font-size: 24px;
    max-width: 270px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_subheader {
    font-size: 20px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi {
    margin-right: 461px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_header {
    font-size: 24px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_header span {
    font-size: 28px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_subheader {
    max-width: 387px;
    font-size: 20px;
  }
  #Home_page_bezeq .ai_products-container .ai_products-wifi .ai_products-wifi_num {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .ai_products-container {
    background-image: url("./../images/ai_product_bg/ai_product_1200.jpg");
    height: 1142px;
    padding-top: 64px;
  }
  #Home_page_bezeq .ai_products-container .tablet-br {
    display: block;
  }
  #Home_page_bezeq .ai_products-container .not-tablet {
    display: none;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title {
    font-size: 40px;
    max-width: 917px;
    margin-bottom: 87px;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title .digit {
    font-size: 50px;
    line-height: 1;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be {
    max-width: 548px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 288px;
    margin-left: 487px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_header {
    font-size: 24px;
    max-width: 597px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be .natav-be_subheader {
    max-width: 470px;
    font-size: 22px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi {
    margin-right: 603px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_header {
    max-width: 410px;
    font-size: 24px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi .natav-wifi_subheader {
    max-width: 475px;
    font-size: 22px;
  }
  #Home_page_bezeq .ai_products-container .ai_products-wifi .ai_products-wifi_num {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .ai_products-container {
    background-image: url("./../images/ai_product_bg/ai_product_1600.jpg");
    height: 1150px;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title {
    margin-bottom: 104px;
  }
  #Home_page_bezeq .ai_products-container .ai_products-title .digit {
    font-size: 51px;
    line-height: 1;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-be {
    margin-left: 603px;
  }
  #Home_page_bezeq .ai_products-container .ai_proudct-natav-wifi {
    margin-right: 603px;
  }
}
@charset "UTF-8";
/* דגשגדשגדשדגדשג */
/*body {
    font-family: SimplerPro_BEZEQ_HEBREW2 !important;
}*/
#Home_page_bezeq * {
  font-family: SimplerPro_BEZEQ_HEBREW2 !important;
}

/*.container {
padding-right: 20px;
padding-left: 20px;
}*/
#Home_page_bezeq .arrow-btn {
  float: left;
  margin: 5px 2px 3px 0;
}

/* #Home_page_bezeq hr {
  margin-top: 0;
  border-top: 1px solid #16254f;
} */
#Home_page_bezeq .blog .swiper-button-prev.swiper-button-disabled,
#Home_page_bezeq .blog .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

#Home_page_bezeq .blog .swiper-pagination-bullet-active {
  background: #3d53de;
}

#Home_page_bezeq .nav > li > a:hover,
#Home_page_bezeq .nav > li > a:focus {
  background: none;
  font-weight: 700;
}

#Home_page_bezeq .nav > li > a {
  padding: 10px 24px;
}

#Home_page_bezeq a:hover,
#Home_page_bezeq a:focus {
  /* color: #16254f; */
  text-decoration: none;
  outline: none;
}

#Home_page_bezeq .top-title {
  margin: 0 264px 4px 339px;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  min-height: 30px;
  margin-top: 20px;
}

#Home_page_bezeq .store-btn {
  background-color: #3d53de;
  color: white;
  width: 180px;
  border-radius: 16px;
  height: 32px;
  font-size: 18px;
  padding: 2px 20px 6px 12px;
  font-weight: normal;
  float: left;
  margin-top: -35px;
  white-space: normal;
}

#Home_page_bezeq .store-btn:hover {
  color: white;
}

#Home_page_bezeq .main-article-height {
  height: 315px;
  margin: 60px 0;
}

#Home_page_bezeq .main-article-data .hot-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Home_page_bezeq .main-article-data {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Home_page_bezeq .nav_background_store {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
}

#Home_page_bezeq .blog-contain-menu {
  width: 100%;
  height: 145px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  margin-top: 82px;
}

#Home_page_bezeq .blog-menu {
  border-color: none !important;
  background-color: none !important;
  color: #16254f !important;
  padding-top: 5px;
  /*width: 750px;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);*/
}

#Home_page_bezeq .navbar {
  /*white-space: nowrap;
  overflow-x: auto;*/
  -webkit-overflow-scrolling: touch;
}

#Home_page_bezeq .navbar-brand {
  margin: 0 24px 16px;
}

#Home_page_bezeq .blog-navbar-brand {
  padding: 22px;
}

#Home_page_bezeq .blog-navbar-brand:hover {
  font-weight: 700;
}

#Home_page_bezeq .blog-navbar-brand:active {
  font-weight: 700;
  border-bottom: #24d2b3 4px solid;
  border-radius: 2px;
}

#Home_page_bezeq .container-article {
  max-width: 749px;
  margin: 80px auto;
}

#Home_page_bezeq .main-article-info {
  margin-right: 15px;
}

#Home_page_bezeq .main-article-text {
  height: 240px;
}

#Home_page_bezeq .main-article-img {
  width: 556px;
  height: 312px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  display: block;
}

#Home_page_bezeq .main-article-img-mobile {
  display: none;
}

#Home_page_bezeq .main-article-Title {
  font-size: 36px;
  font-weight: bold;
  color: #16254f;
}

#Home_page_bezeq .main-article-subTitle {
  font-size: 20px;
  /*margin: 16px 0;*/
  color: #2d2d2d;
}

#Home_page_bezeq .subCatWrapper {
  /*background-color: #24d2b3;*/
  border-radius: 100px;
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 12px;
}

#Home_page_bezeq .clock {
  float: right;
  margin: 2px 0 2px 4px;
}

#Home_page_bezeq .read-time {
  margin: 0 4px 0 0;
  color: #666;
  font-size: 18px;
  margin-bottom: 9px;
  float: right;
}

#Home_page_bezeq .hotArticlesSection {
  background-color: #fafafa;
}

#Home_page_bezeq .HomeCategorySection {
  background-color: #fafafa;
}

#Home_page_bezeq .hotArticlesContainer {
  padding: 40px 0;
  /* min-height: 286px; */
  /* margin-top: 20px;*/
}

#Home_page_bezeq .hot-img {
  /*width: 164px;*/
  width: auto;
  height: 149px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-size: cover;
  background-position: center center;
  display: block;
}

#Home_page_bezeq .hot-img-mobile {
  display: none;
}

#Home_page_bezeq .hot-Title {
  font-size: 14px;
  font-weight: bold;
  height: 68px;
  color: #16254f;
  margin-bottom: 8px;
}

#Home_page_bezeq .hot-subTitle {
  font-size: 20px;
  margin: 16px 0;
}

#Home_page_bezeq .hot-subCatWrapper {
  /*background-color: #24d2b3;*/
  border-radius: 100px;
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 12px;
  font-size: 14px;
  white-space: nowrap;
}

#Home_page_bezeq .hot-clock {
  float: right;
  margin: 2px 0 2px 4px;
  width: 12px;
}

#Home_page_bezeq .hot-read-time {
  color: #666666;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#Home_page_bezeq .hotArticlesList {
  float: right;
}

#Home_page_bezeq .hotArticlesMainTitle,
#Home_page_bezeq .LatestArticlesMainTitle {
  font-size: 28px;
  margin: 0px auto 25px;
  text-align: center;
  font-weight: bold;
  color: #16254f;
}

#Home_page_bezeq .hotArticle {
  list-style-position: inside;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin: 0px 10px;
  width: 359px;
}

#Home_page_bezeq .hot-gallery-container {
  width: 164px;
  /*margin-right:-15px;*/
  float: right;
}

#Home_page_bezeq .hot-data-container {
  width: 193px;
  float: right;
  padding: 15px 16px 11px 16px;
  background: white;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#Home_page_bezeq .hot-sub-categories {
  float: right;
  height: 22px;
}

#Home_page_bezeq .hot-article-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

#Home_page_bezeq .blog .slider-item {
  width: calc(48% - 16px) !important;
  margin: 0 0 0 16px;
  height: auto;
}

#Home_page_bezeq .blog .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 304px;
  height: 100%;
  position: relative;
}

#Home_page_bezeq .blog .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-right: 20px;
  max-width: auto;
}

#Home_page_bezeq .blog .slider-swiper-container {
  margin-left: -15px;
  /* margin-left: auto; */
  margin-right: auto;
  position: relative;
  /* overflow: hidden; */
  z-index: 1;
}

#Home_page_bezeq .LatestArticle {
  margin: 40px 0 35px;
  position: relative;
  top: 0;
  -webkit-transition: top ease-in-out 0.5s;
  transition: top ease-in-out 0.5s;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

#Home_page_bezeq .LatestArticle:hover {
  top: -10px;
  -webkit-transform: scale3d(1.016, 1.016, 1);
          transform: scale3d(1.016, 1.016, 1);
}

#Home_page_bezeq .LatestArticle {
  width: 359px;
  height: 405px;
  margin: -1px 10px 40px 10px;
  list-style-position: inside;
  border: 1px solid #dadada;
  border-radius: 10px;
}

/*.LatestArticle::after {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.homeCategoryArticle:hover, .hotArticle:hover, .LatestArticle:hover {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
}*/
#Home_page_bezeq .homeCategoryArticle:hover,
#Home_page_bezeq .hotArticle:hover,
#Home_page_bezeq .LatestArticle:hover {
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
}

/*.homeCategoryArticle:hover {
      margin-top: -10px;
  }*/
#Home_page_bezeq .Latest-img {
  width: 357px;
  height: 200px;
  margin-right: -15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
  background-size: cover;
  background-position: center center;
}

#Home_page_bezeq .Latest-img-mobile {
  display: none;
}

#Home_page_bezeq .Latest-data-container {
  height: 205px;
}

#Home_page_bezeq .Latest-info {
  height: 145px;
}

#Home_page_bezeq .Latest-Title {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0px 8px;
  max-height: 70px;
  color: #16254f;
}

#Home_page_bezeq .Latest-subTitle {
  font-size: 16px;
  color: #666;
  max-height: 60px;
}

#Home_page_bezeq .Latest-data {
  height: 46px;
  border-top: 1px solid #dadada;
  padding: 10px;
  margin: 0 -15px;
}

#Home_page_bezeq .Latest-article-time {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  padding: 3px 0;
}

#Home_page_bezeq .Latest-clock {
  width: 14px;
  height: 14px;
  /*float: right;*/
}

#Home_page_bezeq.Latest-read-time {
  font-size: 14px;
  color: #666;
  margin-right: 2px;
  /*float: right;*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#Home_page_bezeq.blog .Latest-sub-categories {
  margin-top: 10px;
  /* margin-right: auto; */
  text-decoration: none;
}

#Home_page_bezeq.blog .Latest-sub-categories a {
  text-decoration: none;
}

#Home_page_bezeq .hotArticle.articles-item {
  width: 359px;
  background: white;
  /* list-style-type: none; */
}

#Home_page_bezeq .LatestArticlesList .LatestArticle {
  display: none;
}

#Home_page_bezeq .seeMoreWrapper {
  clear: both;
  text-align: center;
  /*margin-bottom: 100px;*/
}

#Home_page_bezeq .seeMoreBtn {
  background-color: #3d53de;
  color: white;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  width: 130px;
  height: 40px;
  padding: 7px 25px;
  margin-bottom: 32px;
  white-space: nowrap;
}

#Home_page_bezeq .seeMoreBtn > img {
  width: 18px;
  height: 18px;
}

#Home_page_bezeq .seeLess {
  padding: 9px 20px !important;
}

#Home_page_bezeq .newsLetterWrapper {
  text-align: center;
  padding: 60px 0px 40px 0px;
  background-color: #3d53de;
  color: #ffffff;
  width: 357px;
  height: 405px;
  margin-right: -15px;
  border-radius: 10px;
  height: 100%;
}

#Home_page_bezeq .successNewsLetterWrapper {
  text-align: center;
  padding: 150px 40px 150px 40px;
  background-color: #3d53de;
  color: #ffffff;
  width: 357px;
  margin-right: -15px;
  border-radius: 10px;
  height: 100%;
  display: none;
}

#Home_page_bezeq .newsLetterHeader {
  font-size: 28px;
  font-weight: bold;
}

#Home_page_bezeq .newsLetterParagraph {
  font-size: 18px;
}

#Home_page_bezeq .newsLetterBtn {
  background-color: #3d53de;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  border: solid 2px #ffffff;
  width: 180px;
  height: 40px;
  padding: 9px 64px 9px 65px;
  margin: 15px 0 0 0;
}

#Home_page_bezeq .newsletterInput {
  width: 311px;
  height: 48px;
  margin: 40px 0px 0px 15px;
  padding: 0px 16px;
  border-radius: 8px;
  border: solid 1px #666666;
  background-color: #ffffff;
}

#Home_page_bezeq .newsletterInput::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 0.8; /* Firefox */
}

#Home_page_bezeq .newsletterInput::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 0.8; /* Firefox */
}

#Home_page_bezeq .newsletterInput:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 0.8; /* Firefox */
}

#Home_page_bezeq .newsletterInput::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 0.8; /* Firefox */
}

#Home_page_bezeq .newsletterInput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 0.8; /* Firefox */
}

#Home_page_bezeq .chkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Home_page_bezeq .newsLetterChkLabel {
  font-size: 18px;
}

#Home_page_bezeq .lnk {
  color: #ffffff;
  text-decoration: underline;
}

#Home_page_bezeq .newsLetterHeaderMobile {
  display: none;
}

#Home_page_bezeq .checkbox-type-label {
  font-size: 18px;
  font-weight: normal;
  padding: 0 3.2em 0em 1.2em;
  letter-spacing: -0.01em;
  position: relative;
  color: white;
  cursor: pointer;
}

#Home_page_bezeq .checkbox-type-label span {
  display: block;
  position: relative;
  text-align: right;
}

#Home_page_bezeq .checkbox-type-label .label-title {
  font-weight: bold;
}

#Home_page_bezeq .checkbox-type-label .label-description {
  font-size: 0.9em;
  font-weight: normal;
}

#Home_page_bezeq .checkbox-type + .checkbox-type-label:before {
  position: absolute;
  content: "";
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: none;
  border: solid 3px white;
}

#Home_page_bezeq .checkbox-type:focus + .checkbox-type-label:before {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #16254f;
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px #16254f;
}

#Home_page_bezeq .checkbox-type:checked + .checkbox-type-label:before {
  background-color: none;
}

#Home_page_bezeq .checkbox-type + .checkbox-type-label:after {
  position: absolute;
  content: "";
  top: 6px;
  right: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.7em;
  height: 0.7em;
  opacity: 0;
  background-color: #24d2b3;
  border-radius: 100%;
}

#Home_page_bezeq .checkbox-type:checked + .checkbox-type-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#Home_page_bezeq .agree-link:hover,
#Home_page_bezeq .agree-link:focus,
#Home_page_bezeq .agree-link:visited,
#Home_page_bezeq .agree-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  /*border-bottom: solid 2px white;*/
  background: none;
  border: none;
  /* border-bottom: solid 2px white; */
  text-decoration-line: underline;
  padding: 0;
}

#Home_page_bezeq .newsLetterMobileBtn {
  display: none;
}

#Home_page_bezeq .selectedCategory {
  position: relative;
  font-weight: bold;
}

#Home_page_bezeq .selectedCategory::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #24d2b3;
  height: 6px;
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  right: 0px;
  bottom: 0px;
}

#Home_page_bezeq .newsletterTermsPopup {
  display: none;
  position: absolute;
  left: -55px;
  top: 66%;
  margin-top: 10px;
  width: 457px;
  height: 251px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(179, 179, 179, 0.3);
          box-shadow: 0 2px 15px 0 rgba(179, 179, 179, 0.3);
  background-color: #fff;
  padding: 32px;
  font-size: 14px;
  color: #666;
  z-index: 999;
}

#Home_page_bezeq .newsletterError {
  border-radius: 8px;
  border: solid 1px #d0021b;
  background-color: #ffe2e2;
  color: #d0021b;
  padding: 3px 16px;
  margin: 0px 16px 0px 15px;
  width: 311px;
  height: 46px;
}

#Home_page_bezeq .newsletterErrorMobile {
  display: none;
}

#Home_page_bezeq .visibleHidden {
  visibility: hidden;
}

#Home_page_bezeq .mobileBottomLine {
  display: none;
}

#Home_page_bezeq .categoryMain {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}

#Home_page_bezeq .homeCategoryHeader {
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.14;
  color: #16254f;
}

#Home_page_bezeq .homeCategorylink {
  font-size: 16px;
  line-height: 1.25;
  color: #3d53de;
  margin: 10px 20px;
  text-decoration: underline;
}

#Home_page_bezeq .homeCategoryContainer {
  clear: both;
  position: relative;
  padding: 20px 0;
}

#Home_page_bezeq .homeCategoriesContainer {
  padding-bottom: 100px;
}

#Home_page_bezeq .homeCategoryArticle {
  /* width: 206px !important; */
  /* height: 278px !important; */
  margin: 0 0 16px 35px;
  border: 1px solid #dadada;
  border-radius: 12px;
  background-color: white;
}

/*.homeCategoryArticle:last-child {   
margin: 0 0 16px 0px;

}*/
#Home_page_bezeq .homeCategory-gallery-container {
  width: 258px;
  float: right;
  /*margin-top: -1px;*/
}

#Home_page_bezeq .homeCategory-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 116px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-size: cover;
  background-position: center center;
  display: block;
  object-fit: cover;
}

#Home_page_bezeq .homeCategory-data-container {
  height: 147px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Home_page_bezeq .homeCategory-Title {
  font-size: 14px;
  font-weight: bold;
  /* height: 57px; */
  color: #16254f;
  line-height: 1.29;
  text-align: right;
}

#Home_page_bezeq .homeCategory-data-subtext {
  display: none;
}

#Home_page_bezeq .Latest-subCatWrapper {
  border-radius: 100px;
  padding: 0px 3px;
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #16254f;
  width: 100%;
}

#Home_page_bezeq .Latest-subCatWrapper.first {
  background-color: #fff8e5;
}

#Home_page_bezeq .Latest-subCatWrapper.second {
  background-color: #ffe2e5;
}

#Home_page_bezeq .Latest-subCatWrapper.third {
  background-color: #c6e5fc;
}

#Home_page_bezeq .Latest-internet-tips {
  text-decoration: none;
}

#Home_page_bezeq .blog .homeCategory-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 94%;
  /* position: relative; */
  /* gap: 20px; */
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#Home_page_bezeq .homeCategory-data-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Home_page_bezeq .homeCategory-article-time {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Home_page_bezeq .homeCategory-clock {
  width: 14px;
  height: 14px;
}

#Home_page_bezeq .homeCategory-read-time {
  font-size: 14px;
  color: #666;
  margin-right: 2px;
}

#Home_page_bezeq .blog .swiper-button-next,
#Home_page_bezeq .blog .swiper-container-rtl .swiper-button-prev {
  /* background-image: url("/Scripts/Bezeq/Blog/img/icon-buttons-previous-3.svg"); */
  right: 0px;
  left: auto;
}

#Home_page_bezeq .blog .swiper-button-prev,
#Home_page_bezeq .blog .swiper-button-next {
  position: absolute;
  top: 28%;
  width: 42px;
  height: 277px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 0.8;
}

#Home_page_bezeq .blog .swiper-button-prev,
#Home_page_bezeq .blog .swiper-container-rtl .swiper-button-next {
  /* background-image: url("/Scripts/Bezeq/Blog/img/icon-buttons-next-3.svg"); */
  left: 0px;
  right: auto;
}

#Home_page_bezeq .navbar {
  border: none;
}

#Home_page_bezeq .listenNow {
  background: -webkit-gradient(linear, left top, right top, from(#2f18bc), color-stop(#3d53de), to(#26a5ff));
  background: linear-gradient(to right, #2f18bc, #3d53de, #26a5ff);
  color: white;
  font-weight: 600;
  font-size: 16px;
  width: 136px;
  height: 40px;
  border-radius: 30px;
  padding: 10px 12px 10px 12px;
  float: left;
}

#Home_page_bezeq .listenNowSmall {
  background: -webkit-gradient(linear, left top, right top, from(#2f18bc), color-stop(47%, #3d53de), to(#26a5ff));
  background: linear-gradient(to right, #2f18bc, #3d53de 47%, #26a5ff);
  color: white;
  font-weight: 600;
  font-size: 14px;
  width: 102px;
  height: 26px;
  border-radius: 30px;
  padding: 4px 6px 4px 8px;
}

#Home_page_bezeq .listenNow > img {
  width: 18px;
  height: 18px;
}

#Home_page_bezeq .listenNowSmall > img {
  width: 12px;
  height: 12px;
}

#Home_page_bezeq .podcast {
  background: -webkit-gradient(linear, left top, right top, from(#2f18bc), color-stop(47%, #3d53de), to(#26a5ff));
  background: linear-gradient(to right, #2f18bc, #3d53de 47%, #26a5ff);
  color: white;
  font-weight: 600;
  font-size: 14px;
  width: 101px;
  height: 26px;
  border-radius: 4px;
  padding: 4px 6px 4px 7px;
  /* float: left; */
  position: absolute;
  right: 26px;
  top: 15px;
}

#Home_page_bezeq .smallRightMargin {
  right: 11px;
}

#Home_page_bezeq .slider-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 206px; */
  height: 263px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 264px;
}

#Home_page_bezeq .blog-button {
  width: auto;
  border-radius: 40px;
  padding: 13px 40px;
  border: solid 2px #3d53de;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  text-align: center;
  color: #3d53de;
  background-color: #fff;
  cursor: pointer;
}

#Home_page_bezeq .blog-link {
  color: #3d53de;
  text-decoration: none;
}

#Home_page_bezeq .blog-link:hover {
  color: inherit;
}

#Home_page_bezeq .blog-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin-bottom: 40px; */
  margin-top: 30px;
}

#Home_page_bezeq .homeCategoryArticle-link {
  text-decoration: none;
}

@media (max-width: 1200px) {
  #Home_page_bezeq .hotArticle.articles-item {
    width: 300px;
  }
  #Home_page_bezeq .checkbox-type + .checkbox-type-label:before {
    right: 0px;
  }
  #Home_page_bezeq .checkbox-type + .checkbox-type-label:after {
    top: 6px;
    right: 6px;
    width: 0.9em;
    height: 0.9em;
  }
  #Home_page_bezeq .newsLetterWrapper {
    width: 300px;
    height: 373px;
    padding: 50px 20px;
  }
  #Home_page_bezeq .newsLetterHeader {
    font-size: 28px;
  }
  #Home_page_bezeq .newsLetterParagraph {
    font-size: 16px;
  }
  #Home_page_bezeq .newsletterError {
    padding: 3px 16px;
    margin: 10px 8px 2px 15px;
    width: 90%;
    height: 46px;
  }
  #Home_page_bezeq .main-article-text {
    height: 200px;
  }
  #Home_page_bezeq .main-article-height {
    height: 265px;
  }
  #Home_page_bezeq .main-article-img {
    width: 465px;
    height: 262px;
  }
  #Home_page_bezeq .main-article-img-mobile {
    display: none;
  }
  #Home_page_bezeq .main-article-Title {
    font-size: 28px;
  }
  #Home_page_bezeq .main-article-subTitle {
    display: block;
    font-size: 20px;
  }
  #Home_page_bezeq .hotArticle {
    width: 300px;
  }
  #Home_page_bezeq .hot-gallery-container {
    width: 129px;
  }
  #Home_page_bezeq .hot-img {
    /*width: 129px;*/
    width: auto;
    height: 140px;
    margin-top: 0px;
    margin-right: -1px;
  }
  #Home_page_bezeq .hot-data-container {
    width: 169px;
    float: right;
    padding: 12px 8px 6px 8px;
  }
  #Home_page_bezeq .hot-data {
    padding: 0 5px;
  }
  #Home_page_bezeq .newsletterInput {
    width: 260px;
    margin: 24px 0px 0px 0px;
  }
  #Home_page_bezeq .LatestArticle {
    width: 300px;
    height: 373px;
    margin: 40px 0px 30px 20px;
    list-style-position: inside;
    border: 1px solid #dadada;
    /*border-radius: 5px;*/
  }
  /*.LatestArticle:nth-child(3n+3) {
              margin: 40px 0px 30px 0px;
          }*/
  #Home_page_bezeq .checkbox-type-label {
    font-size: 14px;
    padding: 0em 2.2em 0em 1.2em;
  }
  #Home_page_bezeq .Latest-img {
    width: 300px;
    height: 170px;
    margin-right: -16px;
    margin-top: -1px;
    display: block;
  }
  #Home_page_bezeq .Latest-img-mobile {
    display: none;
  }
  #Home_page_bezeq .Latest-data-container {
    height: 145px;
  }
  #Home_page_bezeq .Latest-Title {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0px 8px;
  }
  #Home_page_bezeq .Latest-subTitle {
    font-size: 16px;
    color: #666;
  }
  #Home_page_bezeq .Latest-data {
    height: 46px;
    border-top: 1px solid #dadada;
    padding: 10px;
    margin: 0 -15px;
  }
  #Home_page_bezeq .Latest-article-time {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Home_page_bezeq .Latest-clock {
    width: 14px;
    height: 14px;
  }
  #Home_page_bezeq .Latest-read-time {
    font-size: 14px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  #Home_page_bezeq .successNewsLetterWrapper {
    padding: 121px 40px 130px 40px;
    width: 297px;
  }
  #Home_page_bezeq .lastArticlesContainer {
    margin: 40px 0;
  }
  #Home_page_bezeq .LatestArticlesMainTitle {
    margin: 0px auto;
  }
  #Home_page_bezeq .LatestArticle:nth-child(3n+3) {
    margin: 40px 0px 30px 0px;
  }
}
@media (max-width: 992px) {
  #Home_page_bezeq .hotArticlesMainTitle,
  #Home_page_bezeq .LatestArticlesMainTitle {
    text-align: right;
    padding-right: 5px;
    margin: 0;
  }
  #Home_page_bezeq .hotArticlesMainTitle {
    margin-bottom: 17px;
  }
  /*.blog-contain-menu {
      height: 180px;
  }*/
  #Home_page_bezeq .main-article-info {
    margin: 0;
  }
  #Home_page_bezeq .checkbox-type-label {
    padding: 0.5em 2.5em 0em 1.5em;
  }
  #Home_page_bezeq .checkbox-type + .checkbox-type-label:before {
    right: 0.5px;
  }
  #Home_page_bezeq .checkbox-type + .checkbox-type-label:after {
    top: 13px;
    right: 6px;
  }
  #Home_page_bezeq .newsLetterWrapper {
    width: 348px;
    height: 405px;
    padding: 60px 24px 40px 24px;
  }
  #Home_page_bezeq .newsletterInput {
    width: 301px;
  }
  #Home_page_bezeq .newsletterError {
    padding: 3px 16px;
    margin: 8px 0px 5px 15px;
    width: 300px;
    height: 46px;
  }
  #Home_page_bezeq .hotArticle.articles-item {
    /* width: calc((30%) - 16px); */
    width: 348px;
  }
  #Home_page_bezeq .main-article-height {
    height: 233px;
  }
  #Home_page_bezeq .main-article-text {
    height: 170px;
  }
  #Home_page_bezeq .main-article-img {
    width: 408px;
    height: 230px;
  }
  #Home_page_bezeq .main-article-img-mobile {
    display: none;
  }
  #Home_page_bezeq .main-article-Title {
    font-size: 24px;
  }
  #Home_page_bezeq .main-article-subTitle {
    display: none;
  }
  #Home_page_bezeq .store-btn {
    width: 150px;
    font-size: 14px;
    padding: 5px 15px 5px 11px;
  }
  #Home_page_bezeq .arrow-btn {
    margin: 3px 2px 3px 0;
  }
  #Home_page_bezeq .top-title {
    font-size: 24px;
    padding: 10px 0;
  }
  #Home_page_bezeq .LatestArticle {
    width: 348px;
    height: 405px;
    margin: 40px 0px 30px 24px;
  }
  #Home_page_bezeq .LatestArticle:nth-child(2n+2) {
    margin: 40px 0px 30px 0px;
  }
  #Home_page_bezeq .Latest-img {
    width: 350px;
    height: 200px;
    margin-right: -16px;
    display: block;
  }
  #Home_page_bezeq .Latest-data-container {
    height: 145px;
  }
  #Home_page_bezeq .Latest-Title {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0px 8px;
  }
  #Home_page_bezeq .Latest-subTitle {
    font-size: 16px;
    color: #666;
  }
  #Home_page_bezeq .Latest-data {
    height: 46px;
    border-top: 1px solid #dadada;
    padding: 10px;
    margin: 0 -15px;
  }
  #Home_page_bezeq .Latest-article-time {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Home_page_bezeq .Latest-clock {
    width: 14px;
    height: 14px;
  }
  #Home_page_bezeq .Latest-read-time {
    font-size: 14px;
  }
  #Home_page_bezeq .blog .swiper-pointer-events {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Home_page_bezeq .checkbox-type + .checkbox-type-label:after {
    top: 13px;
    right: 6px;
  }
  #Home_page_bezeq .successNewsLetterWrapper {
    width: 345px;
  }
  #Home_page_bezeq .homeCategory-data {
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  #Home_page_bezeq .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #Home_page_bezeq .Latest-subCatWrapper {
    padding: 0 11px;
    font-size: 14px;
  }
  #Home_page_bezeq .hidePaginationInDesktop {
    display: none;
  }
  #Home_page_bezeq .Latest-img-mobile {
    display: none !important;
  }
  #Home_page_bezeq .homeCategoryArticle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    /* height: 148px !important; */
    /* width: 222px !important; */
  }
  #Home_page_bezeq .homeCategory-data-container {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Home_page_bezeq .blog .swiper-wrapper {
    /* margin-top: 120px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Home_page_bezeq .homeCategory-img {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
  }
  #Home_page_bezeq .slider-item-content {
    /* width: 220px; */
    height: 270px;
  }
  #Home_page_bezeq .homeCategory-Title {
    /* margin-bottom: 10px; */
    font-size: 16px;
    line-height: 1.19;
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  #Home_page_bezeq .homeCategory-data {
    position: absolute;
    bottom: 8px;
  }
  #Home_page_bezeq .homeCategoryArticle {
    width: 280px;
  }
  #Home_page_bezeq .homeCategory-img {
    width: 100%;
    height: 125px;
  }
  #Home_page_bezeq .blog .swiper-pointer-events {
    width: 100%;
  }
  #Home_page_bezeq .blog .swiper-pointer-events {
    width: auto;
  }
  #Home_page_bezeq .blog .swiper-container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .blog .homeCategory-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 24px);
  }
  #Home_page_bezeq .blog .homeCategory-data::after {
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    height: 2px;
    background-color: #dadada;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12px;
  }
  #Home_page_bezeq .blog .Latest-sub-categories {
    margin-top: 0;
    margin-right: auto;
  }
  #Home_page_bezeq .blog .swiper-pointer-events {
    width: 100%;
  }
  #Home_page_bezeq .homeCategory-data-subtext {
    display: block;
    text-decoration: none;
    color: #666666;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    text-align: right;
    line-height: 1.25;
  }
  #Home_page_bezeq .blog-button-container {
    margin-top: 48px;
  }
  #Home_page_bezeq .homeCategory-data-container {
    height: 205px;
  }
  #Home_page_bezeq .homeCategory-Title {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #Home_page_bezeq .successNewsLetterWrapper {
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
  #Home_page_bezeq .lastArticlesContainer {
    margin: 32px 0 35px;
  }
  #Home_page_bezeq .homeCategoryArticle:hover,
  #Home_page_bezeq .hotArticle:hover,
  #Home_page_bezeq .LatestArticle:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0px;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  #Home_page_bezeq .homeCategoryHeader {
    font-size: 18px;
    padding: 10px 0;
  }
  #Home_page_bezeq .main-article-info {
    margin: 0px;
  }
  #Home_page_bezeq .blog .swiper-pagination {
    position: initial;
  }
  #Home_page_bezeq .blog .swiper-pagination-bullet {
    margin: 19px 8px;
  }
  #Home_page_bezeq .LatestArticle:nth-child(2n+2) {
    margin: 0;
  }
  #Home_page_bezeq .hot-clock {
    float: right;
    margin: 0px 0 0px 2px;
    width: 12px;
  }
  #Home_page_bezeq .newsLetterWrapper {
    width: 350px;
    height: 403px;
  }
  #Home_page_bezeq .visibleHidden {
    display: block;
    visibility: hidden;
  }
  #Home_page_bezeq .main-article-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #Home_page_bezeq .main-article-data .sub-categories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #Home_page_bezeq .main-article-data .article-time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #Home_page_bezeq .sub-categories {
    float: left;
  }
  #Home_page_bezeq .read-time {
    display: contents;
    font-size: 16px;
  }
  #Home_page_bezeq .clock {
    width: 16px;
    height: 16px;
  }
  #Home_page_bezeq .hot-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #Home_page_bezeq .hot-data .hot-sub-categories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #Home_page_bezeq .hot-data .hot-article-time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #Home_page_bezeq .hot-read-time {
    display: contents;
  }
  #Home_page_bezeq .main-article-height {
    height: 233px;
  }
  #Home_page_bezeq .article-time {
    margin-left: 10px;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 9px;
    float: right;
  }
  #Home_page_bezeq .main-article-img {
    width: 100%;
    height: 230px;
    /*display: none;*/
  }
  #Home_page_bezeq .main-article-img-mobile {
    display: block;
  }
  #Home_page_bezeq .main-article-Title {
    font-size: 24px;
  }
  #Home_page_bezeq .main-article-subTitle {
    display: none;
  }
  /*.store-btn {
      width: 150px;
      font-size: 14px;
  }*/
  #Home_page_bezeq .store-btn {
    width: 70px;
    border-radius: 5px;
    height: 36px;
    font-size: 12px;
    padding: 4px 10px;
    line-height: 1.17;
  }
  #Home_page_bezeq .top-title {
    font-size: 22px;
    padding: 0;
  }
  #Home_page_bezeq .hotArticle.articles-item {
    /*width: calc((87%) - 16px);*/
    width: 320px;
  }
  #Home_page_bezeq .homeCategoryArticle.articles-item {
    /*width: calc((87%) - 16px);*/
    width: 220px !important;
    list-style-type: none;
  }
  #Home_page_bezeq .hot-img {
    /*display: none;*/
  }
  #Home_page_bezeq .hot-img-mobile {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  /*.Latest-img {
    display: none;
  }*/
  #Home_page_bezeq .Latest-img-mobile {
    display: block;
  }
  /*.newsletterError {
    display: none;
  }*/
  #Home_page_bezeq .visibleHidden {
    display: none;
  }
  /*.newsletterErrorMobile {
      border-radius: 8px;
      border: solid 1px #d0021b;
      background-color: #ffe2e2;
      color: #d0021b;
      padding: 3px 16px;
      margin: 10px 16px 2px 15px;
      width: 311px;
      height: 46px;
  }*/
  #Home_page_bezeq .newsletterError {
    border-radius: 8px;
    border: solid 1px #d0021b;
    background-color: #ffe2e2;
    color: #d0021b;
    padding: 3px 16px;
    margin: 10px 10px 2px 0px;
    width: 93%;
    height: 46px;
  }
  #Home_page_bezeq .checkbox-type-label {
    width: 99%;
    padding: 0.5em 3.5em 0em 1.5em;
  }
  #Home_page_bezeq .checkbox-type {
    width: 0;
    height: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #Home_page_bezeq .hideInMobile {
    display: none;
  }
  #Home_page_bezeq .blog .swiper-button-prev,
  #Home_page_bezeq .blog .swiper-button-next {
    display: none;
  }
  #Home_page_bezeq .blog-contain-menu {
    height: 99px;
  }
  #Home_page_bezeq .blog-menu {
    padding-top: 0px;
    margin-top: 5px;
  }
  #Home_page_bezeq .navbar-nav {
    margin: 0px;
  }
  #Home_page_bezeq .nav > li > a {
    padding: 7px 15px;
  }
  #Home_page_bezeq .selectedCategory::after {
    height: 4px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  #Home_page_bezeq .main-article-text {
    max-height: 72px !important;
    height: auto;
  }
  #Home_page_bezeq .main-article-info {
    margin-right: 0px;
  }
  #Home_page_bezeq .emailWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px 14px 10px;
  }
  #Home_page_bezeq .newsLetterBtn {
    display: none;
  }
  #Home_page_bezeq .newsLetterMobileBtn {
    display: block;
    background-color: #16254f;
    color: white;
    width: 100px;
    border-radius: 4px;
    float: right;
    border: none;
  }
  #Home_page_bezeq .newsLetterWrapper {
    padding: 20px 0px 20px 0px;
    width: 100%;
    margin: 0 -10px 0 0;
    height: auto;
  }
  #Home_page_bezeq .newsLetterHeaderMobile {
    display: block;
  }
  #Home_page_bezeq .newsletterErrorMobile {
    padding: 3px 16px;
    margin: 0px 10px 2px 0px;
    width: 95%;
    height: 46px;
  }
  #Home_page_bezeq .checkbox-type-label {
    font-size: 14px;
  }
  #Home_page_bezeq .checkbox-type + .checkbox-type-label:before {
    right: 10px;
  }
  #Home_page_bezeq .checkbox-type + .checkbox-type-label:after {
    top: 13px;
    right: 16px;
  }
  #Home_page_bezeq .newsletterInput {
    width: 75%;
    height: 38px;
    margin: 0;
    padding: 0 12px 0 0;
    border-radius: 4px;
  }
  #Home_page_bezeq .newsLetterHeader,
  #Home_page_bezeq .newsLetterParagraph {
    display: none;
  }
  #Home_page_bezeq .articles-content {
    overflow: hidden;
    /*margin-top: 40px;*/
  }
  #Home_page_bezeq .articles-swiper-container {
    margin-left: -15px;
    /* margin-left: auto; */
    margin-right: auto;
    position: relative;
    /*overflow: hidden;*/
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  #Home_page_bezeq .articles-list {
    padding-bottom: 2px;
  }
  #Home_page_bezeq .articles-item {
    /* width: calc((87%) - 16px); */
    margin: 0 0 0 16px;
    height: auto;
    /*display: flex;
    flex-direction: column;*/
  }
  #Home_page_bezeq .hotArticlesMainTitle,
  #Home_page_bezeq .LatestArticlesMainTitle {
    font-size: 16px;
    margin: 20px 0px 15px 0px;
    text-align: start;
  }
  #Home_page_bezeq .sub-categories {
    float: left;
  }
  #Home_page_bezeq .main-article-height {
    height: 182px;
    margin: 24px 0;
  }
  #Home_page_bezeq .hotArticlesContainer {
    /*padding: 0 0 49px 0;*/
    padding: 0;
  }
  #Home_page_bezeq .main-article-img {
    /* width: 100%; */
    /*height: 100%;*/
    /*display: none;*/
  }
  #Home_page_bezeq .main-article-img-mobile {
    display: block;
  }
  #Home_page_bezeq .main-article-Title {
    font-size: 20px;
    margin: 16px 0 12px 0;
  }
  #Home_page_bezeq .arrow-btn {
    display: none;
  }
  #Home_page_bezeq .top-title {
    font-size: 22px;
  }
  #Home_page_bezeq .hot-data-container {
    width: 60%;
    float: right;
  }
  #Home_page_bezeq .hot-gallery-container {
    width: 40%;
  }
  #Home_page_bezeq .hot-Title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    height: 68px;
    overflow-y: hidden;
    position: relative;
  }
  /*.hot-Title::after 
  {
    content: '...';
    position: absolute;
  bottom: 3px;
  left: -2px;
  }*/
  #Home_page_bezeq .LatestArticle {
    width: 100%;
    height: 124px;
    padding: 12px 20px 12px 0;
    border: none;
    margin: 0;
    /*border-bottom: 1px solid #dadada;*/
  }
  #Home_page_bezeq .LatestArticle:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px;
    background: #dadada;
  }
  #Home_page_bezeq .LatestArticleInnerMobile {
    height: 104px;
    width: 100%;
    /*margin: 12px 20px 12px 0;*/
  }
  #Home_page_bezeq .seeMoreBtn {
    margin-top: 32px;
  }
  #Home_page_bezeq .Latest-gallery-container {
    float: right;
    width: 40%;
    height: 100px;
  }
  #Home_page_bezeq .Latest-img {
    width: 100%;
    height: 100px;
    margin-right: -16px;
    float: right;
    border-radius: 5px;
  }
  #Home_page_bezeq .Latest-data-container {
    height: 100px;
    width: 60%;
    float: right;
  }
  #Home_page_bezeq .Latest-info {
    height: 54px;
  }
  /*.Latest-Title {
    font-size: 14px;
    font-weight: bold;
    height: 54px;
    overflow-y: hidden;
    position: relative;
    padding: 0 5px;
    margin: 0px;
  }*/
  #Home_page_bezeq .Latest-Title {
    font-size: 14px;
    font-weight: bold;
    height: 55px;
    position: relative;
    padding: 0;
    margin: 0px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  /*.Latest-Title::after {
          content: '...';
          position: absolute;
          bottom: 3px;
          left: -2px;
  }*/
  #Home_page_bezeq .Latest-subTitle {
    display: none;
  }
  #Home_page_bezeq .Latest-data {
    height: 46px;
    border-top: none;
    padding: 0px 12px !important;
    margin: 0 -15px;
  }
  #Home_page_bezeq .Latest-article-time {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
  }
  #Home_page_bezeq .Latest-clock {
    width: 14px;
    height: 14px;
  }
  #Home_page_bezeq .Latest-read-time {
    font-size: 14px;
  }
  #Home_page_bezeq .biggerbox {
    height: auto;
  }
  #Home_page_bezeq .mobileBottomLine {
    height: 1px;
    background-color: #dadada;
    display: block;
    /*margin: 5px -20px;*/
    bottom: 0;
    left: 0;
    width: 100vw;
    position: absolute;
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .homeCategoryArticle {
    width: 306px;
  }
  #Home_page_bezeq .homeCategory-img {
    width: 306px;
  }
  #Home_page_bezeq .blog-button-container {
    margin-top: 48px;
  }
}
#Home_page_bezeq .blog {
  visibility: visible;
  background-color: #fff;
  color: #16254f;
  padding: 40px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Home_page_bezeq .blog .blog-container {
  visibility: visible;
}

#Home_page_bezeq .blog-title {
  visibility: visible;
  font-family: SimplerPro_BEZEQ_HEBREW2;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-bottom: 33px;
}

#Home_page_bezeq .laptop-hr {
  display: none;
}

#Home_page_bezeq .blog .swiper-pagination-blog {
  margin-top: 24px;
}

@media (min-width: 768px) {
  #Home_page_bezeq .blog {
    visibility: visible;
    padding: 48px 0 98px 0;
  }
  #Home_page_bezeq .blog .container {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #Home_page_bezeq .blog-title {
    visibility: visible;
    font-size: 28px;
    margin-bottom: 35px;
  }
  #Home_page_bezeq .blog .swiper-wrapper {
    height: auto;
    /* max-width: 700px; */
    padding: 0;
    /* padding: 1px; */
  }
  #Home_page_bezeq .laptop-hr {
    display: none;
  }
  #Home_page_bezeq .blog .swiper-pagination-blog {
    display: none;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .blog {
    visibility: visible;
    padding-bottom: 93px;
    padding-top: 48px;
  }
  #Home_page_bezeq .blog .container {
    visibility: visible;
  }
  #Home_page_bezeq .blog-title {
    visibility: visible;
    font-size: 36px;
    margin-bottom: 39px;
  }
  #Home_page_bezeq .slider-item-content {
    /* width: 304px; */
    height: 404px;
  }
  #Home_page_bezeq .homeCategory-img {
    width: 100%;
    height: 199px;
  }
  #Home_page_bezeq .blog .swiper-wrapper {
    height: auto;
    max-width: unset;
    /* padding: 0 10px; */
    /* padding: 1px; */
  }
  #Home_page_bezeq .homeCategory-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #Home_page_bezeq .laptop-hr {
    display: block;
    position: absolute;
    bottom: 13px;
    right: -11px;
    width: 304px;
    /* height: 1px ; */
    border-bottom-width: 0.1 !important;
    opacity: 0.9;
    background: rgba(218, 218, 218, 0.6);
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .blog {
    visibility: visible;
    padding-top: 64px;
    padding-bottom: 116px;
  }
  #Home_page_bezeq .blog .container {
    visibility: visible;
  }
  #Home_page_bezeq .blog-title {
    visibility: visible;
    font-size: 40px;
    margin-bottom: 55px;
  }
  #Home_page_bezeq .slider-item-content {
    /* width: 356px; */
  }
  #Home_page_bezeq .homeCategory-img {
    width: 100%;
  }
  #Home_page_bezeq .blog .swiper-wrapper {
    height: auto;
    /* max-width: 1140px; */
    /* padding: 0 20px; */
    margin: 0 auto;
    /* padding: 1px; */
  }
  #Home_page_bezeq .laptop-hr {
    display: block;
    width: 356px;
  }
  #Home_page_bezeq .blog .swiper-container {
    max-width: 1300px;
  }
}
#Home_page_bezeq .categories {
  visibility: visible;
  position: relative;
  padding: 40px 0 48px;
  height: auto;
  background-image: linear-gradient(48deg, #2f18bc, #3d53de 47%, #26a5ff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Home_page_bezeq .categories .card-item-link {
  text-decoration: none;
}

#Home_page_bezeq .categories-title {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  -ms-flex-item-align: center;
      align-self: center;
}

#Home_page_bezeq .categories-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom: 40px; */
  margin-top: 39px;
}

#Home_page_bezeq .categories-button {
  width: auto;
  border-radius: 40px;
  padding: 13px 26px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  text-align: center;
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7ce1b), color-stop(48%, #ffbe03), to(#ff8000));
  background-image: linear-gradient(to right, #e7ce1b, #ffbe03 48%, #ff8000);
  cursor: pointer;
}

#Home_page_bezeq .categories .categories-container {
  width: 240px;
  visibility: visible;
  width: auto;
}

#Home_page_bezeq .categories .categories-container.second {
  display: none;
}

#Home_page_bezeq .categories-bg {
  width: 346px;
  height: 297px;
  background-image: url(../images/sculps-360.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

#Home_page_bezeq .categories-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}

#Home_page_bezeq .categories-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28.8px;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Home_page_bezeq .categories .card-item {
  width: 90px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(61, 83, 222, 0.16);
          box-shadow: 0 4px 16px 0 rgba(61, 83, 222, 0.16);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  /* cursor: default; */
  border-radius: 50%;
}

#Home_page_bezeq .categories .card-items-first-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

#Home_page_bezeq .categories .card-items-second-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

#Home_page_bezeq .categories .card-items-third-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

#Home_page_bezeq .card-items-first-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Home_page_bezeq .card-items-second-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#Home_page_bezeq .categories .card-icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

#Home_page_bezeq .categories_card-text {
  font-family: SimplerPro_BEZEQ_HEBREW2;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  /* margin-top: 0;
  margin-bottom: 0; */
}

#Home_page_bezeq .categories .card-icon.first {
  margin-bottom: -20px;
}

#Home_page_bezeq .categories .card-icon.watch {
  margin-bottom: -20px;
}

#Home_page_bezeq .categories_card-text.computer {
  font-size: 15px;
}

#Home_page_bezeq .categories .icon {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

#Home_page_bezeq .categories-button:active {
  opacity: 0.6;
}

#Home_page_bezeq .categories-link {
  text-decoration: none;
  color: #16254f;
}

#Home_page_bezeq .categories-link:hover {
  color: #16254f;
}

@media (min-width: 768px) {
  #Home_page_bezeq .categories {
    visibility: visible;
    margin-top: -10px;
    padding: 44px 0 40px 0;
  }
  #Home_page_bezeq .categories .card-item-link {
    display: block;
  }
  #Home_page_bezeq .categories .categories-container {
    visibility: visible;
    /* margin-top: 76px; */
    /* -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px); */
  }
  #Home_page_bezeq .categories .categories-container.first {
    display: none;
  }
  #Home_page_bezeq .categories .categories-container.second {
    display: block;
  }
  #Home_page_bezeq .categories-bg {
    width: 100%;
    height: 440px;
    background-image: url(../images/sculps-768.png);
    background-position: center center;
    background-size: auto;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
  }
  #Home_page_bezeq .categories-title {
    visibility: visible;
    font-size: 28px;
    margin-bottom: 32px;
  }
  #Home_page_bezeq .categories-text {
    visibility: visible;
  }
  #Home_page_bezeq .categories-card-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 46px;
  }
  #Home_page_bezeq .card-item {
    /* width: 160px;
    height: 140px; */
    cursor: pointer;
  }
  #Home_page_bezeq .card-item.last {
    display: none;
  }
  #Home_page_bezeq .card-items-first-row,
  .card-items-second-row {
    /* justify-content: center;
    display: flex;
    gap: 16px; */
  }
  #Home_page_bezeq .categories .card-items-first-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 30px;
  }
  #Home_page_bezeq .categories .card-items-second-row {
    gap: 30px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #Home_page_bezeq .categories .card-icon.first {
    margin-bottom: -22px;
  }
  #Home_page_bezeq .categories .card-icon.watch {
    margin-bottom: 0;
  }
  #Home_page_bezeq .categories_card-text.computer {
    font-size: 16px;
    width: 100px;
    margin-right: calc(50% - 50px);
  }
  #Home_page_bezeq .categories_card-text.watch br {
    display: none;
  }
  #Home_page_bezeq .categories-button-container {
    margin-top: 47px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .categories {
    visibility: visible;
    /* margin-top: -40px; */
    /* padding-bottom: 240px; */
    padding: 54px 0 60px 0;
  }
  #Home_page_bezeq .categories .categories-container {
    visibility: visible;
    width: auto;
    /* -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); */
    /* margin-top: 105px; */
  }
  #Home_page_bezeq .categories-bg {
    visibility: visible;
    background-image: url(../images/sculps-992.png);
    height: 540px;
  }
  #Home_page_bezeq .categories-title {
    visibility: visible;
    font-size: 36px;
    width: auto;
    margin-bottom: 60px;
  }
  #Home_page_bezeq .categories-text {
    visibility: visible;
    font-size: 18px;
  }
  #Home_page_bezeq .categories .card-icon.first {
    margin-bottom: 0;
    width: 151px;
  }
  #Home_page_bezeq .categories-card-container {
    gap: 82px;
  }
  #Home_page_bezeq .categories .card-item {
    width: 140px;
    height: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Home_page_bezeq .categories .card-items-first-row {
    gap: 57px;
  }
  #Home_page_bezeq .categories .card-items-second-row {
    gap: 57px;
  }
  #Home_page_bezeq .card-icon {
    margin-top: -9px;
    margin-bottom: 2px;
  }
  #Home_page_bezeq .categories_card-text {
    font-size: 22px;
    line-height: 1.18;
  }
  #Home_page_bezeq .categories_card-text.first {
    margin-right: calc(50% - 79px);
    width: 151px;
  }
  #Home_page_bezeq .categories_card-text.computer {
    font-size: 22px;
    width: 150px;
    margin-right: calc(50% - 75px);
  }
  #Home_page_bezeq .categories .card-icon.watch {
    margin-bottom: 2px;
  }
  #Home_page_bezeq .categories .icon {
    width: 140px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #Home_page_bezeq .categories .card-icon {
    gap: 16px;
  }
  #Home_page_bezeq .categories .card-text.forth {
    width: 101px;
  }
  #Home_page_bezeq .categories-button-container {
    margin-top: 64px;
  }
  #Home_page_bezeq .categories-button {
    padding: 18px 42px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .categories {
    visibility: visible;
    /* margin-top: -3px; */
    /* padding-bottom: 289px; */
    padding: 64px 0 76px 0;
  }
  #Home_page_bezeq .categories .categories-container {
    visibility: visible;
    /* -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin-top: 60px; */
    width: auto;
  }
  #Home_page_bezeq .categories-bg {
    visibility: visible;
    background-image: url(../images/sculps-1200.png);
  }
  #Home_page_bezeq .categories-title {
    visibility: visible;
    font-size: 40px;
    margin-bottom: 82px;
  }
  #Home_page_bezeq .categories-text {
    visibility: visible;
    font-size: 20px;
  }
  #Home_page_bezeq .categories-card-container {
    gap: 82px;
  }
  #Home_page_bezeq .card-item {
    width: 188px;
    height: 188px;
  }
  #Home_page_bezeq .card-items-first-row {
    gap: 88px;
  }
  #Home_page_bezeq .card-items-second-row {
    gap: 88px;
  }
  #Home_page_bezeq .categories-button-container {
    margin-top: 64px;
  }
}
#Home_page_bezeq .my_account {
  visibility: visible;
  position: relative;
  padding: 40px 0 48px;
  background-color: #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Home_page_bezeq .my_account #Home_page_bezeq .my_account-container {
  width: 240px;
  visibility: visible;
  width: auto;
}

#Home_page_bezeq .my_account-card-item-link {
  text-decoration: none;
}

#Home_page_bezeq .my_account-bg {
  width: 346px;
  height: 297px;
  background-image: url(../images/sculps-360.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

#Home_page_bezeq .my_account-title {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  /* margin-top: 40px; */
  margin-bottom: 32px;
  text-align: center;
  color: #16254f;
  -ms-flex-item-align: center;
      align-self: center;
}

#Home_page_bezeq .my_account-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}

#Home_page_bezeq .my_account-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom: 42px; */
}

#Home_page_bezeq .my_account-card-item {
  width: 152px;
  height: 140px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(61, 83, 222, 0.16);
          box-shadow: 0 4px 16px 0 rgba(61, 83, 222, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#Home_page_bezeq .my_account-card-item:hover {
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}

#Home_page_bezeq .my_account-card-item:hover .my_account-card-text {
  color: #3d53de;
  width: 120px;
  font-weight: bold;
}

#Home_page_bezeq .my_account-card-item:hover .my_account-card-text.forth {
  width: 90px;
}

#Home_page_bezeq .my_account-card-items-first-row,
.my_account-card-items-second-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

#Home_page_bezeq .my_account-card-items-first-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#Home_page_bezeq .my_account-card-items-second-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#Home_page_bezeq .my_account-card-icon {
  text-align: center;
}

#Home_page_bezeq .my_account-card-text {
  width: inherit;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  width: 98px;
  -ms-flex-item-align: center;
      align-self: center;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
}

/* .card-text:hover {
  color: #3d53de;
  font-weight: bold;
} */
#Home_page_bezeq .my_account-card-text.first {
  width: 158px;
}

#Home_page_bezeq .my_account-card-text.second:hover {
  width: 114px;
}

#Home_page_bezeq .my_account-card-text.third {
  width: 158px;
}

#Home_page_bezeq .my_account-card-text.third:hover {
  width: 158px;
}

#Home_page_bezeq .my_account-card-text.forth {
  width: 80px;
}

#Home_page_bezeq .my_account-icon {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

#Home_page_bezeq .my_account-categories-link {
  text-decoration: none;
  color: #000;
}

@media (min-width: 768px) {
  #Home_page_bezeq .my_account {
    visibility: visible;
    /* margin-top: -10px; */
    padding: 48px 0 70px 0;
  }
  #Home_page_bezeq .my_account #Home_page_bezeq .my_account-container {
    visibility: visible;
    /* margin-top: 76px; */
    /* -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px); */
  }
  #Home_page_bezeq .my_account-bg {
    width: 100%;
    height: 440px;
    background-image: url(../images/sculps-768.png);
    background-position: center center;
    background-size: auto;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
  }
  #Home_page_bezeq .my_account-title {
    visibility: visible;
    font-size: 28px;
    margin-bottom: 44px;
  }
  #Home_page_bezeq .my_account-text {
    visibility: visible;
  }
  #Home_page_bezeq .my_account-card-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
  #Home_page_bezeq .my_account-card-item {
    width: 160px;
    height: 140px;
    cursor: pointer;
  }
  #Home_page_bezeq .my_account-card-items-first-row,
  .my_account-card-items-second-row {
    /* justify-content: center;
    display: flex;
    gap: 16px; */
  }
  #Home_page_bezeq .my_account-card-items-first-row {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    gap: 20px;
  }
  #Home_page_bezeq .my_account-card-items-second-row {
    gap: 20px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  #Home_page_bezeq .my_account-card-text.second {
    width: 144px;
  }
  #Home_page_bezeq .my_account-card-text.second:hover {
    width: 139px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .my_account-card-item:hover .my_account-card-text {
    width: 155px;
  }
  #Home_page_bezeq .my_account-card-item:hover .my_account-card-text.forth {
    width: 110px;
  }
  #Home_page_bezeq .my_account {
    visibility: visible;
    /* margin-top: -40px; */
    /* padding-bottom: 240px; */
    padding: 64px 0 64px 0;
  }
  #Home_page_bezeq .my_account #Home_page_bezeq .my_account-container {
    visibility: visible;
    width: auto;
    /* -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); */
    /* margin-top: 105px; */
  }
  #Home_page_bezeq .my_account-bg {
    visibility: visible;
    background-image: url(../images/sculps-992.png);
    height: 540px;
  }
  #Home_page_bezeq .my_account-title {
    visibility: visible;
    font-size: 36px;
    width: auto;
    margin-bottom: 44px;
  }
  #Home_page_bezeq .my_account-text {
    visibility: visible;
    font-size: 18px;
  }
  #Home_page_bezeq .my_account-card-container {
    gap: 24px;
  }
  #Home_page_bezeq .my_account-card-item {
    width: 222px;
    height: 188px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Home_page_bezeq .my_account-card-items-first-row {
    gap: 24px;
  }
  #Home_page_bezeq .my_account-card-items-second-row {
    gap: 24px;
  }
  #Home_page_bezeq .my_account-card-icon {
    margin-top: -9px;
    margin-bottom: 2px;
  }
  #Home_page_bezeq .my_account-card-text {
    font-size: 20px;
    width: 120px;
    line-height: 1.2;
  }
  #Home_page_bezeq .my_account-icon {
    width: 80px;
    height: 80px;
  }
  #Home_page_bezeq .my_account-card-text.forth {
    width: 101px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .my_account {
    visibility: visible;
    /* margin-top: -3px; */
    /* padding-bottom: 289px; */
    padding: 64px 0 150px 0;
  }
  #Home_page_bezeq .my_account #Home_page_bezeq .my_account-container {
    visibility: visible;
    /* -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin-top: 60px; */
    width: auto;
  }
  #Home_page_bezeq .my_account-bg {
    visibility: visible;
    background-image: url(../images/sculps-1200.png);
  }
  #Home_page_bezeq .my_account-title {
    visibility: visible;
    font-size: 40px;
    margin-bottom: 54px;
  }
  #Home_page_bezeq .my_account-text {
    visibility: visible;
    font-size: 20px;
  }
  #Home_page_bezeq .my_account-card-container {
    gap: 88px;
  }
  #Home_page_bezeq .my_account-card-item {
    width: 188px;
    height: 188px;
  }
  #Home_page_bezeq .my_account-card-items-first-row {
    gap: 88px;
  }
  #Home_page_bezeq .my_account-card-items-second-row {
    gap: 88px;
  }
}
#Home_page_bezeq .packages {
  background: #f6fbff;
  padding-top: 40px;
  overflow: hidden;
}
#Home_page_bezeq .packages .swiper-container {
  width: 100%;
}
@media (min-width: 768px) {
  #Home_page_bezeq .packages .swiper-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#Home_page_bezeq .packages .plus-title {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  max-width: unset;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #16254f;
  margin-bottom: 8px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
#Home_page_bezeq .packages .plus-title b {
  font-size: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 304px;
  color: #010636;
}
#Home_page_bezeq .packages .plus-title strong {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-font-kerning: none;
          font-kerning: none;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  #Home_page_bezeq .packages .plus-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  #Home_page_bezeq .packages .plus-title br {
    display: none;
  }
  #Home_page_bezeq .packages .plus-title b {
    font-size: 28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 9px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .packages .plus-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 24px;
    margin-bottom: 16px;
  }
  #Home_page_bezeq .packages .plus-title br {
    display: none;
  }
  #Home_page_bezeq .packages .plus-title b {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .packages .plus-title {
    font-size: 26px;
    width: 100%;
    margin-bottom: 7px;
  }
  #Home_page_bezeq .packages .plus-title b {
    font-size: 46px;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .packages .plus-title {
    font-size: 32px;
    width: 100%;
    margin-bottom: 8px;
  }
  #Home_page_bezeq .packages .plus-title b {
    font-size: 46px;
  }
}
#Home_page_bezeq .packages .plus-title-bold {
  font-size: 24px;
}
#Home_page_bezeq .packages .second-row {
  font-weight: 600;
  color: #010636;
  font-size: 20px;
}
#Home_page_bezeq .packages .second-row .second-row-digit {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
#Home_page_bezeq .packages .second-row .mobile-br {
  display: block;
}
#Home_page_bezeq .packages .second-row .coloredText {
  background: linear-gradient(251deg, #6edcfb -65.88%, #056ae5 87.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  line-height: 1;
}
#Home_page_bezeq .packages .second-row .coloredText .second-row-icon {
  width: 23.475px;
  height: auto;
  position: absolute;
  top: -10px;
  right: 47px;
}
@media (min-width: 768px) {
  #Home_page_bezeq .packages .second-row {
    font-size: 22px;
  }
  #Home_page_bezeq .packages .second-row .plus-title b {
    width: 100%;
    font-size: 28px;
    margin-bottom: 11px;
  }
  #Home_page_bezeq .packages .second-row .mobile-br {
    display: none;
  }
  #Home_page_bezeq .packages .second-row .coloredText {
    width: 69px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #Home_page_bezeq .packages .second-row .coloredText .second-row-icon {
    top: -11px;
    right: 55px;
  }
  #Home_page_bezeq .packages .second-row .second-row-digit {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .packages .second-row {
    font-size: 28px;
  }
  #Home_page_bezeq .packages .second-row .coloredText {
    width: 84px;
  }
  #Home_page_bezeq .packages .second-row .coloredText .second-row-icon {
    width: 29.475px;
    right: 69px;
    top: -14px;
  }
  #Home_page_bezeq .packages .second-row .second-row-digit {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .packages .second-row {
    font-size: 28px;
  }
  #Home_page_bezeq .packages .second-row .coloredText {
    width: 83px;
  }
  #Home_page_bezeq .packages .second-row .coloredText .second-row-icon {
    width: 29.475px;
    top: -17px;
    right: 67px;
  }
  #Home_page_bezeq .packages .second-row .second-row-digit {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .packages .second-row {
    font-size: 28px;
  }
  #Home_page_bezeq .packages .second-row .coloredText {
    width: 83px;
  }
  #Home_page_bezeq .packages .second-row .coloredText .second-row-icon {
    width: 29.475px;
    top: -18px;
  }
  #Home_page_bezeq .packages .second-row .second-row-digit {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  #Home_page_bezeq .packages {
    padding-top: 61px;
    padding-bottom: 38px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .packages {
    padding-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .packages {
    padding-bottom: 24px;
  }
}
#Home_page_bezeq .products-container {
  /* products */
  padding: 40px 0;
  background-color: #fff;
  /* products end */
}
#Home_page_bezeq .products-container .products-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  color: #16254f;
  width: 320px;
  text-align: center;
  margin: 0 auto 40px;
}
#Home_page_bezeq .products-container .products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  position: relative;
}
#Home_page_bezeq .products-container .products-wrapper .products-icon {
  position: absolute;
  top: -18px;
  width: 150px;
}
#Home_page_bezeq .products-container .products-wrapper .product {
  background: #fafafa;
  width: 320px;
  padding: 16px 24px 24px;
  position: relative;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Home_page_bezeq .products-container .products-wrapper .product .product-img.first {
  width: 302px;
  height: auto;
  margin-bottom: 16px;
}
#Home_page_bezeq .products-container .products-wrapper .product .product-header.first {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  color: #16254f;
  margin-bottom: 8px;
}
#Home_page_bezeq .products-container .products-wrapper .product .product-subheader.first {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
#Home_page_bezeq .products-container .products-wrapper .product .product-img.second {
  width: 302px; /* padding: 48px 28px 28px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* margin: 0 auto; */
}
#Home_page_bezeq .products-container .products-wrapper .product .product-header.second {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  color: #16254f;
  margin-bottom: 8px;
}
#Home_page_bezeq .products-container .products-wrapper .product .product-subheader.second {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
#Home_page_bezeq .products-container .products-wrapper .product .product-stampa-wrapper {
  width: 64px;
}
#Home_page_bezeq .products-container .products-wrapper .product .product-stampa-wrapper .product-stampa {
  height: 16px;
  width: auto;
  top: 41px;
  position: absolute;
  left: 139px;
}
#Home_page_bezeq .products-container .not-desktop {
  display: block;
}
#Home_page_bezeq .products-container .desktop-br {
  display: none;
}
#Home_page_bezeq .products-container .mobile-br {
  display: block;
}
@media (min-width: 768px) {
  #Home_page_bezeq .products-container {
    padding: 64px 0 72px;
  }
  #Home_page_bezeq .products-container .products-title {
    width: 100%;
    font-size: 26px;
  }
  #Home_page_bezeq .products-container .products-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product {
    width: 352px;
    height: 438px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.first {
    font-size: 24px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-subheader.first {
    font-size: 18px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-img.second {
    margin-bottom: 16px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.second {
    font-size: 24px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-subheader.second {
    font-size: 18px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-stampa-wrapper .product-stampa {
    left: 154px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .products-container .products-title {
    font-size: 32px;
    width: 500px;
    line-height: 36px;
  }
  #Home_page_bezeq .products-container .products-wrapper .products-icon {
    width: 186px;
    /* right: 0; */
  }
  #Home_page_bezeq .products-container .products-wrapper .product {
    /* height: 362px; */
    width: 352px;
    height: 454px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.first {
    font-size: 24px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-subheader.first {
    font-size: 18px;
    line-height: 20px;
    /* width: 358px; */
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-img.second {
    margin-bottom: 16px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.second {
    font-size: 24px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-subheader.second {
    font-size: 18px;
    line-height: 20px;
  }
  #Home_page_bezeq .products-container .mobile-br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .products-container {
    /* padding-left: 400px; */
  }
  #Home_page_bezeq .products-container .products-title {
    font-size: 40px;
    width: 100%;
  }
  #Home_page_bezeq .products-container .products-wrapper .products-icon {
    right: unset;
  }
  #Home_page_bezeq .products-container .products-wrapper .product {
    width: 518px;
    height: 479px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-img.first {
    width: 470px;
    margin-bottom: 0;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.first {
    font-size: 26px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-subheader.first {
    line-height: 22px;
    font-size: 18px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-img.second {
    width: 470px;
    margin-bottom: 0;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.second {
    font-size: 26px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-subheader.second {
    line-height: 22px;
    font-size: 18px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-stampa-wrapper .product-stampa {
    left: 231px;
    top: 61px;
    height: 22px;
  }
  #Home_page_bezeq .products-container .not-desktop {
    display: none;
  }
  #Home_page_bezeq .products-container .desktop-br {
    display: block;
  }
}
@media (min-width: 1600px) {
  #Home_page_bezeq .products-container {
    /* padding-left: 480px; */
  }
  #Home_page_bezeq .products-container .products-title {
    font-size: 46px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product {
    width: 518px;
    height: 479px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-img.first {
    margin-bottom: 0;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.first {
    font-size: 24px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-subheader.first {
    width: 100%;
    line-height: 20px;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-img.second {
    margin-bottom: 0;
  }
  #Home_page_bezeq .products-container .products-wrapper .product .product-header.second {
    font-size: 24px;
  }
}
#Home_page_bezeq .sc-container {
  width: 100%;
  /* //   margin: 20px auto; */
  height: 505px;
  /* height: auto; */
  background-image: url("../images/767-sc-bg.jpg");
  padding: 32px 11px 62px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#Home_page_bezeq .swiper-container.my-unique-swiper {
  max-width: 996px;
}

#Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-header {
  font-family: SimplerPro_BEZEQ_HEBREW2;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

#Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-subheader {
  font-family: SimplerPro_BEZEQ_HEBREW2;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  width: 240px;
  height: 299px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide:hover {
  -webkit-transform: translateY(-14px);
      -ms-transform: translateY(-14px);
          transform: translateY(-14px);
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide_icon-banner {
  width: 100%;
  height: 59.6px;
  border-radius: 15px;
  background-color: #e8ecff;
  -ms-flex-item-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide_icon-banner .swiper-slide_icon-wrapper {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  padding: 9px;
  margin-top: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide_icon-banner .swiper-slide_icon-wrapper svg {
  width: 52px;
  height: 52px;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide-card_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide-card_content .swiper-slide-card_header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-bottom: 4px;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide-card_content .swiper-slide-card_text {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-bottom: 18px;
  width: 216px;
}

#Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .my-unique-swiper_more-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 175px;
  height: 40px;
  padding: 10px 22px;
  border-radius: 40px;
  border: solid 2px #3e53de;
  text-decoration: none;
  gap: 6px;
  font-family: SimplerPro_BEZEQ_HEBREW2;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3e53de;
  margin-bottom: 26px;
  margin-top: auto;
}

#Home_page_bezeq .my-unique-swiper_more-icon #arrowWhite {
  display: none;
}

#Home_page_bezeq a:hover,
#Home_page_bezeq .my-unique-swiper_more-icon:focus {
  /* color: #16254f; */
  text-decoration: none;
  outline: none;
}

#Home_page_bezeq .my-unique-swiper_more-icon:hover {
  background-color: #3d53de;
  color: #ffffff !important;
}

#Home_page_bezeq .my-unique-swiper_more-icon:hover #arrowBlue {
  display: none;
}

#Home_page_bezeq .my-unique-swiper_more-icon:hover #arrowWhite {
  display: block;
}

#Home_page_bezeq .sc-container .swiper-pagination.my-pagination {
  margin-top: 31px;
  margin-bottom: 48px;
  bottom: -95px;
}

#Home_page_bezeq .sc-container .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.52);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#Home_page_bezeq .sc-container .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

#Home_page_bezeq .sc-container .swiper-button-prev-sc.my-prev-button {
  display: none;
}

#Home_page_bezeq .sc-container .swiper-button-next-sc.my-next-button {
  display: none;
}

#Home_page_bezeq .swiper-container.my-unique-swiper {
  overflow: unset;
}

@media (min-width: 768px) {
  #Home_page_bezeq .sc-container {
    background-image: url("../images/991-sc-bg.jpg");
    padding: 48px 0px 46px;
    height: 568px;
  }
  #Home_page_bezeq .swiper-container.my-unique-swiper {
    /* background-image: url("../images/991-sc-bg.jpg"); */
    max-width: 539px;
    overflow: hidden;
    height: 360px;
    padding-top: 15px;
  }
  #Home_page_bezeq .sc-container #stayConnectedSwiper .swiper-pagination.my-pagination {
    margin-bottom: 0px;
    bottom: 0;
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc.swiper-button-disabled {
    /* background-color: #ffffff; */
    background-color: rgba(247, 248, 254, 0.5);
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc.swiper-button-disabled {
    /* background-color: #ffffff; */
    background-color: rgba(247, 248, 254, 0.5);
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc {
    background-color: #3d53de;
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc {
    background-color: #3d53de;
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc.my-prev-button {
    display: block;
    position: absolute;
    left: calc(50% + 292px);
    top: 1139px;
    width: 32px;
    height: 32px;
    /* background: #3d53de; */
    border-radius: 100px;
    background-image: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc.my-next-button {
    display: block;
    position: absolute;
    left: calc(50% - 327px);
    top: 1139px;
    width: 32px;
    height: 32px;
    /* background: #3d53de; */
    background-image: none;
    border-radius: 100px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-next-sc:after {
    content: "<";
    color: white;
    position: relative;
    top: 6px;
    right: 11px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc.swiper-button-disabled:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-next-sc.swiper-button-disabled:after {
    content: "<";
    color: #666;
    position: relative;
    top: 6px;
    right: 11px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-prev-sc:after {
    content: ">";
    color: white;
    position: relative;
    top: 5px;
    right: 13px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc.swiper-button-disabled:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-prev-sc.swiper-button-disabled:after {
    content: ">";
    color: #666;
    position: relative;
    top: 5px;
    right: 13px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-header {
    font-size: 32px;
  }
  #Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-subheader {
    margin-bottom: 28px;
    font-size: 24px;
  }
  #Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide_icon-banner .swiper-slide_icon-wrapper {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  #Home_page_bezeq .sc-container {
    background-image: url("../images/1199-sc-bg.jpg");
    height: 584px;
    padding: 44px 0px 46px;
  }
  #Home_page_bezeq .swiper-container.my-unique-swiper {
    max-width: 772px;
    background-image: unset;
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc.my-prev-button {
    left: calc(50% + 405px);
    width: 40px;
    height: 40px;
    top: 1102px;
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc.my-next-button {
    left: calc(50% - 451px);
    width: 40px;
    height: 40px;
    top: 1102px;
  }
  #Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-header {
    font-size: 36px;
  }
  #Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-subheader {
    font-size: 26px;
    margin-bottom: 24px;
    margin-top: -4px;
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-prev-sc:after {
    top: 9px;
    right: 16px;
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-next-sc:after {
    top: 9px;
    right: 13px;
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc.swiper-button-disabled:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-next-sc.swiper-button-disabled:after {
    content: "<";
    color: #666;
    position: relative;
    top: 8px;
    right: 14px;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc.swiper-button-disabled:after,
  #Home_page_bezeq .sc-container .swiper-rtl .swiper-button-prev-sc.swiper-button-disabled:after {
    content: ">";
    color: #666;
    position: relative;
    top: 8px;
    right: 16px;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
  #Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide_icon-banner .swiper-slide_icon-wrapper {
    width: 70px;
    height: 70px;
  }
  #Home_page_bezeq .sc-container #stayConnectedSwiper .swiper-pagination.my-pagination {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  #Home_page_bezeq .sc-container {
    background-image: url("../images/1920-sc-bg.jpg");
    padding: 64px 0 82px;
  }
  #Home_page_bezeq .swiper-container.my-unique-swiper {
    max-width: 1122px;
    height: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc {
    margin-left: auto;
    margin-right: -144px;
    padding-top: 15px;
  }
  #Home_page_bezeq .sc-container .swiper-button-prev-sc.my-prev-button {
    display: none;
  }
  #Home_page_bezeq .sc-container .swiper-button-next-sc.my-next-button {
    display: none;
  }
  #Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-header {
    font-size: 40px;
  }
  #Home_page_bezeq .sc-container .swiper-header_wrapper .swiper-subheader {
    font-size: 28px;
    margin-bottom: 45px;
  }
  #Home_page_bezeq #stayConnectedSwiper .swiper-wrapper.sc .swiper-slide.my-slide .swiper-slide_icon-banner .swiper-slide_icon-wrapper {
    width: 70px;
    height: 70px;
  }
}