
.text-yellow {
  color: #ffc82e;
}

.btn-primary {
    background-color: #073e8f;
    border-color: #073e8f;
}

#main-nav {
  background-color: #f5eee9;
}

#main-nav .navbar-nav .nav-link {
    color: #2f2f2f;
    font-weight: 500;
    font-size: 1.25em;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: .5rem;
    }
}

#splash {
  background-color: rgb(245 238 233);
}

#splash-title {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  animation-name: example;
  animation-duration: 1s;
  text-transform: initial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition-duration: .15s !important;
}



#splash-description {
    font-size: 1.2rem;
}

#app-feature-title {
  font-size: 3rem;
  font-weight: 700;
  animation-name: example;
  animation-duration: 1s;
  text-transform: initial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition-duration: .15s !important;
}

#splash-image-wrapper  {
  animation-name: example;
  animation-duration: 1s;
  text-transform: initial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition-duration: .15s !important;
}

@keyframes example {
  0%   {margin-top:100px;opacity: 0;}
  75%  {margin-top:-10px;opacity: .7}
  100% {margin-top:0;opacity: 1}
}

#home-quote-form .input-group .form-control,
#home-quote-form .input-group .input-group-text {
  font-size: 20px;
  line-height: 32px;
}

#home-quote-form .input-group .form-control {
  max-width: 350px;
}


#home-quote-form button {
  font-size: 20px;
}

#promo-video {
  background-color: #000;
}

#app-feature-description {
    max-width: 800px;
    margin: auto;
    font-size: 1.1rem;
  }

#app-features .card {
    padding: 2rem;
    margin: 1rem;
    background-color: rgb(255 242 205);
    border-radius: 10px;
    border: 0;
}

#app-features .card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
}

#access-link .container {
    padding: 60px;
    border-radius: 10px;
    background-color: #082754;
    color: #fff;
}

#access-link .btn {
    font-size: 20px;
    width: 650px;
    font-weight: 500;
}

.btn-white {
  background-color: #fff;
  color: #404040;
  border: 0;
}

.btn-white:hover {
  background-color: #c5c5c5;
  color: #000;
}

.btn-yellow {
  background-color: #ffc82c;
  color: #404040;
  border: 0;
}

.btn-yellow:hover {
  background-color: #ce9b09;
  color: #000;
}



@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

#process-flow {
  background-color: rgb(236 227 191);
}

#process-title {
  font-size: 3rem;
  font-weight: 700;
}

#process-cards .card {
    padding: 2rem;
    margin: 1rem;
    background-color: #fff;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    transition-duration: .15s !important;
}


#process-cards .card:hover {
    transform: scale(1.1) !important;
    background-color: #073e8f !important;
    color: #fff;
}

#process-cards .card-icon {
    width: 90px;
    height: 90px;
    background-color: #eeeeee;
    border-radius: 50%;
    margin: auto;
    padding: 5px;
    margin: 20px auto;
}

#process-cards .card-icon i {
  font-size: 50px;
}

#process-cards .card:hover .card-icon {
  background-color: #2f69be;
}


/****Feedback*****/
#feedback-cards .card {
    padding: 2rem;
    margin: 1rem;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid gainsboro;
    cursor: pointer;
    transition-duration: .15s !important;
}

#feedback-cards .card-footer {
    border: 0;
    background-color: transparent;
    margin-top: 20px;
}

#feedback-cards .feedback-photo {
    width: 100%;
    border-radius: 50%;
}

#feedback-cards .feedback-name {
  font-weight: bold;
}

#management-tools {
  background-color: #082754;
  color: #fff;
}


#management-tools-cards .card {
    padding: 2rem;
    margin: 1rem;
    background-color: #fff;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    transition-duration: .15s !important;
    background-color: #fff3de;
    color: #000;
}

#management-tools-cards .card:hover {
    transform: scale(1.1) !important;
    background-color: #0d3f88 !important;
    color: #fff;
}


#management-tools-cards .card-icon {
    width: 90px;
    height: 90px;
    background-color: #eeeeee;
    border-radius: 50%;
    margin: auto;
    padding: 5px;
    margin: 20px auto;
}

#management-tools-cards .card-icon i {
  font-size: 50px;
}

#management-tools-cards .card:hover .card-icon {
  background-color: #2f69be;
}


body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.presentation-wrapper {
  border-bottom : 1px solid #49b7aa4d;
  padding: 10px 0;
}

.col-md-10 .presentation-wrapper:last-child {
  border-bottom : 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #783279;
}

h2.heading {
  font-size:38px;
  text-transform: uppercase;
}

.bg-theme-blue {
  background-color: #051835;
}

.bg-theme-blue-lite {
  background-color: rgb(178 224 213);
}

.bg-theme-orange {
  background-color: #f19811;
}

.bg-theme-purple {
  background-color: #424191;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 8px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffff9f;
}

.navbar-dark .navbar-nav .active {
  background-color: #783279;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
      padding-left: 1rem !important;
      padding-right: 1rem;
  }
}


.error-summary {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.help-block {
  color : red;
}

.btn-primary {
    color: #fff;
    background-color: #003e8f;
    border-color: #003e8f;
}

.btn-primary:hover {
    background-color: #0d4dae;
    border-color: #051835;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #0d4dae;
  border-color: #051835;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #a98311;
}

.btn-default {
  border-color: #a7a7a7;
}

/***TEMPORARY****/
.carousel-item {
    height: 30rem !important;
    background-color: #cef2fe !important;
    text-align: center;
}

.carousel-item > img {
    position: relative !important;
    top: 0;
    left: 0;
    min-width: auto !important;
    height: 30rem !important;
    margin: auto;
    text-align: center;
}

/****ADMIN*****/
.admin-header {
  margin-top: 55px;
  margin-bottom: 20px;
}

.admin-header .breadcrumb, .admin-header .alert {
  margin-bottom: 0;
  border-radius: 0;
}

.admin-content .form-group.required label:after {
  content : ' *';
  color : red;
}

.admin-content .form-group label {
  width: 20%;
  vertical-align: top;
}

.admin-content .form-group .form-control {
  width: 78%;
  display: inline;
}



:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

.form-label-group {
position: relative;
margin-bottom: 1rem;
}

.form-label-group > textarea,
.form-label-group > input,
.form-label-group > label {
padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
margin-bottom: 0; /* Override default `<label>` margin */
line-height: 1.5;
color: #495057;
border: 1px solid transparent;
border-radius: .25rem;
transition: all .1s ease-in-out;
}

.form-label-group textarea::-webkit-input-placeholder,
.form-label-group input::-webkit-input-placeholder {
color: transparent;
}

.form-label-group textarea:-ms-input-placeholder,
.form-label-group input:-ms-input-placeholder {
color: transparent;
}

.form-label-group textarea::-ms-input-placeholder,
.form-label-group input::-ms-input-placeholder {
color: transparent;
}

.form-label-group textarea::-moz-placeholder,
.form-label-group input::-moz-placeholder {
color: transparent;
}

.form-label-group textarea::placeholder,
.form-label-group input::placeholder {
color: transparent;
}
.form-label-group textarea:not(:placeholder-shown),
.form-label-group input:not(:placeholder-shown) {
padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group textarea:not(:placeholder-shown) ~ label,
.form-label-group input:not(:placeholder-shown) ~ label {
padding-top: calc(var(--input-padding-y) / 3);
padding-bottom: calc(var(--input-padding-y) / 3);
font-size: 12px;
color: #777;
}

#contact-form .container {
  background-color: rgb(236 227 191);
  padding: 20px;
  border-radius: 10px;
}

.header-description {
  font-size: 1.2rem;
}

.field-contactform-captcha label {
  display: none;
}

.error-message {
  color: red;
}

.quotation-form-wrapper {
  background-color: #f3eeea;
  padding: 50px;
  border-radius: 10px;
}

#access-link .container {
  padding: 60px;
  border-radius: 10px;
  background-color: #082754;
  color: #fff;
}

#quote-options {
background-color: #082754;
}

#quote-options .price-info .mo {
font-size: 30px;
font-weight: 600;
}

#quote-options .price-info .price {
font-size: 50px;
font-weight: 600;
}

#quote-options .card-title {
font-weight: 600;
}

.quote-options-options i {
color: green;
}

#quote-options-title {
font-size: 3rem;
font-weight: 700;
color: #fff;
}

#brands-list {
background-color: #ffc82d;
}

#brands-list-title {
font-size: 2rem;
font-weight: 700;
color: #000;
}

#plan-selection-tab {

}

#plan-selection-tab li {
  width: 33%;
  font-size: 20px;
  text-align: center;
  border: 1px solid #14519e;
  margin: .1%;
  border-radius: 5px;
}

#plan-selection-tab.nav-pills .nav-link.active,
#plan-selection-tab.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #14519e;
}

#features-line {
background-color: #14519e;
}

#features-faq {

}

#features-faq .card {
  padding: 2rem;
  margin-bottom: 10px;
  background-color: #f5eee9;
  border-radius: 12px;
  cursor: pointer;
  border: 0;
}

#features-faq .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 22px;
}

#features-faq .card-header i {
    background-color: #d2cbc5;
    color: #000;
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
    float: right;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
}

#features-faq .card-header[aria-expanded="true"] i {
    transform: rotate(45deg);
}

#features-faq .card-body {
    padding-top: 1rem;
    font-size: 15px;
}

#features-items #features-item-header h2 {
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-weight: 700;
    animation-name: example;
    animation-duration: 1s;
    text-transform: initial;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    transition-duration: .15s !important;
}

#features-items #features-item-header p {
    max-width: 600px;
    margin: auto;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

#features-items .features-item-row {
  margin
}

#features-items .features-item-row img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
}

#features-items .features-item-row h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

#features-items .features-item-row p {
  font-size: 1.1rem;
}

#footer .container {
  border-top: 1px solid gainsboro;
}

#footer .reserved {
  font-size: 15px;
  color: #636363;
}

#footer .policy a {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  padding: 0 5px;
}

#footer .icon a {
  font-size: 20px;
  color: #404040;
  font-weight: 600;
  padding: 0 5px;
}
