
@font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-ExtraBold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
  }
  @font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  
  html,body,form{
      height:100%;
      margin:0;
          direction:rtl !important;
          color: !important black;
  }
  
  
  
  }
  .bigText {
      font-size: 25px;
  }
  .spacingTop15 {
      margin-top: 15px !important;
  }
  .mainTitle {
      margin-top: 20px !important;
  }
  .mainTitle .textTitle {
      color: #f01d24 !important;
      font-size: 30px !important;
      font-weight: 400 !important;
      font-height: 0.86 !important;
      letter-spacing: -0.3px !important;
      text-align: center !important;
  }
  body {
      background: #fff;
      direction: rtl;
      text-align: right;
      font-family: "Assistant",Arial;
      color: #000000;
      font-size: 18px;
  }
  .AutoCompleteBox div {
      cursor: pointer;
  }
  .AC_SelectedElement {
      background-color: navy;
      color: white;
  }
  .formHeader{/*
      max-width: 1040px;
      margin: 0 auto;
      margin-top: calc((50% - 679px)/2 - 33px);*/
  }
  .nextBTN {
      display:inline-block;
     /* width: 140px;
      height: 32px;
      background: #dc671e;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      margin: 10px;*/
      cursor: pointer;
      background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
      width: 45%;
      height: 45px;
      border-radius: 30px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      text-align: center;
      line-height: 45px;
  }
  .nextBTN .textTitle {/*
      font-size: 20px;
      color: #fff;
      margin: 4px 0px 0 0px;
      height: 18px;
      display: block;
      text-align: center*/
          font-size: 17.27px;
      font-family: "Assistant",Arial;
      color: rgb(255, 255, 255);
      font-weight: normal;
  }
  .nextBTN span.next {
    
  }
  .nextBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .nextBTN span.send {
      margin: -20px 0px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=arrow.png) no-repeat;
      /*width: 36px; float: left; */
      
      height: 18px;
      display: block;
  }
  .nextBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .previewBtn {
      display: none;
      left: -100px;
      top: -1000px;
      position: absolute;
  }
  
  .acceptBtn {
      display:inline-block;
      width: 140px;
      height: 32px;
      background: #6f0e00;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      margin: 10px;
  }
  
  
  .backBTN {
      display:inline-block;
      cursor: pointer;
      border-width: 1px;
      border-color: rgb(0, 159, 227);
      border-style: solid;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      width: 234px;
      height: 45px;
      text-align: center;
      line-height: 45px;
          margin-left: 9%;
  }
  .backBTN .textTitle {
     color: #404040;
     font-size: 17.27px;
      font-family: "Assistant",Arial;
      font-weight: normal;
  }
  .backBTN span.prev {/*
      margin: -30px -27px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=kodem.png) no-repeat;
      height: 29px;
      width: 20px;
      display: block;*/
  }
  .btnsDiv {
      margin: 0 auto;
      text-align: center;
      }
  .btnsDiv .backBTN{
      
  }
  .specialBlueText {
      height: 59px;
      background-color: #E0ECF2;
      width: 80%;
      height: 43px;
      font-weight: 400;
      line-height: 1.14;
      letter-spacing: -0.1px;
      color: #3A596A;
      padding: 10px;
  }
  input[type="radio"]{
          -webkit-appearance: none;
          -moz-appearance:    none;
          appearance:         none;
          position:relative;
          border-width: 1px;
          border-color: rgb(204, 204, 204);
          border-style: solid;
          float: inherit !important;
          border-radius: 50%;
          width: 18px;
          height: 16px;
      }
      input[type="radio"]:focus{
          border-color:rgb(0, 159, 227);
          outline:none;
      }
  input[type="radio"]:checked:before {
      content: "";
      position: absolute;
      top: 3px;
      right: 3px;
      border-radius: 50%;
      background-color: rgb(0, 159, 227);
      width: 8px;
      height:8px;
  }
  input[type="radio"]:focus{
      
  }
  #bckBtn {
      width: 36px;
      height: 12px;
      font-family:  "Assistant",Arial;
      font-size: 24px;
      font-weight: 400;
      line-height: 1.38;
      letter-spacing: -0.1px;
      text-align: center;
      color: #848484;
  }
  .Stepsdone {/*
      color: #ffffff !important;
      border-color: #006595 !important;
      background-color: #006595 !important;
      height: 13px;
      border-radius: 7px;
      position: relative;
      width: 100%;
      margin-top: 25px;*/
  }
  .stepsMenuData {
      position: absolute;
      width: 100%;
      top: 10px;
      text-align: center;
  }
  .stepsMenuData.Stepscurrent {
      border-color: #006595 !important;
      background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
      border-radius:25px;
      -webkit-border-radius:25px;
      height: 13px;
      /* z-index: 66; */
      /* position: relative; */
      /* top: -8px; */
      /* line-height: 1.688; */
     /* margin-top: 18px;*/
  }
  .stepsMenuCubeText.Stepsdone {
      background-image: url(./getFile.aspx?profile=71&fname=./getFile.aspx?profile=11&fname=v.png);
      background-repeat: no-repeat;
      background-position: center;
  }
  .stepsMenuDataText.Stepsdone {/*
      color: #006595 !important;
      background-color: transparent !important;
      position: absolute;
      right: -23px;
      top: -90px;*/
  }
  .stepsMenuDivider.Stepsdone {
      background-color: transparent !important;
  }
  .stepsMenuDataText {
      position: absolute;
      /* width: 100px; */
      /* right: -25px; */
      /* height: 54px; */
      font-family:  "Assistant",Arial;
      font-size: 21px;
      font-weight: bold;
      /* line-height: 1; */
      letter-spacing: -0.1px;
      text-align: right;
      color: #3a5159;
      /* padding-right: 49px; */
      /* padding-top: 14px; */
      font-size: 16px;
      font-family:  "Assistant",Arial;
      color: #404040;
      /* line-height: 1.688; */
      text-align: right;
      /* top: -17px; */
      /* margin-top: -17px; */
      top: -22px;
      width: inherit;
      text-align: center;
  }
  .stepsMenuDivider {
      width: 0;
      min-width: 5%;
      height: 53px;
      opacity: 0.85;
      border-radius: 1px;
      display: inline-block;
      border-bottom: 1px solid rgb(128, 128, 128);
  }
  .stepsMenuCubeText {
          /* border-radius: 20px 20px 20px 20px; 
      -moz-border-radius: 20px 20px 20px 20px;
      -webkit-border-radius: 20px 20px 20px 20px;
      /* border: 2px solid #c2c2c2;
      height: 36px;
      width: 37px;
      background-color: #DC671E;
      color: white;
      font-size: 26px;
      text-align: center;
      display: inline-block;
      /* vertical-align: middle;
      padding-top: 13px;
      padding-bottom: 5px;
      position: absolute;
      right: 0px;
      top: 0px;*/
      display:none;
  }
  .stepsMenuCube {
      display: inline-block; 
      position: relative;
      /*margin-right: 35px;*/
       /*  width: 18%;*/
      height: 16px;
     /*  padding-top: 20px; */
      margin-top: 10px;
      border-bottom: 1px solid rgb(128, 128, 128);
  }
  #stepsMain {
         margin: auto;
  }
  #stepsMenu {
      display: none;
      /* background: #d6d6d6;
      Old browsers 
      
      background: -moz-linear-gradient(top, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
       FF3.6-15 
      
      background: -webkit-linear-gradient(top, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
       Chrome10-25,Safari5.1-6 
      
      background: linear-gradient(to bottom, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
      W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
      
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f9f9f7', GradientType=0);
      IE6-9 */
      
      width: 70%;
      text-align: center;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 40px;
  }
  .headlineTitleBig {
      font-size: 32px;
      font-family:  "Assistant",Arial;
      color: rgb(0, 158, 226);
         text-align:center;
      font-weight: bold;
  }
  .Middle_sec {
      width: 100%;
  }
  table {
      width: 100%;
      border-collapse: collapse;
  }
  td {
      text-align: center;
  }
  .blanket {
      left: 0px;
      top: 0px;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10000;
      background-image: url('./getFile.aspx?profile=11&fname=blanket.png');
      display: none;
  }
  .blanket_sheet {
      font-size: 32px;
      font-family: "Assistant";
      color: rgb(255, 255, 255);
      margin: 0 auto;
      margin-top: 40px;
      width: 1000px;
      height: 685px;
      background-color: #009FE3;
      box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.25);
  }
  #blanket_text {
      width: 80%;
      text-align: center;
      padding-top: 30px;
      margin: auto;
      font-size: 28px;
  }
  #blanket_btn {
      width: 2%;
      cursor: pointer;
      margin: auto;
      text-align: center;
      /*background-color: #31335B;*/
      color: white;
      font-size: 30px;
      /*margin-top: 30px;*/
      float: right; 
      background-image: url('./getFile.aspx?profile=11&fname=v3closebutton.png');
      background-size: contain;
      background-repeat: no-repeat;
      top: 0;
      margin-top: 50px;
      margin-right: 8px;
      position: absolute;
  }
  .spacing {
      margin: 5px auto;
      padding-left: 15px;
      padding-right:10px;
      /* padding-bottom: 5px; */
     /* width: 100%;*/
      overflow: hidden;
     min-height: auto !important;
      
  }
  .badField {} .alerts {
      font-size: 20px;
      color: red;
      width: 90%;
  }
  .badField input,.badField select,.badField textarea {
       border:1px solid rgb(209, 16, 16) !important;
   }
  .mainDiv {
     margin: auto;
      position: relative;
      background: rgba(255, 255, 255,0.769);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      border-bottom: 8px solid rgb(0, 159, 227);
      max-width: 1040px;
      min-height: 679px;
  }
  div#genFileds{
      /*background: rgba(255, 255, 255,0.769);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      max-width: 1040px;
      height: 679px;
      margin: 0 auto;
      border-bottom: 8px solid rgb(0, 159, 227);
           margin-top: 10px;*/
  }
  #genFileds> div[id^="page"]{
      width: 51%;
      margin: 0 auto;
  }
  .bold {
      font-weight: bold;
  }
  .textTitle {
    color:#009EE2;
    text-align: center;
    font-size: 20px;
  }
  .signatureTextTitle {
      padding-bottom: 5px;
      font-size: 13px;
      font-family: "Assistant";
      color: rgb(77, 77, 77);
  }
  .textArea textarea {
      margin-top: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 20px;
      width: 100%;
      height: 200px;
  }
  .signatureClass {
      border-width: 1px;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      background-color: rgb(255, 255, 255);
      
  }
  .checkBox {
      margin-top: 0px;
      width: 20px;
      height: 20px;
  }
  .textBox,
  .textDate {/*
      margin-top: 0px;
      border-bottom: 2px solid #d8d8d8;*/
  }
  .textBox input {
      border-width: 1px;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      background-color: rgb(255, 255, 255);
      width: 234px;
      height: 38px;
      color: rgb(179, 179, 179);
       font-size: 16px;
       padding-right: 2px;
  }
  .textSelect {/*
      width: 83px;
      float: right;
      border: 1px solid #c2c2c2;
      border-radius: 20px;
      margin-left: 10px;
      width: 100%;
      overflow: hidden;
      background: #fff url(./getFile.aspx?profile=11&fname=selectimg.png) no-repeat left 0px center;*/
  }
  .textSelect select {
     width: 234px;
      height: 40px;
      color: black;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: url(./getFile.aspx?profile=11&fname=arr.png);
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: 6px;
      padding-right: 6px;
      background-color: white;
      font-size:16px;
  }
  .textSelect select option {
      padding-right: 10px
  }
  .textSelectSmall {
     /* float: right;
      border: 1px solid #c2c2c2;
      border-radius: 20px;
      margin-left: 10px;
      overflow: hidden;
      background: #fff url(./getFile.aspx?profile=11&fname=selectimg.png) no-repeat left 0px center;*/
      display: inline-block;
      margin: 0px 2px 0 2px;
  }
  .textSelectSmall select {
      /*padding-right: 13px;
      width: 87px;
      height: 48px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      border: 0;
      cursor: pointer;
      background: transparent;*/
      border-width: 1px;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      background-color: rgb(255, 255, 255);
      width: 74px;
      height: 40px;
      color: rgb(179, 179, 179);
       -moz-appearance:none; 
      -webkit-appearance:none; 
      appearance:none;
      background: url(./getFile.aspx?profile=11&fname=arr.png);
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: 6px;
      padding-right: 6px;
          background-color: white;
          font-size: 16px;
  }
  .textSelect select option {
      padding-right: 10px
  }
  .sendBTN {
      display: inline-block;
      cursor: pointer;
      background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
      width: 234px;
      height: 45px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      text-align: center;
      line-height: 45px;
  }
  .sendBTN .textTitle {
      font-size: 17.27px;
      font-family: "Assistant",Arial;
      color: rgb(255, 255, 255);
      font-weight: normal;
  }
  .sendBTN span.next {
      margin: -20px 0px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=mailimg.png) no-repeat;
      /*width: 36px; float: left; */
      
      height: 18px;
      display: block;
  }
  .sendBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .sendBTN span.send {
      margin: -20px 0px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=mailimg.png) no-repeat;
      /*width: 36px; float: left; */
      
      height: 18px;
      display: block;
  }
  .sendBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .fileUpload {
         position: relative;
      overflow: hidden;
      margin: 10px;
      text-align: right;
      padding: 35px;
      background-color: #cecece;
      border: 0px solid #9058eb;
      background: url(./getFile.aspx?profile=11&fname=uploadimg.png) no-repeat 0 5px;
      color: #003147;
      height: 50px;
      width: 50px;
      margin-right: 170px;
      margin-left: auto;
  }
  .fileUpload span.image {
      padding-left: 5px;
      vertical-align: middle;
  }
  .fileUpload span.image img {
      width: 12px
  }
  .fileUpload input.upload {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
  }
  .textSubTitle
  {
      color: black;
      line-height: 1.2;
      text-align: right;
  }
  .textSubTitle>span{
      color: #000000!important;
  }
  .textAreaSubTitle {
      padding-bottom: 20px;
      font-size: 18px;
      font-weight: 400;
      color: #003147;
      margin: 0;
  }
  .textArea {} .dropBoxSubTitle {
          color: black;
      /* line-height: 1.2; */
      /* text-align: right; */
      display: block;
  }
  .textSelect {} 
      
      .checkBoxtitle {
      color: rgb(0, 158, 226);
      margin-bottom: 15px;
  }
  .checkBox {} .radioSubTitle {
      color: black;
      line-height: 1.2;
      text-align: right;
  }
  .textRadio {
     
  }
  
  .dateSubTitle {
      padding-bottom: 20px;
      font-size: 17px;
      font-weight: 400;
      color: #898989;
      margin: 0;
  }
  .textDate input {
      font-size: 15px;
      color: #001d28;
      width: 90%;
      height: 24px;
      border: 0px;
      outline: none;
      font-weight:bold;
  }
  .textDate span {
      margin: 11px 0 0 13px;
      float: left;
      width: 22px;
      height: 23px;
      background: url(./getFile.aspx?profile=11&fname=120.png) top no-repeat;
  }
  .timeSubTitle {
      padding-bottom: 20px;
      font-size: 16px;
      font-weight: 400;
      color: #898989;
      margin: 0;
  }
  .textTime {}  {
      font-size: 18px;
      font-weight: 700;
      color: #f01d24;
      margin: 0;
      text-align: center;
  }
  .headlineTitle {
     font-size: 20px;
      font-family: "Assistant",Arial;
      color: #009EE2;
      text-align: right;
      font-weight: bold;
  }
  .capatchaTitle {
      padding-bottom: 20px;
      font-size: 18px;
      font-weight: 400;
      color: #003147;
      margin: 0;
  }
  .blockTitle {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .blockQuestion {
      width: 150px;
      text-align: right;
  }
  .imgContainer {
      /*
  text-align: center;padding: 24px 16px 20px 0px; border: 1px solid rgb(194, 194, 194); border-image: none; width: 75.45%; display: inline-block;
  */
  }
  .blockDropAnswers {
      text-align: right;
  }
  .blockHeader {
      color: #272470;
  }
  .blockLine0 {
      background-color: #F5F5F5;
      height: 35px;
      color: #272470;
      border-bottom: 1px solid #CCCCCC;
  }
  .blockLine1 {
      background-color: #fff;
      height: 35px;
      color: #272470;
      border-bottom: 1px solid #CCCCCC;
  }
  select::-ms-expand {
      display: none
  }
  .validError {
      display: block;
      font-size: 13px;
  /*    font-family: "Assistant";*/
      color: rgb(209, 16, 16);
      font-weight: bold;
        
        
  }
  
  .summaryPage {
      margin: auto;
      padding-right: 15px;
      padding-left: 15px;
      max-width: 443px;
      text-align: center
  }
  .customSummaryPage {
      margin: auto;
      padding-right: 15px;
      padding-left: 15px;
      max-width: 443px;
      text-align: center
  }
  div[fieldid="carDetails"] .textTitle {
      color: #a3acb2;
      font-size: 15px;
      padding-right: 45px;
      padding-top: 5px
  }
  div[fieldid="carDetails"] .textTitle:before {
      background: url(./getFile.aspx?profile=11&fname=carImg.png) no-repeat;
      width: 45px;
      height: 21px;
      position: absolute;
      content: "";
      margin-right: -50px;
      margin-top: -5px
  }
  .roundBlue {
      color: #a3acb2;
      font-size: 12px;
      padding-top: 5px
  }
  .roundBlue .circlenumber {
      float: right;
      margin-left: 5px;
      padding-top: 1px;
      font-size: 10px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      background-color: #003147
  }
  .SignatureCanvasClearButton {
      font-weight: bold;
      border:1px solid rgb(204, 204, 204);
      width: 138px !important;
      height: 28px;
      margin-right: calc(50% - 69px);
      line-height: 28px;
      background-color: rgb(255, 255, 255);
      font-family: "Assistant";
      border-radius: 27px;
      -webkit-border-radius: 27px;
      -moz-border-radius: 27px;
      text-align: center;
  }
  
  div[id^=contentPage] {
         /* min-height: 530px;
      border-right: 2px solid #d8d8d8;
      padding-right: 20px;
      margin-top: 20px;
      margin-right: 50px;
      margin-bottom:20px;
  }
  div[id^=contentPage] >div{
          display: inline-block;
  }
  div[id^=contentPage] >div:first-child{
      display:block;
          text-align: center;*/
  }
  
  .upperView {
      box-shadow:none !important;
      padding:0px;
      background-image: url(./getFile.aspx?profile=11&fname=Background.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .formTitle{
      font-size:25px;
      text-align:center;
      color: rgb(0, 158, 226);
      margin-top:1%;
          padding: 20px;
          display:none;
  }
  
  .formLogo {
      display:inline-block;
  }
  
  .formLogo img {
     display:none;
  }
  #formLogo::after{
       /* content:url(./getFile.aspx?profile=11&fname=menura.png);
      width:50%;
      max-width:200px;*/
  }
  
  .pagesBtns{
      
      
  }
  .mu_wrap_upload{
      margin-bottom:15px;
      display: inline-block;
      padding: 4px 12px;
      line-height: 20px;
      text-align: center;
      cursor: pointer;
      border: 1px solid #cccccc;
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
      -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
      background-image: -o-linear-gradient(top, #0088cc, #0044cc);
      background-image: linear-gradient(to bottom, #0088cc, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
      border-color: #0044cc #0044cc #002a80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      position: relative;
      overflow: hidden;
      width: 90%;
      font-size:14px; 
  }
  .mu_upload{
    position: absolute;
      top: 0;
      margin: 0;
      cursor: pointer;
      opacity: 0;
      width:inherit;
  }
  .mu_attachedfile{
      background-color: #f5f5f5;
      border: 1px solid #dcdcdc;
      font-weight: bold;
      margin: 0 7px 9px;
      overflow-y: hidden;
      padding: 4px 8px 4px 4px;
      width: 90%;}
      
      .mu_file{
          color: #15c;
          font-weight: lighter;
          margin-right: 3px;
          display: inline-block;
          width:calc(90% - 60px);
      }
       .mu_attachedfile>input{
       float: left;
       background:url(./getFile.aspx?profile=11&fname=mu_delete.jpg)no-repeat;
       border: none;
       width: 20px;
       height: 20px;
       background-size: 100% 100%;
       display: inline-block;
       }
       .mu_img_icon{
       float:right;
       background:url(./getFile.aspx?profile=11&fname=mu_img.jpg)no-repeat;
       width: 20px;
       height: 20px;
       background-size: 100% 100%;
       display:inline-block;
       }
       .sigtext{
      font-size: 14px;
      color: rgb(77, 77, 77);
  }
  .signature{
          text-align: center;
  }
  hr{
      border:1px solid rgb(204, 204, 204);
      margin: 0 10px;
  }
  .gender input[type="radio"]{
      -webkit-appearance:none;
      width: 35px;
      height: 35px;
      border: none;
    
  }
  .gender input[type="radio"]:before {
      content: "";
      display: none;
      position: relative;
      top: 0px;
      left: 0px;
      -webkit-appearance:none;
  }
  
      .gender	 input[type="radio"][value="female"] {
      width: 35px;
      height: 35px;
      border: 0;
      background-image: url(./getFile.aspx?profile=11&fname=NormalFemale.png);
      background-size: contain;
  }
  
  
  .gender	 input[type='radio'][value="female"]:focus {
        outline: none;
      background: url(./getFile.aspx?profile=11&fname=FocusedFemale.png);
       background-size: contain;
  
       }
  .gender	 input[type='radio'][value="female"]:checked {
      background: url(./getFile.aspx?profile=11&fname=SelectedFemale.png);
       background-size: contain;
  
       }
           .gender	 input[type="radio"][value="male"] {
      width: 35px;
      height: 35px;
      border: 0;
      background-image: url(./getFile.aspx?profile=11&fname=NormalMale.png);
      background-size: contain;
  }
  
  
  .gender	 input[type='radio'][value="male"]:focus {
        outline: none;
      background: url(./getFile.aspx?profile=11&fname=FocusedMale.png);
       background-size: contain;
  
       }
  .gender	 input[type='radio'][value="male"]:checked {
      background: url(./getFile.aspx?profile=11&fname=SelectedMale.png);
       background-size: contain;
  
       }
      .gender  input[type='radio']+.radioSubTitle{
          display: none;
      }
      
      
     /*  .tel .textBox{
           width: inherit;
       }
      .tel input{
              width: inherit;
      }
      .kidomet {
          padding-left: 5px;
      }
      .kidomet select{
          height: 42px;
          margin-left: 10px;
      }
  
      .WrapRadioButtons{
          display:inline-block;
          width:50%;
      }
      span.checkboxSubTitle {
      color:black;
      font-size: 18px;
      float:inherit !important;
  }
      
  .WrapCheckBox {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  
  
  .WrapCheckBox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
  }
  
  
  .WrapCheckBox .checkboxSubTitle {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
  }
  
  
  .WrapCheckBox:hover input ~ .checkboxSubTitle {
      background-color: #ccc;
  }
  
  
  .WrapCheckBox input:checked ~ .checkboxSubTitle  {
      background-color: #2196F3;
  }
  
  .checkboxSubTitle:after {
      content: "";
      position: absolute;
      display: none;
  }
  
  
  .WrapCheckBox input:checked ~ .checkboxSubTitle:after {
      display: block;
      
  }
  
  
  .WrapCheckBox  .checkboxSubTitle:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  */


  span.checkboxSubTitle {
    color:black;
    font-size: 18px;
    float:inherit !important;
}
  
  @media only screen and (max-device-width: 600px) {
  
     #genFileds> div[id^="page"] {
          width:100%;
      }
      div#genFileds {
      text-align: right;
      }
      img {
          width: 300px;
      }
      .mainDiv {
          width: 100%;
      }
      
     /* input[type=radio] {
          height: 27px;
          width: 27px;
      }
      .radioSubTitle {
          vertical-align: top;
          margin-top: 6px;
          display: inline-block;
       
      }*/
      /*.upperView,.upperView>div,.mainDiv{
          height:100%;
          
      }*/
     /* input[type="radio"]:checked:before {
          content: "";
          display: block;
          position: relative;
          top: 0px;
          left: 0px;
          width: 28px;
          height: 28px;
          border-radius: 100%;
          background: #dc671e;
      }*/
      .upperView{
          overflow: auto;
      }
      .nextBTN {
          width: 170px ;
          border-radius:30px;
          margin-top: 10px;
      }
  
     .fileUpload {
      position: relative;
      overflow: hidden;
      margin: 10px;
      text-align: right;
      padding: 35px;
      background-color: #cecece;
      border: 0px solid #9058eb;
      background: url(./getFile.aspx?profile=11&fname=uploadimg.png) no-repeat 0 5px;
      color: #003147;
      height: 50px;
      width: 50px;
      padding-inline-start: 32%;
  
  }
      .backBTN {
          width: 120px; 
         /* float: right !important;*/
      }
      .sendBTN {
         width: 100px;
      }
      .btnsDiv {
          margin-top: 20px;
      }
      .spacing{
          text-align: right !important;
      }
      #stepsMenu{
              width: 100%;
      }
      .gender{
              min-width: 230px;
      }
      .stepsMenuDataText{
          top: -45px;
      }
      .signature{
          text-align: center;
      }
      .blanket_sheet{
          width: 100%;
          height: 100%;
          margin-top: 0;
      }
      
  }
  @media only screen and (min-device-width: 600px) {
      .Deposit input{
          width: 490px !important;
      }
      #contentPage1+.pagesBtns .nextBTN
      {
          float: left;
      }
  }
  @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .stepsMenuDataText{
            top: -43px;
        }
  .upperView,.upperView>div{
          height:100%;
          overflow:auto !important;
          
      }
      .mainDiv{
          height: calc(100% - 45px);
      }
      .formTitle{
          margin-top:0;
          height: 40px;/
        line-height: 40px; 
      }
  }
  .enterView{
      background:url(./getFile.aspx?profile=11&fname=enterViewBG.png);
      width: 100%;
      height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
  }
  .enterBtn{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.35);
    width: 335px;
    height: 71px;
    border-radius: 45px;
    margin-top: 4%;
    color: black;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
    font-family: assistant;
  }
  .txtWhite
  {
      padding-top: 24%;
          font-size: 45px;
          font-weight: bold;
          color: white;
  }
  .txtWhite2
  {
      padding-top: 24%;
          font-size: 35px;
          font-weight: bold;
          color: white;
  }
  .poweredBy
  {
      color: white;
          padding-top: 8%;
          font-size: 18px;
  }
  .blanketSendOK
  {	
      background-image: url('./getFile.aspx?profile=11&fname=v.png');
      background-repeat: no-repeat;
      /*background-size: contain;*/
      background-position: center;
      padding-top: 20%;
  }
  
  .blanketLogo
  {
      background-image: url('./getFile.aspx?profile=11&fname=blanketLogo.png');
      background-repeat: no-repeat;
      background-size: 36%;
      background-position: center;
      margin-top: 10%;
      height: 15%;
  }
  
  @media only screen 
    and (max-device-width: 600px)  
    {
        .enterView
      {
          background:url(./getFile.aspx?profile=11&fname=enterViewBGMobile.png);
          background-size: cover;
      }
      .enterBtn
      {
          width: 225px;
              height: 50px;
              margin-top: 6%;
      }
      .txtWhite
      {
          font-size: 20px;
              padding-top: 80%;
      }
      .poweredBy
      {
          display: none;
      }
      .formTitle
      {
          display: none;
      }
      .formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: cover;
              height: 90px;
      }
      .headlineTitleBig
      {
          font-size: 22px;
      }
      .upperView
      {
          background: inherit;
      }
    } px; 
         /* float: right !important;*/
      }
      .sendBTN {
         width: 100px;
      }
      .btnsDiv {
          margin-top: 20px;
      }
      .spacing{
          text-align: right;
          width: 100%;
                   
      }
      #stepsMenu{
              width: 100%;
      }
      .gender{
              min-width: 230px;
      }
      .stepsMenuDataText{
          top: -45px;
      }
      .signature{
          text-align: center;
      }
      .blanket_sheet{
          width: 100%;
          height: 100%;
          margin-top: 0;
      }
      .textArea textarea{
          width: 234px;
      }
      .textAreaSubTitle{
          width: 234px;
      }
      div:not([style]) > .spacing > .dropBoxSubTitle{
          width: 234px;
      }
      div:not([style]) > .spacing > .textSelect > select{
          width: 234px;
      }
      .textBox input {
          width: 232px;
      }
  }
  @media only screen and (min-device-width: 600px) {
      .Deposit input{
          width: 490px !important;
      }
      #contentPage1+.pagesBtns .nextBTN
      {
          float: right;
      }
  }
  @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .stepsMenuDataText{
            top: -43px;
        }
  .upperView,.upperView>div{
          height:100%;
          overflow:auto !important;
          
      }
      .mainDiv{
          height: calc(100% - 45px);
      }
      .formTitle{
          display: none;
          margin-top:0;
          height: 40px;/
        line-height: 40px; 
      }
  }
  .enterView{
      background:url(./getFile.aspx?profile=11&fname=enterViewBG.png);
      width: 100%;
      height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
  }
  .enterBtn{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.35);
    width: 335px;
    height: 71px;
    border-radius: 45px;
    margin-top: 4%;
    /*color: rgb(179, 179, 179);*/
    color: #414b67;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #b5b9c5;
  }
  .txtWhite
  {
      padding-top: 24%;
      font-size: 45px;
      font-weight: bold;
      color: white;
      text-shadow: 2px 2px 2px #535152;
  }
  .poweredBy
  {
      color: white;
          padding-top: 8%;
          font-size: 18px;
  }
  /*.formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: contain;
          background-repeat: no-repeat;
          height: 90px;
          width: 37%;
      }*/
  /* for galaxy S3 */
  @media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 640px) 
    and (-webkit-min-device-pixel-ratio: 2)
    {
        .enterView
      {
          background:url(./getFile.aspx?profile=11&fname=enterViewBGMobile.png);
          background-size: cover;
      }
      .enterBtn
      {
          width: 225px;
              height: 50px;
              margin-top: 6%;
      }
      .txtWhite
      {
          font-size: 20px;
              padding-top: 80%;
      }
      .poweredBy
      {
          display: none;
      }
      .formTitle
      {
          display: none;
      }
      .formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: cover;
          height: 90px;
          width: 100%;
      }
      .headlineTitleBig
      {
          font-size:48px;
      }
      .upperView
      {
          background: inherit;
      }
    }
  @media only screen 
    and (max-device-width: 600px)  
    {
        .enterView
      {
          background:url(./getFile.aspx?profile=11&fname=enterViewBGMobile.png);
          background-size: cover;
      }
      .enterBtn
      {
          width: 225px;
              height: 50px;
              margin-top: 6%;
      }
      .txtWhite
      {
          font-size: 20px;
              padding-top: 80%;
      }
      .poweredBy
      {
          display: none;
      }
      .formTitle
      {
          display: none;
      }
      .formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: cover;
          height: 90px;
          width: 100%;
      }
      .headlineTitleBig
      {
          font-size: 22px;
      }
      .upperView
      {
          background: inherit;
      }

      .WrapRadioButtons{
        display:inline-block !important;
        width:50% !important;
    }
    
    
    .radioSubTitle {
color: black;
    line-height: 1.2;
    text-align: right;
    width: 90%;
 */  display: inline-block !important;*/
}


span.checkboxSubTitle {
    color: rgb(179, 179, 179);
    font-size: 14px;
    float:inherit !important;
    position: relative;
    width: 90% !important;
    display: inline-block !important;
    
    }
    
    .checkBox {
     float:inherit !important;  
}

    } 
    select:disabled
    {
        background-color: #f1f3f4;
    }
    input:disabled
    {
        background-color: #f1f3f4;
    }
    textaarea:disabled
    {
        background-color: #f1f3f4;
    }
    
    
    	
    
    
    
   
  
    
    
    
    
@font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-ExtraBold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
  }
  @font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: Assistant;
    src: url('https://ilrail.wizsupport.com/Fonts/Assistant/Assistant-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  
  html,body,form{
      height:100%;
      margin:0;
          direction:rtl !important;
          color: !important black;
  }
  
  
  
  }
  .bigText {
      font-size: 25px;
  }
  .spacingTop15 {
      margin-top: 15px !important;
  }
  .mainTitle {
      margin-top: 20px !important;
  }
  .mainTitle .textTitle {
      color: #f01d24 !important;
      font-size: 30px !important;
      font-weight: 400 !important;
      font-height: 0.86 !important;
      letter-spacing: -0.3px !important;
      text-align: center !important;
  }
  body {
      background: #fff;
      direction: rtl;
      text-align: right;
      font-family: "Assistant",Arial;
      color: #000000;
      font-size: 18px;
  }
  .AutoCompleteBox div {
      cursor: pointer;
  }
  .AC_SelectedElement {
      background-color: navy;
      color: white;
  }
  .formHeader{/*
      max-width: 1040px;
      margin: 0 auto;
      margin-top: calc((50% - 679px)/2 - 33px);*/
  }
  .nextBTN {
      display:inline-block;
     /* width: 140px;
      height: 32px;
      background: #dc671e;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      margin: 10px;*/
      cursor: pointer;
      background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
      width: 45%;
      height: 45px;
      border-radius: 30px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      text-align: center;
      line-height: 45px;
  }
  .nextBTN .textTitle {/*
      font-size: 20px;
      color: #fff;
      margin: 4px 0px 0 0px;
      height: 18px;
      display: block;
      text-align: center*/
          font-size: 17.27px;
      font-family: "Assistant",Arial;
      color: rgb(255, 255, 255);
      font-weight: normal;
  }
  .nextBTN span.next {
    
  }
  .nextBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .nextBTN span.send {
      margin: -20px 0px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=arrow.png) no-repeat;
      /*width: 36px; float: left; */
      
      height: 18px;
      display: block;
  }
  .nextBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .previewBtn {
      display: none;
      left: -100px;
      top: -1000px;
      position: absolute;
  }
  
  .acceptBtn {
      display:inline-block;
      width: 140px;
      height: 32px;
      background: #6f0e00;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      margin: 10px;
  }
  
  
  .backBTN {
      display:inline-block;
      cursor: pointer;
      border-width: 1px;
      border-color: rgb(0, 159, 227);
      border-style: solid;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      width: 234px;
      height: 45px;
      text-align: center;
      line-height: 45px;
          margin-left: 9%;
  }
  .backBTN .textTitle {
     color: #404040;
     font-size: 17.27px;
      font-family: "Assistant",Arial;
      font-weight: normal;
  }
  .backBTN span.prev {/*
      margin: -30px -27px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=kodem.png) no-repeat;
      height: 29px;
      width: 20px;
      display: block;*/
  }
  .btnsDiv {
      margin: 0 auto;
      text-align: center;
      }
  .btnsDiv .backBTN{
      
  }
  .specialBlueText {
      height: 59px;
      background-color: #E0ECF2;
      width: 80%;
      height: 43px;
      font-weight: 400;
      line-height: 1.14;
      letter-spacing: -0.1px;
      color: #3A596A;
      padding: 10px;
  }
  input[type="radio"]{
          -webkit-appearance: none;
          -moz-appearance:    none;
          appearance:         none;
          position:relative;
          border-width: 1px;
          border-color: rgb(204, 204, 204);
          border-style: solid;
          border-radius: 50%;
          width: 18px;
          height: 16px;
      }
      input[type="radio"]:focus{
          border-color:rgb(0, 159, 227);
          outline:none;
      }
  input[type="radio"]:checked:before {
      content: "";
      position: absolute;
      top: 3px;
      right: 3px;
      border-radius: 50%;
      background-color: rgb(0, 159, 227);
      width: 8px;
      height:8px;
  }
  input[type="radio"]:focus{
      
  }
  #bckBtn {
      width: 36px;
      height: 12px;
      font-family:  "Assistant",Arial;
      font-size: 24px;
      font-weight: 400;
      line-height: 1.38;
      letter-spacing: -0.1px;
      text-align: center;
      color: #848484;
  }
  .Stepsdone {/*
      color: #ffffff !important;
      border-color: #006595 !important;
      background-color: #006595 !important;
      height: 13px;
      border-radius: 7px;
      position: relative;
      width: 100%;
      margin-top: 25px;*/
  }
  .stepsMenuData {
      position: absolute;
      width: 100%;
      top: 10px;
      text-align: center;
  }
  .stepsMenuData.Stepscurrent {
      border-color: #006595 !important;
      background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
      border-radius:25px;
      -webkit-border-radius:25px;
      height: 13px;
      /* z-index: 66; */
      /* position: relative; */
      /* top: -8px; */
      /* line-height: 1.688; */
     /* margin-top: 18px;*/
  }
  .stepsMenuCubeText.Stepsdone {
      background-image: url(./getFile.aspx?profile=71&fname=./getFile.aspx?profile=11&fname=v.png);
      background-repeat: no-repeat;
      background-position: center;
  }
  .stepsMenuDataText.Stepsdone {/*
      color: #006595 !important;
      background-color: transparent !important;
      position: absolute;
      right: -23px;
      top: -90px;*/
  }
  .stepsMenuDivider.Stepsdone {
      background-color: transparent !important;
  }
  .stepsMenuDataText {
      position: absolute;
      /* width: 100px; */
      /* right: -25px; */
      /* height: 54px; */
      font-family:  "Assistant",Arial;
      font-size: 21px;
      font-weight: bold;
      /* line-height: 1; */
      letter-spacing: -0.1px;
      text-align: right;
      color: #3a5159;
      /* padding-right: 49px; */
      /* padding-top: 14px; */
      font-size: 16px;
      font-family:  "Assistant",Arial;
      color: #404040;
      /* line-height: 1.688; */
      text-align: right;
      /* top: -17px; */
      /* margin-top: -17px; */
      top: -22px;
      width: inherit;
      text-align: center;
  }
  .stepsMenuDivider {
      width: 0;
      min-width: 5%;
      height: 53px;
      opacity: 0.85;
      border-radius: 1px;
      display: inline-block;
      border-bottom: 1px solid rgb(128, 128, 128);
  }
  .stepsMenuCubeText {
          /* border-radius: 20px 20px 20px 20px; 
      -moz-border-radius: 20px 20px 20px 20px;
      -webkit-border-radius: 20px 20px 20px 20px;
      /* border: 2px solid #c2c2c2;
      height: 36px;
      width: 37px;
      background-color: #DC671E;
      color: white;
      font-size: 26px;
      text-align: center;
      display: inline-block;
      /* vertical-align: middle;
      padding-top: 13px;
      padding-bottom: 5px;
      position: absolute;
      right: 0px;
      top: 0px;*/
      display:none;
  }
  .stepsMenuCube {
      display: inline-block; 
      position: relative;
      /*margin-right: 35px;*/
       /*  width: 18%;*/
      height: 16px;
     /*  padding-top: 20px; */
      margin-top: 10px;
      border-bottom: 1px solid rgb(128, 128, 128);
  }
  #stepsMain {
         margin: auto;
  }
  #stepsMenu {
      display: none;
      /* background: #d6d6d6;
      Old browsers 
      
      background: -moz-linear-gradient(top, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
       FF3.6-15 
      
      background: -webkit-linear-gradient(top, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
       Chrome10-25,Safari5.1-6 
      
      background: linear-gradient(to bottom, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
      W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
      
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f9f9f7', GradientType=0);
      IE6-9 */
      
      width: 70%;
      text-align: center;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 40px;
  }
  .headlineTitleBig {
      font-size: 32px;
      font-family:  "Assistant",Arial;
      color: rgb(0, 158, 226);
         text-align:center;
      font-weight: bold;
  }
  .Middle_sec {
      width: 100%;
  }
  table {
      width: 100%;
      border-collapse: collapse;
  }
  td {
      text-align: center;
  }
  .blanket {
      left: 0px;
      top: 0px;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10000;
      background-image: url('./getFile.aspx?profile=11&fname=blanket.png');
      display: none;
  }
  .blanket_sheet {
      font-size: 32px;
      font-family: "Assistant";
      color: rgb(255, 255, 255);
      margin: 0 auto;
      margin-top: 40px;
      width: 1000px;
      height: 685px;
      background-color: #009FE3;
      box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.25);
  }
  #blanket_text {
      width: 80%;
      text-align: center;
      padding-top: 30px;
      margin: auto;
      font-size: 28px;
  }

@media only screen and (max-device-width: 600px) {
#blanket_text {
      width: 80%;
      text-align: center;
      padding-top: 30px;
      margin-top: 36px;
      font-size: 28px;
    line-height: normal;
  }


}


  #blanket_btn {
      width: 2%;
      cursor: pointer;
      margin: auto;
      text-align: center;
      /*background-color: #31335B;*/
      color: white;
      font-size: 30px;
      /*margin-top: 30px;*/
      float: right; 
      background-image: url('./getFile.aspx?profile=11&fname=v3closebutton.png');
      background-size: contain;
      background-repeat: no-repeat;
      top: 0;
      margin-top: 50px;
      margin-right: 8px;
      position: absolute;
  }
  .spacing {
      margin: 5px auto;
      padding-left: 15px;
      padding-right:10px;
      /* padding-bottom: 5px; */
     /* width: 100%;*/
      overflow: hidden;
     min-height: auto !important;
      
  }
  .badField {} .alerts {
      font-size: 20px;
      color: red;
      width: 90%;
  }
  .badField input,.badField select,.badField textarea {
       border:1px solid rgb(209, 16, 16) !important;
   }
  .mainDiv {
     margin: auto;
      position: relative;
      background: rgba(255, 255, 255,0.769);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      border-bottom: 8px solid rgb(0, 159, 227);
      max-width: 1040px;
      min-height: 679px;
  }
  div#genFileds{
      /*background: rgba(255, 255, 255,0.769);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      max-width: 1040px;
      height: 679px;
      margin: 0 auto;
      border-bottom: 8px solid rgb(0, 159, 227);
           margin-top: 10px;*/
  }
  #genFileds> div[id^="page"]{
      width: 51%;
      margin: 0 auto;
  }
  .bold {
      font-weight: bold;
  }
  .textTitle {
    color:#009EE2;
    text-align: center;
    font-size: 20px;
  }
  .signatureTextTitle {
      padding-bottom: 5px;
      font-size: 13px;
      font-family: "Assistant";
      color: rgb(77, 77, 77);
  }
  .textArea textarea {
      margin-top: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 20px;
      width: 100%;
      height: 200px;
  }
  .signatureClass {
      border-width: 1px;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      background-color: rgb(255, 255, 255);
      
  }
  .checkBox {
      margin-top: 0px;
      width: 20px;
      height: 20px;
  }
  .textBox,
  .textDate {/*
      margin-top: 0px;
      border-bottom: 2px solid #d8d8d8;*/
  }
  .textBox input {
      border-width: 1px;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      background-color: rgb(255, 255, 255);
      width: 234px;
      height: 38px;
      color: rgb(179, 179, 179);
       font-size: 16px;
       padding-right: 2px;
  }
  .textSelect {/*
      width: 83px;
      float: right;
      border: 1px solid #c2c2c2;
      border-radius: 20px;
      margin-left: 10px;
      width: 100%;
      overflow: hidden;
      background: #fff url(./getFile.aspx?profile=11&fname=selectimg.png) no-repeat left 0px center;*/
  }
  .textSelect select {
     width: 234px;
      height: 40px;
      color: black;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: url(./getFile.aspx?profile=11&fname=arr.png);
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: 6px;
      padding-right: 6px;
      background-color: white;
      font-size:16px;
  }
  .textSelect select option {
      padding-right: 10px
  }
  .textSelectSmall {
     /* float: right;
      border: 1px solid #c2c2c2;
      border-radius: 20px;
      margin-left: 10px;
      overflow: hidden;
      background: #fff url(./getFile.aspx?profile=11&fname=selectimg.png) no-repeat left 0px center;*/
      display: inline-block;
      margin: 0px 2px 0 2px;
  }
  .textSelectSmall select {
      /*padding-right: 13px;
      width: 87px;
      height: 48px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      border: 0;
      cursor: pointer;
      background: transparent;*/
      border-width: 1px;
      border-color: rgb(204, 204, 204);
      border-style: solid;
      background-color: rgb(255, 255, 255);
      width: 74px;
      height: 40px;
      color: rgb(179, 179, 179);
       -moz-appearance:none; 
      -webkit-appearance:none; 
      appearance:none;
      background: url(./getFile.aspx?profile=11&fname=arr.png);
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: 6px;
      padding-right: 6px;
          background-color: white;
          font-size: 16px;
  }
  .textSelect select option {
      padding-right: 10px
  }
  .sendBTN {
      display: inline-block;
      cursor: pointer;
      background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
      width: 234px;
      height: 45px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      text-align: center;
      line-height: 45px;
  }
  .sendBTN .textTitle {
      font-size: 17.27px;
      font-family: "Assistant",Arial;
      color: rgb(255, 255, 255);
      font-weight: normal;
  }
  .sendBTN span.next {
      margin: -20px 0px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=mailimg.png) no-repeat;
      /*width: 36px; float: left; */
      
      height: 18px;
      display: block;
  }
  .sendBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .sendBTN span.send {
      margin: -20px 0px -20px 20px;
      background: url(./getFile.aspx?profile=11&fname=mailimg.png) no-repeat;
      /*width: 36px; float: left; */
      
      height: 18px;
      display: block;
  }
  .sendBTN .fa {
      padding-right: 22px;
      vertical-align: middle;
  }
  .fileUpload {
         position: relative;
      overflow: hidden;
      margin: 10px;
      text-align: right;
      padding: 35px;
      background-color: #cecece;
      border: 0px solid #9058eb;
      background: url(./getFile.aspx?profile=11&fname=uploadimg.png) no-repeat 0 5px;
      color: #003147;
      height: 50px;
      width: 50px;
      margin-right: 170px;
      margin-left: auto;
  }
  .fileUpload span.image {
      padding-left: 5px;
      vertical-align: middle;
  }
  .fileUpload span.image img {
      width: 12px
  }
  .fileUpload input.upload {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
  }
  .textSubTitle
  {
      color: black;
      line-height: 1.2;
      text-align: right;
  }
  .textSubTitle>span{
      color: #000000!important;
  }
  .textAreaSubTitle {
      padding-bottom: 20px;
      font-size: 18px;
      font-weight: 400;
      color: #003147;
      margin: 0;
  }
  .textArea {} .dropBoxSubTitle {
          color: black;
      /* line-height: 1.2; */
      /* text-align: right; */
      display: block;
  }
  .textSelect {} 
      
      .checkBoxtitle {
      color: rgb(0, 158, 226);
      margin-bottom: 15px;
  }
  .checkBox {} .radioSubTitle {
      color: black;
      line-height: 1.2;
      text-align: right;
  }
  .textRadio {
     
  }
  
  .dateSubTitle {
      padding-bottom: 20px;
      font-size: 17px;
      font-weight: 400;
      color: #898989;
      margin: 0;
  }
  .textDate input {
      font-size: 15px;
      color: #001d28;
      width: 90%;
      height: 24px;
      border: 0px;
      outline: none;
      font-weight:bold;
  }
  .textDate span {
      margin: 11px 0 0 13px;
      float: left;
      width: 22px;
      height: 23px;
      background: url(./getFile.aspx?profile=11&fname=120.png) top no-repeat;
  }
  .timeSubTitle {
      padding-bottom: 20px;
      font-size: 16px;
      font-weight: 400;
      color: #898989;
      margin: 0;
  }
  .textTime {}  {
      font-size: 18px;
      font-weight: 700;
      color: #f01d24;
      margin: 0;
      text-align: center;
  }
  .headlineTitle {
     font-size: 20px;
      font-family: "Assistant",Arial;
      color: #009EE2;
      text-align: right;
      font-weight: bold;
  }
  .capatchaTitle {
      padding-bottom: 20px;
      font-size: 18px;
      font-weight: 400;
      color: #003147;
      margin: 0;
  }
  .blockTitle {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .blockQuestion {
      width: 150px;
      text-align: right;
  }
  .imgContainer {
      /*
  text-align: center;padding: 24px 16px 20px 0px; border: 1px solid rgb(194, 194, 194); border-image: none; width: 75.45%; display: inline-block;
  */
  }
  .blockDropAnswers {
      text-align: right;
  }
  .blockHeader {
      color: #272470;
  }
  .blockLine0 {
      background-color: #F5F5F5;
      height: 35px;
      color: #272470;
      border-bottom: 1px solid #CCCCCC;
  }
  .blockLine1 {
      background-color: #fff;
      height: 35px;
      color: #272470;
      border-bottom: 1px solid #CCCCCC;
  }
  select::-ms-expand {
      display: none
  }
  .validError {
      display: block;
      font-size: 13px;
  /*    font-family: "Assistant";*/
      color: rgb(209, 16, 16);
      font-weight: bold;
        
        
  }
  
  .summaryPage {
      margin: auto;
      padding-right: 15px;
      padding-left: 15px;
      max-width: 443px;
      text-align: center
  }
  .customSummaryPage {
      margin: auto;
      padding-right: 15px;
      padding-left: 15px;
      max-width: 443px;
      text-align: center
  }
  div[fieldid="carDetails"] .textTitle {
      color: #a3acb2;
      font-size: 15px;
      padding-right: 45px;
      padding-top: 5px
  }
  div[fieldid="carDetails"] .textTitle:before {
      background: url(./getFile.aspx?profile=11&fname=carImg.png) no-repeat;
      width: 45px;
      height: 21px;
      position: absolute;
      content: "";
      margin-right: -50px;
      margin-top: -5px
  }
  .roundBlue {
      color: #a3acb2;
      font-size: 12px;
      padding-top: 5px
  }
  .roundBlue .circlenumber {
      float: right;
      margin-left: 5px;
      padding-top: 1px;
      font-size: 10px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      background-color: #003147
  }
  .SignatureCanvasClearButton {
      font-weight: bold;
      border:1px solid rgb(204, 204, 204);
      width: 138px !important;
      height: 28px;
      margin-right: calc(50% - 69px);
      line-height: 28px;
      background-color: rgb(255, 255, 255);
      font-family: "Assistant";
      border-radius: 27px;
      -webkit-border-radius: 27px;
      -moz-border-radius: 27px;
      text-align: center;
  }
  
  div[id^=contentPage] {
         /* min-height: 530px;
      border-right: 2px solid #d8d8d8;
      padding-right: 20px;
      margin-top: 20px;
      margin-right: 50px;
      margin-bottom:20px;
  }
  div[id^=contentPage] >div{
          display: inline-block;
  }
  div[id^=contentPage] >div:first-child{
      display:block;
          text-align: center;*/
  }
  
  .upperView {
      box-shadow:none !important;
      padding:0px;
      background-image: url(./getFile.aspx?profile=11&fname=Background.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .formTitle{
      font-size:25px;
      text-align:center;
      color: rgb(0, 158, 226);
      margin-top:1%;
          padding: 20px;
          display:none;
  }
  
  .formLogo {
      display:inline-block;
  }
  
  .formLogo img {
     display:none;
  }
  #formLogo::after{
       /* content:url(./getFile.aspx?profile=11&fname=menura.png);
      width:50%;
      max-width:200px;*/
  }
  
  .pagesBtns{
      
      
  }
  .mu_wrap_upload{
      margin-bottom:15px;
      display: inline-block;
      padding: 4px 12px;
      line-height: 20px;
      text-align: center;
      cursor: pointer;
      border: 1px solid #cccccc;
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
      -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
      background-image: -o-linear-gradient(top, #0088cc, #0044cc);
      background-image: linear-gradient(to bottom, #0088cc, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
      border-color: #0044cc #0044cc #002a80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      position: relative;
      overflow: hidden;
      width: 90%;
      font-size:14px; 
  }
  .mu_upload{
    position: absolute;
      top: 0;
      margin: 0;
      cursor: pointer;
      opacity: 0;
      width:inherit;
  }
  .mu_attachedfile{
      background-color: #f5f5f5;
      border: 1px solid #dcdcdc;
      font-weight: bold;
      margin: 0 7px 9px;
      overflow-y: hidden;
      padding: 4px 8px 4px 4px;
      width: 90%;}
      
      .mu_file{
          color: #15c;
          font-weight: lighter;
          margin-right: 3px;
          display: inline-block;
          width:calc(90% - 60px);
      }
       .mu_attachedfile>input{
       float: left;
       background:url(./getFile.aspx?profile=11&fname=mu_delete.jpg)no-repeat;
       border: none;
       width: 20px;
       height: 20px;
       background-size: 100% 100%;
       display: inline-block;
       }
       .mu_img_icon{
       float:right;
       background:url(./getFile.aspx?profile=11&fname=mu_img.jpg)no-repeat;
       width: 20px;
       height: 20px;
       background-size: 100% 100%;
       display:inline-block;
       }
       .sigtext{
      font-size: 14px;
      color: rgb(77, 77, 77);
  }
  .signature{
          text-align: center;
  }
  hr{
      border:1px solid rgb(204, 204, 204);
      margin: 0 10px;
  }
  .gender input[type="radio"]{
      -webkit-appearance:none;
      width: 35px;
      height: 35px;
      border: none;
    
  }
  .gender input[type="radio"]:before {
      content: "";
      display: none;
      position: relative;
      top: 0px;
      left: 0px;
      -webkit-appearance:none;
  }
  
      .gender	 input[type="radio"][value="female"] {
      width: 35px;
      height: 35px;
      border: 0;
      background-image: url(./getFile.aspx?profile=11&fname=NormalFemale.png);
      background-size: contain;
  }
  
  
  .gender	 input[type='radio'][value="female"]:focus {
        outline: none;
      background: url(./getFile.aspx?profile=11&fname=FocusedFemale.png);
       background-size: contain;
  
       }
  .gender	 input[type='radio'][value="female"]:checked {
      background: url(./getFile.aspx?profile=11&fname=SelectedFemale.png);
       background-size: contain;
  
       }
           .gender	 input[type="radio"][value="male"] {
      width: 35px;
      height: 35px;
      border: 0;
      background-image: url(./getFile.aspx?profile=11&fname=NormalMale.png);
      background-size: contain;
  }
  
  
  .gender	 input[type='radio'][value="male"]:focus {
        outline: none;
      background: url(./getFile.aspx?profile=11&fname=FocusedMale.png);
       background-size: contain;
  
       }
  .gender	 input[type='radio'][value="male"]:checked {
      background: url(./getFile.aspx?profile=11&fname=SelectedMale.png);
       background-size: contain;
  
       }
      .gender  input[type='radio']+.radioSubTitle{
          display: none;
      }
      
      
     /*  .tel .textBox{
           width: inherit;
       }
      .tel input{
              width: inherit;
      }
      .kidomet {
          padding-left: 5px;
      }
      .kidomet select{
          height: 42px;
          margin-left: 10px;
      }
  
      .WrapRadioButtons{
          display:inline-block;
          width:50%;
      }
      span.checkboxSubTitle {
      color:black;
      font-size: 18px;
      float:inherit !important;
  }
      
  .WrapCheckBox {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  
  
  .WrapCheckBox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
  }
  
  
  .WrapCheckBox .checkboxSubTitle {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
  }
  
  
  .WrapCheckBox:hover input ~ .checkboxSubTitle {
      background-color: #ccc;
  }
  
  
  .WrapCheckBox input:checked ~ .checkboxSubTitle  {
      background-color: #2196F3;
  }
  
  .checkboxSubTitle:after {
      content: "";
      position: absolute;
      display: none;
  }
  
  
  .WrapCheckBox input:checked ~ .checkboxSubTitle:after {
      display: block;
      
  }
  
  
  .WrapCheckBox  .checkboxSubTitle:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  */


  span.checkboxSubTitle {
    color:black;
    font-size: 18px;
    float:inherit !important;
}
  
  @media only screen and (max-device-width: 600px) {
  
     #genFileds> div[id^="page"] {
          width:100%;
      }
      div#genFileds {
      text-align: right;
      }
      img {
          width: 300px;
      }
      .mainDiv {
          width: 100%;
      }
      
     /* input[type=radio] {
          height: 27px;
          width: 27px;
      }
      .radioSubTitle {
          vertical-align: top;
          margin-top: 6px;
          display: inline-block;
       
      }*/
      /*.upperView,.upperView>div,.mainDiv{
          height:100%;
          
      }*/
     /* input[type="radio"]:checked:before {
          content: "";
          display: block;
          position: relative;
          top: 0px;
          left: 0px;
          width: 28px;
          height: 28px;
          border-radius: 100%;
          background: #dc671e;
      }*/
      .upperView{
          overflow: auto;
      }
      .nextBTN {
          width: 170px ;
          border-radius:30px;
          margin-top: 10px;
      }
  
     .fileUpload {
      position: relative;
      overflow: hidden;
      margin: 10px;
      text-align: right;
      padding: 35px;
      background-color: #cecece;
      border: 0px solid #9058eb;
      background: url(./getFile.aspx?profile=11&fname=uploadimg.png) no-repeat 0 5px;
      color: #003147;
      height: 50px;
      width: 50px;
      padding-inline-start: 32%;
  
  }
      .backBTN {
          width: 120px; 
         /* float: right !important;*/
      }
      .sendBTN {
         width: 100px;
      }
      .btnsDiv {
          margin-top: 20px;
      }
      .spacing{
          text-align: right !important;
      }
      #stepsMenu{
              width: 100%;
      }
      .gender{
              min-width: 230px;
      }
      .stepsMenuDataText{
          top: -45px;
      }
      .signature{
          text-align: center;
      }
      .blanket_sheet{
          width: 100%;
          height: 100%;
          margin-top: 0;
      }
      
  }
  @media only screen and (min-device-width: 600px) {
      .Deposit input{
          width: 490px !important;
      }
      #contentPage1+.pagesBtns .nextBTN
      {
          float: left;
      }
  }
  @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .stepsMenuDataText{
            top: -43px;
        }
  .upperView,.upperView>div{
          height:100%;
          overflow:auto !important;
          
      }
      .mainDiv{
          height: calc(100% - 45px);
      }
      .formTitle{
          margin-top:0;
          height: 40px;/
        line-height: 40px; 
      }
  }
  .enterView{
      background:url(./getFile.aspx?profile=11&fname=enterViewBG.png);
      width: 100%;
      height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
  }
  .enterBtn{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.35);
    width: 335px;
    height: 71px;
    border-radius: 45px;
    margin-top: 4%;
    color: black;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
    font-family: assistant;
  }
  .txtWhite
  {
      padding-top: 24%;
          font-size: 45px;
          font-weight: bold;
          color: white;
  }
  .txtWhite2
  {
      padding-top: 24%;
          font-size: 35px;
          font-weight: bold;
          color: white;
  }
  .poweredBy
  {
      color: white;
          padding-top: 8%;
          font-size: 18px;
  }
  .blanketSendOK
  {	
      background-image: url('./getFile.aspx?profile=11&fname=v.png');
      background-repeat: no-repeat;
      /*background-size: contain;*/
      background-position: center;
      padding-top: 20%;
  }
  
  .blanketLogo
  {
      background-image: url('./getFile.aspx?profile=11&fname=blanketLogo.png');
      background-repeat: no-repeat;
      background-size: 36%;
      background-position: center;
      margin-top: 10%;
      height: 15%;
  }
  
  @media only screen 
    and (max-device-width: 600px)  
    {
        .enterView
      {
          background:url(./getFile.aspx?profile=11&fname=enterViewBGMobile.png);
          background-size: cover;
      }
      .enterBtn
      {
          width: 225px;
              height: 50px;
              margin-top: 6%;
      }
      .txtWhite
      {
          font-size: 20px;
              padding-top: 80%;
      }
      .poweredBy
      {
          display: none;
      }
      .formTitle
      {
          display: none;
      }
      .formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: cover;
              height: 90px;
      }
      .headlineTitleBig
      {
          font-size: 22px;
      }
      .upperView
      {
          background: inherit;
      }
    } px; 
         /* float: right !important;*/
      }
      .sendBTN {
         width: 100px;
      }
      .btnsDiv {
          margin-top: 20px;
      }
      .spacing{
          text-align: right;
          width: 100%;
                   
      }
      #stepsMenu{
              width: 100%;
      }
      .gender{
              min-width: 230px;
      }
      .stepsMenuDataText{
          top: -45px;
      }
      .signature{
          text-align: center;
      }
      .blanket_sheet{
          width: 100%;
          height: 100%;
          margin-top: 0;
      }
      .textArea textarea{
          width: 234px;
      }
      .textAreaSubTitle{
          width: 234px;
      }
      div:not([style]) > .spacing > .dropBoxSubTitle{
          width: 234px;
      }
      div:not([style]) > .spacing > .textSelect > select{
          width: 234px;
      }
      .textBox input {
          width: 232px;
      }
  }
  @media only screen and (min-device-width: 600px) {
      .Deposit input{
          width: 490px !important;
      }
      #contentPage1+.pagesBtns .nextBTN
      {
          float: right;
      }
  }
  @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .stepsMenuDataText{
            top: -43px;
        }
  .upperView,.upperView>div{
          height:100%;
          overflow:auto !important;
          
      }
      .mainDiv{
          height: calc(100% - 45px);
      }
      .formTitle{
          display: none;
          margin-top:0;
          height: 40px;/
        line-height: 40px; 
      }
  }
  .enterView{
      background:url(./getFile.aspx?profile=11&fname=enterViewBG.png);
      width: 100%;
      height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
  }
  .enterBtn{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.35);
    width: 335px;
    height: 71px;
    border-radius: 45px;
    margin-top: 4%;
    /*color: rgb(179, 179, 179);*/
    color: #414b67;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #b5b9c5;
  }
  .txtWhite
  {
      padding-top: 24%;
      font-size: 45px;
      font-weight: bold;
      color: white;
      text-shadow: 2px 2px 2px #535152;
  }
  .poweredBy
  {
      color: white;
          padding-top: 8%;
          font-size: 18px;
  }
  /*.formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: contain;
          background-repeat: no-repeat;
          height: 90px;
          width: 37%;
      }*/
  /* for galaxy S3 */
  @media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 640px) 
    and (-webkit-min-device-pixel-ratio: 2)
    {
        .enterView
      {
          background:url(./getFile.aspx?profile=11&fname=enterViewBGMobile.png);
          background-size: cover;
      }
      .enterBtn
      {
          width: 225px;
              height: 50px;
              margin-top: 6%;
      }
      .txtWhite
      {
          font-size: 20px;
              padding-top: 80%;
      }
      .poweredBy
      {
          display: none;
      }
      .formTitle
      {
          display: none;
      }
      .formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: cover;
          height: 90px;
          width: 100%;
      }
      .headlineTitleBig
      {
          font-size:48px;
      }
      .upperView
      {
          background: inherit;
      }
    }
  @media only screen 
    and (max-device-width: 600px)  
    {
        .enterView
      {
          background:url(./getFile.aspx?profile=11&fname=enterViewBGMobile.png);
          background-size: cover;
      }
      .enterBtn
      {
          width: 225px;
              height: 50px;
              margin-top: 6%;
      }
      .txtWhite
      {
          font-size: 20px;
              padding-top: 80%;
      }
      .poweredBy
      {
          display: none;
      }
      .formTitle
      {
          display: none;
      }
      .formHeader
      {
          background: url(./getFile.aspx?profile=11&fname=Doc_top_header.png);
          background-size: cover;
          height: 90px;
          width: 100%;
      }
      .headlineTitleBig
      {
          font-size: 22px;
      }
      .upperView
      {
          background: inherit;
      }

      .WrapRadioButtons{
        display:inline-block !important;
        width:50% !important;
    }
    
    
    .radioSubTitle {
color: black;
    line-height: 1.2;
    text-align: right;
    width: 90%;
  /*  display: inline-block !important;*/
}


span.checkboxSubTitle {
    color: rgb(179, 179, 179);
    font-size: 14px;
    float:inherit !important;
    position: relative;
    width: 90% !important;
    display: inline-block !important;
    
    }
    
    .checkBox {
     float:inherit !important;  
}

    } 
    select:disabled
    {
        background-color: #f1f3f4;
    }
    input:disabled
    {
        background-color: #f1f3f4;
    }
    textaarea:disabled
    {
        background-color: #f1f3f4;
    }
    
    
    	
    
    
    
   
  
    
    
    
    