/*Talniri I.S.V.*/

/* iPads (portrait) ----------- */
@media (max-device-width: 414px) {
  .wrapper {
    background-image: none;
  }
  .service {
    width: 414px;
    margin: 0 auto;
    padding: 0;
  }
  .header {
    width: 100%;
    /* height: 470px; */
    padding: 50px 4vw;
    background-image: url(../images/background/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header h2 {
    width: 250px;
    font: 26px/36px "OpenSansHebrewBold", sans-serif;
  }
  .header p br {
    display: none;
  }
  .header p {
    width: 246px;
    margin: 12px auto 0;
    font: 16px/32px "OpenSansHebrewRegular", sans-serif;
    letter-spacing: 0.53px;
  }
  .header ul {
    right: 33px;
    width: 260px;
    margin: 19px auto 0;
    list-style-type: disc;
  }
  .header ul li {
    color: #fff;
    font: 14px/33px "OpenSansHebrewBold", sans-serif;
    letter-spacing: 0.26px;
  }
  .content {
    padding-top: 0;
  }
  .info {
    margin: 0;
  }
  .range {
    position: relative;
    top: 0px;
    left: 0px;
    width: 414px;
    padding: 35px 0 40px;
    background-color: #27303b;
  }
  .range_item {
    display: block;
    margin: 2vh auto;
    padding: 2vh;
    width: auto;
    height: auto;
  }
  .range-item-container {
    background: linear-gradient(-45deg, #23303d 0%, #303943 100%);
  }
  .range_item:nth-child(3) {
    margin: 0 auto;
  }
  .doc_info {
    width: 414px;
    height: 545px;
    margin: 0;
    padding: 33px 77px 0;
    background-image: url(../images/background/bg-content.png);
    background-repeat: no-repeat;
  }
  .doc_item {
    padding: 0px;
    margin-bottom: 35px;
    width: auto;
    font: 20px/25px "LucidaGrandeRegular", sans-serif;
    text-align: center;
  }
  .doc_item:nth-child(2) {
    margin-bottom: 0;
  }
  .doc_item i.document {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    background: url(../images/elements/icon-doc-md.png) no-repeat;
  }
  .form_request {
    margin-top: 0;
    width: 414px;
    height: 426px;
    text-align: center;
    background-image: url(../images/background/bg-form.png);
    background-repeat: no-repeat;
  }
  .form_overflow {
    display: none;
  }
  form input,
  form .bootstrap-select > .dropdown-toggle {
    width: 260px;
    height: 50px;
    margin: 35px 0 0 0;
  }
  form input:nth-child(1) {
    margin-top: 30px;
  }
  form input:nth-child(4) {
    margin-bottom: 0px;
  }
  form .bootstrap-select.btn-group .dropdown-menu {
    min-width: 100px;
    width: 260px;
    margin-bottom: -33px;
  }
  form button {
    display: inline-block;
    width: 320px;
    margin: 29px 0px 0 0;
  }
  .footer {
    width: 100%;
    height: 46px;
    margin-top: 0;
    padding: 10px 87px 0;
    background-color: #3f4a57;
    color: #fff;
    font: 10px/12px "LucidaGrandeRegular", sans-serif;
  }
  .footer p {
    text-align: center;
    padding-right: 0;
  }
  .footer p:before {
    right: -10px;
    top: 9px;
  }
}
