html,
body {
  background-color: #F3F3F3;
  color: #282828;
  font-family: 'Nunito', sans-serif,;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  padding-top: 35px;
}
h2 {
  color:#5caad2;
  font-family: Quicksand, Calibri, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: 2rem;
}
input {
  font-family: 'Work Sans', Calibri, sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
scroll-behavior: smooth;
}
a {
  color:#888888;
}
a:hover {
  color:#3773CA;
}
.mba-blue {
  color:#3773CA;
}
.mba-light-blue {
  color:#5caad2;
}
.list-group-item {
  background-color: #fff!important;
  border: 1px solid #3773CA;
}
.list-group-item.active {
  background-color: #007bff!important;
  border: 1px solid #3773CA;
}
.form-logo {
  max-width:100px;
}
.quote-btn {
  display: inline-block;
  border: 1px solid #3773ca;
  border-radius: 10px;
  background-color: #fff;
  color: #3773ca!important;
  cursor: pointer;
  font: 800 20px/20px CircularStd,sans-serif;
  margin-bottom: 10px;
  padding: .85em 1em;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;vertical-align: middle;
  box-shadow: 0px 10px 40px -10px rgba(115,157,217,0.5);
}
.quote-btn:hover {
  background-color: #3773ca!important;
  color: #fff!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*
*
* ==========================================
* NAV
* ==========================================
*
*/
.header-top {
padding: 10px 0 10px;
}
.navbar-nav {
  max-height:400px;
  overflow-y: auto;
}

.navbar {
  font-size: 18px !important;
}

.navbar-nav > li {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-link-active {
  color:#005DAC !important;
      text-decoration:underline;
    }

.current-page {
   color: #640200;
   background-color: #000000;
}

.nav-overlay {
  background: rgba(0, 0, 0, 0.3);
  min-height: 100%;
  height: 100%;
}

.primary-nav {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.shrink {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  min-height: 45px !important;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 2px 3px 0px;
  font-size: 16px !important;
}

.shrink img {
  max-width: 60% !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.img-fluid {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.shrink-btn {
  font: 400 1px/1px CircularStd, sans-serif;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}


/*
Image Checkbox
*/
.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {
opacity: 1;
}
.custom-control.image-checkbox label {
cursor: pointer;
}
.custom-control.image-checkbox label:before {
border-color: #007bff;
background-color: #007bff;
}
.custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before {
transition: opacity .3s ease;
opacity: 0;
left: .25rem;
}
.custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover {
opacity: .8;
}
.custom-control.image-checkbox label img {
border-radius: 2.5px;
}
.form-group-image-checkbox.is-invalid label {
color: #dc3545;
}
.form-group-image-checkbox.is-invalid .invalid-feedback {
display: block;
}
/* Slider */
.slider-wrap {
width: 100%;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;
background: #fff;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 35px;
height: 35px;
border: 2px solid #fff;
border-radius: 50%;
background: #3773ca;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
/* Modal box-shadow: 0px 10px 40px -10px rgba(115,157,217,0.5);*/
.modal-style {
background-color: #F3F3F3;
border: 2px solid #3773CA;
color: #007bff;
}
button.close,button.close:hover {
color:#888888;
opacity: 1;
}
.card {
background-color:#fff!important;
border:2px solid #3773CA;
border-radius:10px;
}
.carousel-indicators li {
width: 10px;
height: 10px;
border-radius: 100%;
}
.carousel-indicators {
bottom: -50px;
}
.main-head{
height: 150px;
background: #FFF;

}
.sidenav {
height: 100%;
background-color: #050d15;
overflow-x: hidden;
padding-top: 20px;
}
.main {
padding: 0px 10px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
}
@media screen and (max-width: 450px) {
.login-form{
margin-top: 10%;
}
.register-form{
margin-top: 10%;
}
}
@media screen and (min-width: 768px){
.main{
margin-left: 40%;
}
.sidenav{
width: 40%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
.login-form{
margin-top: 80%;
}
.register-form{
margin-top: 20%;
}
}
.login-main-text{
margin-top: 20%;
padding: 60px;
color: #fff;
}
.login-main-text h2{
font-weight: 300;
}
.summary-card {
background-color: #fff!important;
border: 0 solid #eee;
border-radius: 0;
box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
color:#15202b;
}
.summary-card-icon {
font-size: 3.5em;
}
.summary-card-number {
font-size: 2.2em;
color: #555;
}
.summary-card strong {
font-size: 1.5em;
color: #2b90d9 !important;
line-height: auto;
}
.summary-card p {
font-size: 0.8em;
color: #999;
margin-bottom: 5px;
padding:10px;
}
.summary-vehicle-text {
font-size: 16px;
color: #555;
}
input[type=file] {
cursor: pointer;
}
/* Placeholder text color */
.form-control::-webkit-input-placeholder {
color: #A8A8A8;
}
.form-control:-moz-placeholder {
color: #A8A8A8;
}
.form-control::-moz-placeholder {
color: #A8A8A8;
}
.form-control::placeholder {
color: #A8A8A8;
}
.form-control:-ms-input-placeholder {
color: #A8A8A8;
}
.popover-header {
color:#000!important;
}
.white-pill .active a,
.white-pill .active a:hover {
color:#fff;
}
.invalid-feedback {
color:#ff6666!important;
}
/* Delete image */
.img-wraps {
position: relative;
display: inline-block;

font-size: 0;
}
.img-wraps .closes {
position: absolute;
top: 5px;
right: 8px;
z-index: 100;
background-color: #FFF;
padding: 4px 3px;

color: #000;
font-weight: bold;
cursor: pointer;

text-align: center;
font-size: 22px;
line-height: 10px;
border-radius: 50%;
border:1px solid red;
}
.img-wraps:hover .closes {
opacity: 1;
}
@media only screen and (min-width: 1610px) {
.price-box {
position: fixed; bottom: 20px; right: 20px;
}
}
.nav-pills .nav-link {
    border: 2px solid #007bff!important;
    margin: 3px;
}
.info-circle-size {
  font-size:1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 990px) {
  .v-hide { display: none; }  /* show it on small screens */
}
.sig-wrapper {
  height:40vh!important;
}

.was-validated .form-control:invalid {
  background-position: right calc(.575em + .1875rem) center;
}