.navbar-expand-md .navbar-nav {
  margin: 0 auto!important;
}

.navbar-expand-md .navbar-nav .nav-link {
  text-transform: uppercase;
  margin: 2px 0px;
  font-size: 14px;
  font-weight: 500;
}

.carousel{
  margin-bottom: 2.2rem!important;
}

.breadcrumb{
  justify-content: center;
}

.forgotalign{
  display: flex;
  justify-content: end;
}

.register{
  color: #0170c1; font-weight: 600;
}
.remember{
    margin: 2px 0 13px 4px;
    font-size: 16px!important;
}
.bx_b{
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px!important;
  background: #fff;
  padding: 30px 26px 36px;
  background-color: #fff;

}

.select_box{
  appearance: auto!important;
    height: 39px;
}

.fade.in {
    opacity: 1;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px!important;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  opacity: 1;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -36px;
    color: inherit;
}
a.close {
    text-decoration: none !important;
    font-size: 24px !important;
    line-height: 1.2;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20)!important;
    opacity: .5;

}
.form-control{appearance: auto;}
.red{
  color: red;
  font-size: 17px;
}
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 5px;
}
.terms_cond{
  text-decoration: underline!important; color:#000!important
}
.form-control{
  font-weight: 500;
  color: #000000;
}
label{
  font-size: 12px!important;
  color: gray!important;
}
.contact_gray{
    background: #f7f7f7; padding: 15px 0 5px 0; margin-top: 39px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.carousel-item {
  height: 22rem!important;
}
.carousel-item > img {
  height: 25rem;
}
.text-uppercase{
  text-transform: inherit!important;
}

ul.breadcrumb li {
    display: inline;
    font-size: 17px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
iframe{
    width: 100%;
  }
@media only screen and (max-width: 600px) {
  iframe{
    width: 100%;
  }
}