/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.group {
  position: relative;
  margin-bottom: 25px;
  height: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
}

.group svg {
  position: absolute;
  top: 12px;
  right: 5px;
  background: #fff;
}

.group input,
.group select,
.group textarea {
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block;
  /* width: 100% !important; */
  border: none;
  border: 1px solid #cecece !important;
  background-color: transparent !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  height: 45px !important;
  padding: 0px 15px !important;
  border-radius: 5px !important;
  width: 100%;
}

.group input:focus,
.group select:focus,
.group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 10px !important;
  padding: 0px 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group input:focus ~ label,
.group input:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group select:focus ~ label,
.group select:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.accpt {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 85px;
}

@media only screen and (min-width: 1125px) {
  .accpt {
    margin-bottom: 0px !important;
  }
}

.accpt p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}

.accpt .ter .text-toogle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.accpt .ter .text-toogle input[type="checkbox"] {
  position: relative;
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  pointer-events: revert;
}

.accpt .ter .text-toogle input:checked[type="checkbox"] {
  background: #8505f9;
}

.accpt .ter .text-toogle input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
}

.accpt .ter .text-toogle input:checked[type="checkbox"]:before {
  left: 24px;
}

.heading_div {
  padding: 15px 10px;
  background: #F3F4F6;
}

.heading_div .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.heading_div .head a {
  text-decoration: none;
}

.heading_div .head .bk {
  color: #000;
}

.heading_div .head h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #8505f9;
  height: 33px;
  position: relative;
  z-index: 9;
}

.heading_div .head h3 small {
  font-weight: normal;
  font-size: 16px;
  color: #ff2222fa;
}

.heading_div .head h3 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #8505f9;
}

.heading_div .head p {
  height: 33px;
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 18px;
}

.map_section {
  position: relative;
}

.map_section .maping iframe {
  width: 100%;
  height: 100vh;
}

.map_section .address {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0px auto;
  bottom: 25px;
  border-radius: 8px;
}

.map_section .address .adrs {
  padding: 15px;
}

.map_section .address .adrs h3 {
  font-size: 13px;
  font-weight: bold;
  color: #8505f9;
  margin: 5px 0;
}

.map_section .address .adrs p {
  margin: 0 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.map_section .address .adrs p small {
  width: 60px;
  color: #999999;
}

.container {
  padding: 0;
}
/*# sourceMappingURL=contactus.css.map */