/* The radio-label */
.radio-label, .checkbox-label {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 16px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
 .display-panel {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}
/* Hide the browser's default radio button */
.radio-label input, .checkbox-label input {
	position: absolute;
	opacity: 0 !important;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: solid 2px #333;
}

.radio-label .checkmark {
	border-radius: 50%
}

/* On mouse-over, add a grey background color */
label:hover input + .checkmark {
	/* background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.radio-label input:checked ~ .checkmark, .checkbox-label input:checked ~ .checkmark {
	background-color: #fff;
	border-color: #d63652;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-label input:checked ~ .checkmark:after,
.checkbox-label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-label .checkmark:after {
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d63652;
}
.wizard .radio-label .checkmark:after{
	top: 3px;
}
.checkbox-label .checkmark:after {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	top: 5.6px;
	left: 5px;
	width: 10px;
	height: 10px;
}
.no-after{
	background:#fff !important;
	border-color: #333 !important;
}
.no-after:after{
	background:transparent !important;
}
.pricing-estimate{
	padding: 15px;
	box-shadow: 1px 1px 4px 0px #bab8b8;
}
.pricing-estimate .heading{
	font-size: 1.2rem;
	text-align:center;
}
.one-trip-options, .all-year-options{
	border-top: solid 1px #ccc;
	padding-top:12px;
}
.wizard .one-trip-options, .wizard .all-year-options{
	border-top: none;
	padding-top:0;
}
.wizard .all-year-options:last-child{
	border-top: none;
}
.one-trip-options:before{
	content: "";
	width: 0;
	height: 0;
	border-bottom: solid 5px #ccc;
	border-top: solid 5px transparent;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	position: absolute;
	bottom: 52px;
	left: 82px;
}
.allYear:before{
	content: "";
	width: 0;
	height: 0;
	border-bottom: solid 5px #ccc;
	border-top: solid 5px transparent;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	position: absolute;
	bottom: 119px;
	right: 65px;
}
.wizard .one-trip-options:before, .wizard .allYear:before{
	content: none;
}
.radio label::before{
	display: none !important;
}
small{
	font-size: 75%;
}
hr{
	margin-top:10px;
	margin-bottom:10px;
}
.wizard-steps {
	background: transparent; }
.nav::after, .nav::before{
	content: none;
}
.wizard-steps .gr-check-circle{
	font-size: 22px;
}
.wizard-steps ul {
	border-bottom: none; }

.wizard-steps ul li.active a {
	background: transparent;
	color: #d61535; }
.wizard-steps ul li a.completed {
	background: transparent;
	color: #d61535; }
.wizard-steps .nav > li, .wizard-steps .nav > li > a{
	display:inline !important;
	padding-left: 0;
	padding-right: 0;
}
.wizard-steps ul li {
	color: #8b8b8b;
	display: inline;
	border: none !important;
	text-align: center; }

.wizard-steps ul li:hover {
	border: none !important; }

.wizard-steps ul li a, .wizard-steps ul li a.active {
	border: none !important;
	background: transparent !important; }

.wizard-steps ul li a:hover, .wizard-steps ul li a.active:hover {
	border: none !important; }
.text-sm-center .img-responsive{
	display: inline-block;
}
.nav-tabs{
	position: relative;
}
.nav-tabs li{
	background: #fff;
}
.nav-tabs:before{
	content: "";
	width: 100%;
	height: 1px;
	background:#333;
	position: absolute;
	top: 11px;
}
.heading-static{
	display:none;
}
.nasted-estimator{
	padding: 10px;
}
.nasted-estimator .heading-dyn{
	display: none;
}
.nasted-estimator .heading-static{
	display: block;
}
.estimator-v3{
	padding: 0;
	box-shadow: none;
}
.estimator-v3 .btn-gr{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.estimator-v3 .heading{
	font-size: 2rem;
}
.estimator-v3 label.btn-gr{
	border: solid 1px #999;
	color: #222;
	background: #fff;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-weight: normal !important;
	width: 100%;
}
.estimator-v3 label.active{
	background: #666;
	color: #fff;
	border-color: #666;
	box-shadow: none;
}
.estimator-v3 .one-trip-options, .estimator-v3 .all-year-options{
	border-top: none;
}
.estimator-v3 .one-trip-options:before, .estimator-v3 .all-year-options:before{
	content: none;
}
.estimator-container{
	background: #e6e6e6;
	min-height: 0;
	max-height: auto;
}
.estimator-container .container{
	padding-top: 60px;
	padding-bottom: 60px;
}
.estimator-container .col-md-6:first-child{
	border-right: solid 1px #d63652;
}
.what-is-difference{
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0;
}
.estimator-container .headline{
	display: none;
}
.lp-blog-list-v2{
	transition: all 0.3s;
}
.foreground{
	display:flex;
}
.lp-blog-list-v2:hover .foreground{
	display: none;
}
@media (max-width: 375px){
	.lp-services span{
		font-size:9px !important;
	}
	.estimator-v3 label.btn-gr{
		font-size: 8px;
	}
	.what-is-difference{
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 30px;
	}
	.lp-blog-list-v2 p{
		font-size: 11px;
	}
	.lp-blog-list-v2 .thumbnail{
		max-height:92px;
	}
	.estimator-container .col-md-6:first-child{
		border-right: none;
	}
}

@media (min-width: 375px) and (max-width: 768px){
	.bg-travel{
		background-position: 83%;
		min-height: 470px;
	}
	.bgl span {
		padding: 0;
	}
	.estimator-v3 label.btn-gr{
		font-size: 10px;
	}
	.lp-services{
		margin: 0 -15px;
	}
	.lp-services span{
		font-size:11px !important;
	}
	.lp-services p{
		line-height:1;
	}
	.lp-services div{
		padding: 0 5px;
	}
	.what-is-difference{
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 30px;
	}
	.lp-blog-list-v2 p{
		font-size: 13px;
	}
	.lp-blog-list-v2 .thumbnail{
		max-height:150px;
	}
	.estimator-container .col-md-6:first-child{
		border-right: none;
	}
}
.total-care-estimator{
   background: #e6e6e6;
   padding: 70px 0;
}
.total-care-estimator .btn-gr span{
   pointer-events: none;
}
.display-panel{
   background: #eeeeee;
   padding: 20px 10px;
   border-radius: 3px;
}
.display-panel .includes p{
   letter-spacing: 0px;
   line-height: 1.2;
   margin-bottom: 0;
   font-size: 0.75rem;
}
.includes .service-icon {
   display: flex;
   align-items: center;
}
.includes .service-icon div{
   padding-right: 0;
}
.tooltip-inner {
   padding: 10px !important;
}
.display-panel .note{
   padding-top: 15px;
   margin-top: 20px;
   border-top: solid 1px #e6e6e6;
}
.display-panel .note p{
   font-size: .9rem;
   margin-bottom: 0;
   letter-spacing: 0;
}
.sub-header{
   font-weight: 900;
   letter-spacing: 1px;
}
.bgl3, .bgl3 span {
    position: relative;
}
.bgl3 {
   overflow: hidden;
   font-weight: 700;
   font-size: 1rem;
   letter-spacing: 0px
   font-family: Roboto, sans-serif;
}
.bgl3.text-left span {
    padding-left: 0;
}
.bgl3 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 0 20px;
    padding-left: 20px;
}
.bgl3, .bgl3 span {
    position: relative;
}
.bgl3 span::after {
    left: 100%;
}
/* .bgl3 span::after, .bgl2 span::before {
    content: '';
    display: block;
    width: 1500px;
    position: absolute;
    top: .8em;
    border-top: 1px solid #d61535;
} */
/* .bgl3::after {
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background: #d61535;
    right: 7px;
    top: 11px;
} */
.grey-text h1, .grey-text h3 {
   color: #b3b3b3 !important;
}
@media (min-width:769px) and (max-width: 1080px){
.display-panel .includes p {
      font-size: 0.7rem;
   }
 .icon-margin{
      margin-bottom:10px
   }
}
@media(max-width: 768px){
   .membership-type{
      text-align: center;
   }
   .estimator-v3 label.btn-gr {
       font-size: 12px;
   }
   .display-panel .includes p {
      font-size: 0.7rem;
   }
   .bgl3 {
      font-size: 1rem;
   }
   .bgl3::after {
       top: 8px;
   }
   .estimator-label{
      font-size: 0.8rem;
   }
   .total-care-estimator{
      padding: 30px 0;
    }
   .total-care-estimator .note{
      font-size: .8rem;
   }
    .includes .service-icon div{
      padding-right: 15px;
    }
   .tooltip-inner {
      padding: 10px !important;
   }
   .includes .service-icon{
   flex-direction: column;
}
   .includes .service-icon div p{
      text-align: center;
      margin-top: 10px;
    }
     .icon-margin{
      margin-bottom:10px
   }
}
.mt-20{
	margin-top: 20px;
}
.includes{
	    margin: 20px 0px;
}
.includes .vc_col-sm-6{
	padding-right: 10px;
	padding-left: 2px;
}
.service-icon .vc_col-sm-7 {
    padding-left: 5px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
	pointer-events: none;
}
.estimator-enroll{
	padding: 15px 40px;
    font-weight: 600;
    box-shadow: none;
    opacity: 1;
    font-size: .8889rem;
    font-family: Open Sans,sans-serif;
    border: 0 solid;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 4 px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4 px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.12) 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 6px 1px 2px rgba(0,0,0,.12) rgba(0,0,0,.1);
    text-shadow: 0 1px rgb(0 0 0 / 10%);
    transition: all .2s;
}
.service-icon div:first-child {
    background: white;
    border-radius: 50%;
    width: 65px;
    margin: 0 auto;
    height: 65px;
    padding: 0px;
}
/* .service-icon img:first-child {
    width: 55%;
    margin: 22% auto;
} */