﻿body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  background: linear-gradient(to right, #202A3E, black);
}
#plansBody {
  background-color: #E8E8E8;
  background: linear-gradient(to right, #F8F8F8, #E8E8E8);
}

  body::-webkit-scrollbar {
    width: 0.8em !important;
    background-color: #ECECEC !important;
  }

body::-webkit-scrollbar-track {
  background-color: #333333;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px 4px !important;
  background-color: #17181a !important;
}
  #plansBody::-webkit-scrollbar {
    width: 0.8em !important;
  }
  #plansBody::-webkit-scrollbar-track {
    background-color: #ECECEC;
  }

  #plansBody::-webkit-scrollbar-thumb {
    border-radius: 4px 4px !important;
    background-color: darkgrey !important;
  }

@media screen and (max-width: 599px) {
  .main-logo {
    align-content: center !important;
    width: 35% !important;
    height: 50% !important;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: -45px !important;
  }

  .branding h1 {
    font-size: 120% !important;
    margin-bottom: -10px;
    text-shadow: 2px 2px #ff0000;
  }

  .branding h5 {
    font-size: 85% !important;
  }

  .home-blur {
    width: 90% !important;
    padding: 20px 5px 10px 15px !important;
  }
  #compare {
    table-layout: fixed;
    overflow: auto;
  }
}

.hero {
  background-color: #00152e;
  background: linear-gradient(to right, #1a467a, #00152e);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.hero-content {
  align-content: center !important;
  width: 100%;
  margin: 0 auto;
}

.navbar-toggler i {
  color: white;
}

.main-logo {
  align-content: center !important;
  width: 16%;
  height: 30%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: -85px;
}

.login {
  float: right !important;
  right: 10px;
  top: 6px;
  position: absolute;
  cursor: pointer;
}

.login a {
  text-decoration: none !important;
  color: white !important;
}

  .login a:hover {
    color: #063EAD !important;
  }

.branding {
  z-index: 4;
}

  .branding h1 {
    text-shadow: 2px 1px #fff;
    color: #6B6B6B;
  }

nav {
  background-color: #1B1C1F;
  border-bottom: 1px solid #1B1C1F !important;
}

  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  nav li {
    float: left;
  }

  nav a {
    padding: 0px;
    font-size: 1.1rem;
    display: block;
    text-align: center;
    padding: 14px 16px;
    color: #0077cc;
    text-decoration: none;
  }

    nav a:hover {
      color: white;
    }

.custom-checkbox-small {
  width: 16px;
  height: 16px;
}
.input-ms {
  font-size: 14px;
  height: 28px;
  text-align: center;
}

.label-ms {
  margin-right: -70px;
}
.section {
  padding: 50px 0;
}

  .section .card {
    color: white;
    border: none;
    background-color: inherit;
  }
  .section .card-rounded {
    color: black;
    border: none;
    text-align: center;
    background-color: white;
  }

#service h2, #service h5 {
  color: white !important;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service {
  max-width: 350px;
  margin: 20px;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  text-align: center;
  color: black;
}

#home {
  top: 0px;
  background-image: url('/images/Marketing/image1.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  height: 600px !important;
  font-family: 'Segoe UI', Verdana;
}

.home-blur {
  float: left;
  background-color: black;
  opacity: 0.85;
  width: 80%;
  height: auto;
  text-align: start;
  padding: 20px 0px 10px 35px;
  bottom: 0px;
}

.sale-section {
  top: 0px;
  padding: 0px;
  color: #fff;
  text-align: center;
  height: auto;
  width: 100% !important;
  font-family: 'Segoe UI', Verdana;
}

.sale-blur {
  background-color: #00152e;
  background: linear-gradient(to right, #1a467a, #00152e);
  opacity: 0.85;
  height: auto;
  text-align: start;
  padding: 20px 0px 10px 35px;
  bottom: 0px;
}
.sale-blur-2 {
  background-color: #020409;
  background: linear-gradient(to right, #2a2f42, #020409);
  opacity: 0.95;
  height: auto;
  text-align: start;
  padding: 20px 0px 10px 35px;
  left: 0px !important;
  margin-right: 40px !important;
}

.pay-types.active {
  background-color: #00152e;
}

#customer {
  top: 0px;
  background-image: url('/images/Marketing/image4.jpg');
  background-size: auto;
  background-position: center;
  color: #fff;
  text-align: center;
  height: 700px !important;
  font-family: 'Segoe UI', Verdana;
  width: 100%;
  margin-bottom: 50px !important;
}

.customers {
  width: 100%;
  height: 100%;
}

.interactions {
  margin-top: 10%;
  margin-bottom: 10%;
  vertical-align: central !important;
}

footer {
  background-color: #1B1C1F;
  color: white;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
}

.card-rounded {
  border-radius: 13px 13px;
  box-shadow: 5px 8px 6px 2px rgba(0,0,0,0.2);
}
h2.sale {
  font-weight: 750;
}
.display-7 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2;
}

.surround-bill button {
  width: 150px !important;
}
  .surround-bill button:first-child {
    border-radius: 13px 0px 0px 13px;
    margin-right: -2px;
  }
  .surround-bill button:nth-child(2) {
    border-radius: 0px 13px 13px 0px;
    margin-left: -2px;
  }

@media (min-width: 1200px) {
  .display-7 {
    font-size: 2rem;
  }
}

.display-8 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-8 {
    font-size: 1.5rem;
  }
}

.display-9 {
  font-size: calc(1.25rem + 0.2vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-9 {
    font-size: 1.15rem;
  }
}

.privacy-body {
  text-align: start !important;
}

.policy {
  text-decoration: none;
}
.policy:hover {
  color: white;
}

.table-policy {
  border: 1px solid #8F8F8F;
  color: white;
}

a.contact-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: 1.3rem;
  margin-top: 20px;
}

#compare table tr td:first-of-type {
  width: 55%;
}
#compare table tr.feature {
  background-color: #0e2a4d !important;
  color: white;
  text-align: left !important;
}

  #compare table tr.feature td {
    padding: 6px 0px 6px 20px;
  }

#compare table td .description {
  color: #636363 !important;
  font-size: 13px;
}

#compare table td .fa-circle-check {
  color: #02570c !important;
  font-size: 19px !important;
}

#compare table td .fa-ban {
  color: #4d4d4d !important;
  font-size: 19px !important;
}

#compare table td .fa-circle-plus {
  color: #00489e !important;
  font-size: 19px !important;
}

.features {
  color: #002e66 !important;
  font-size: 17px !important;
  margin-bottom: 2px;
}

.text-primary {
  color: #00489e !important;
}

.scratched-out {
  text-decoration: line-through;
}
.table-header {
  background-color: #00152e !important;
  border-color: #00152e;
  border-bottom: 1px solid #00152e !important;
  margin-bottom: 0px;
  height: 10px;
  position: sticky;
  margin-top: 0px;
  -webkit-position: sticky;
  z-index: 2;
  padding: 0px;
  top: 0px;
  margin-bottom: -10px;
  width: 100%;
}
.fixed-header {
  background-color: white !important;
  padding: 0px;
  top: 0px;
  margin-bottom: -1px;
  border: none;
}
.fixed-header2 {
  color: white;
  padding: 0px;
  top: -1px;
  margin-bottom: -1px;
  border: none;
}

.frequency {
  position: relative;
  align-items: center !important;
}