

body {
  font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol' !important;
  color: #212529;
}

/* Navbar */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.75);
}
.btn-primary {
  color: #fff;
  background-color: #f1592a;
  border-color: #f1592a;
}
.btn-primary:hover {
  background-color: #d35400;
  border-color: #d35400;
}
.navbar.navbar-expand-md .navbar-nav .nav-item .nav-link.btn-primary {
  color: #fff;
}
.btn {
  border-radius: 0.125rem;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f1592a;
}

/* Title */
.title-container {
  margin-top: 110px;
  margin-bottom: 40px;
  border: 0px solid;
  letter-spacing: 1px;
}
.title-container h1 {
  text-align: center;
  margin: 0px;
  font-size: 2.1em;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #273746;
}
.title-container h5 {
  text-align: center;
  margin: 0px;
  padding: 10px 20px 20px 20px;
  font-size: 1.2em;
  color: #273746;
}

/* Top box of visitor section */
#visitor .card-deck,
#staff .card-deck {
  padding: 0px 60px;
  justify-content: center;
}
#visitor .card-deck .card,
#staff .card-deck .card {
  border: 1px solid #efefef;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
  /* margin: 0px 20px; */
}
#visitor .card-deck .card,
#staff .card-deck .staff-card {
  max-width: 330px;
  /* width: 405px !important; */
}
#visitor .card-deck .card:hover,
#staff .card-deck .card:hover {
  background: #d6eaf8;
}
#visitor .card-deck .card .card-body,
#staff .card-deck .card .card-body {
  flex-direction: column;
  display: flex;
  /*align-items: center;*/
}
#visitor .card-deck .card .card-body hr,
#staff .card-deck .card .card-body hr {
  margin: 0px;
}
#visitor .card-deck .card .card-body h2,
#staff .card-deck .card .card-body h2 {
  margin: 0px;
  font-size: 28px;
  font-weight: 600;
  padding: 0px 0px 20px 0px;
  color: #484848;
  letter-spacing: 0.5px;
}
#visitor .card-deck .card .card-body ul,
#staff .card-deck .card .card-body ul {
  margin: 0px;
}
#visitor .card-deck .card .card-body ul li,
#staff .card-deck .card .card-body ul li {
  margin: 15px 0px;
  text-align: left;
  color: #484848;
}
#visitor .card-deck .card .card-body ul li:last-child,
#staff .card-deck .card .card-body ul li:last-child {
  margin: 15px 0px 0px 0px;
}
#visitor .card-deck .card .card-body .inline-image,
#staff .card-deck .card .card-body .inline-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  text-align: left;
}
#visitor .card-deck .card .card-body .inline-image .fa-check,
#staff .card-deck .card .card-body .inline-image .fa-check {
  margin: 7px 10px 0px 0px;
  color: #f1592a;
  display: block;
}
#visitor button,
#staff button {
  margin: 80px 0px;
  font-size: 14pt;
  padding: 6px 30px;
  border-radius: 50px;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
  background: #f1592a;
  border-color: #f1592a;
}
#visitor .catalogue-title,
#staff .catalogue-title {
  margin: 0px 0px 40px 0px;
  color: #273746;
  font-weight: 600;
  letter-spacing: 0.1px;
}

/* Pricing */
.table-container .text-center {
  padding: 0px;
}
.table-container h4 {
  margin: 0px;
  font-weight: 400;
  font-size: 26px;
}
.table-container h5 {
  margin: 0px 40px 0px 40px;
  font-weight: 600;
  font-size: 13pt;
  letter-spacing: 0.5px;
  color: #273746;
  background: #f4f6f6;
  /* border-top: 1px solid #ced4da; */
  border-bottom: 1px solid #e5e7e9;
  padding: 10px 20px 10px 5px;
  text-align: left;
}
.table-container .table-responsive {
  padding: 0px 40px 0px 40px;
}
.table-container .pricing-table-heading,
.table-container .pricing-table-body {
  border: 0px solid;
  text-align: center;
  margin: 0px 0px 6px 0px;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
}
.pricing-table-heading th:first-child {
  width: auto;
  padding: 6px 15px 6px 15px;
  font-size: 1.2em;
  background: #2196f3;
  color: #fff;
  /* opacity: 0; */
  font-weight: 400;
  letter-spacing: 0.4px;
  border-right: 1px solid #fff;
}
.pricing-table-heading th:nth-of-type(2),
.pricing-table-heading th:nth-of-type(3),
.pricing-table-heading th:nth-of-type(4) {
  width: 150px;
  border: 0px solid;
  text-overflow: ellipsis;
  padding: 6px 15px 6px 15px;
  background: #2196f3;
  border-right: 1px solid #fff;
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.pricing-table-heading th:nth-of-type(3) {
  background: #2196f3;
}
.pricing-table-heading th:nth-of-type(4) {
  background: #2196f3;
}
.pricing-table-body td:first-child {
  width: auto;
  padding: 8px 15px;
  padding-left: 20px;
  font-size: 1em;
  text-align: left;
  background: #fff;
  color: #484848;
  border: 1px solid #e5e7e9;
}
.pricing-table-body td:nth-of-type(2),
.pricing-table-body td:nth-of-type(3),
.pricing-table-body td:nth-of-type(4) {
  width: 150px;
  border: 0px solid;
  text-overflow: ellipsis;
  padding: 0 15px;
  background: #fff;
  font-size: 1em;
  vertical-align: middle;
  color: #484848;
  border: 1px solid #e5e7e9;
}
.pricing-table-body td:nth-of-type(3) {
  background: #fff;
  vertical-align: middle;
}
.pricing-table-body td:nth-of-type(4) {
  background: #fff;
  vertical-align: middle;
}
.pricing-table-body tbody tr:nth-child(even) {
  background: #fff !important;
}
.pricing-table-body .fa-check {
  color: #f1592a;
  font-size: 18px;
}
.pricing-table-body .fa-minus {
  color: #8e8e8e;
  font-size: 18px;
}
.pricing-table-body span {
  font-size: 18px;
  color: #484848;
  font-weight: bold;
}

#staff .pricing-table-body td:first-child {
  width: 430px;
}

#staff .pricing-table-heading th:first-child {
  width: 430px;
}
/* Top box of staff section */

/*#staff #even-row
    {
        background: #FFF;
    }*/

/* Tabs */
.tab-pane {
  margin: 40px 0px 40px 0px;
}
.tab-pane .card:hover {
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.tab-pane h4 {
  font-size: 1.4em !important;
  text-align: center !important;
  margin: 40px;
  width: 100%;
}
.nav-tabs {
  /* border: none; */
  border-bottom: 0.6px solid #efefef;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  font-size: 1.4em !important;
  color: #273746;
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs #pop1-tab {
  display: flex;
  margin: 0;
  justify-content: flex-end;
  padding: 0;
  /* align-items: flex-end; */
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs #pop2-tab {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-color: #fff #fff #dee2e6;
  color: #f1592a;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f1592a;
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active div {
  color: #f1592a;
  border-bottom: 4px solid #f1592a;
  width: 100px;
}

/* Footer */
footer {
  margin: 30px 0px 0px 0px;
}
.blog-link {
  font-size: 13px;
  color: #fff;
}
.blog-link:hover {
  color: #fff;
}
.footer-link {
  color: #f7f7f7bd;
  margin-bottom: 20px;
}
.footer-link a {
  color: #f7f7f7bd;
}
.footer-menu-title.social-media {
  margin-left: 0px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs div {
  width: 100px;
}
/*.pricing-table-body tbody tr 
    {
        border-top: 1px solid #E5E7E9;
        border-bottom: 1px solid #E5E7E9;
    }
    .pricing-table-body tbody tr:hover 
    {
        border-top: 1px solid #FF5722;
        border-bottom: 1px solid #FF5722;
        transition: 0.2s ease-in-out all;
    }*/

/* Form */
.modal .modal-header {
  align-items: center;
}
.modal .modal-title {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #273746;
}
.modal .modal-body {
  padding: 40px 40px;
}
.form-container .form-head {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
  color: #2e86c1;
}
.form-container .form-body {
  display: flex;
  flex-direction: column;
}
.form-container .form-body button {
  width: fit-content;
  justify-self: center;
  align-self: center;
}
.form-container .form-body .form-group {
  margin-bottom: 20px;
}
.form-container .form-body .form-group input {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid darkgray;
  border-radius: 0px;
}
.form-container .form-body form .form-group input::placeholder,
.form-container .form-body form .form-group textarea::placeholder {
  color: #000000;
}
.form-container .form-body form .form-group textarea {
  resize: none;
}
.signup_text {
  color: #ff4309;
  text-align: center;
}
.loader {
  text-align: center;
  padding: 10px 0px 0px 0px;
  display: none;
}

.inline-image.plan-plus {
  justify-content: center !important;
  text-align: center !important;
  font-weight: 600;
}

span.under-line {
  display: contents;
  text-decoration: underline;
}

.inline-image.plus-icon {
  justify-content: center !important;
  align-items: center !important;
}


.inline-image.plus-icon .fa-plus {
  color: #FF5722;
}

@media only screen and (max-width: 600px) {
  .pricing-table-heading th:first-child {
    font-size: 1.1em !important;
    padding: 5px 5px 5px 5px !important;
    width: 176px !important;
  }
  .pricing-table-heading th:nth-of-type(2),
  .pricing-table-heading th:nth-of-type(3),
  .pricing-table-heading th:nth-of-type(4) {
    font-size: 1.1em !important;
    padding: 5px 5px 5px 5px !important;
    width: unset;
  }
  .responsive td:first-child {
    padding: 5px 5px 5px 5px !important;
    width: 175px !important;
  }
  .responsive td:nth-of-type(2),
  .responsive td:nth-of-type(3),
  .responsive td:nth-of-type(4) {
    padding: 5px 5px 5px 5px !important;
    width: unset;
  }
  .responsive-child-table td:first-child {
    /* font-size: 0.8em !important; */
    /* padding: 5px 0px 5px 0px !important; */
    width: 176px !important;
  }
  .responsive-child-table td:nth-of-type(2),
  .responsive-child-table td:nth-of-type(3),
  .responsive-child-table td:nth-of-type(4) {
    width: auto;
    /* font-size: 0.8em !important; */
    /* padding: 5px 0px 5px 0px !important; */
  }
  .table-container .table-responsive {
    padding: 0px 0px 0px 0px !important;
  }
  .table-container h5 {
    margin: 0px !important;
  }
  #visitor .card-deck,
  #staff .card-deck {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  #visitor .card-deck,
  #staff .card-deck {
    padding: 0px !important;
  }
  #visitor .card-deck .card,
  #staff .card-deck .card {
    margin: 10px 10px 10px 10px !important;
  }
}
