.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.services {
  padding-top: 5px;
}
.col-sm-4 {
  padding-top: 7px;
}

.btn.btn-offer {
  background-color: #fff;;
  color: #0f0;
}
del { 
  text-decoration: line-through;
  color: red;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #090158;
  border-bottom: 1px solid rgba(115, 41, 41, 0.13);
}
.btn-link {
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.btn-link:hover {
  color: #00ff10;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.reds {
  color: #259e0c;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #194d02;
}
.list-group-item-action {
  width: 100%;
  color: #000;
  text-align: inherit;
}
.btn-link.focus, .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.text-primaryss {
  color: #ff0024 !important;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: .25rem;
  margin-top: 56px;
}

/*Nav bar custom*/

.navbar-toggler-icon {
  background-color: white;
}

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
  background-color: #090158 !important;
}
.navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: white;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: lime;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: white;
}


/*End Nav bar*/


.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #0062cc;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #005cbf;
}



.h1, h1 {
  font-size: 0.9rem;
  color: red;
}


.priceLabel {
  width: 89px;
  
  background-color: #eda10a;
  color: white;
  text-align: center;
  height: 31px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 2px;
}

.btn-primary {
  color: #fff;
  background-color: #090158;
  border-color: #002d5e;
}

.container  {
  padding-top: 15px;
}

b {
  color: #0a0258;
}
.card-img-top {
  height: 197px;
}

td {
  padding: 10px;
  vertical-align: text-top;
}

        img {
    max-width: 100%;
    height: auto;
}
        section {
/*            padding: 60px 0;*/
           /* min-height: 100vh;*/
        }
 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
/*.contact-area {
    border-bottom: 1px solid #353C46;
}*/

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #011bef;
  color: #030d5e;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.contact-social ul li a:hover {
  background-color: green;
    border: 1px solid #FFF;
  color: #FFF;
}

.contact-content img {
    max-width: 210px;
}

section, footer {
      background: #FFF;
    color: #868c96;
}

footer p {
/*    padding: 40px 0;*/
    text-align: center;
}

footer img {
    width: 44px;
}


@media screen and (min-width: 800px) {
/* Slider Image Height */
  .d-block.w-100 {
  height: 442px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

}

@media screen and (min-width: 1000px) {
  .d-block.w-100 {
    height: 581px;
  }
}