div {
}

.bg-primary {
  background-color: #0196DA!important;
}

.height {
  min-height: 200px;
}

.icon {
  font-size: 47px;
  color: #5CB85C;
}

.iconbig {
  font-size: 77px;
  color: #5CB85C;
}

.table > tbody > tr > .emptyrow {
  border-top: none;
}

.table > thead > tr > .emptyrow {
  border-bottom: none;
}

.table > tbody > tr > .highrow {
  border-top: 2px solid;
}

.navbar-wrap {
  background-color: #192231;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}

csnavbar {
  background-color: transparent;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  text-color: white;
}

.cityname {
  margin: initial;
  padding: 1.5rem;
  color: #f5f6f7;
  display: block;
  max-width: 768px;
}

.my-0 {
  height: 10px;
  width: 185px;
  color: #5B6770;
  vertical-align: middle;
}

.col-md-6 mb-2 {
  text-align: left;
}

.text-muted {
  height: 10px;
  text-align: left;
  color: #5B6770;
  vertical-align: middle;
}

.text-muted2 {
  height: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  font-weight: 650;
  text-align: right;
  color: #5B6770;
  padding-right: 15px;
}

.text-muted3 {
  height: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  text-align: Left;
  color: #5B6770;
}

.list-inline {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  align-content: center;
}

.container-center {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  align-self: center;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

p {
  color: grey;
}

.heading {
  text-transform: uppercase;
  color: #00A9E0;
  font-weight: normal;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#ustiform fieldset:not(:first-of-type) {
  display: none;
}

#msform input, #msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 2px;
  margin-top: 25px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00A9E0;
  outline-width: 0;
}

#msform .action-button {
  width: 45%;
  background: #0196DA;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

#msform .action-button:hover, #msform .action-button:focus {
  background-color: #6CC24A;
}

#msform .action-button-previous {
  width: 100px;
  background: #5B6770;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  background-color: #717F88;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
  justify-content: center;
}

.fs-title {
  font-size: 21px;
  color: #0196DA;
  /*margin-bottom: 15px;*/
  font-weight: normal;
  text-align: center;
  font-weight: 600;
}

.fs-title2 {
  font-size: 21px;
  color: orange;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center;
  font-weight: 600;
}

.purple-text {
  color: #5B6770;
  font-weight: normal;
}

.steps {
  font-size: 21px;
  color: #5B6770;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
  font-weight: 600;
}

.fieldlabels {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #5B6770;
  text-align: left;
  font-weight: 500;
}

#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: #ACB4B8;
}

#progressbar .active {
    color: #00A9E0;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 500;
    line-height: 17px;
}

    #progressbar #billing:before {
        font-family: "Font Awesome 5 Free";
        content: "\f571";
        font-weight: 900;
    }

    #progressbar #review:before {
        font-family: "Font Awesome 5 Free";
        content: "\f688";
        font-weight: 900;
    }

    #progressbar #card:before {
        font-family: "Font Awesome 5 Free";
        content: "\f09d";
        font-weight: 900;
    }

    #progressbar #success:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-weight: 900;
    }

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 24px;
    color: #ffffff;
    background: #ACB4B8;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #00A9E0;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before {
    background: #00A9E0;
}

#progressbar li.active:after {
    background: #ffffff;
}

#progressbar li:before {
    background: #ACB4B8;
}

#progressbar li:after {
    background: #ffffff;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #6CC24A;
}

.fit-image {
  width: 100%;
  object-fit: scale-down;
}

div.wrap {
  width: inherit;
  height: 100px;
  position: relative;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.lefty {
  text-align: left;
}

.navbar-brand img {
  height: 75px;
  position: relative;
  float: right;
}

.text-center img {
  height: 90px;
}

.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

ul.nav li a, ul.nav li a:visited {
  color: white !important;
}

ul.nav li a:hover, ul.nav li a:active {
  color: light-gray !important;
}

ul.nav li.active a {
  color: white !important;
}

.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: white;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

<!---- Central Square CSS--- > #ustiform fieldset:not(:first-of-type) {
  display: none;
}

#ustiform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#ustiform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card-jm {
  text-align: left;
}

#ustiform select {
    padding: 8px 15px 8px 15px;
    margin-bottom: 2px;
    margin-top: 20px;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    /*background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;*/
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    /*appearance: none;*/
}

#ustiform select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }

#ustiform select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

#ustiform select[multiple], .custom-select[size]:not([size="1"]) {
     height: auto;
     padding-right: 0.75rem;
     background-image: none;
}

#ustiform select:disabled {
     color: #6c757d;
     background-color: #e9ecef;
}

#ustiform select::-ms-expand {
     display: none;
} 

 #ustiform select:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #495057;
}


#ustiform select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

#ustiform select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}


#ustiform input, #ustiform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 2px;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 1px;
}

#ustiform input:focus, #ustiform textarea:focus{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00A9E0;
  outline-width: 0;
}

#ustiform input {
    &:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    }
}

#ustiform select {
    &:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    }
}

#ustiform .action-button {
  width: 100%;
  background: #0196DA;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: auto;
}

#ustiform .action-button:hover {
  background-color: #6CC24A;
}

#ustiform .action-button:focus {
    background-color: #717F88;
}

#ustiform .action-button-previous {
  width: 100%;
  background: #5B6770;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 7px;
  margin: auto;
  
}

#ustiform .action-button-previous:hover, #ustiform .action-button-previous:focus {
  background-color: #717F88;
}

.bg-info {
  background-color: #192231!important;
}

.btn-info {
  background-color: #192231!important;
}

.bg-success {
  background-color: #6CC24A!important;
}

.bg-secondary {
  background-color: #717F88!important;
}

.alert-warning {
  border-color: orange!important;
  border-width: 3px;
  /*background-color: #717F88!important;*/
}

body {
    font-family: Calibri;
}

.bg-info {
  background-color: #192231!important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover.dropdown-menu > .active > a:focus {
  color: #717F88!important;
  background-color: #e7e7e7!important;
}

.navbar ul li a {
  color: #fff;
}

.navbar ul li a:hover {
  color: #fff;
}

label.error {
    color: red;
}

#ustiform .creditcard {
    width: 47px;
    height: auto;
}

.list-group-item {
    padding-right: 3.25rem;
    padding-left:  2.25rem;
}

/* New CSS introduced for UI resemblance with CP payments */
.textOnInput {
  position: relative;
}
.textOnInput label {
  position: absolute;
  top: -15px;
  left: 23px;
  padding: 2px;
  z-index: 1;
  font-size: small;
}
.textOnInput label:after {
  content: " ";
  background-color: #fff;
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
label {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: .5rem;
}
.form-control {
  box-shadow: none !important;

}
.icon-allign-right {
  margin-right: 25%;
}

.icon-allign-left {
  margin-left: 25%;
}

.pay-btn {
  width: 100px !important;
  margin-top: 10px;
  border-color: #5B6770;
}

.pay-btn:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00A9E0;
  outline-width: 0;
}

.required-label{
  color:red;
}

#ccCheck, #bnkCheck{
  color: #00A9E0;
}