@-moz-document url-prefix() { /* Disable scrollbar Firefox */
  html{
    scrollbar-width: none;
  }
}
body {
  margin: 0; /* remove default margin */
  scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
} 

html {
  font-family: 'Roboto', sans-serif;
}



.btn-primary {
  background: #0f3c1f!important;
  font-size: 20;
  color: white;
  
}

.center-me {
  margin-left: auto;
  margin-right: auto;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
  
}

.navbar-toggler {
  border: 0px;
  border-radius: 0px; 
  border-color:transparent;
}

.dropdown-menu.dropdown-menu-right {
  background-color: transparent;
  border-color: transparent; }

.bar1, .bar2, .bar3 {
  width: 21px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px); }

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {
  
  border-right: 2px solid #215ca0;
  border-bottom: 2px solid #215ca0;
}

.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {
  
  border: 2px solid #215ca0; 
}


.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {
    border: 2px solid #0c4c91;
}

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {
    border-right: 2px solid #0c4c91;
    border-bottom: 2px solid #0c4c91;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.bg-header {
  background: url("https://cdn.dcrypto.com/fidelity/bmo/header-bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}



.fixed-bottom {
    position: fixed;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 1030;
}