/* Common Styles */
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
}

#wpadminbar {
  display: none;
}

header#topnav {
  padding: 2px;
  /*background-color: #293291 !important;*/
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
#topnav.nav-sticky {
  -webkit-box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
}

#dashboard header#topnav {
  background-color: #293291 !important;
}

.btn-brand {
  /*box-shadow: 0 3px 5px 0 rgba(212, 110, 47, 0.3);*/
  border-color: #d4562f !important;
  background-color: #ff4a00 !important;
  color: white;
}
.btn-brand:hover {
  background-color: #f04501 !important;
  color: white;
}
.btn-brand-alt {
  /*box-shadow: 0 3px 5px 0 rgb(66 47 212 / 30%);*/
  border-color: #293291 !important;
  background-color: #293291 !important;
  color: white;
}
.btn-brand-alt:hover {
  background-color: #1b2383 !important;
  color: white;
}
.bg-light-grey {
  background-color: #f0f0f0 !important;
}
.text-brand {
  color: #293291 !important;
}
@media (max-width: 450px) {
  #topnav .buy-button {
    display: none;
  }
  .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858 !important;
  }
}
#topnav .logo {
  padding-left: 10px;
}
#topnav .navigation-menu > li > a {
  /*font-family: "Montserrat", sans-serif;*/
  padding-left: 5px;
  padding-right: 5px;
  color: #293291;
  font-weight: 700;
  font-size: 15px;
}
#dashboard #topnav .navbar-toggle span {
  background-color: #ffffff;
}

/* Hero Section */
#home {
  background-color: #293291 !important;
  padding-top: 7rem;
}
.usp-icons {
  margin-top: 5rem !important;
}
.hero-tagline > h2 {
  font-weight: 800;
  font-size: 40px;
}
.hero-tagline > h4 {
  font-weight: 500;
  font-size: 30px;
}

@media (max-width: 575px) {
  .hero-tagline > h2 {
    font-weight: 800;
    font-size: 13px;
  }
  .hero-tagline > h4 {
    font-weight: 500;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #home {
    /*background: url(../img/mobile-banner.png);
    background-repeat: no-repeat;
    background-position: right 78px;
    background-size: contain;
    padding: 0px !important;*/
  }
  .usp-icons {
    margin-top: 0rem !important;
  }
  #home .title-heading .heading {
    line-height: 40px !important;
    /*margin-top: 100px;*/
  }
  #home .key-feature .icon {
    margin-top: 0px !important;
  }
}

#home .title-heading .heading {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 900;
}

#home .key-feature {
  background-color: white;
  color: #293291;
}
#home .key-feature .icon {
  background-color: #ff4a00;
  width: 75px;
  height: 75px;
  padding: 5px;
  margin-top: -18px;
  border-radius: 0 0 10px 10px;
}
#home .key-feature .title {
  font-size: 15px;
  text-align: center;
}
#home .key-feature .icon > img {
  max-width: 100%;
  max-height: 100%;
}

/* How It Works Styles */
.dotted-line {
  background-image: url(../img/dashed-line.svg);
  background-repeat: no-repeat;
  background-position: center 150px;
}
@media (max-width: 767px) {
  .dotted-line {
    background-image: none;
  }
}
.hiw-heading-blue {
  background-color: #293291;
  color: white;
  text-align: right;
  padding-right: 20px;
  /*width: 50%;*/
}
.hiw-bg {
  /*background-image: url(../img/hiw-bg.png);
  margin-bottom: -85px;*/
}
.hiw-blue-container {
  background-color: white;
  border-radius: 0px 35px 35px 0px;
  padding-right: 0px;
  border-bottom: 7px solid #ff4a00;
}
.hiw-blue-container .key-feature {
  background-color: #293291;
  color: white;
  border-radius: 35px !important;
  text-align: center;
}
.hiw-blue-container .key-feature .icon {
  background: #4b57d7;
}

.hiw-orange-container {
  background-color: white;
  border-radius: 35px 0px 0px 35px;
  padding-left: 0px;
  border-bottom: 7px solid #ff4a00;
}
.hiw-orange-container .key-feature {
  background-color: #ff4a00;
  color: white;
  border-radius: 35px !important;
  text-align: center;
}
.hiw-orange-container .key-feature .icon {
  background: #ff8959;
}

.hiw-bg .title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .hiw-bg {
    /*background-image: url(../img/hiw-bg1.png);
      background-position: bottom;
      background-repeat: no-repeat;*/
    margin-bottom: 0px;
  }
  .hiw-item-txt {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    margin: 10px;
    border-radius: 8px;
  }
  .hiw-item-txt .row {
    margin-top: -25px;
  }
  .hiw-heading-orange {
    margin-top: -25px;
  }
  .hiw-orange-container {
    border-radius: 35px 35px 35px 35px;
    padding-right: 0px;
  }
  .hiw-blue-container {
    border-radius: 35px 35px 35px 35px;
    padding-left: 0px;
  }
}
.hiw-heading-orange {
  background-color: #ff4a00;
  color: white;
  text-align: left;
  padding-left: 20px;
  width: 50%;
}
/* Pricing Styles */
.pricing-blue-container {
  background-color: #293291;
  border-radius: 20px;
  padding-bottom: 30px;
  margin-top: 40px;
}
span.pricing-title {
  color: white;
  background-color: #293291;
  padding: 15px 30px;
  border-radius: 20px;
}
.pricing-box {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 80px;
  height: 375px;
  margin-top: 10px;
}
.pricing-box-img {
  max-width: 125%;
  display: block;
  margin-top: -41px !important;
  max-height: 100%;
}
@media (max-width: 767px) {
  .pricing-box {
    height: fit-content;
    margin-top: 10px;
  }
  .pricing-box-img {
    max-width: 100%;
    margin-top: 50px !important;
  }
}

/* Pricing Mobile Styles*/
.pricing-mobile .recommmended-header {
  background-color: #ff4a00;
  color: white;
  font-size: 26px;
  font-weight: bolder;
  border-radius: 3px;
}
.pricing-mobile .recommmended-box {
  border: 2px solid #ff4a00;
}
.pricing-mobile .shadow {
  box-shadow: 0px 0 4px 1px rgb(0 0 0 / 25%) !important;
}
/* FAQs Styles */
.faq-content h6 {
  color: black;
}
.faq-inquiry .form-group .form-control {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}
.faq-inquiry .form-group textarea {
  height: 60px !important;
}

/* start: Progress Bar styles */
#progress {
  position: relative;
  margin-bottom: 30px;
}
#progress-bar {
  position: absolute;
  background: black;
  height: 2px;
  width: 100%;
  top: 46%;
  left: 0;
}
#progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#progress-num::before {
  content: "";
  background-color: lightgray;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: -1;
}
#progress-num .step {
  border: 2px solid #777777;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  background-color: #f0f0f0;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.step > p {
  color: #293291;
  margin-top: 25px;
  margin-left: -17px;
  width: 56px;
}
#progress-num .step.active {
  border-color: #293291;
  background-color: #293291;
  color: #fff;
}
.btn {
  background: lightgray;
  border: none;
  border-radius: 3px;
  padding: 6px 12px;
}
/* end: Progress Bar styles */

/* start: Locations Map styles */
.location-list {
  border-radius: 0px;
  cursor: pointer;
}
.location-list.active {
  color: white;
  background-color: #ff4a00;
}
.location-not-found {
  display: none;
}
/* end: Locations Map styles */

/* start: Payment Page styles */
.payment-page input {
  background-color: #f0f0f0 !important;
  height: 50px !important;
}
/* end: Payment Page styles */

/* start: Locations Map styles */
.license-upload {
  border: 1px dashed darkgrey;
  border-radius: 8px;
  cursor: pointer;
}
.license-upload:hover {
  background-color: #f1f1f1;
}
/* end: Locations Map styles */

/* Footer Styles */
.footer-orange-line {
  height: 20px;
  background-color: #ff4a00;
}

.footer-links {
  display: flex;
}

.footer-link {
  margin-right: 30px;
}

.footer-icons {
  display: flex;
  margin-top: 20px;
  color: white;
}

.footer-icon {
  margin-right: 30px;
}

.footer-icon a {
  color: white;
}

.footer .text-foot {
  color: #f9f9f9;
}

.footer {
  background: #293291;
}
.mobile-footer {
  display: none;
}
@media (max-width: 600px) {
  .footer-links {
    display: block;
  }
  .desktop-footer {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
  .footer-icons {
    justify-content: center;
  }
}

/* Other Pages */
.bg-dark-blue {
  background-color: #293291;
}

/* Auth Pages */
.login_page .form-control {
}

/* Dashboard Pages */
.sidebar {
  border-right: 1px solid #d2d2d2;
  margin: 0px;
  height: 100%;
}
.sidebar .btn {
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  color: #293291 !important;
  padding: 11px 20px;
  width: 179px;
  height: 48px;
  text-align: left;
}
.sidebar .btn.active {
  background-color: #293291 !important;
  color: white !important;
  border-color: #293291 !important;
}
.sidebar .fea {
  stroke-width: 2.8px;
}

.db-menu {
  justify-content: left !important;
  display: flex;
}
.db-menu .user {
  display: flex;
  margin: 7px 3rem;
}
.db-menu .plans {
  background-color: white;
  display: flex;
  border-radius: 8px;
  margin: 10px 0px;
  padding: 5px 10px;
  width: 330px;
  font-size: 14px;
  list-style: none;
}
.db-menu .plans > li {
  width: 50%;
}
@media (max-width: 991px) {
}
@media (max-width: 450px) {
  .db-menu {
    display: block;
  }
  .db-menu .plans {
    display: none;
  }
  .db-menu .navigation-menu {
    display: block !important;
  }
  .db-menu .navigation-menu > li > a {
    color: white;
  }
  .db-menu .user h5 {
    color: #3c4858 !important;
  }
}
/* Dashboard Packages */
.package-card-blue {
  background-color: #293291;
  color: white;
}
.package-card-yellow {
  background-color: #ffc127;
  color: #293291;
}
.package-card-brown {
  background-color: #970c0c;
  color: white;
}
.package-card-purple {
  background-color: #5d2991;
  color: white;
}
.package-card-purple .door-code,
.package-card-purple .qr-code {
  display: none;
}
.package-card-icon {
  float: right;
  max-width: 80px;
}

.package-banner {
  color: white;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.package-card-blue .package-banner {
  background-color: #4754de;
}
.package-card-yellow .package-banner {
  background-color: #970c0c;
}
.package-card-brown .package-banner {
  background-color: #000000;
}
.package-card-purple .package-banner {
  background-color: #8a3dd8;
}
.package-banner-orange {
  background-color: #ff4a00;
  color: white;
}

.door-code {
  background-color: white;
  color: black;
  border-radius: 8px;
  padding: 10px 0px 0px 20px;
  height: 50px;
  display: flex;
}

.delivery_btn {
  color: white;
  border: 3px solid #ffffff;
  padding: 10px 40px;
  margin-bottom: -60px;
  border-radius: 8px;
}
.delivery_btn:hover {
  color: white;
}

.package-card-blue .delivery_btn {
  background-color: #1d2362;
}
.package-card-yellow .delivery_btn {
  background-color: #ff8a00;
}
.package-card-brown .delivery_btn {
  background-color: #6c0b0b;
}
.package-card-purple .delivery_btn {
  background-color: #3f0b73;
}

/* Dashboard: Billing */
.billing-option-dark {
  background-color: #2932911a;
  padding: 20px;
  border: 1px solid #293291;
  box-sizing: border-box;
  border-radius: 8px;
  color: #293291;
}
.billing-option-light {
  background-color: white;
  padding: 20px;
  border: 1px solid #5f5f5f;
  box-sizing: border-box;
  border-radius: 8px;
  color: #293291;
}
