/* #4b10a2 */

button[name="call_now"] {
   font-size:25px;
   border-radius:15px;
   padding-bottom:7px;
}
button[name="call_now"]:hover {
   color:#FFF !important;
   text-decoration:none;
}

#sub_result,
#carrier_form_result,
#contact_result {
   position:fixed;
   z-index:9999;
   top:0;
   width:100%;
   display:block;
   height:auto;
}

.phone-header {
   text-align:center;
   margin-bottom:20px;
}

.sureship {
   text-align:center;
}

.accordion {
   text-shadow:none;
}
.accordion .card-header button {
   text-decoration:none;
   font-weight:bold;
}
.accordion .card {
   margin-bottom:20px;
}

.move-card {
   display:inline-block;
   vertical-align:top;
   color:#0e0915;
   width:12rem;
   max-width:100%;
   height:275px;
   margin:auto;
   text-align:left;
}
.move-card.height {
   height:auto;
   width:auto;
}
.move-card h3 {
   font-size:18px;
   font-weight:bold;
}
.move-card p {
   font-size:14px;
   margin-bottom:0;
}

footer {
   background:linear-gradient(00deg,rgb(217, 217, 217) 0%, rgb(255, 255, 255) 100%);
   border-top:1px solid #d4d4d4;
   margin-top:30px;
}
footer,
footer a {
   font-size:12px;
   text-decoration:none;
}
footer h5 {
   font-size:15px;
}
footer ul li {
   margin-bottom:8px;
}

.navbar {
   padding-top:0px;
   padding-bottom:0px;
}
.nav-link {
   padding-top:2px;
   padding-bottom:2px;
}

.display-7 {
   font-size:1.25rem;
}
.lead {
   font-size:1.05rem;
}

@media (min-width: 576px){
   .phone-header {
      text-align:right;
      margin-bottom:0;
   }

   .sureship {
      text-align:left;
   }
}


@media (min-width: 768px){

}


@media (min-width: 992px){

}


@media (min-width: 1200px){

}

#vet ol li label {
   vertical-align:top;
}
#vet ol li input,
#vet ol li textarea {
   vertical-align:text-top;
}

/* setup */
.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header,
.quote-form {
  background-color: #4b10a2;
  background:linear-gradient(90deg,rgba(75, 16, 162, 1) 0%, rgb(19, 84, 204) 100%);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index:-10;
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
  z-index:-10;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.bd-placeholder-img {
   font-size: 1.125rem;
   text-anchor: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

@media (min-width: 768px) {
   .bd-placeholder-img-lg {
      font-size: 3.5rem;
   }
}