.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif !important;
    color: #1A1C1F;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #b12400;
}

.home-banner{
    background-color: #f5f9ff;
    padding: 60px 0px;
}

.subscription-card {
    border: 2px solid #d12b00;
}

.background-primary{
    border-bottom: 2px solid #d12b00;
    background-color: #d12b00;
    color: white;
}

.secondary-background {
    background: #d12b00;
}

.primary-color {
    color: #d12b00;
}

.btn-1 {
    background-color: #d12b00;
    color: white;
    border: 2px solid #d12b00;
    font-weight: bold;
}

.btn-1:hover {
    background-color:  #b12400;
    color: white;
    border: 2px solid  #b12400;
    font-weight: bold;
    /* box-shadow: inset 36.5em 0 0 0  #d12b00; */
}

.btn-2 {
    background-color: #d12b00;
    color: #ffffff;
    border: 2px solid #d12b00;
    font-weight: bold;
}
.btn-2:hover, .btn-2:focus {
    background-color:  #b12400;
    color: #ffffff;
    border: 2px solid  #b12400;
}

.btn-3 {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: bold;
    padding: 12px 28px 12px;
}
.btn-3:hover {
    /* background-color: #d12b00; */
    color: #ffffff;
    border: 2px solid #b12400;
    box-shadow: inset 0 -3.25em 0 0 #b12400;
    font-weight: bold;
}
.btn-nav {
    background-color: transparent;
    color: #d12b00;
    border: 2px solid #d12b00;
}
.btn-nav:hover {
    color: #ffffff!important;
    border: 2px solid #b12400;
    box-shadow: inset 0 -3.25em 0 0 #b12400;
}

.card-body .btn-2:hover {
    /* border: 2px solid #d83030!important; */
}

/* .white-bg:hover {
    border: 1px solid #d83030;
} */

.form-control:focus {
    border-color: #25272C;
}

#contact-home {
    background-color: #25272C;
}

h1,h2,h3,h4,h5{
    color: #1A1C1F;
}

.secondary-color {
    color: #1A1C1F;
}

.login-form .form-control {
    border-bottom: 1px solid #25272C;
}

small a {
    color: #d12b00;
}

.bg-black{
    background-color: #f5f9ff;
}

.text-warning {
    color: #d83030 !important;
}

.btn-warning {
    background-color: #d83030;
    border-color: #d83030;
}

.btn-warning:hover {
    background-color: #8a1f1f;
    border-color: #8a1f1f;
}

#home_head h1 {
    margin-bottom: 20px;
}
.sub-heading {
    margin-bottom: 30px;
    font-weight: 500;
}

#home .text-muted {
    font-size: 13px;
}

#home img {
    width: 40px;
}

@media screen and (max-width: 767.98px) {
    .phone-image {
        max-width: 250px;
        margin-bottom: 20px;
    }
    .sub-heading {
        font-weight: 500;
    }
  }

  label {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 0rem;
  }

  .bg-cookies {
    background: #25272C;
    color: #ffffff;
  }

.custom-control-label {
    font-weight: 300;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 300;
    margin-top: 6px;
    padding-top: 5px;
}

.text-primary {
    color:  #d12b00 !important;
}

.payment-header {
    background: #d12b00;
}

.payment-card h5::after {
    background: #d12b00;
}

.card .custom-img {
    width: auto;
    height: 33px;
}

.subscription-card img, .white-bg img {
    width: 45px;
}

.header-bg {
    background-image: none;
    background-color: #FFF5F5;
}

.navbar, #home-plus, .bg-black{
    background: #FFF5F5!important;
}

#contact-home {
    background-color: #651602;
}

#home_head {
    min-height: initial;
}

#home_head img {
    width: 100%;
}

#home-icons, .home-banner{
    background: white;
}

.custom-box{
    box-shadow: none;
    border: solid 2px #d12b00;
}

#subscription, #info {
    background-image: none;
}

.about-image {
    margin-left:0!important;
    width: 100%;
}

.secondary-background img{
    max-width: 100%;
}

h1{
    font-size: 22pt;
}
