@font-face {
    font-family: 'SimplerPro';
    src: url('font/SimplerPro-Black.eot');
    src: url('font/SimplerPro-Black.eot?#iefix') format('embedded-opentype'),
        url('font/SimplerPro-Black.woff2') format('woff2'),
        url('font/SimplerPro-Black.woff') format('woff'),
        url('font/SimplerPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('font/SimplerPro-Light.eot');
    src: url('font/SimplerPro-Light.eot?#iefix') format('embedded-opentype'),
        url('font/SimplerPro-Light.woff2') format('woff2'),
        url('font/SimplerPro-Light.woff') format('woff'),
        url('font/SimplerPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('font/SimplerPro-Bold.eot');
    src: url('font/SimplerPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/SimplerPro-Bold.woff2') format('woff2'),
        url('font/SimplerPro-Bold.woff') format('woff'),
        url('font/SimplerPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('font/SimplerPro-Regular.eot');
    src: url('font/SimplerPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/SimplerPro-Regular.woff2') format('woff2'),
        url('font/SimplerPro-Regular.woff') format('woff'),
        url('font/SimplerPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('font/RobotoMono-Regular.eot');
    src: url('font/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/RobotoMono-Regular.woff2') format('woff2'),
        url('font/RobotoMono-Regular.woff') format('woff'),
        url('font/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/*
  Flaticon icon font: Flaticon
  Creation date: 06/01/2018 19:50
  */

@font-face {
font-family: "Flaticon";
src: url("font/Flaticon.eot");
src: url("font/Flaticon.eot?#iefix") format("embedded-opentype"),
     url("font/Flaticon.woff") format("woff"),
     url("font/Flaticon.ttf") format("truetype"),
     url("font/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
  font-family: "Flaticon";
  src: url("font/Flaticon.svg#Flaticon") format("svg");
}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
      font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-arrows:after { content: "\f100"; }




#banner-allin *{
	font-family: 'SimplerPro' , sans-serif !important;
}

#banner-allin{
      position: relative;
    width: 100%;
    height: auto;
    height: 373px;
    overflow-y: hidden;
    font-family: 'SimplerPro' , sans-serif !important;
    background: #fff url(image/rectangle-1-copy-2.jpg) no-repeat center top;
    background-size: 450%;
    margin-top: 50px;
    overflow: hidden;
}

#banner-allin .container {
        padding-right: 11px;
    padding-left: 11px;
    margin-right: auto;
    margin-left: auto;
}


#banner-allin .logo_bezeq_shoping{
  padding: 0 30px;
  margin-top: 13px;
  z-index: 0;
}

#banner-allin .text{
  z-index: 1;
  padding: 0;
}

#banner-allin .logo_bezeq_shoping img{
  /* -webkit-clip-path: inset(0 0 25% 0);
          clip-path: inset(0 0 25% 0);
  -webkit-transform: translateY(27%);
      -ms-transform: translateY(27%);
          transform: translateY(27%); */
      margin: auto;
    max-width: 233px;
    width: 100%;
    height: auto;
	    -webkit-transform: translateX(26px);
	        -ms-transform: translateX(26px);
	            transform: translateX(26px);
}

#banner-allin .heading_1{
  font-size: 35px;
  font-weight: 700;
  line-height: 0.8;
 letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-top:13px;
  /* white-space: nowrap; */
  margin-bottom: 0;
  
}

#banner-allin .heading_1 .bold_h{
  font-weight: 700;
}

#banner-allin .text_1{
  font-size: 16px;
  line-height: 0.92;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  /* max-width: 256px; */
  margin: 5px auto 0;
  
}

#banner-allin .text_1 .line_text:first-child{
  display: block;
}

#banner-allin  .icons_container{
	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;
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	margin-top:20px;
}

#banner-allin  .icons_container .icon_box{
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 0px;
	    width: 25%;
}

#banner-allin  .icons_container .icon_box .icon_text{
	margin-top: 9px;
}


#banner-allin  .icons_container .icon_box .icon_text p{
  font-family: SimplerPro;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: -0.4px;
  text-align: center;
  color: #16254f;
}


#banner-allin  .icons_container .plus{
  font-family: SimplerPro;
  font-size: 24px;
  text-align: center;
  color: #16254f;
  margin: 0px 10px;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
 


#banner-allin  .icons_container .icon_img{
	width: 40px;
	height: 40px;
}

#banner-allin  .icons_container .icon_img>img{
	width:100%;
	height: auto;
}

#banner-allin .button_shopingil{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      margin: 10px auto 0px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          width: 180px;
          height: 32px;
  background-color: #191B51;
  border-radius: 16px;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;

}
#banner-allin .button_shopingil:hover{
  text-decoration: none;
}

#banner-allin .button_shopingil .in_button_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-transition: all  0.35s ease;
          -o-transition: all  0.35s ease;
          transition: all  0.35s ease;
}

#banner-allin .button_shopingil .in_button_text:after {
  content: "\f100";
   font-family: Flaticon;
   display: inline-block;
   font-size: 12px;
   color: #fff;
   margin-right: 6px;
   position: relative;
   top: 1px;
   -webkit-transition: all 0.35s ease;
   -o-transition: all 0.35s ease;
   transition: all 0.35s ease;
       -webkit-transform: translate(0px, 2px);
           -ms-transform: translate(0px, 2px);
               transform: translate(0px, 2px);
}


#banner-allin .button_shopingil:hover{
  background-color: #fff;
  color:#191B51;
}

#banner-allin .button_shopingil:hover .in_button_text{
  color:#191B51;
}

#banner-allin .button_shopingil:hover .in_button_text::after{
  color:#191B51;

  -webkit-transform: translate(-4px, 2px);

      -ms-transform: translate(-4px, 2px);

          transform: translate(-4px, 2px);
}

@media (min-width:350px){
  #banner-allin .heading_1._24{
    position: relative;
    right: 0;
  }
}

@media (min-width:768px){
  #banner-allin{
    height: 595px;
    min-height: unset;
    background: url(image/rectangle-1-copy-2.jpg) no-repeat center bottom;
    background-size: 505%;
  }

  #banner-allin #strip {
    height: 64px;
    margin: 0;
    background: #3a73c7;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #banner-allin .banner-delivery-postions{
          padding: 69px 0 0px 0;
  }

  #banner-allin .logo_bezeq_shoping{
    padding: 0;
    margin-top: 28px;
    z-index: 0;
    position: relative;
  }

  #banner-allin .text{
    z-index: 1;
    padding-top: 40px;
  }

  #banner-allin .logo_bezeq_shoping img{
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin: auto;
    max-width: 535px;
    width: auto;
    height: auto;
    -webkit-transform: translateX(114px);
    -ms-transform: translateX(114px);
    transform: translateX(114px);
  }

  #banner-allin .heading_1{
   letter-spacing: normal;
   margin: 0px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: -1.1px;
  text-align: right;
  color: #16254f;

  }
  
  #banner-allin .container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

#banner-allin .icons_container .icon_img {
    width: 61px;
    height: 61px;
}

#banner-allin .icons_container {
    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;
    max-width: 330px;
    width: 100%;
    margin: 0;
    margin-right: -10px;
    margin-top: 65px;
}

  #banner-allin .text_1, #banner-allin .text_1 span{
    
    line-height: 1;
    text-align: right;
    margin: -5px auto 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #16254f;
  }

  #banner-allin .button_shopingil{
        margin: 114px 0;
    height: 40px;
    border-radius: 20px;
    width: 207px;
  }

  #banner-allin .button_shopingil .in_button_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: -2px;
  }
  #banner-allin .button_shopingil .in_button_text:after {
    content: "\f100";
     font-family: Flaticon;
     display: inline-block;
     font-size: 12px;
     color: #fff;
     margin-right: 6px;
     position: relative;
     top: 1px;
     -webkit-transition: all 0.35s ease;
     -o-transition: all 0.35s ease;
     transition: all 0.35s ease;
	 -webkit-transform: translate(0px, 2px);
	     -ms-transform: translate(0px, 2px);
	         transform: translate(0px, 2px);
  }

  #banner-allin .button_shopingil:hover{
    background-color: #fff;
    color:#191B51;
  }

  #banner-allin .button_shopingil:hover .in_button_text{
    color:#191B51;
  }

  #banner-allin .button_shopingil:hover .in_button_text::after{
    color:#191B51;

    -webkit-transform: translate(-4px, 2px);

        -ms-transform: translate(-4px, 2px);

            transform: translate(-4px, 2px);
  }

}


@media (min-width:993px){
  #banner-allin{
    height: 595px;
        background: url(image/rectangle-1-copy-2.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #banner-allin #strip {
    height: 74px;
    margin: 0;
    background: #3a73c7;
    text-align: center;
    line-height: 74px;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #banner-allin .banner-delivery-postions{
    padding:41px 0 0px 0;
  }

  #banner-allin .logo_bezeq_shoping{
    padding: 0;
    margin-top: 0;
    z-index: 0;
    position: relative;
  }

  #banner-allin .text{
    z-index: 1;
    padding: 0;
  }

  #banner-allin .logo_bezeq_shoping img{
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    margin: 0 0 0 0;
    max-width: 716px;
    width: auto;
    height: auto;
    float: left;
  }

  #banner-allin .heading_1{
   font-size: 60px;
   margin-top: 59px;
   text-align: right;

  }

  #banner-allin .text_1{
    line-height: 1;
    
    text-align: right;
	font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.7px;
  margin-top: 0;
  color: #16254f;
  }

  #banner-allin .text_1 span.bold_t::after{
    height: 13px;
    width:189px;
    bottom:-14px;
  }
  
  #banner-allin .icons_container {
    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;
    max-width: 420px;
    width: 100%;
    margin: 0;
    margin-right: -10px;
    margin-top: 66px;
}
  
  #banner-allin .icons_container .icon_img {
    width: 76px;
    height: 76px;
}
#banner-allin .icons_container .icon_box .icon_text p {
    font-family: SimplerPro;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -0.4px;
    text-align: center;
    color: #16254f;
}

#banner-allin .icons_container .plus {
    font-family: SimplerPro;
    font-size: 24px;
    text-align: center;
    color: #16254f;
    margin: 0px 20px;
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
}

  #banner-allin .text_1 .line_text:first-child{
    display: block;
  }

  #banner-allin .button_shopingil{
    margin: 45px 0 0;
    height: 50px;
    border-radius: 25px;
    width: 259px;
  }

  #banner-allin .button_shopingil .in_button_text {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.3px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0px;
  }

  #banner-allin .button_shopingil .in_button_text:after {
    content: "\f100";
     font-family: Flaticon;
     display: inline-block;
     font-size: 14px;
     color: #fff;
     margin-right: 9px;
     position: relative;
     top: 0px;
     -webkit-transition: all 0.35s ease;
     -o-transition: all 0.35s ease;
     transition: all 0.35s ease;
	 -webkit-transform: translate(0px, 2px);
	     -ms-transform: translate(0px, 2px);
	         transform: translate(0px, 2px);
  }

  #banner-allin .button_shopingil:hover{
    background-color: #fff;
    color:#191B51;
  }

  #banner-allin .button_shopingil:hover .in_button_text{
    color:#191B51;
  }

  #banner-allin .button_shopingil:hover .in_button_text::after{
    color:#191B51;

    -webkit-transform: translate(-4px, 2px);

        -ms-transform: translate(-4px, 2px);

            transform: translate(-4px, 2px);
  }
}




@media (min-width:1200px){

}