#container section.form-section .form-group input :-ms-input-placeholder {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 17px;
}

placeholder, #container section.form-section .form-group input ::placeholder, #container section.form-section .form-group input :-ms-input-placeholder, #container section.form-section .form-group input ::-webkit-input-placeholder {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 17px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto";
}

#container {
  margin: auto;
  padding: 40px 30px 40px 30px;
  background-image: url("/imgs/bg.png");
  background-color: #EEF5FF;
  background-size: cover;
  /* height: 100vh; */
}
@media screen and (min-width: 1200px) {
  #container {
    min-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  #container {
    max-width: 1200px;
  }
}
#container section .tag-cantainer {
  position: fixed;
  background-color: #0068b3;
  color: #fff;
  left: 0px;
  padding: 12px 30px 12px 60px;
  border-radius: 0px 50px 50px 0px;
}
#container section .tag-cantainer h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#container section .details-panel {
  margin-top: 10vh;
}
#container section .details-panel .heading h2 {
  font-size: 40px;
  line-height: 52px;
}
#container section .details-panel .body {
  margin-top: 40px;
}
#container section .details-panel .body ul {
  margin: 0;
  list-style-type: none;
}
#container section .details-panel .body ul li {
  margin: 30px 0px;
  color: #434343;
  font-size: 20px;
  line-height: 24px;
}
#container section .details-panel .body ul li img {
  margin-right: 20px;
}
#container section.form-section {
  background-color: #fff;
  padding: 14px 24px;
  box-shadow: 0px 0px 49px 0px rgba(2, 83, 135, 0.1607843137);
  border-radius: 10px;
}
#container section.form-section .title {
  color: #161616;
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
#container section.form-section .sub-title {
  color: #161616;
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
}
#container section.form-section .form-group label {
  color: #161616;
  display: block;
  margin: 15px 24px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}
#container section.form-section .form-group input {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  box-sizing: border-box;
}

#container section.form-section .form-group .input-ht select {
    width: 100%;
    height: 54px;
    padding: 16px 24px;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    box-sizing: border-box;
  }

#container section.form-section .form-group input ::-webkit-input-placeholder { /* Edge */ }
#container section.form-section .drag-drop {
  padding: 20px 10px;
  background-image: url("data:image/svg+xml,%3csvg width='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%25' fill='none' rx='10' ry='10' stroke='%23333' stroke-width='1' stroke-dasharray='4%2c 8' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}
#container section.form-section .drag-drop span {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 17px;
  margin-left: 11px;
}
#container section.form-section .drag-drop button {
  color: #8D8D8D;
  width: 102px;
  height: 26px;
  border: 1px solid #1DAAF1;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 15px;
}
#container section.form-section .drag-drop #file {
  display: none;
}
#container section.form-section .btn {
  width: 157px;
  height: 42px;
  background-color: #FFC107;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}/*# sourceMappingURL=health-insurance-refarrel.css.map */

@media screen and (max-width: 995px) {
  #container section .details-panel .body ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
  }
  #container section .tag-cantainer {
    position: static;
    background-color: #0068b3;
    color: #fff;
    left: 0px;
    padding: 12px 60px 12px 60px;
    border-radius: 50px 50px 50px 50px;
  }
  #container section .tag-cantainer h2 {
    text-align: center;
  }
  #container section .details-panel {
    margin-top: 5vh;
  }
  #container {
    padding: 40px 15px 40px 15px;
  }
}
