@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);@charset "UTF-8";

.col-form-label1 {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.65rem;
}

.col-form-pre2 {
  background-color: white;
}

.col-md-a,
input {
  width: 300px;
}

.raw {
  height: 60px;
}

.hr1 {
  background-color: #3a5526;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-right: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch:before {
  background-color: #044389;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3ABEFF;
  transition: 0.4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:focus + .slider {
  box-shadow: 0 0 1px white;
}

input:checked + .slider:before {
  transform: translateX(26px);
  background-color: white;
}

input:checked + .switch:before {
  background-color: #044389;
}

.button {
  overflow: hidden;
  padding: 0;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button > span {
  display: block;
}

.button.button--inverted {
  color: #292a2c;
}

.button.button--inverted:after {
  color: rgba(96, 156, 111, 0.37);
}

.button::after,
.button > span {
  padding: 1em 2em;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button:focus {
  border-color: #38bd1770;
  background-color: rgba(66, 150, 10, 0.308);
}

.button:hover {
  border-color: #b2f38c;
  background-color: rgba(167, 238, 134, 0.212);
}

.button.button--inverted:hover {
  border-color: #0e8003;
  background-color: rgba(159, 241, 104, 0.164);
}

.button:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.button:hover > span {
  opacity: 0;
  transform: translate3d(0, -25%, 0);
}

.inputGroup {
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 12px 70px 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #201A23;
  background-color: white;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: 400;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #3ABEFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
  color: #fff;
}

.inputGroup input:checked ~ label:before {
  transform: translate(-100%, -100%) scale3d(100, 100, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #f99e0d;
  border-color: #f99e0d;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 10px;
}

body {
  background-color: #ece6aa;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

code {
  background-color: #9AA3AC;
  padding: 0 8px;
}

.col-xs-2 {
  width: 8%;
}

.text-center {
  text-align: left;
}

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.files {
  position: relative;
}

.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color input {
  background-color: #f1f1f1;
}

.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

/* TOGGLE SWITCH -   Rounded sliders 
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
*/

/*
.slider {
  position: absolute;
  cursor: pointer;
  top: -10;
  left: 0;
  right: 0;
  bottom: 10;
  background-color: #007BFF;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

 input:focus + .slider {
  box-shadow: 0 0 1px #72b352;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
*/

button.btn.btn-primary.btn-lg {
  background-color: #3ABEFF;
  border-color: #3ABEFF;
}

button.btn.btn-primary.btn-lg:hover {
  background-color: #f99e0d;
  border-color: #f99e0d;
}

button.btn.btn-primary.btn-lg:focus,
button.btn.btn-primary.btn-lg.focus {
  background-color: #3ABEFF;
  border-color: #3ABEFF;
}

button.btn.btn-primary.btn-lg.disabled,
button.btn.btn-primary.btn-lg:disabled {
  background-color: #3ABEFF;
  border-color: #3ABEFF;
}

button.btn.btn-primary.btn-lg.disabled.hover,
button.btn.btn-primary.btn-lg.disabled:hover,
button.btn.btn-primary.btn-lg:disabled:hover,
button.btn.btn-primary.btn-lg:disabled.hover {
  background-color: #3ABEFF;
  border-color: #3ABEFF;
}

.progressbar1 {
  counter-reset: step;
}

.progressbar1 li {
  float: left;
  width: 10%;
  position: relative;
  text-align: center;
}

.progressbar1 li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: white;
  color: #bebebe;
  text-align: center;
  font-weight: bold;
}

.progressbar1 li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #979797;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar1 li:first-child:after {
  content: none;
}

.container1 {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.progressbar1 li.active {
  border-color: #3aac5d;
}

.progressbar1 li.active + li:after {
  background: #3aac5d;
}

.progressbar1 li.active + li:before {
  border-color: #3aac5d;
  background: #3aac5d;
  color: white;
}

.labelT {
  width: 100px;
  height: 40px;
  background-color: khaki;
  text-align: center;
}

.labelT1 {
  width: 100px;
  height: 40px;
  background-color: lightblue;
  text-align: center;
}

.labelT2 {
  width: 100px;
  height: 40px;
  background-color: #c6d9df;
  text-align: center;
}

.btn {
  width: auto;
  height: auto;
}

.btn.disabled,
.btn1:disabled {
  opacity: 0.65;
}

.btn2-outline-success:hover {
  background-color: #9ba1a3;
  border-color: #9ba1a3;
  cursor: auto;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
  background-color: #3ABEFF;
}

.btn3-outline-success:hover {
  width: 50px;
  height: 20px;
  color: #0a0a0a;
  background-color: #f17d1e;
  border-color: #f17d1e;
}

.btn4-outline-success:hover {
  width: 50px;
  height: 20px;
  background-color: #9ba1a3;
  border-color: #9ba1a3;
}

.btn-group,
.btn-group-vertical {
  margin-bottom: 10px;
  width: 100%;
}

.col-md-a,
input {
  width: 100;
}

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

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type=checkbox] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}

fieldset,
label {
  margin: auto;
  padding: 0;
}

h1 {
  font-size: 1.5em;
  margin: 10px;
}

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 50px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\F005";
}

.rating > .half:before {
  content: "\F089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.jumbotron {
  padding: 0;
}

.pagination {
  display: flex;
}

.page-link {
  padding: 0.3rem 0.3rem;
}

/* .modal-dialog {

   width: 360px;
   height:600px !important;
 }*/

.modal-header {
  background-color: #337AB7;
  padding: 16px 16px;
  color: #FFF;
  border-bottom: 2px dashed #337AB7;
}

.navbar {
  padding: 1.2rem 1rem !important;
}

.btn-info {
  color: #fff;
  background-color: #3c763d !important;
  width: 12%;
}

.progressbar1-wrapper {
  background: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}

.progressbar1 li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

.progressbar1 li:before {
  width: 50px;
  height: 50px;
  content: "";
  line-height: 50px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.progressbar1 li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #007BFF;
  top: 30px;
  left: -50%;
  z-index: 0;
}

.progressbar1 li:first-child:after {
  content: none;
}

.progressbar1 li.active {
  color: #007BFF;
  font-weight: bold;
}

.progressbar1 li.active:before {
  border-color: #007BFF;
  background: #007BFF;
  color: white;
}

.progressbar1 li.active + li:after {
  background-color: #007BFF;
}

.progressbar1 li.active:before {
  background: #007BFF;
  background-size: 50%;
}

.progressbar1 li::before {
  background: #fff;
  background-size: 50%;
}

.progressbar1 {
  counter-reset: step;
}

.progressbar1 li:before {
  content: counter(step);
  counter-increment: step;
}

fieldset,
label {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
}

h1 {
  font-size: 1.5em;
  margin: 10px;
}

/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\F005";
}

.rating > .half:before {
  content: "\F089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.checked {
  color: #FFED85;
}

.navbar {
  padding: 1.2rem 1rem !important;
}

.btn-info {
  color: #fff;
  background-color: #3c763d !important;
}

