html {
    /*margin-top: 0 !important;*/
}

body {
    direction: rtl;
    background: #010a31;
}

.form-bezeq{
    background: #fff;
}

#container_img {
    float: right;
    width: 50%;
}

.lan_sale img {
    width: 300px;
}

.lan_sale img {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    border: 1px solid #b3b3b3;
    /*border-radius: 20px;*/
    float: left;
}

#lan_logo_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}

.lan_logo {
    /*width: 50%;*/
    float: right;
    text-align: right;
    margin: 20px;
    display: none;
}

.lan_logo img {
    /*border: 3px solid #fff;
    border-radius: 50%;*/
    width: 60px;
    margin-top: 20px;
}

.lan_price {
    letter-spacing: -0.07em;
    line-height: 1 !important;
    color: #f26622 !important;
    transition: color .3s;
}

.lan_price strong {
    font-size: 7.5rem !important;
    font-weight: 300 !important;
    padding-right: 25px;
}

.lan_price small {
    font-size: 4rem;
}

.item h3 {
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.lan_pack_title {
    font-size: 26px;
}

.lan_btm_pack_title{
    font-size: 30px;
}


a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-gray {
    background-color: #f9f9f9;
    /*padding: 60px 0;*/
    min-height: 100vh;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 2.8em;
    color: #fff;
}

@media (min-width: 1020px) {
    .lan_sale {
        /*margin-right: 20px;*/
    }
}

@media (max-width: 1020px) {
    .site-heading h2 {
        font-size: 2rem !important;
    }
    
    .lan_img {
        top: 60px !important;
    }
    
    .site-heading-h4 {
        font-size: 18px !important;
    }
    
    .input-container {
        margin-top: 0 !important;
    }
    
    .container {
        display: inline-block;
        float: none !important;
    }
    
    .lan_sale {
        width: 100%;
        float: right;
    }
    
    .lan_logo {
        float: left;
        display: none;
    }
    
    #container_img {
        width: 100% !important;
        /*padding: 5px 20px 20px 5px;*/
        /*padding-bottom: 30px;*/
    }
    
    .lan_logo img {
        width: 40px !important;
        margin-top: 0px !important;
    }
    
    .lan_sale img {
        width: 100% !important;
        float: right;
    }
}

.site-heading h2 span {
    color: #00a01d;
}

.site-heading-h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.site-heading-h4 {
    color: #16254f;
    font-size: 24px;
    margin-top: 20px;
}

.site-heading-h4::before {
    background: #16254f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading {
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #00a01d none repeat scroll 0 0;
    border-color: #00a01d;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #00a01d;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #737373;
    cursor: pointer;
    /*padding: 67px 40px 64px;*/
}

.we-offer-area.text-center .item i {
    background: #00a01d none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #00a01d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: #00a01d;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #0072b67a none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    /*left:0;*/
    right:0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #00a01d !important;
}

.we-offer-area.text-left .item i {
    background: #00a01d none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid #00a01d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}


/*******ICONS*****/
.icons-grid {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
    padding-top: 30px;
}


.icons-grid div {
    text-align: center;
    z-index: 1;
}

.icons-grid span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 120px;
    margin: 0 auto;
}

@media (max-width: 1020px) and (min-width: 0px){
    .icons-grid div {
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
        z-index: 1;
    }
    
    .icons-grid {
        flex-wrap: wrap;
        width: 94%;
    }
    
    .icons-grid div img {
        width: 80px;
    }
    
    .icons-grid span {
        font-size: 16px;
    }
    
    .lan_img img {
        margin-top: 10px;
        width: 16vw !important;
    }
}

.len_res {
    padding: 20px;
    color: #fff;
}

.lan_img {
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    top: 250px;
}

.lan_img img {
    width: 4vw;
}

#container_img {
    float: right;
    width: calc(100% - 500px);
}


/* BUTTON ANIMATION */
.button_fls {
    width: 100%;
    background: #aaa;
    margin-bottom: 0;
    bottom: 0;
    height: 50px;
    line-height: 40px;
    color: #FFF;
    border-radius: 0 0 10px 10px;
    text-align: center;
    
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 24px;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


@-webkit-keyframes glowing {
  0% { background-color: #34db47; -webkit-box-shadow: 0 0 3px #34db47; }
  50% { background-color: #34db47; -webkit-box-shadow: 0 0 40px #34db47; }
  100% { background-color: #34db47; -webkit-box-shadow: 0 0 3px #34db47; }
}

@-moz-keyframes glowing {
  0% { background-color: #34db47; -moz-box-shadow: 0 0 3px #34db47; }
  50% { background-color: #34db47; -moz-box-shadow: 0 0 40px #34db47; }
  100% { background-color: #34db47; -moz-box-shadow: 0 0 3px #34db47; }
}

@-o-keyframes glowing {
  0% { background-color: #34db47; box-shadow: 0 0 3px #34db47; }
  50% { background-color: #34db47; box-shadow: 0 0 40px #34db47; }
  100% { background-color: #34db47; box-shadow: 0 0 3px #34db47; }
}

@keyframes glowing {
  0% { background-color: #34db47; box-shadow: 0 0 3px #34db47; }
  50% { background-color: #34db47; box-shadow: 0 0 40px #34db47; }
  100% { background-color: #34db47; box-shadow: 0 0 3px #34db47; }
}

.item img{
    width: 100%;
    height: auto;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}