@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body{

    background-image: url('../img/rm222-mind-26.jpg'); 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.hero-section {
  min-height: 80vh;
  background-color: #fff;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-section div {
  height: 100%;
}

.hero-section .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-text h1 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #4a63fd;
}

.hero-section .hero-text p {
  color: #2e2e2c;
  font-weight: bold;
  font-size: 14px;
}

.hero-section .hero-text button {
  padding: 20px 25px;
  border-radius: 50px;
  border: none;
  background-color: #4a63fd;
  color: #fff;
}

.hero-section .hero-section-image img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .hero-section {
    padding: 50px 10px;
  }
  .hero-text h1 {
    font-size: 2rem !important;
  }
  .hero-text p {
    font-size: 12px !important;
  }
  .hero-text button {
    padding: 15px 20px !important;
    border-radius: 50px !important;
    border: none;
    background-color: #4a63fd;
    color: #fff;
  }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.translate-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: inherit;
    width: 100%;
  font-size: 1rem;
  font-size: inherit;
  letter-spacing: 0.5px;
}

html {
  width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 1.2cm;
}

h2 {
  font-size: 1cm;
}

h3 {
  font-size: xx-large;
}

h4 {
  font-size: x-large;
}

h5 {
  font-size: 0.6cm;
}

h6 {
  font-size: 13px;
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

img {
  border: 0;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

p {
  font-size: normal;
  font-weight: normal;
  line-height: 27px;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: bolder;
}

a {
  background-color: transparent;
}

a[href] {
  background-color: transparent;
  text-decoration: none;
}

label {
  display: inline-block;
}

ol {
  list-style: none;
}

ol li {
  position: relative;
}

img {
  border-style: none;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  border-color: #aaa !important;
  cursor: not-allowed;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

form[autocomplete="off"] {
  width: 100%;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="password"],
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input,
select {
  overflow: visible;
}

button {
  cursor: pointer;
  outline: none;
}

[class*="flex"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.border__top {
  border-top: 1px solid #ddd;
}

.border__bottom {
  border-bottom: 1px solid #ddd;
}

.border__left {
  border-left: 1px solid #ddd;
}

.border__right {
  border-right: 1px solid #ddd;
}

.fw-extra-light {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-light {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.shadow-top {
  -webkit-box-shadow: 0 -5px 5px -5px #ddd;
          box-shadow: 0 -5px 5px -5px #ddd;
}

.shadow-right {
  -webkit-box-shadow: 5px 0 5px -5px #ddd;
          box-shadow: 5px 0 5px -5px #ddd;
}

.shadow-bottom {
  -webkit-box-shadow: 0 5px 5px -5px #ddd;
          box-shadow: 0 5px 5px -5px #ddd;
}

.shadow-left {
  -webkit-box-shadow: -5px 0 5px -5px #ddd;
          box-shadow: -5px 0 5px -5px #ddd;
}

.c-white {
  color: #fff !important;
}

.c-primary {
  color: #cbcbcb !important;
}

.c-warning {
  color: yellow !important;
}

.c-danger {
  color: #dc3545 !important;
}

.c-info {
  color: #007bff !important;
}

.c-link {
  color: #007bff !important;
}

.c-link {
  color: #007bff !important;
}

.alert-panel {
  padding: 15px;
  border-right: 5px;
}

.alert-panel-panel-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-panel-panel-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-panel-panel-notify {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-panel-panel-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.align-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-left {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align__self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align__items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align__content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.padding-area {
  padding-top: 120px;
}

.p1 {
  padding-top: 0.8em;
}

.p2 {
  padding-top: 1.4em;
}

.p3 {
  padding-top: 2.4em;
}

.p4 {
  padding-top: 3.4em;
}

.p5 {
  padding-top: 4.4em;
}

.p6 {
  padding-top: 4.4em;
}

.pt1 {
  padding-top: 0.8em;
}

.pt2 {
  padding-top: 1.4em;
}

.pt3 {
  padding-top: 2.4em;
}

.pt4 {
  padding-top: 3.4em;
}

.pt5 {
  padding-top: 4.4em;
}

.pt6 {
  padding-top: 4.4em;
}

.pb1 {
  padding-bottom: 0.8em;
}

.pb2 {
  padding-bottom: 1.4em;
}

.pb3 {
  padding-bottom: 2.4em;
}

.pb4 {
  padding-bottom: 3.4em;
}

.pb5 {
  padding-bottom: 4.4em;
}

.pb6 {
  padding-bottom: 4.4em;
}

.pl1 {
  padding-left: 0.8em;
}

.pl2 {
  padding-left: 1.4em;
}

.pl3 {
  padding-left: 2.4em;
}

.pl4 {
  padding-left: 3.4em;
}

.pl5 {
  padding-left: 4.4em;
}

.pl6 {
  padding-left: 4.4em;
}

.pr1 {
  padding-right: 0.8em;
}

.pr2 {
  padding-right: 1.4em;
}

.pr3 {
  padding-right: 2.4em;
}

.pr4 {
  padding-right: 3.4em;
}

.pr5 {
  padding-right: 4.4em;
}

.pr6 {
  padding: 4.4em;
}

.m1 {
  margin: 0.8em;
}

.m2 {
  margin: 1.4em;
}

.m3 {
  margin: 2.4em;
}

.m4 {
  margin: 3.4em;
}

.m5 {
  margin: 4.4em;
}

.m6 {
  margin: 4.4em;
}

.mt1 {
  margin-top: 0.8em;
}

.mt2 {
  margin-top: 1.4em;
}

.mt3 {
  margin-top: 2.4em;
}

.mt4 {
  margin-top: 3.4em;
}

.mt5 {
  margin-top: 4.4em;
}

.mt6 {
  margin-top: 4.4em;
}

.mb1 {
  margin-bottom: 0.8em;
}

.mb2 {
  margin-bottom: 1.4em;
}

.mb3 {
  margin-bottom: 2.4em;
}

.mb4 {
  margin-bottom: 3.4em;
}

.mb5 {
  margin-bottom: 4.4em;
}

.mb6 {
  margin-bottom: 4.4em;
}

.mr1 {
  margin-right: 0.8em;
}

.mr2 {
  margin-right: 1.4em;
}

.mr3 {
  margin-right: 2.4em;
}

.mr4 {
  margin-right: 3.4em;
}

.mr5 {
  margin-right: 4.4em;
}

.mr6 {
  margin-right: 4.4em;
}

.ellipse {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-lines {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.jumbo-box {
  width: 100%;
  background-color: #ddd;
  background-color: inherit;
}

.container-box {
  background-color: #fff;
  background-color: inherit;
}

.signup-container {
  padding: 50px 0px;
}

.signup-container .input-group {
  margin-bottom: 10px;
}

.dfield-asterisk {
  color: #e30808;
}

.form-title {
  font-size: 2em;
  width: 600;
  padding: 10px;
  text-align: center;
  color: #00326d;
  letter-spacing: 2px;
}

.consumer-login {
  width: 100%;
  padding: 80px 0;
}

.consumer-login form {
  margin: 0 auto;
  width: 40%;
  background-color: #fff;
  padding: 20px 40px 40px 40px;
  border-radius: 15px;
}

.btn-login,
.btn-signup {
  border: none;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
  font-size: 1rem;
  border-radius: 3px;
  font-size: 14px;
  height: 45px;
  padding: 0 60px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.consumer-login .btn-login {
  background-color: #4a63fd;
  color: #fff;
}

.wrapped-box {
  min-height: 50vh;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(230, 230, 230, 0.3);
          box-shadow: 0px 5px 9px 0px rgba(230, 230, 230, 0.3);
}

.btn-box {
  width: 20%;
  min-height: 20vh;
  position: relative;
  background-color: #fff !important;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  transition: 0.3s ease-in-out;
}

.btn-box:not(:last-child) {
  margin-right: 30px;
}

.btn-box.selected {
  border: 1px solid #766ce0 !important;
  box-shadow: 0px 20px 20px -17px #766ce0;
  /* -webkit-box-shadow: 0px 5px 9px 0px rgba(230, 230, 230, 0.3);
          box-shadow: 0px 5px 9px 0px rgba(230, 230, 230, 0.3); */
}

.btn-box .thumb- {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-box .thumb- img {
  width: 90px;
}

.btn-box > p {
  text-align: center;
  font-size: 14px;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-1 {
  float: left;
  width: 8.333333%;
}

.col-xs-2 {
  float: left;
  width: 16.666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.333333%;
}

.col-xs-5 {
  float: left;
  width: 41.666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.333333%;
}

.col-xs-8 {
  float: left;
  width: 66.666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.333333%;
}

.col-xs-11 {
  float: left;
  width: 91.666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-1 {
    float: left;
    width: 8.333333%;
  }
  .col-2 {
    float: left;
    width: 16.666667%;
  }
  .col-3 {
    float: left;
    width: 25%;
  }
  .col-4 {
    float: left;
    width: 33.333333%;
  }
  .col-5 {
    float: left;
    width: 41.666667%;
  }
  .col-6 {
    float: left;
    width: 50%;
  }
  .col-7 {
    float: left;
    width: 58.333333%;
  }
  .col-8 {
    float: left;
    width: 66.666667%;
  }
  .col-9 {
    float: left;
    width: 75%;
  }
  .col-10 {
    float: left;
    width: 83.333333%;
  }
  .col-11 {
    float: left;
    width: 91.666667%;
  }
  .col-12 {
    float: left;
    width: 100%;
  }
  .pull-0 {
    right: auto;
  }
  .pull-1 {
    right: 8.333333%;
  }
  .pull-2 {
    right: 16.666667%;
  }
  .pull-3 {
    right: 25%;
  }
  .pull-4 {
    right: 33.333333%;
  }
  .pull-5 {
    right: 41.666667%;
  }
  .pull-6 {
    right: 50%;
  }
  .pull-7 {
    right: 58.333333%;
  }
  .pull-8 {
    right: 66.666667%;
  }
  .pull-9 {
    right: 75%;
  }
  .pull-10 {
    right: 83.333333%;
  }
  .pull-11 {
    right: 91.666667%;
  }
  .pull-12 {
    right: 100%;
  }
  .push-0 {
    left: auto;
  }
  .push-1 {
    left: 8.333333%;
  }
  .push-2 {
    left: 16.666667%;
  }
  .push-3 {
    left: 25%;
  }
  .push-4 {
    left: 33.333333%;
  }
  .push-5 {
    left: 41.666667%;
  }
  .push-6 {
    left: 50%;
  }
  .push-7 {
    left: 58.333333%;
  }
  .push-8 {
    left: 66.666667%;
  }
  .push-9 {
    left: 75%;
  }
  .push-10 {
    left: 83.333333%;
  }
  .push-11 {
    left: 91.666667%;
  }
  .push-12 {
    left: 100%;
  }
  .offset-0 {
    margin-left: 0%;
  }
  .offset-1 {
    margin-left: 8.333333%;
  }
  .offset-2 {
    margin-left: 16.666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.333333%;
  }
  .offset-5 {
    margin-left: 41.666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.333333%;
  }
  .offset-8 {
    margin-left: 66.666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.333333%;
  }
  .offset-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 900px) {
  .col-1 {
    float: left;
    width: 8.333333%;
  }
  .col-2 {
    float: left;
    width: 16.666667%;
  }
  .col-3 {
    float: left;
    width: 25%;
  }
  .col-4 {
    float: left;
    width: 33.333333%;
  }
  .col-5 {
    float: left;
    width: 41.666667%;
  }
  .col-6 {
    float: left;
    width: 50%;
  }
  .col-7 {
    float: left;
    width: 58.333333%;
  }
  .col-8 {
    float: left;
    width: 66.666667%;
  }
  .col-9 {
    float: left;
    width: 75%;
  }
  .col-10 {
    float: left;
    width: 83.333333%;
  }
  .col-11 {
    float: left;
    width: 91.666667%;
  }
  .col-12 {
    float: left;
    width: 100%;
  }
  .pull-0 {
    right: auto;
  }
  .pull-1 {
    right: 8.333333%;
  }
  .pull-2 {
    right: 16.666667%;
  }
  .pull-3 {
    right: 25%;
  }
  .pull-4 {
    right: 33.333333%;
  }
  .pull-5 {
    right: 41.666667%;
  }
  .pull-6 {
    right: 50%;
  }
  .pull-7 {
    right: 58.333333%;
  }
  .pull-8 {
    right: 66.666667%;
  }
  .pull-9 {
    right: 75%;
  }
  .pull-10 {
    right: 83.333333%;
  }
  .pull-11 {
    right: 91.666667%;
  }
  .pull-12 {
    right: 100%;
  }
  .push-0 {
    left: auto;
  }
  .push-1 {
    left: 8.333333%;
  }
  .push-2 {
    left: 16.666667%;
  }
  .push-3 {
    left: 25%;
  }
  .push-4 {
    left: 33.333333%;
  }
  .push-5 {
    left: 41.666667%;
  }
  .push-6 {
    left: 50%;
  }
  .push-7 {
    left: 58.333333%;
  }
  .push-8 {
    left: 66.666667%;
  }
  .push-9 {
    left: 75%;
  }
  .push-10 {
    left: 83.333333%;
  }
  .push-11 {
    left: 91.666667%;
  }
  .push-12 {
    left: 100%;
  }
  .offset--0 {
    margin-left: 0%;
  }
  .offset-1 {
    margin-left: 8.333333%;
  }
  .offset-2 {
    margin-left: 16.666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.333333%;
  }
  .offset-5 {
    margin-left: 41.666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.333333%;
  }
  .offset-8 {
    margin-left: 66.666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.333333%;
  }
  .offset-11 {
    margin-left: 91.666667%;
  }
}

input[class^="input-field"],
select[class^="input-field"],
textarea[class^="input-field"] {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 10px;
  background: #f7f7f7 none repeat scroll 0% 0% !important;
}

input[class*="__sm"],
select[class*="__sm"] {
  height: 40px;
  font-size: 14px;
}

input[class*="__md"],
select[class*="__md"] {
  height: 45px;
}

input[class*="__lg"],
select[class*="__lg"] {
  height: 50px;
}

.input-group {
  position: relative;
  width: 100%;
}

.input-group > .input-field {
  background: #f7f7f7 none repeat scroll 0% 0% !important;
}

.input-gap {
  margin-bottom: 15px;
}

.gfield_label {
  font-size: 0.775em;
  line-height: 1.5;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  color: #111;
  font-weight: 600;
  margin-bottom: 10px;
}

.instruction {
  font-size: 0.775em;
  line-height: 1.5;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  color: #555;
}

.btn-group {
  width: 100%;
}

.btn {
  border: none;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
  font-size: 1rem;
  border-radius: 3px;
}

.btn-xs {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #555;
}

.btn-small {
  font-size: 13px;
  font-weight: normal;
  padding: 15px 20px;
}

.btn-medium {
  font-size: 14px;
  height: 45px;
  padding: 0 30px;
}

.btn-large {
  font-size: 14px;
  height: 50px;
  padding: 0 30px;
}

.btn-expand {
  width: 100%;
}

.btn-primary {
  background-color: #059ce8;
  color: #fff;
}

.btn-primary > i,
.btn-primary span,
.btn-primary p,
.btn-primary a {
  color: #f0f0f0;
}

.btn-danger {
  background-color: #ff1111;
  color: #f0f0f0;
}

.btn-danger > i,
.btn-danger span,
.btn-danger p,
.btn-danger a {
  color: #f0f0f0;
}

.btn-info {
  background-color: #059ce8;
  color: #fff;
}

.btn-info > i,
.btn-info span,
.btn-info p,
.btn-info a {
  color: #f0f0f0;
}

.btn-sucess {
  background-color: #28a745;
  color: #fff;
}

.btn-sucess > i,
.btn-sucess span,
.btn-sucess p,
.btn-sucess a {
  color: #f0f0f0;
}

.btn-warning {
  background-color: #ffcc22;
  color: #fff;
}

.btn-warning > i,
.btn-warning span,
.btn-warning p,
.btn-warning a {
  color: #fff;
}

.btn.round {
  border-radius: 500px;
}

.btn.square {
  border-radius: 3px;
}

.btn.border-line {
  border-color: #00a898;
  background-color: #00a898;
  border-style: solid;
  border-width: 2px;
}

button[disabled] {
  opacity: 0.5 !important;
  pointer-events: none;
  cursor: not-allowed !important;
}

.header {
  width: 100%;
  padding: 20px;
  height: 50px;
}

.footer {
  height: 40vh;
  padding: 20px;
  width: 100%;
}

.topbar {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.wrapped-topbar {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapped-topbar > .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapped-topbar > .brand > a > img {
  width: 190px;
}

.wrapped-topbar > .wrapped-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapped-topbar > .wrapped-menu > .menu-group,
.wrapped-topbar > .wrapped-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapped-topbar > .wrapped-menu > .menu-group > li,
.wrapped-topbar > .wrapped-menu ul > li {
  display: inline-block;
  padding: 20px;
  list-style: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.wrapped-topbar > .wrapped-menu > .menu-group > li > a,
.wrapped-topbar > .wrapped-menu ul > li > a {
  font-size: 14px;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrapped-topbar > .wrapped-menu > .menu-group > li > a:hover,
.wrapped-topbar > .wrapped-menu ul > li > a:hover {
  color: #774cbd;
}

.wrapped-topbar > .wrapped-menu > .menu-group > li > button,
.wrapped-topbar > .wrapped-menu ul > li > button {
  padding: 13px 18px;
  font-size: 14px;
  border: 1px solid #774cbd;
  background-color: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrapped-topbar > .wrapped-menu > .menu-group > li > button:hover,
.wrapped-topbar > .wrapped-menu ul > li > button:hover {
  background-color: #774cbd;
  color: #fff;
}

.sidebar-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.67);
  visibility: hidden;
  opacity: 0;
}

.sidebar {
  position: absolute;
  min-width: 75%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #00326d;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.sidebar > .sidebar-menu {
  width: 100%;
  position: relative;
}

.sidebar > .sidebar-menu > ul .close-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 20px;
}

.sidebar > .sidebar-menu > ul .close-sidebar a {
  font-size: 35px;
  color: #ddd;
}

.sidebar > .sidebar-menu > ul .close-sidebar a:active {
  color: #fff;
}

.sidebar > .sidebar-menu > ul > li {
  position: relative;
  list-style: none;
  padding: 15px 20px;
}

.sidebar > .sidebar-menu > ul > li:not(:first-child) {
  text-align: center;
}

.sidebar > .sidebar-menu > ul > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar > .sidebar-menu > ul > li > button {
  padding: 13px 18px;
  border-radius: 50px;
  border: none;
}

.menu-bars {
  display: none !important;
  opacity: 0;
}

@media screen and (max-width: 700px) {
  .menu-group {
    display: none !important;
  }
  .menu-bars {
    display: block !important;
    opacity: 1;
  }
}

.is-open {
  visibility: visible !important;
  opacity: 1 !important;
}

.wrapped-footer {
  width: 100%;
  background-color: #f4f4f4;
  padding: 80px 0px;
}

.wrapped-footer .wrapped-footer-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapped-footer .wrapped-menu-footer .menu-group-footer .title {
  color: #4a63fd;
  font-size: 18px;
  margin: 10px 0;
}

.wrapped-footer .wrapped-menu-footer .menu-group-footer .brand {
  width: 100%;
  margin-bottom: 30px;
}

.wrapped-footer .wrapped-menu-footer .menu-group-footer .brand img {
  width: 230px;
}

.wrapped-footer .wrapped-menu-footer .menu-group-footer ul {
  padding: 0;
  margin: 0;
}

.wrapped-footer .wrapped-menu-footer .menu-group-footer li {
  list-style: none;
  padding: 8px 0px;
}

.wrapped-footer .wrapped-menu-footer .menu-group-footer a {
  color: #111;
  font-size: 14px;
  font-weight: normal;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.soc-mid > li > a {
  padding-right: 25px;
}

.sub-footer {
  background-color: #00326d;
}

.sub-menu-footer {
  padding: 20px 0;
}

.sub-menu-footer > p {
  color: #ddd;
  font-size: 13px;
}

.ft-container {
  width: 200px;
}

.ft-container > img {
  width: 100%;
}

.inst-text{
  font-size: 0.775em;
}


.inst-text ~ div{
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .btn-box .thumb- img {
      width: 70PX;
  }
  .btn-box > p {
    font-size: 13px;
  }

  
  .wrapped-menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 20px;
  }
  .menu-group-footer {
    margin-bottom: 10px;
    width: 100% !important;
    padding: 5px 20px;
  }
  .menu-group-footer:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .sub-menu-footer {
    padding: 15px 20px;
  }
}

 div[data-validate="required"] > label::after{
        content: "*";
        margin-left: 5px;
        color: #e30808;
    }

    @media (max-width: 776px) {   
      .wrapped-box {
        padding: 20px 0px;
        border: none;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
      .btn-box{
          width: 50%;
          height: auto;
      }
    }



label.radio {
  cursor: pointer;
  position: relative;
  margin-left: 20px; }
  label.radio input[type="radio"] {
    display: none; 
  }
    label.radio input[type="radio"] + .label {
      margin-left: 20px; 
    }
      label.radio input[type="radio"] + .label + .r-btn {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 2px #ddd;
        width: 1em;
        height: 1em;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 100%;
        -webkit-transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1); }
      label.radio input[type="radio"] + .label:before {
        display: inline-block;
        position: absolute;
        content: "";
        background-color: #766ce0;
        -webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        left: 0;
        top: 0;
        height: 1em;
        width: 1em;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        border-radius: 100%; }
    label.radio input[type="radio"]:hover + .label {
      color: #766ce0; 
    }
      label.radio input[type="radio"]:hover + .label + .r-btn {
        border: solid 0.5em #766ce0;
      }
    label.radio input[type="radio"]:checked + .label + .r-btn {
      border: solid 2px #766ce0; 
    }
    label.radio input[type="radio"]:checked + .label:before {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
/*# sourceMappingURL=all.min.css.map */

/**
   * Overlay
   * -- only show for tablet and up
   */
body.modal-open {
  overflow-y: hidden;
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.modal.reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-container {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: var(--shadow1);
          box-shadow: var(--shadow1);
  border-radius: 3px;
  background-color: #fff;
  color: #555;
}

.modal .modal-container.modal-sm {
  width: 40%;
}

.modal .modal-container.modal-md {
  width: 60%;
}

.modal .modal-container .modal-header, .modal .modal-container .modal-body, .modal .modal-container .modal-footer {
  padding: 20px;
}

.modal .modal-container .modal-header {
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}

.modal .modal-container .modal-header .modal-title {
  text-align: center;
  font-size: 1em;
  text-transform: uppercase !important;
}

.modal .modal-container .modal-header .icon-times {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  color: #777;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.modal .modal-container .modal-header .icon-times:hover {
  color: #333;
}

.modal .modal-container .modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #f4f4f4;
}
  .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  .table tr {

    border-bottom: .3px solid #fafafa;
    border-bottom-style: dashed;

  }
  .table tr td {

    width: 120px;
    padding: 5px;
    font-size: 13px;

  }

  .table tr th {

    background-color: #ddd;
    padding: 5px;
    font-size: 13px;
    text-align: left;

  }
  .table tr td:first-child{

    text-align: left;
    background-color: #343a40;
    color: #fff;

  }
   .table tr td:last-child{
     text-align: right;
  }