body {
  font-family: "poppins";
  background-color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
}

/******************************* 
Styles for phone number QR code.
*******************************/

@media screen and (min-width: 992px) {
  /* Tooltip container */

  /* Tooltip text */

  /* Show the tooltip text when you mouse over the tooltip container */
}

.check-ul {
  list-style-type: none;
  /* remove the default bullet point */
}

.check-ul li:before {
  content: "\2713";
  /* add the checkmark */
  margin-right: 10px;
  color: green;
}

.p-0 {
  padding: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* .fa {
  border-radius: 50%;
  padding: 5px;
  background-color: #1a0f91;
  color: white;
  vertical-align: middle;
  text-align: center;  
} */

/**************************************** 
Styles for phone number QR code ends here.
*****************************************/

.logo {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.header {
  background-color: #4f5cc0;
}

.card-header {
  background-color: #4f5cc0;
  color: white;
  font-weight: bold;
}

.card-header-light {
  background-color: #dee2e6;
  color: black;
  font-weight: bold;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
  border: 2px solid #fff;
}
.navbar-brand:hover {
  text-decoration: none;
}
.nav-item {
  font-size: 20px;
  word-wrap: break-word;
  color: white;
  font-weight: 500;
}
.nav-link {
  color: rgb(255, 255, 255);
}

.nav-item:hover {
  color: #f3b417 !important;
  transition: 0.4s;
  text-decoration: none;
}

.dropdown-item {
  color: #2f3b82 !important;
  padding: 3px !important;
}

.navbar .list-unstyled > li > a,
.navbar .list-unstyled > li > i,
.navbar .dropdown-item {
  display: flex !important;
  align-items: center !important;
  gap: 5px;
  width: fit-content;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: auto;
  padding: 0.5rem 1.5rem;
}

.shadow-purple {
  border: 1px solid #4f5cc0;
  box-shadow: 6px 6px 15px rgb(79 92 192 / 25%);
}

.btn-blue:hover {
  background-color: #f3b417;
  color: #1a0f91;
  border: #f3b417;
  font-size: 22px;
}

.btn-blue {
  color: #f3b417;
  background-color: #1a0f91;
  transition: 0.5s;
  font-size: 22px;
}

@media (min-width: 811px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    width: max-content;
    padding: 0.5rem 1.5rem;
  }
}

.dropdown .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown-menu i {
  font-size: 1.4rem;
  display: inline;
}

.dropdown-menu a {
  text-wrap: wrap;
  display: inline;
  padding: 0.5rem;
}

.dropdown-menu hr {
  border: 3px solid rgb(182, 182, 221);
  width: 100%;
}

.dropdown-menu .h2 {
  font-size: 1.2rem;
  line-height: normal;
}
.logo {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.nav-item:hover {
  color: #f3b417 !important;
  transition: 0.4s;
  text-decoration: none;
}

a:hover {
  text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}

p,
li {
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #1a0f91;
  text-decoration: none;
}

a:hover {
  color: #1a0f91;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
  color: #f5b417 !important;
  transition: 0.6s;
}

.purple-bar {
  background-color: #4f5cc0;
}

.content a {
  word-break: break-word;
}

/* design for tables starts here */
table {
  font-size: 20px;
  /* border: 1px solid #1a0f91; */
  margin-bottom: 1.5rem;
}

table td,
table tr,
table th {
  /* border: 1px solid #1a0f91; */
  padding: 0.5rem;
}

.right-answer {
  color: #00b545;
}

/* design for tables end here*/

.box-shadow {
  border: 1px solid #1a0f91;
  box-shadow: 0 2px 6px 5px rgba(26, 15, 145, 0.3);
}

.poppins-semi-bold {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 22px;
}

.h1 {
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 700;
}

.hero a {
  color: white;
  text-decoration: underline;
}

@media screen and (max-width: 1500px) {
  .hero {
    background: url(/assets/monitor-tech/headr-bg.svg);
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .hero {
    background: url(/assets/monitor-tech/headr-bg.svg);
    background-position: center;
  }
}

@media screen and (min-width: 1801px) {
  .hero {
    background-color: #4f5cc0;
    max-height: 680px;
  }

  .hero .container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #arrh {
    margin-top: 3rem;
  }

  .text-large-left {
    text-align: left !important;
  }
}

.hero-btn {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  padding: 10px;
}

.hero-btn:hover,
.hero-btn:focus,
.hero-btn:visited,
.hero-btn:active {
  background-color: rgba(245, 180, 23, 0.9);
  color: #1a0f91;
}

#buynow {
  background-color: #f5b417;
  color: #1a0f91;
  font-size: 20;
  font-weight: 600;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  border: none;
}

.buynow {
  background-color: #f5b417;
  color: #1a0f91;
  font-size: 20;
  font-weight: 600;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  border: none;
}

/* Styles for Cards */

@media screen and (max-width: 767px) {
  .two {
    order: 1;
  }

  .one {
    order: 2;
  }
}

.card-title {
  font-size: 22px;
  font-weight: 500;
}

.card-shadow {
  box-shadow: 8px 12px 15px rgba(4, 59, 85, 0.2);
  border: 1px solid #4f5cc0bb;
}

/* Styles for buttons */
.btn-yellow {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5rem 2rem;
  background-color: #f5b417;
  color: #1a0f91;
  /* margin-top: 1.5rem; */
}

.btn-warning {
  background-color: #f5b417;
  color: rgb(255, 255, 255);
}

.btn-yellow:hover {
  color: #1a0f91;
  transition: 0.2s;
  outline: 1px solid #1a0f91;
  background-color: transparent;
  font-size: 20px;
}

.btn-warning:hover {
  color: #1a0f91;
  transition: 0.2s;
}

/* Remind me section styles */

/* Testimonials */

/* Contributor div styles */

.contributor-div {
  border: 1px solid #1a0f91;
  border-radius: 5px;
  box-shadow: 0 2px 5px 5px rgba(26, 15, 145, 0.2);
}

.contributor-div .btn-yellow {
  font-size: 16px;
  padding: 0.5rem 1rem;
}

/* styles for feedback */

.helpful,
.helpful .bi-hand-thumbs-up-fill {
  background-color: #00b545;
  color: #fff;
}

.helpful:hover {
  background-color: #fff;
  color: #00b545;
  border: 1px solid #00b545;
  transition: 0.6s;
}

.helpful:hover .bi-hand-thumbs-up-fill {
  background-color: #fff;
  color: #00b545;
  transition: 0.6s;
}

.img-author {
  width: 6rem;
  height: auto;
  border: 2px solid #f5b417;
  border-radius: 0.4rem;
}

.h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

code {
  color: #1a0f91;
  word-wrap: break-word;
}

blockquote,
.blockquote {
  color: #87878b;
  border-left: 3px solid #87878b;
  padding-left: 2rem;
  margin: 1.5rem 0;
}

/* Styles for footer */
footer {
  margin-top: 2rem;
  padding: 1rem;
  color: rgb(255, 255, 255);
}

footer h5 {
  font-size: 25px;
  font-weight: 200;
}

footer a {
  color: white;
  text-decoration: underline;
  line-height: 30px;
  font-size: 18px;
}

footer a:hover {
  color: rgb(255, 255, 255);
}

footer hr {
  background-color: white;
}

footer p {
  font-size: 18px;
  font-weight: 200;
}

.floating-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 13px;
  margin: 0 1rem 1rem 0;
}
.floating-btn:hover {
  color: #f5b417;
  border: 1px solid #f5b417;
}

/* styles for video */

.bg-hero {
  background-color: #4f5cc0;
}
.b-White {
  border: 2px solid white;
}
.w-12rem {
  width: 12rem;
}
.custom-box {
  height: 350px;
  border: 1px solid #1a0f91;
  width: auto;
  box-shadow: 0 2px 6px 5px rgba(26, 15, 145, 0.3);
}
.mb-5rem {
  margin-bottom: 5rem;
}
.mb-10 {
  margin-bottom: 10.2rem;
}
.fs-18 {
  font-size: 18px;
}
.text-blue {
  color: #1a0f91;
}
.t-scale {
  transform: scale(1.2);
}
.h-7em {
  height: 7em;
}
.c-pointer {
  cursor: pointer;
}
.promo-span {
  background-color: #f5b417;
  color: #fff;
  padding: 0 6px;
  border-radius: 3px;
  padding-bottom: 3px;
}
