.bsihw-cont {
  background:
  url('images/form-bg.png');
  background-size: 110% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}

/* === BSI HL form css start ===*/

.bsihw-form-wrap { width:100%;min-height: auto;display: flex;}
.bsihw-form {
    padding: 0px 10px 30px 0;
}

.bsihw-form-wrap .bsi-hl-pic { width:100%;position: absolute;border-radius: 10px;overflow: hidden; display: none;}
.bsihw-form-wrap .bsi-hl-pic img {width: 100%;height: 715px;border-radius:10px;}

.bsihw-form-wrap .bsi--fom--cont {
    width: 100%;
    display: flex;
    justify-content:
    flex-start;
    align-items: center;
}

.bsihw-form-wrap .bsihw__lhs {width: 55%;padding-right: 20px;}
.bsihw-form-wrap .bsihw__rhs {width: 48%;}

.bsihw-form-wrap .bsi--fom-map {
    position: relative;
    width: 90%;
    margin: auto;
}

.bsi--ipload-wrp {display: flex;justify-content: space-between;position: relative;}

.bsihw-form-wrap .bsi--fom-map img { width:100vh; }

.bsihw-form-wrap .bsi--search--btn {margin: 15px 0 0 0;text-align: center;}

.bsihw-form-wrap .bsi--search--btn button.subtn {
        padding: 10px 12px;
    display: inline-block;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 100%;
    transition: transform 0.5s linear;
    box-sizing: border-box;
    margin: 0;
    color:#fff;
    background: #f84b0a;
    border:0;
}

.bsihw-form-wrap .bsi--search--btn button.subtn:hover {
    box-shadow: 0 0.2em 0.8em -0.1em #dd3215;
    transform: translateY(-0.15em);
    transition: transform 0.5s linear;
}

.bsihw-form .centered {
  width: 100%;
  height: auto;
  margin: 0 0 0 20px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bsihw-form .group {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.group-upoad {
  width: 31%;
  height: auto;
  overflow: hidden;
  position: relative;
  }

.bsihw-form .group-upoad input {padding: 0;border: 0;}

.bsihw-form .txt-grd::before { display: none; }
.bsihw-form .txt-grd textarea { padding:10px;min-height: 80px;}

.bsihw-form label {
  position: absolute;
  top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  cursor: text;
  transition: 0.25s ease;
  font-weight: 600;
  left: 15px;
}

.bsihw-form input,
.bsihw-form textarea {
  display: block;
  width: 100%;
  margin-top: 50px;
  border: none;
  border-radius: 8px;
  color: #222;
  background:
  url('images/fom-bg.png');
  font-size: 17px;
  transition: 0.3s ease;
  padding: 8px 8px 8px 50px;
  box-sizing: border-box;
  border: 2px solid rgb(255 255 255 / 29%);
}

.bsihw-form .group::before {
   color: #fff;
   content: "";
   height: 32px;
   width: 32px;
   right: 100%;
   line-height: 3.3;
   position: absolute;
   top: 53px;
   transition: all 0.3s;
   border-radius: 50px;
   background: rgb(255 255 255 / 61%);
}

.bsihw-form .group:hover::before {right: 91%;}


.bsihw-form input:valid ~ label,
.bsihw-form textarea:valid ~ label {
  top: 20px;
  color: rgb(255 255 255 / 69%);
}
.bsihw-form input:focus,
.bsihw-form textarea:focus {
  outline: none;
}
.bsihw-form input:focus ~ label,
.bsihw-form textarea:focus ~ label {
  top:8px;
  color: #fff;
}
.bsihw-form input:focus ~ .bar:before,
.bsihw-form textarea:focus ~ .bar:before {
  transform: translateX(0);
}
.bsihw-form input:-webkit-autofill,
.bsihw-form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #0f2a3f inset;
  -webkit-text-fill-color: white ;
}

::selection {
  background: rgba(33, 150, 243, 0.3);
}

.bsiform--btn--wrap::before { display: none; }



.group-upoad [type=file] {
  height: 0;
  width: 0;
}

.group-upoad [type=file] + label {
  background: #f15d22;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 1rem;
  outline: none;
  padding: 0.8rem 10px 0.8rem 45px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  height: 44px;
}
.group-upoad [type=file] + label:hover {
  background-color: #d3460d;
}

.group-upoad [type=file] + label.btn-2 {
  background:url('images/fom-bg.png');
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgb(255 255 255 / 26%);
}
.group-upoad [type=file] + label.btn-2::before {
  color: #fff;
  content: "";
  height: 35px;
  width: 35px;
  right: 130%;
  line-height: 3.3;
  position: absolute;
  top: 2px;
  transition: all 0.3s;
  border-radius: 50px;
  background: rgb(255 255 255 / 61%);
}
.group-upoad [type=file] + label.btn-2:hover {
  /*background-color: rgb(255 255 255 / 50%);*/
}
.group-upoad [type=file] + label.btn-2:hover::before {
  right: 71%;
}

.bsihw-form-wrap .bsihw-form .group-upoad span {left: 10px;top: 20px;position: absolute;color: rgba(255, 255, 255, 0.8);font-weight: 600;font-size: 16px;}

.bsihw-form-wrap .bsihw-form .group-upoad label {width: 100%;left: 0;box-sizing: border-box;top: 0;overflow: hidden;}

.bsihw-form-wrap .bsihw-form .group-upoad span.upload-doc {padding-left: 30px;overflow: hidden;height: 23px;top: 8px;color: #222;}


.bsihw-form .bsi--user--ico:after,
.bsihw-form .bsi--location--ico:after,
.bsihw-form .bsi--photo--ico:after,
.bsihw-form .bsi--video--ico:after {width: 35px;height: 35px;content: '';display: block;top: 53px;left: 1px;position: absolute;z-index: 9;transition: all 0.3s;background-size: 100%;background-repeat: no-repeat;}



.bsi--user--ico:after {background-image: url('images/user.png'); background-position: 0 0;}

.bsi--location--ico:after {background-image: url('images/location.png');background-position: 0 0; }

.bsi--photo--ico:after {background-image: url('images/photo.png');background-position: -1px 1px;}

.bsi--video--ico:after {background-image: url('images/video.png');background-position: 0px 3px;}


.group--user-detail {display: flex;justify-content: space-between; }
  .group--user-detail .group { width:48%; }
  .group--user-detail .group::before,
  .group--user-detail .group::after { display:none; }
  .group--user-detail input { padding:8px; }


@media(max-width:767px){

.bsi-search input#search-bar { width:100%;box-sizing: border-box;}

.bsihw-cont .bsihw-form-wrap .bsihw__lhs { width:100%; box-sizing: border-box; }
.bsihw-cont .bsihw-form .centered { margin:0; padding:10px; }
.bsihw-form-wrap .bsihw__rhs { display: none; }

.group-upoad [type=file] + label.btn-2:before {right: 62%;height: 30px;width: 30px;top: 4px;}
.bsihw-form .group::before {right: 87.5%;left: 8px;}
.group-upoad [type=file] + label { font-size:15px; }

.bsihw-form-wrap .bsi-hl-pic { width:auto; }
.bsihw-cont .bsihw-form-wrap .bsi-hl-pic img {transform: scaleX(2.8);height: 610px;}
.g-recaptcha  { position: relative;right:0;margin: 9px 0 0 0; }

.bsihw-form-wrap .bsihw-form .group-upoad span {font-size: 14px;}
.bsihw-form {    padding: 0px 10px 20px 0;}

}

.bsihw-form-wrap .bsi-hl-pic img { border-radius:10px;transform: scaleX(1);}
.bsihw-cont .bsi--thk--msg .bsi--fom--cont  {transform: translateY(10%);}
.bsi--thk--msgbx {font-size: 38px;font-weight: 500;text-align: left;line-height: 68px;position:relative;margin: 0 auto;top: 0;color: #fff;text-transform: uppercase;padding: 20px;box-sizing: border-box;}
.bsi--thk--msgbx span { font-size:60px; font-weight:600; display: block; }

@media(max-width:767px){
.bsihw-cont .bsi--thk--msg {transform: translateY(10%);min-height: inherit;height: 400px;border-radius: 10px;overflow: hidden;margin-bottom: 30px;}
.bsihw-cont .bsi--thk--msg img {height: 400px !important;}
.bsi--thk--msgbx {font-size: 25px;line-height: 44px;padding: 10px;transform: translateY(50%);width: 100%;text-align: center;}
.bsi--thk--msgbx span {font-size: 36px;}
.bsihw-cont .bsihw-cont .bsi--thk--msg .bsi-hl-pic img { height:60vh; }
 }