@charset "utf-8";
/* CSS Document */
.bg-car{
	background:#ECF5FE url(../img/startup/hero-banner.png) no-repeat !important;
	background-size:cover !important; 
	background-position: top center !important;
}
.bg-master-car{
	background:#ECF5FE url(../img/startup/hero-banner.png) no-repeat !important;
	background-size:contain !important; 
	background-position: top center !important;
}
.bg-cc1{
	background:#ECF5FE url(../img/app/bg.jpg) no-repeat !important;
	background-size:cover !important; 
	background-position: top center !important;
}

.steps-form-2 {
    display: table;
    width: 100%;
    position: relative; }
	
.steps-form-2 .steps-row-2 {
    display: table-row; }
.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #c8d3de; }
.steps-form-3 .steps-row-3:after {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 10%;
    height: 2px;
	left:20px;
    background-color: #549efe; }
.steps-form-4 .steps-row-4:after {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 15%;
    height: 2px;
	left:20px;
    background-color: #549efe; }
.steps-form-5 .steps-row-5:after {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 25%;
    height: 2px;
	left:20px;
    background-color: #549efe; }
.steps-form-6 .steps-row-6:after {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 40%;
    height: 2px;
	left:20px;
    background-color: #549efe; }
.steps-form-7 .steps-row-7:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 85%;
    height: 2px;
	left:20px;
    background-color: #549efe; }
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; }
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 35px;
    height: 35px;
    border: 1px solid #c8d3de;
    background-color: #ebf4fd;
    color: #c8d3de;
    border-radius: 15%;
    padding: 6px 0px;
    margin-top: -4px; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    background-color: #549efe;;
    color: #fff;
    border: 1px solid #549efe;
    }

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 1.7rem; }

/*/*radio css*/
.con {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    color: #848796;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.con input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.con input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.con .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/* The container */
.con1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align:left;
}
.con3 {
    display: block;
    position: relative;
   /* padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.con1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.con1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.con1 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.con1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.con1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.con4 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align:left;
}
.con3 {
    display: block;
    position: relative;
   /* padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.con4 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark4 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.con4:hover input ~ .checkmark4 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.con4 input:checked ~ .checkmark4 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark4:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.con4 input:checked ~ .checkmark4:after {
    display: block;
}

/* Style the checkmark/indicator */
.con4 .checkmark4:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.terms-border{
    border: 1px solid #549efe;
    border-radius: 4px;
}

.tems-text{
    color: #848796;
}
.rnd{
	background-color: #549efe !important; 
	color: #fff !important; 
	border: 1px solid #549efe !important;
}


.model-rnd{
	border: 1px solid #549efe; 
	border-radius: 5%;
	
}
.pa-top{
	padding:5px 0px;
}
.ml-c{
	margin-left:-55px;
}
.ml-c1{
	margin-left:-15px;
}
.variant-in{
	background-color: #e1effd; 
	color: #0470fe; 
	border: 1px solid #e1effd; 
	border-radius: 10px; 
}
.clr-blue{
	color:#0470fe; 
}
.p-w{
	width:20%;
}
.btn-no{
	background-color: #b1bfcd; 
	color: #fff;
}
.btn-no:hover{
	background-color: #0081ff; 
	color: #fff !important;
}
.btn-no1{
	background-color: #b1bfcd; 
	color: #fff;
	width:110%;
}
.btn-no1:hover{
	background-color: #0081ff; 
	color: #fff !important;
	width:110%;
}
.btn-no2{
	background-color: #b1bfcd; 
	color: #fff;
	width:49%;
}
.btn-no2:hover{
	background-color: #0081ff; 
	color: #fff !important;
	width:49%;
}
.btn-no3{
	background-color: #b1bfcd; 
	color: #fff;
	width:54%;
}
.btn-no3:hover{
	background-color: #0081ff; 
	color: #fff !important;
	width:54%;
}
.btn-yes{
	background-color: #5aa1ff; 
	color: #fff;
}
.btn-yes:hover{
	background-color: #0081ff; 
	color: #fff !important;
}
.btn-yes1{
	background-color: #5aa1ff; 
	color: #fff;
	width:140%;
}
.btn-yes1:hover{
	background-color: #0081ff; 
	color: #fff !important;
	width:140%;
}
.btn-yes2{
	background-color: #5aa1ff; 
	color: #fff;
	width:44%;
}
.btn-yes2:hover{
	background-color: #0081ff; 
	color: #fff !important;
	width:44%;
}
.btn-yes3{
	background-color: #5aa1ff; 
	color: #fff;
	width:54%;
}
.btn-yes3:hover{
	background-color: #0081ff; 
	color: #fff !important;
	width:54%;
}
.m-l-15{
	margin-left:15px;
}
.m-1-22{
		margin-left: 22px;
}
.btn-plus{
	background-color: #5daff6 !important; 
	border-color: #5daff6 !important;
	color:#fff;
}
.btn-plus:hover{
	background-color: #0081ff !important; 
	border-color: #0081ff !important;
	color:#fff !important;
}
.flex-container {
	  display: flex;
	  flex-direction: row;
	  
}

.flex-container > p {
  color:#9fa7b0;
  width: 100%;
  margin: 10px;
  justify-content: space-between !important;
  font-size: 12px;
  text-align:center;
}

.form-control1{
        display:block;
        width:100%;
        height:44px;
        padding:6px 12px;
        font-size:1.2rem;
        line-height:1.82857143;
        color:#555;
        background-color:#fff;
        background-image:none;
        border:1px solid #9dcbf8;
        border-radius:4px;
        -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }
.form-control2{
        display:block;
        width:50%;
		float:right;
       
        /*padding:3px;*/
        font-size:0.8rem;
        line-height:1.82857143;
        color:#555;
        background-color:#fff;
        background-image:none;
        border:1px solid #9dcbf8;
        border-radius:4px;
        -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }
	.panel-default{
		border-color: #9dcbf8 !important;
	}
	.panel-default > .panel-heading{
		color: #2b2a2a !important;
		background-color: #e1effd !important;
		border-color: #9dcbf8 !important;
	}
	.p-md-7{
		padding: 6rem !important;
	}
	.p-md-8{
		padding: 8px;
	}
	.insurer-font{
		font-size: 14px;
		font-weight:bold;
	}
	.insurer-font-b{
		font-size: 19px;
		font-weight:bold;
	}
	.insurer-font-p{
		font-size: 14px;
	}
	.insurer-font-p12{
		font-size: 12px;
	}
	.in-width{
		width: auto !important;
	}
	.shadow{
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.row-margin{
		margin-left: 15px;
		margin-right: 15px;
	}
	.review-card{
		background-color: #f1f1f1 !important;
	}
	.range-border{
		border:none !important;
	}
	.health-modal{
		border:1px solid #e1effd; 
		border-radius:10px; 
		width:55% !important;
	}
	

	

@media only screen and (max-width: 480px){
	.m-l-15{
	margin-left:0px;
}
.m-1-22{
	margin-left: 0px;
}
.checkmark {
    
    left: 60px;
    
}
.checkmark1{
	left: 0px;
}
.con1 {
	text-align:center;
}

}