body {
    margin: 0px;
    height:100%;
    background-image: url(bg_fon.jpg);
    background-position: top;
    background-repeat: repeat;
    font-family: 'DM Sans', sans-serif !important;
}
.headerBar {
    color: white;
    margin: 0px;
    padding-left: 57px;
    height: 226px;
    line-height: 30px;
    background: #040c17;
    background: -moz-linear-gradient(top, #040c17 35%, #154e59 100%);
    background: -webkit-linear-gradient(top, #040c17 35%,#154e59 100%);
    background: linear-gradient(to bottom, #040c17 35%,#154e59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040c17', endColorstr='#154e59',GradientType=0 );
}
.mainContent {
    width: 1150px;
    margin-top: -15px;
    padding-bottom: 60px;
    background-color: #EEEEEE;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}
.steps{
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding-top: 13px;
  color: black;
  padding-bottom: 13px;
  font-size: 15px;
  background-color: #dedede;
}
.activeStep{
  background-color: #ffffff;
}
.stepTabs{
  display: none;
}
.activeTab{
  display: block;
}
.lab_1144{
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
.inp_1144{
  border-radius: 4px;
  width: 388px;
  padding: 8px;
  margin-top: 5px;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  background: #f3f3f3ff;
}
.btn_1144{
  padding: 10px;
  width: 124px;
  cursor: pointer;
  font-size: 15px;
  color: white;
  margin-top: 15px;
  background-color: #379a5a;
  border: 1px solid #7d7d7d;
}
.btn_1144:hover{
  background-color: #2e804b;
}
.btn_8822{
  padding: 15px;
  width: 250px;
  cursor: pointer;
  font-size: 15px;
  color: white;
  margin-top: 15px;
  background-color: #6a7caf;
  border: 1px solid #a7a7a7;
}
.btn_8822:hover{
  background-color: #4f5c82;
}
#step3Iframe{
  width: 95%;
  max-height: 500px;
  height: 100%;
  border: 0;
}
#step4Iframe{
  width: 95%;
  max-height: 600px;
  height: 100%;
  border: 0;
}
.btn_5544{
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 30px;
  cursor: pointer;
  background: #1fa6da;
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.infoBox {
    display: none;
    width: 274px;
    padding: 17px;
    text-align: left;
    line-height: 22px;
    color: white;
    font-size: 15px;
    background-color: #1fa6da;
    height: 120px;
    border-radius: 8px;
}
.infoBox {
    position: absolute;
    background: #88b7d5;
    /* border: 4px solid #c2e1f5; */
    margin-left: 18px;
    margin-top: -63px;
}

.infoBox:before {
    /* border-color: rgba(194, 225, 245, 0); */
    /* border-right-color: #c2e1f5; */
    /* border-width: 105px; */
    margin-top: -105px;
}
.infoBox:after, .infoBox:before {
    right: 100%;
    top: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


.infoBox:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color:#88b7d5;
    border-width: 27px;
    margin-top: -22px;
}


#langauge{
    margin-left: 30px;
    padding: 5px;
    width: 200px;
}

.screenBox{
    width:400px;
}

.screenBox img{
    width:100%;
}

.screenBox div{
    font-size: 14px;
    position: absolute;
}

#progress {
  overflow: auto;
  width: 1150px;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  clear: both;
  text-align: center;
}
#progress li {
    cursor: pointer;
    float: left;
    background: #fff;
    color: #000;
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 16%;
    margin-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#progress li b{
    font-size: 18px;
}
#progress li:before {
    content: '';
    border-left: 27px solid #003a39;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
#progress li:after {
    content: '';
    border-left: 27px solid #ffffff;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}
#progress li.active {
    background: #d4d4d4;
}
#progress li.active:after {
    border-left-color: #d4d4d4;
}

.formTab{
    background: white;
    margin-left: 70px;
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
}

.btn4{
    transition-duration: 0.3s;
    padding-left: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 35px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    background: #6FA8DC;
    text-decoration: none;
    color: white;
}
.btn4:hover{
  background: #4b8cc7;
}

#step_1_validation{
    font-size: 14px;
    color: red;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    margin-left: 70px;
}

.infoBox2{
    margin-left: 70px;
    font-size: 16px;
    margin-top: 50px;
    background-color: #CFE2F3;
    width: 338px;
    padding: 19px;
}

.img88{
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
}