* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body
{
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cheap_sr22{
	color:#cc0012
}
.no_mp
{
	margin: 0 !important;
	padding: 0 !important;
}


.header_section
{
	height: auto;
	padding: 10px 0;
	background: #f8f8f8;
}

.logo
{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;	
}

.logo a img {
    height: 70px;
}

.serveincalifornia 
{
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	font-size: 20px;
}

.calluswrapper 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
}

.icon a img
{
    width: 50px;
    height: 50px;	
}

.icon_text_wrapper
{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;	
}

.call_num_wrapper
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;	
}

.callus
{
	font-size: 17px;
}

.number
{
	font-size: 20px;
}

.inner_banner
{
	padding: 10px 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-size: cover;
	background-color: #000;
	margin-top: -10px;
}

.form_box
{
	width: 100%;
    margin: 0 auto;
    color: #19333b;
    background-color: #3f95f1;
    padding: 20px 40px;
    border-radius: 8px;
}

.getfreequote 
{
    font-size: 25px;
    color: #19333b;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Hind', sans-serif;
}

.form_header
{
	font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.form-horizontal .control-label 
{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding-left: 0;	
}

.input_label
{
	padding-left: 0;
}

.custom_select
{
    width: 100%;
    color: #19333b;
    display: block;
    padding: .5em 0em;
    text-indent: 10%;
	border-radius: 4px;
    border: 1px solid #ccc;
	background-color: #ffffff;	
}

.df_r
{
	display: flex;
}

input[type="radio"], input[type="checkbox"]
{
	width: 15px;
    height: 15px;
    margin: 3px;
}

.seprator_line
{
	border: .5px solid #19333b;
    width: 100%;
}

.gfq
{
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: #cc0012;
    color: #FFF;
    padding: 10px 16px;
    border-radius: 4px;
    border-color: #cc0012;
}

.footer
{
	height: 60px;
	text-align: center;
	color: #ffffff;
	background-color: #373737;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mob_cheapsr22
{
	text-align: center;
    color: white;
    font-size: 19px;
    margin-top: 12px	
}

.desk_header_cai_wrapper
{
		
}

.desk_sr22_insurance
{
    font-size: 20px;
    text-align: center;	
}

.desk_dollar19_wrapper
{
	text-align: center;
	font-size: 20px;
}

.desk_dollar19
{
	font-size: 35px;
	color: #6cb61c;
}

.ps_left 
{
    display: flex;
    justify-content: center;
    width: 100%;
}

.ps_left ul 
{
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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-horizontal .control-label 
{
	padding-top: 17px;
	margin-bottom: 0;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding-left: 0;
}


/* Thank You */
.thankyou_inner_banner
{
	padding: 150px 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/bck_sce.jpg);	
}

.thankyouwrapper
{    
    padding: 50px 200px;
    text-align: center;
	background-color: #ffffff;
}

.thankyou h1
{
	font-size: 60px;
}

.from_received
{
	color: #0076ff;
    font-size: 20px;
    margin-bottom: 45px;	
}

.bbi_services
{
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
	font-family: 'Hind', sans-serif;
}

.thankyou_call
{
	color: #0076ff;
	font-size: 25px;
	font-family: 'Hind', sans-serif;	
}

.bbi_agent
{
	font-size: 18px;	
}  

/* landing page */

.landing_banner
{
    width: 100%;
    height: auto;
	padding: 100px 0;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/bck_sce.jpg);
	display: flex;
	align-items: center;
}

.banner_left_row_wrapper
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;	
}

.banner_left_content_wrapper
{
	color: white;
	height: auto;	
}

.top_text_wrapper
{
	text-align: right;
}

.cheap_sr22
{
    font-size: 40px;
    font-weight: 700;
	padding-right: 70px;
    font-family: 'Hind', sans-serif;
}

.insurance_span
{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;	
}

.lowrates
{
	font-size: 26px;
    font-weight: 300;
    font-family: 'Hind', sans-serif;
color:#91c1f4;	
text-align:left;
padding-left:0px;
line-height: 26px;
}

.dollar10
{
	font-size: 30px;
    font-weight: 600;
    color: #6cb61c;
    font-family: 'Hind', sans-serif;	
}

.image_text_wrapper
{
	margin-top: 20px;
	margin-bottom: 40px;
}

.image_text_section
{
	display: flex;
    flex-direction: row;	
}

.bottom_text_wrapper
{
    display: flex;
    flex-direction: column;
}

.instantsr22
{
	font-size: 30px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.getbackonroad
{
	font-size: 30px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;	
}


.box_above_banner
{
	background-color: #eeeeee;
	padding: 80px 10px;
	border-radius: 15px;
	height: 450px;
}

.box_height_wrapper
{

}

.getfreequote
{
	font-size: 35px;
    color: #19333b;
    font-weight: 600;
    text-align: center;
    font-family: 'Hind', sans-serif;	
}

.contact
{
	font-size: 35px;
    color: #6cb61c;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    text-align: center;	
}

.line
{
	position: relative;
	text-align: center;
}

.line::before
{
	content: '';
    height: 1px;
    width: 46%;
    left: 0;
    top: 10px;
    background-color: #19333b;
    position: absolute;
}

.line::after
{
	content: '';
    height: 1px;
    width: 46%;
    right: 0;
    top: 10px;
    background-color: #19333b;
    position: absolute;
}

.zipform
{
	text-align: center;
	margin-top: 25px;
}

.zipcode
{
	width: 80%;
    height: 60px;
}

.getaquotebtn
{
    margin-top: 15px;
    width: 80%;
    border-radius: 10px;
    height: 70px;
    background-color: #0076ff;
    color: white;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;	
}

.getaquotebtn:hover
{
    margin-top: 15px;
    width: 80%;
    border-radius: 10px;
    height: 70px;
    background-color: #0076ff;
    color: white;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;	
}

.ps_left ul
{
    float: left;
}

.ps_left ul li
{
    float: left;
    color: #ffff;
    list-style-type: none;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;	
}

.list_check
{
	margin-right: 0px;
}

.list_check img
{
	height: 16px;
}

.ps_left
{
	margin-top: 100px;
}

.points
{
	color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    margin-left: 5px;
    margin-bottom: 25px;
}

.ps_right
{
	text-align: right;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.content_only
{
    background-color: #f4f4f4;
    padding: 40px;	
}

.content
{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;	
}

.hide_section_desk
{
	display: none;
}

.error {
    color: #ef0909;
}

ul.ul_sic
{
   list-style: none;
}

ul.ul_sic li:before 
{
   content: "•";
   font-size: 170%; /* or whatever */
   padding-right: 5px;
}