@font-face {
    font-family: 'SimplerPro-n';
    src: url('./font/simplerpro_bezeq_hebrew2-black.eot');
    src:url('./font/simplerpro_bezeq_hebrew2-black.woff2') format('woff2'),
        url('./font/simplerpro_bezeq_hebrew2-black.woff') format('woff'),
        url('./font/simplerpro_bezeq_hebrew2-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'SimplerPro-n';
    src: url('./font/simplerpro_bezeq_hebrew2-light.eot');
    src: url('./font/simplerpro_bezeq_hebrew2-light.woff2') format('woff2'),
        url('./font/simplerpro_bezeq_hebrew2-light.woff') format('woff'),
        url('./font/simplerpro_bezeq_hebrew2-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'SimplerPro-n';
    src: url('./font/simplerpro_bezeq_hebrew2-bold.eot');
    src: url('./font/simplerpro_bezeq_hebrew2-bold.woff2') format('woff2'),
        url('./font/simplerpro_bezeq_hebrew2-bold.woff') format('woff'),
        url('./font/simplerpro_bezeq_hebrew2-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'SimplerPro-n';
    src: url('./font/simplerpro_bezeq_hebrew2-regular.eot');
    src: url('./font/simplerpro_bezeq_hebrew2-regular.woff2') format('woff2'),
        url('./font/simplerpro_bezeq_hebrew2-regular.woff') format('woff'),
        url('./font/simplerpro_bezeq_hebrew2-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;
  }
    
  #movin_online_v2 *{
      font-family: 'SimplerPro-n' !important;
    }

    #movin_online_v2 {
        margin: 0;
        direction: rtl;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   /* text-align: right;
   color: red; */
  }
  input::-moz-placeholder { /* Firefox 19+ */
    /* text-align: right;
    color: red; */
  }
  input:-ms-input-placeholder { /* IE 10+ */
    /* text-align: right;
    color: red; */
  }
  input:-moz-placeholder { /* Firefox 18- */
    /* text-align: right;
    color: red; */
  }

/*************** Top Banner Container ******************/
/*******************************************************/

#movin_online_v2  .video_pop{
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    right: 0;
    opacity: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    display: none;
    transition: opacity 0.4s ease 0.2s;
}

#movin_online_v2 .video_slider *:focus{
    outline: none;
}

.bezeq_tel_number_radio:checked~#GovID, .bezeq_tel_number_radio:checked~#GovID2, .bezeq_tel_number_radio:checked~#GovID3{
    display: none;
}

.bezeq_tel_number_radio:checked~#PhoneNumber, .bezeq_tel_number_radio:checked~#PhoneNumber2, .bezeq_tel_number_radio:checked~#PhoneNumber3{
    display: block;
}

.client_id_radio:checked~#GovID, .client_id_radio:checked~#GovID2, .client_id_radio:checked~#GovID3{
    display: block;
}

.client_id_radio:checked~#PhoneNumber, .client_id_radio:checked~#PhoneNumber2, .client_id_radio:checked~#PhoneNumber3{
    display: none;
}

#movin_online_v2  .video_pop.show_vid{
    display:flex;
    opacity: 1;
    transition: opacity 0.4s ease 0.2s;
}

#movin_online_v2 .video_pop .video_box{
    width: 95%;
    max-width: 800px;
    overflow: hidden;
    padding-top: 30px;
    /* padding-bottom: 56.25%; */
    position: relative;
    height: 45%;

}

#movin_online_v2 .video_pop .video_box iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/********************************/

#movin_online_v2 .top_banner {
    width: 100%;
    height: 390px;
    background-image: url('image/bg_360.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#movin_online_v2 .top_banner_wrap {
    width: 100%;
}

#movin_online_v2 .top_banner_col {
    position: static;
}

#movin_online_v2 .top_banner_wrap .top_banner_col:nth-child(2) {
    display: none;
}

#movin_online_v2 #top_banner_title .under_lll{
    position: relative;
}

#movin_online_v2 #top_banner_title .under_lll::after{
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: 85%;
    width: 105%;
    height: 15px;
    background: url(image/shape.svg) no-repeat center top;
    background-size: contain;
    transform: translateX(50%);
}
#movin_online_v2 #top_banner_title .title_l_3{
    font-weight: bold;
    position: relative;
}

#movin_online_v2 #top_banner_title {
    width: 100%;
    max-width: 360px;
    margin: 12px auto 0;
    font-family: SimplerPro;
    position: static;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.01;
    letter-spacing: normal;
    text-align: center;
    color: #16254f;
    z-index: 5;
}

#movin_online_v2 #bezeq_blue_logo {
    position: absolute;
    top: 20px;
    left: calc(50% - 125px);
    width: 250px;
    height: auto;   
}

#movin_online_v2 #top_banner_circle_wrap {
    position: absolute;
    top: 91px;
    right: 50%;
    width: 56px;
    height: 56px;
    background-image: linear-gradient(55deg, #30dfff 20%, #29c0d7 58%, #5275ff 95%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translateX(201%);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17);
}

#movin_online_v2 #top_banner_circle_text {
      font-family: SimplerPro;
      font-size: 14px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: #16254f;
      transform: rotate(15deg);
}


#movin_online_v2  .vi{
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: block;
    margin: 0 10px;
    border-radius: 50%;
    padding: 0;
    background: #fff url(image/fill-1.png) no-repeat center center;
    background-size: 56%;
    position: relative;
    top: 3px;
}

#movin_online_v2  .plus{

font-size: 21px;
}



/****************** Contact Container ******************/
/*******************************************************/

#movin_online_v2 .contact_1st_container,
#movin_online_v2 .contact_2nd_container {
    height: auto;
/*    background-image: url('image/contact_background.svg');*/
    background-position: right 0px;
    background-color: #16254f;
    background-repeat: no-repeat;
    background-size: 170%;
    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;
}

#movin_online_v2 .contact_1st_form_wrap,
#movin_online_v2 .contact_2nd_form_wrap {
    width: 100%;
    height: 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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#movin_online_v2 .contact_separate_line {
    display: none;
    width: 0;
    height: 121px;
    border: solid 1px #223979;
    margin: 0 50px 5px 58px;
}

#movin_online_v2 .contact_desktop_content {
    display: none;
    position: relative;
    height: 100%;
}

#movin_online_v2 .house_vector {
    display: none;
    position: absolute;
    z-index: 0;
        height: 141px;
    top: 21px;
    right: -75px;
}

#movin_online_v2 .contact_desktop_content_title {
  font-family: SimplerPro;
  font-size: 50px;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  margin: 51px 0px 4px 0px;
    z-index: 1;
    width: 306px;
}

#movin_online_v2 .contact_desktop_content_subtitle {
      font-family: SimplerPro;
      font-size: 20px;
      font-weight: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
    margin: 0;
    z-index: 1;
}

#movin_online_v2 .contact_subtitle {
  margin: 20px 0 7px 0;
  font-family: SimplerPro;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#movin_online_v2 .contact_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    position: relative;
}

#movin_online_v2 .contact_form  label.error{
    position: absolute;
    top: 61%;
    color: red;
    font-family: SimplerPro;
}

#movin_online_v2 .bezeq_tel_number_label,
#movin_online_v2 .client_id_label {
  font-family: SimplerPro;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/*********** radio style ************/

#movin_online_v2 .contact_form input[type="radio"]{
  visibility: hidden;
  position: absolute;
}

#movin_online_v2 .contact_form input[type="radio"] + label{
  position: relative;
}

#movin_online_v2 .contact_form input[type="radio"] + label.client_id_label{
  margin: 0 44px 0 -20px;
}

#movin_online_v2 .contact_form input[type="radio"] + label::after{
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
    border: solid 2px #fff;
  border-radius: 50%;
    top: 10px;
    right: -27px;
  opacity: 1;
}

#movin_online_v2 .contact_form input[type="radio"]:checked + label::before{
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;

  border-radius: 50%;
    top: 16px;
    right: -21px;
  z-index: 1;

  background-color: #30dfff;
}

/********** end radio style **********/

#movin_online_v2  .bezeq_tel_number_text_input {
  width: 288px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  background-color: #ffffff;
    border: none;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 16px 0 30px 0;
}

#movin_online_v2  input[type="number"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: SimplerPro;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
    text-align: right;
  color: #a5a2a2;
}

#movin_online_v2  input[type="number"]::-moz-placeholder { /* Firefox 19+ */
    font-family: SimplerPro;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
    text-align: right;
  color: #a5a2a2;
}
#movin_online_v2  input[type="number"]:-ms-input-placeholder { /* IE 10+ */
  font-family: SimplerPro;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
    text-align: right;
  color: #a5a2a2;}
#movin_online_v2  input[type="number"]:-moz-placeholder { /* Firefox 18- */
  font-family: SimplerPro;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
    text-align: right;
  color: #a5a2a2;}

#movin_online_v2 .contact_form input[type=submit] {
  width: 183px;
  height: 40px;
  border-radius: 22.5px;
  background-image: linear-gradient(to right, #30dfff, #29c0d7 50%, #5275ff);
  border: none;
  font-family: SimplerPro;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
    cursor: pointer;
    outline: none;
}

#movin_online_v2 .or_word {
  font-family: SimplerPro;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
    margin: 10px 0;
}

#movin_online_v2 .call_us_button {
  width: 183px;
  height: 40px;
  border-radius: 22.5px;
  border: none;
  background-color: #00d672;
    
  font-family: SimplerPro;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
    cursor: pointer;
    outline:none;
}

#movin_online_v2 .call_us_button img {
    margin: 0px 0 0 9px;
    top: 2px;
    position: relative;
}

#movin_online_v2 .not_bezeq_clients_question_container {
  font-family: SimplerPro;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
    margin: 24px 0 10px 0;
}

#movin_online_v2 .not_bezeq_clients_question_content_pt1 {
    text-decoration: none;
    color: #fff;
    margin: 0;
}

#movin_online_v2 a.not_bezeq_clients_question_content_pt2 {
    text-decoration: underline;
    margin: 0 5px 0 0;
      color: #30dfff;
}

/****************** Contact 2nd Container ******************/
/*******************************************************/


/****************** Moving tips Container **************/
/*******************************************************/

#movin_online_v2 .moving_tips_container {
    min-height: 452px;
    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: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#movin_online_v2 .moving_tips_container_title {
  font-family: SimplerPro;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
    margin: 37px 0 13px 0;
    width: 100%;
    max-width: 290px;
}

#movin_online_v2 .moving_tips_container_subtitle {
  font-family: SimplerPro;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #666666;
    max-width: 290px;
    width: 100%;
    margin: 0 0 12px 0;
}

#movin_online_v2 .video_slider {
    margin-top: 25px;
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
}

#movin_online_v2 .video_slider_item {
    margin: auto;
}

#movin_online_v2 .video_slider_item_thumbnail {
    width: 100%;
    height: 172px;
    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;
    

}

#movin_online_v2 .video_slider_item_thumbnail img{
    width: 100%;
}

#movin_online_v2 .web_articles_container .video_slider_item_thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

#movin_online_v2 .moving_tips_container .video_slider_item_thumbnail {
    position: relative;
    /* padding-bottom: 56.25%; */
    /* padding-top: 30px; */
    height: auto;
    overflow: hidden;
}

#movin_online_v2 .moving_tips_container .video_slider_item_thumbnail iframe,
    #movin_online_v2 .moving_tips_container .video_slider_item_thumbnail object,
    #movin_online_v2 .moving_tips_container .video_slider_item_thumbnail embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #movin_online_v2 .web_articles_container .video_slider_item_thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#movin_online_v2 .vid_play{
    max-width: 25%;
    position:absolute;
    top:50%;
    right: 50%;
    transform: translate(50%, -50%);
    width :auto;
    cursor: pointer;
}

#movin_online_v2 .vid_play{
    width: auto;
    max-width: 100%;
    display: block;
    z-index: 2;
}

#movin_online_v2 .video_slider_item_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#movin_online_v2 .video_slider_item_title {
  font-family: SimplerPro;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
    margin: 16px 0 0 0;
}

#movin_online_v2 a.video_slider_item_title_link {
  font-family: SimplerPro;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
    margin: 16px 0 20px 0;
    text-decoration: none;
    position: relative;
}

#movin_online_v2 a.video_slider_item_title_link::before {
    content: '';
    width: 48px;
    height: 85px;
    position: absolute;
    top: -9px;
    right: -9px;
    background-image: url(image/article_title_quote.svg);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 79%;
}

#movin_online_v2 .video_slider_item_duration {
  font-family: SimplerPro;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #666666;
    margin: 16px 0 0 0;
}

#movin_online_v2 .slick-dots li {
    list-style-type: none;
}

#movin_online_v2 .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #16254f;
}

#movin_online_v2 .slick-dots {
    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;
    padding: 0;
    margin-bottom: 42px;
}

#movin_online_v2 .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: #d9dada;
    border-radius: 4px;
    font-size: 0;
    border: none;
    padding: 0;
    margin: 0 5px;
}

#movin_online_v2 .video_slider .slick-slide {
            
    max-width: 100%;
    margin: 0%;
}

/******************** FAQ Container ********************/
/*******************************************************/

#movin_online_v2 .movin_faq_container {
     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: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f6f6f6;
}

#movin_online_v2 .movin_faq_container_title {
      font-family: SimplerPro;
      font-size: 22px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.09;
      letter-spacing: normal;
      text-align: center;
      color: #16254f;
        margin: 38px 0 26px 0;
}

#movin_online_v2 .faq_collapse_container {
    min-width: 288px;
    margin: 0 16px 10px 16px;
}

/* Style the button that is used to open and close the collapsible content */
/* Style the button that is used to open and close the collapsible content */
#movin_online_v2 .faq-collapsible-button {
    padding: 0 15px 0 10px;
  background-color: #fff;
    height: 44px;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
    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;
    border-bottom: 1px solid #ddd;
  font-family: SimplerPro;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
      -webkit-box-shadow: 0 3px 2px 0 rgba(221, 216, 216, 0.5);
              box-shadow: 0 3px 2px 0 rgba(221, 216, 216, 0.5);
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#movin_online_v2 .faq-active, .faq-collapsible-button:hover {
/*  background-color: #ccc;*/
    
}

#movin_online_v2 .faq-collapsible-button.faq-active {
    border-bottom: none;
}


/* Style the collapsible content. Note: hidden by default */
#movin_online_v2 .faq-collapsible-content {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
      font-family: SimplerPro;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #666666;
        padding: 0 15px 0 23px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(221, 216, 216, 0.5);
            box-shadow: 0 3px 2px 0 rgba(221, 216, 216, 0.5);
    
}

#movin_online_v2 .faq-collapsible-content p {
    margin-top: 0;
}


#movin_online_v2 .faq-x-button {
    color: #16254f;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
}

#movin_online_v2 .faq-collapsible-button.faq-active .faq-x-button {
    color: #00b0fa;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    
}

#movin_online_v2 a.more_faq_link {
  font-family: SimplerPro;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.43;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  text-decoration: underline;
    margin: 0px 16px 14px 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

/********* Building New House Container **********/
/*************************************************/

#movin_online_v2 .building_new_house_container {
    background-image: url('image/build_new_house_bg_tablet.jpg');
    width: 100%;
    height: 188px;
    background-size: cover;
    background-position: center;
    padding-right: 25px;
    padding-left: 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#movin_online_v2 .building_new_house_container_title {
    margin: 33px 0 8px 0;
      font-family: SimplerPro;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
    text-align: right;
}
    
#movin_online_v2 a.building_new_house_container_subtitle {
    margin: 0;
      font-family: SimplerPro;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
    text-decoration: underline;
        width: 200px;
}

/************* Web Articles Container ************/
/*************************************************/

#movin_online_v2 .web_articles_container {
    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: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#movin_online_v2 .web_articles_container_title {
  width: 200px;
  font-family: SimplerPro;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin: 45px 0 8px 0;
}

/***********************************************/
/************** Media Queries ******************/
/***********************************************/


/****************** 480px **********************/
/***********************************************/

@media (min-width: 480px) {
    
    #movin_online_v2 .video_slider .slick-slide {
            
         max-width: 30%;
        margin: 0 15px;
    }
    
    #movin_online_v2 .video_slider {
        padding: 0;
    }
    
    #movin_online_v2 a.video_slider_item_title_link::before {
        top: -15px;
        right: -9px;
        background-size: 100%;
    }
}


/****************** 768px **********************/
/***********************************************/

@media (min-width: 768px) {
    #movin_online_v2 #top_banner_title .title_l_4,
    #movin_online_v2 #top_banner_title .title_l_3 {
        font-weight: bold;
        position: relative;
        font-size: 41px;
    }
    #movin_online_v2 .top_banner {
        height: 595px;
        background-image: url('image/bg_768.jpg');
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
                padding-right: 78px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-size: cover;
    }
    
    #movin_online_v2 #top_banner_title {
        font-size: 34.8px;
        position: absolute;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: right;
        color: #16254f;
        width: 100%;
        margin-top: 204px;
        margin-bottom: 44px;
        max-width: 450px;
        right: calc(50% - 243px);
        /* top: 125px; */
        text-align: right;
    }
    #movin_online_v2 #top_banner_title>span{
        display: block;
    }

    #movin_online_v2 #top_banner_subtitle_pt1:first-child .plus{
        display: none;
    }
    
    #movin_online_v2 #bezeq_blue_logo {
        top: 145px;
        left: calc(50% + 1px);
        width: 314px;
    }
    
    #movin_online_v2 #top_banner_circle_wrap {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        top: 42px;
        right: 50%;
        transform: translateX(341px);
    }
    #movin_online_v2 #top_banner_circle_text {
            font-size: 23.4px;
    }

    
    /********** Contact 1st Container **********/
    
    
    #movin_online_v2 .contact_form {
        width: 360px;
    }
    
    
    #movin_online_v2 .contact_subtitle {
        margin: 32px 0 7px 0;
    }
    
    #movin_online_v2 .bezeq_tel_number_text_input {
        width: 354px;
        margin-top: 21px;
    }
    
    #movin_online_v2 .bezeq_tel_number_label, #movin_online_v2 .client_id_label {
        font-size: 20px;
    }
    
    #movin_online_v2 .contact_form input[type="radio"] + label::after {
        top: 12px;
        right: -38px;
    }
    
    #movin_online_v2 .contact_form input[type="radio"]:checked + label::before {
        top: 18px;
        right: -32px;
    }
    
    #movin_online_v2 .contact_form input[type="radio"] + label.client_id_label {
        margin: 0 67px 0 -42px;
    }
    
    #movin_online_v2  input[type="number"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 18px;
    }

    #movin_online_v2  input[type="number"]::-moz-placeholder { /* Firefox 19+ */
        font-size: 18px;
    }
    
    #movin_online_v2  input[type="number"]:-ms-input-placeholder { /* IE 10+ */
       font-size: 18px; 
    }
    
    #movin_online_v2  input[type="number"]:-moz-placeholder { /* Firefox 18- */
       font-size: 18px; 
    }
    
    #movin_online_v2 .or_word {
        display: none !important;
    }
    
    #movin_online_v2 .call_us_button {
        display: none;
    }
    

    
    /**********  Moving Tips Videos Container **********/
    
    #movin_online_v2 .moving_tips_container {
        min-height: 654px;
    }
    
    #movin_online_v2 .moving_tips_container_title {
       font-size: 42px;
        line-height: 1.14;
        max-width: 600px;
        text-align: center;
        margin: 51px 0 14px 0;
    }
    
    #movin_online_v2 .moving_tips_container_subtitle {
        max-width: 521px;
        font-size: 20px;
        line-height: normal;
        text-align: center;
    }
    
    #movin_online_v2 .video_slider {
        margin-top: 63px;
    }
    
    #movin_online_v2 .video_slider .slick-slide {
            
        max-width: 47%;
        margin:  0 15px;
    }
    
    #movin_online_v2 .movin_faq_container_title { 
        width: 300px;
        font-size: 42px;
        line-height: 1.14;
        margin: 51px 0 63px 0;
    }
    
    #movin_online_v2 .faq_collapse_container {
        margin: 0 20px 10px 20px;
        max-width: 95%;
        /* width: calc(100% - 40px); */
    }
    
    #movin_online_v2 .faq-collapsible-button {
        height: 73px;
          font-size: 20px;
          font-weight: bold;
          line-height: normal;
        padding: 0 39px 0 27px;
    }
    
    #movin_online_v2 .faq-x-button {
        font-size: 30px;
    }
    
    #movin_online_v2 .faq-collapsible-content {
        padding: 0 40px 0 75px;
    }
    
    #movin_online_v2 .faq-collapsible-content p {
          font-size: 20px;
          font-weight: normal;
          line-height: normal;
          letter-spacing: normal;
    }
    
    #movin_online_v2 a.more_faq_link {
          font-size: 16px;
          line-height: 3;
          letter-spacing: normal;
          margin: 14px 20px 55px 16px;
    }
    
    #movin_online_v2 .building_new_house_container {
            height: 250px;
        background-image: url(image/build_new_house_bg_tablet.jpg);
    }
    
    #movin_online_v2 .building_new_house_container_title {
          width: 350px;
          font-size: 46px;
          line-height: 1.04;
        margin: 62px 0 28px 0;
    }
    
    #movin_online_v2 a.building_new_house_container_subtitle {
          width: 400px;
          height: 27px;
          font-size: 20px;
          line-height: normal;
    }
    
    #movin_online_v2 .web_articles_container_title {
          width: 700px;
          font-size: 42px;
          line-height: 1.14;
        margin: 70px 0 0px 0;
    }
    
    #movin_online_v2 .web_articles_container .video_slider {
        margin-top: 100px;
    }
    
    #movin_online_v2 .contact_1st_container, #movin_online_v2 .contact_2nd_container {
/*        height: 324px;*/
         background-size: 100%;
    }
    
    #movin_online_v2 .video_slider_item_title {
        font-size: 20px;
        margin-top: 26px;
    }
    
    #movin_online_v2 a.video_slider_item_title_link {
        font-size: 20px;
        margin-top: 26px;
    }
    
    #movin_online_v2 .video_slider_item_duration {
        font-size: 20px;
        margin-top: 26px;
    }
    
    #movin_online_v2 .slick-dots {
        margin-top: 70px;
        margin-bottom: 76px;
    }
    
    #movin_online_v2 .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    
    #movin_online_v2 .slick-dots button {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        margin-top: 7px;
    }
}




/****************** 1024px **********************/
/***********************************************/

@media (min-width: 992px) {
    
    
   /****************** Top Banner **********************/ 
    
    #movin_online_v2 #top_banner_title {
        /* width: 423px; */
        right: calc(50% - 338px);
        /* background-color: white; */
        /* top: 50px; */
        margin-top: 222px;
    }
    
    #movin_online_v2 .contact_1st_container {
        display: none;
    }
    
    #movin_online_v2 #bezeq_blue_logo {
        top: 145px;
        left: calc(50% + 36px);
    }
    
    #movin_online_v2 #top_banner_circle_wrap {
        top: 55px;
        transform: translateX(452px);
        /* left: calc(50% + 232px); */
        /* box-shadow: 0px 10px 15px -10px #5d5d5d; */
    }
    
    
    
    
    #movin_online_v2 .top_banner_wrap {
        display: flex;
        justify-content: center;
    }
    #movin_online_v2 .top_banner_wrap .top_banner_col:nth-child(2) {
        display: block;
        background-color: rgba(22, 37, 79, 0.85);
        width: 360px;
        margin: 100px 237px 0 -320px;
        border-radius: 16px;
        box-shadow: 0 22px 30px 0 rgba(0, 0, 0, 0.19);
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_form {
        width: 360px;
        justify-content: center;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .bezeq_tel_number_text_input {
        width: 303px;
        height: 47px;
        margin: 42px 0 44px 0;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_desktop_content_title {
          font-family: SimplerPro;
          font-size: 38px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 0.47;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
        width: 100%;
    }
    
    #movin_online_v2  #contact_3rd_form_wrap .bezeq_tel_number_label, 
    #movin_online_v2  #contact_3rd_form_wrap .client_id_label {
        font-size: 16px;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .bezeq_tel_number_label {
        margin-right: 27px;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_form input[type="radio"] + label.client_id_label {
        margin: 0 50px 0 0;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_form input[type="radio"] + label::after {
        top: 6px;
        right: -33px;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_form input[type="radio"]:checked + label::before {
        top: 12px;
        right: -27px;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_subtitle {
        margin: 12px 0 0 0;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_form input[type=submit] {
        font-size: 24px;
        width: 220px;
        height: 64px;
        border-radius: 32px;
        position: relative;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .not_bezeq_clients_question_container {
        font-family: SimplerPro;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 22px 0 55px 0;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap #third_form_arrow {
        position: absolute;
        top: 181px;
        left: calc(50% + -86px);
        cursor: pointer;
    }
    
    
   /****************************************/ 

    #movin_online_v2 .contact_form  label.error{
        position: absolute;
        top: 91%;
        color: red;
        font-family: SimplerPro;
    }
    
     #movin_online_v2 .top_banner {
       background-image: url('image/bg_992.jpg');
        padding-right: 21px;
    }
    
    #movin_online_v2 #top_banner_title {
/*
        line-height: 1.19;
        width: 800px;
        max-width: 800px;
        margin-top: 191px;
        margin-bottom: 20px;
*/
        

    }

    #movin_online_v2 #top_banner_subtitle_wrap {
        width: 800px;
        right: 64px;
    }

    #movin_online_v2 #top_banner_subtitle_pt1,
    #movin_online_v2 #top_banner_subtitle_pt2,
    #movin_online_v2 #top_banner_subtitle_pt3,
    #movin_online_v2 #top_banner_subtitle_pt4 {
      font-size: 32px;
      line-height: 1.53;
      max-width: 330px;
      align-items: center;

    }
    #movin_online_v2 .vi {
        width: 27px;
        height: 27px;
        min-width: 27px;
        display: block;
        margin: 0 10px;
        border-radius: 50%;
        padding: 0;
        background: #fff url(image/fill-1.png) no-repeat center center;
        background-size: 56%;
        position: relative;
        top: 3px;
    }
    
    #movin_online_v2 #top_banner_subtitle_pt2,
    #movin_online_v2 #top_banner_subtitle_pt4 {
        margin: 0 6px;
    }
    
    #movin_online_v2 .contact_1st_container, #movin_online_v2 .contact_2nd_container {
        height: 224px;
        background-image: none;
    }
    
    #movin_online_v2 .contact_form {
        width: 572px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    
    #movin_online_v2 .contact_separate_line {
        display: block;
    }
    
    #movin_online_v2 .contact_desktop_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    #movin_online_v2 .bezeq_tel_number_text_input {
            margin: 16px 0px 14px 26px;
    }
    
    #movin_online_v2 .bezeq_tel_number_label {
        margin-right: 38px;
    }
    
    #movin_online_v2 .contact_form input[type="radio"] + label.client_id_label {
        margin: 0 75px 0 0;
    }
    
    #movin_online_v2 .contact_1st_form_wrap .contact_subtitle,
    #movin_online_v2 .contact_2nd_form_wrap .contact_subtitle {
        display: none;
    }
    
    #movin_online_v2 .contact_1st_form_wrap, 
    #movin_online_v2 .contact_2nd_form_wrap {
            width: auto;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
    }
    
    #movin_online_v2 .not_bezeq_clients_question_container {
            margin: 10px 0 10px 0;
    }
    

    
    #movin_online_v2 .house_vector {
        display: block;
    }
    
    #movin_online_v2 .contact_form input[type=submit] {
        font-size: 20px;
    }
    
    #movin_online_v2 .not_bezeq_clients_question_container {  
        font-size: 16px;
    }
    
    
    /*****************************************/

    #movin_online_v2 .moving_tips_container_title {
        font-size: 46px;
        line-height: 1.04;
        width: 390px;
        margin: 90px 0 20px 0;
        font-weight: bold;
    }
    
    #movin_online_v2 .moving_tips_container {
        height: 621px;
    }
    
    /******************************************/
    
    #movin_online_v2 .building_new_house_container {
        height: 295px;
        background-image: url(image/build_new_house_bg_desktop.jpg);
        padding-right: calc(50% + -465px);
    }
    
    #movin_online_v2 .building_new_house_container_title {
        width: 100%;
        font-size: 46px;
        margin: 85px auto 28px auto;
    }
    
    #movin_online_v2 a.building_new_house_container_subtitle {
        width: 400px;
        font-size: 20px;
        margin: 0;
    }
    
    /*********************************************/
    
    #movin_online_v2 .web_articles_container {
    }
    
    #movin_online_v2 .web_articles_container_title {
        width: 750px;
        font-size: 46px;
        line-height: 1.04;
        margin: 90px 0 0px 0;
    }
    
    /**************************************/
    
    #movin_online_v2 .movin_faq_container_title {
        margin: 90px 0 73px 0;
        font-weight: bold;
        font-size: 46px;
        width: 500px;
    }
    

}


/****************** 1300px **********************/
/***********************************************/

@media (min-width: 1200px) {
    #movin_online_v2 #top_banner_title .title_l_4,
    #movin_online_v2 #top_banner_title .title_l_3 {
        font-weight: bold;
        position: relative;
        font-size: 46px;
    }
    
    #movin_online_v2 .top_banner {
             background-image: url(image/bg_1200.jpg); 
    }
    
    #movin_online_v2 .faq-collapsible-button {
        width: 1200px;
        margin: 0 auto;
        padding: 0 40px 0 35px;
    }
    
    #movin_online_v2 .faq_collapse_container {
        margin: 0 auto 12px auto;
    }
    
    #movin_online_v2 .faq-collapsible-content {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 1200px;
        padding: 0 40px 0 90px;
    }
    
    #movin_online_v2 a.more_faq_link {
        width: 1135px;
        text-align: right;
        margin: 22px auto 90px auto;
    }
    #movin_online_v2 #top_banner_title {
        font-size: 39.6px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: right;
        color: #16254f;
        width: 100%;
        margin-top: 206px;
        margin-bottom: 44px;
        max-width: 450px;
        right: calc(50% - 432px);
        /* top: 125px; */
        text-align: right;
    }
    #movin_online_v2 #top_banner_circle_wrap {
        top: 40px;
        transform: translateX(557px);
        /* left: calc(50% + 232px); */
        /* box-shadow: 0px 10px 15px -10px #5d5d5d; */
    }
    

}

/****************** 1600px **********************/
/***********************************************/

@media (min-width: 1600px) {
    
    /* #movin_online_v2 .top_banner_wrap .top_banner_col:nth-child(2) {
        width: 470px;
        margin: 100px 430px 0 -247px;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_form {
        width: 470px;
    }
    
    #movin_online_v2 #top_banner_title {
        font-size: 56px;
        width: 625px;
        max-width: none;
        right: calc(50% - 377px);
    top: 96px;
    }
    
    #movin_online_v2 #bezeq_blue_logo {
        width: 393px;
        top: 99px;
    }
    
    #movin_online_v2 #top_banner_circle_wrap {
        width: 117px;
        height: 117px;
        border-radius: 58.5px;
        top: 77px;
        left: calc(50% + 282px);
    }
    
    #movin_online_v2 #top_banner_circle_text {
        font-size: 28.2px;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .bezeq_tel_number_text_input {
        margin: 20px 0 58px 0;
        width: 352px;
    }
    
    #movin_online_v2 #contact_3rd_form_wrap .contact_subtitle {
        margin: 12px 0 20px 0;
    } */
    
}


/****************** 1920px **********************/
/***********************************************/

@media (min-width: 1920px) {
    

}