
.link-logo {
    padding: .5rem 1rem .5rem 0rem;
    max-width: 360px;
}
.bold-blue{
    font-weight: 700;
    color: rgb(31 54 92);
}
.car-wrapp{
    border-radius: 15px;
    padding: 15px !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 3%) !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 3%) !important;
    margin-top: 15px;
    background-color: #FFF;
	font-size: 14px;
}
.card-body{
    color: #000 !important;
}
.wizard .steps li a .title .step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  display: block;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 25.6px;
}
@media (max-width: 767px) {
	.wizard .steps li a .title .step-icon {
	  width: 50px;
	  height: 50px;
	  font-size: 20px;
	}
}
.wizard .steps li a .step-text {
  color: #1f365c;
  font-weight: 600;
  font-size: 18px;
  margin: 14px 0 8px;
  display: block;
  text-align: center;
}

.wizard > .steps .current a .title .step-icon, .wizard > .steps .current a:hover .title .step-icon, .wizard > .steps .current a:active .title .step-icon {
  background: #0373ba;
  color: #fff;
  cursor: default;
}

.step-icon i {
  position: absolute;
  top: 30%;
  left: 33%;
}

.wizard > .steps .done a .title .step-icon, .wizard > .steps .done a:hover .title .step-icon, .wizard > .steps .done a:active .title .step-icon {
  background: #ffff00;
  color: #0373ba;
  border: 1px solid #0373ba; 
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background: #333;
  color: #fff;
  display: block; 
  padding: 0.5em 1.5em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: larger;
}

.step-icon.arrow:after {
  position: absolute;
  content: '';
  /*background: url(../../assets/img/arrow.png)no-repeat;*/
  background-color: rgb(223 229 232);
  width: 230px;
  height: 3px;
  left: 180%;
  top: 45%;
}

.wizard > .content > .body {
  width: 100%;
  height: auto;
  position: relative;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

.carrier-list {
  margin: 0 0 20px;
  display: flex;
}

.carrier-list .list-inline > li {
  padding: 0 8px;
  width: 20%;
}

.list-inline > li {
  display: inline-block;
}

.error {
    color: #F00!important;
    font-size: 12px!important;
}
.initial-input{
	width: 50px;
	width: 50px;
    height: 30px;
    margin-top: 5px;
    margin-right: 15px;
}
.list-group-item {
	display: block !important;
}
.no-widow{
	white-space: nowrap; 
	word-break: keep-all;
	display: contents !important;
}
.row_separator {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.row_separator .vc_sep_holder, .row_separator .set-flex {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.row_separator h4 {
    line-height: 1em;
    font-size: 100%;
    margin: 3px 10px;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: rgb(0 0 0) !important;
    font-weight: 600;
}
.row_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 3px solid rgb(0 0 0);
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.household-list{
	width:100% !important;
}
.household-list li{
	width: 35% !important;
}
@media (max-width: 767px) {
	.household-list{
		display:block;
	}
	.household-list li {
		width: 33%!important;
		float: left;
		position: relative;
		height: 75px;
	}
}

.hide-row{
	display:none;
}
.checkout-box{
	min-height: 195px;
}
/************/
/**Spinner**/
.ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background:transparent;
  border:3px solid #3c3c3c;
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:20px;
  color:#2196f3;
  letter-spacing:4px;
  text-transform:uppercase;
  text-shadow:0 0 10px #2196f3;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.ring:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #2196f3;
  border-right:3px solid #2196f3;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
.ring span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.ring span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#2196f3;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #2196f3;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}

@media (max-width:720px){
	.wizard .steps li a .step-text {
	  font-size: 13px;
	}
	.lctm{
	   font-size: 14px;
	}
}
@font-face {
  font-family: "England Signature";
  src: url("/messenger/demographic/assets/fonts/England Signature.woff2") format("woff2"),
    url("/messenger/demographic/assets/fonts/England Signature.woff") format("woff");
}

@font-face {
  font-family: "England Signature Italic";
  src: url("/messenger/demographic/assets/fonts/England Signature Italic.woff2") format("woff2"),
    url("/messenger/demographic/assets/fonts/England Signature Italic.woff") format("woff");
}