body {
	font-family: 'Segoe UI' !important; /* This font family is use for all regular content (e.g. P tag etc.) */ 
	width: 100%;
	overflow-x: hidden;
	color: #000 !important;
	font-weight: 400;
}
p {
    font-size: 18px;
    line-height: 1.5 !important;
    font-family: 'Segoe UI' !important;
    font-weight: 400;
}
.moreabout_right h4{
	font-size: 20px;
    margin: 0px 0 15px;
    font-weight: 600;
}
.moreabout_right h2{
	letter-spacing: 1px;
    font-family: 'Tinos', serif;
    color: #000;
	font-size: 35px !important;
    margin: 0;
    font-weight: bold;
}
.improve_inner .et_pb_module {
    box-shadow: 2px 2px 14px 2px #EEF2F5;
    border-radius: 0 !important;
    height: 100% !important;
    min-height: 310px;
}
.improve_inner .et_pb_column {
    box-shadow: none;
}
.slider_home .et_pb_container.clearfix {
    max-width: 1070px !important;
    width: 100%;
    margin: 0 auto !important;
}
.slider_home .et_pb_container.clearfix .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 0 !important;
}
.footer_togglesec .content_side {
    font-weight: 900 !important;
    line-height: 40px !important;
}
.slider_home .et_pb_container.clearfix .et_pb_slider_container_inner {
    width: 50%;
}
.improve_inner .et_pb_blurb_description p {
    margin: 0;
    font-size: 18px;
    font-family: 'Segoe UI';
    color: #60656a;
    line-height: 1.5;
    font-weight: 400;
}
.content_side {
    font-family: 'Tinos', serif; /* for custom html section */
    letter-spacing: 1px;
    font-weight: 400!important;
    margin: 0 0 20px;
    padding-bottom: 0;
    color: #000;
}
#et-main-area #main-content .purple_btn,
.slider_home  .et_pb_more_button {
    border-bottom-right-radius: 0 !important;
}
.slider_home .et_pb_more_button:after {
    display: none;
}

#et-main-area #main-content .purple_btn:hover,
#et-main-area #main-content .slider_home .et_pb_more_button:hover {
    background: #ffffff78 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #0c86b6 !important;
}
.home_steelkey .et_pb_text_inner p {
    font-size: 20px;
}
.et_mobile_menu {
    border-top: 3px solid #0c85b5 !important;
}
.mobile_menu_bar:before {
    color: #0c85b5 !important;
}
#et-main-area #main-content .improve_inner .et_pb_module {
    display: flex;
    align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1323px) and (min-width: 981px){
	.moreabout_right h2 {
        font-size: 30px !important;
        line-height: 35px !important;
	}
	.footer_togglesec .content_side {
        line-height: 30px !important;
		font-size: 28px !important;
	}
	#et-main-area #main-content .improve_inner .et_pb_module p {
		font-size: 16px !important;
	}
	#et-main-area #main-content .improve_inner .et_pb_module .et_pb_module_header {
		font-size: 20px !important;
	}
	#et-main-area #main-content .improve_inner .et_pb_module {
        padding: 20px !important;
	}

}
@media screen and (max-width: 980px) and (min-width: 768px){
	.slider_home .et_pb_container.clearfix .et_pb_slider_container_inner {
		width: 55%;
	}
	.improve_inner .et_pb_module {
        max-width: 450px;
		min-height: auto !important;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px){
	.improve_inner .et_pb_module {
        max-width: 350px;
		min-height: auto !important;
		margin: 0 auto;
	}
	.footer_togglesec {
		width: 95%;
	}
	.slider_home .et_pb_container.clearfix .et_pb_slider_container_inner {
		width: 100%;
	}
	.footer_togglesec .content_side,
	.content_side {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	.moreabout_right h2 {
        line-height: 30px !important;
		font-size: 28px !important;
	}
	.moreabout_right h4 {
		font-size: 18px;
		margin: 10px 0 15px;
	}
	.home_steelkey .et_pb_text_inner p {
		font-size: 18px;
	}
	
}

/* ========== Start Insurance forms css here =========*/
.continue_btns button.btn.back, .continue_btns button.btn.iminxt {
	min-width: 192px;
}
.inner_div.grid_single_input span {
	margin-top: 10px;
}
.grid_single_input select {
	margin: 10px auto 0;
}
.min_select select:focus {
	outline: 0 !important;
}
.grid_single_input{
	display: grid;
}
.min_select select {
	min-width: auto;
	max-width: 95%;
	height: 35px;
	font-size: 14px;
	border-radius: 0;
	padding: 5px 10px;
	margin-top: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}	
form#register-form input[type="text"], form#register-form input[type="number"],
form#register-form input[type="email"]{
	height: 35px;
	padding-left: 5px;
}
.pk_cardloader {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-top: 150px;
	text-align:center;
}
.pk_cardloader{
	display: block;
	background: rgba(0,0,0,0.5);
	position:  fixed;
	top:  0;
	bottom:  0;
	left: 0;
	right:  0;
	margin:  0 !important;
	z-index: 9999999999;
	text-align:  center;
	padding: 23% 0 0;
}
.pk_cardloader img {
	margin-top: 0px;
}
.hiddenStepInfo {
	display: none;
}
.step {
	margin-top: 27px;
	text-align: center;
}  	
#progress {
	margin-top: -50px !important;
	margin: 0 auto;
	text-align: center;
	float: none;
	width: 130px !important;
	height: 130px !important;
}
.single_input select {
	height: 35px;	
	border-radius: 0 !important;
	padding: 5px 10px !important;
	margin-top: 10px;
	border: 1px solid #dddddd;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	color: #555555;
	background-color: #fff;		
	font-size: 13px;
	min-width: 380px;
	max-width: 100%;
	padding-left: 12px;
	outline:none !important;
}
.continue_btns{
	text-align:center;
	margin-top: 20px;
}
form#register-form input[type="text"], form#register-form input[type="number"],
form#register-form input[type="email"]{
	border: 0.1rem solid #ddd;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 13px;
}
.continue_btns button.btn {
	background: #2f9ee9;
	text-decoration: none;
	border: none;
	border-bottom: 3px solid #257eba;
	margin-bottom: 16px;
	text-transform: none;
	transition: background-color 0.5s ease-out;
	letter-spacing: .02em;
	padding: 16px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	min-width: 280px;
	color: #fff;
	max-width: 100%;
	position: relative;
	outline:none !important;
}
.continue_btns button.btn:hover {
	background-color: #58B1ED;
	color: #fff;
	top: 2px;
}
.continue_btns button.btn span:after {
	transition: opacity 0.2s, top 0.2s, right 0.2s;
	opacity: 1;
	border-color: #fff;
	right: 16px;
	top: 60%;
	content: ' ';
	position: absolute;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: rgba(0,0,0,0);
	border: 3px solid #FFF;
	border-top: none;
	border-right: none;
	transform: rotate(-135deg);
}
.step_boxes h2 {
	margin-bottom: 25px;
}
#progress svg circle {
	stroke: #EEEEEE;
	stroke-width: 8px;
}
#progress svg path {
	stroke: #2f9ee9;
	stroke-width: 8px;
}
#progress .sui-progressbar-text span {
	color: #333 !important;
	font-size: 32px !important;
}
.step_boxes #-error {
	display: block;
	width: 380px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 6px;
	left: 0;
	right: 0;
	background-color: #FAD2D2;
	padding: 10px;
	border-radius: 3px;
}
label.error,span.error {
	color: red;
	display: inline-block;
    margin-bottom: .5rem;
	font-size: 14px !important;
}
.step input[type="text"],.step input[type="number"],.step input[type="email"]{
	margin: auto !important;
	width: 95%;
}
form#register-form input[type="text"]:focus, form#register-form input[type="number"]:focus,
form#register-form input[type="email"]:focus{
	outline: 0 !important;
	box-shadow: none !important;
	text-decoration: none;
}
.step_boxes {
	display: flex;
	align-items: baseline;
	justify-content: center;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	margin-top: 15px;
}
.gender_sec {
	display: block;
}
.gender_sec .inner_div input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.gender_sec .inner_div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gender_sec .inner_div .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gender_sec .inner_div input:checked ~ .checkmark:after {
	display: block;
}
.gender_sec .inner_div .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.gender_sec .inner_div input:checked ~ .checkmark {
	background-color: #2f9ee9;
}
.gender_sec .inner_div .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border: 1px solid #ddd;
}
label.gender_rad {
	position: relative;
	padding-left: 30px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 25px;
}
label.gender_rad:last-child {
	margin-right: 0 !important;
}
.vehicle_mod .step_boxes {
	max-width: 400px;
	margin: 0 auto 10px;
}
.sui-progressbar-text {
	z-index: 1 !important;
}
div#progress {
	border-radius: 50%;
}
.three_inputs {	
	max-width: 450px !important;
}
.single_input select,
.single_input input {
	max-width: 280px !important;
	min-width: 280px !important;
}
.single_input {
	display: block;
}
@media only screen and (max-width: 379px){
	.add_button button{
		max-width: 98% !important;
		height: 45px !important;
	}
	.continue_btns button.btn {
		min-width: 250px;
	}
	.continue_btns {
		margin: 20px 3px 0;
	}
}
@media only screen and (max-width: 575px) and (min-width: 380px){
	.add_button button{
		max-width: 312px !important;
		height: 45px !important;
	}
}
@media only screen and (max-width: 575px){
	.three_inputs {
		display: block;     
	}
	.step_boxes select,
	form#register-form input[type="text"], form#register-form input[type="number"],
	form#register-form input[type="email"]{
		font-size: 11px;	
	}
}
.add_button button img {
	width: 10px;
	margin-bottom: 2px;
	margin-right: 15px;
}
.add_button button, .add_button button:hover, .add_button button:focus, .add_button button:active {
	border-radius: 0;
	text-decoration: none;
	padding: 10px 15px 10px 20px;
	background: #fff;
	text-align: left;
	line-height: 25px;
	color: #000;
	border: 1px solid lightgrey;
	width: 100%;
	max-width: 390px;
	margin: 10px 0 20px;
	box-shadow: none;
	cursor: pointer;
	outline: 0 !important;
	height: 50px;
}
.bar_txt {
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}
.sui-progressbar-text {
	top: 45px !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
}
.label_err_msg {
    color: red;
    font-size: 14px !important;
}
.page-template-auto-insurance .step#step-1 .label_err_msg,
.page-template-auto-insurance .step#step-2 .label_err_msg,
.page-template-auto-insurance .step#step-3 .label_err_msg,
.page-template-auto-insurance .step#step-4 .label_err_msg,
.page-template-auto-insurance .step#step-5 .label_err_msg,
.page-template-auto-insurance .step#step-6 .label_err_msg,
.page-template-auto-insurance .step#step-8 .label_err_msg,
.page-template-auto-insurance .vehicle_year_main label#radio_year-error,
.page-template-auto-insurance .vehicle_make label#radio_make-error,
.page-template-auto-insurance .vehicle_model label#radio_model-error,
.page-template-auto-insurance .vehicle_submodel label#radio_submodel-error,
.page-template-auto-insurance #step-9 .label_err_msg,
.page-template-auto-insurance #step-10 .label_err_msg,
.page-template-auto-insurance #step-11 .label_err_msg,
.page-template-auto-insurance #step-12 .label_err_msg,
.page-template-auto-insurance #step-16 .label_err_msg{
    display: none !important;
}
.page-template-auto-insurance .step_boxes.text-center label.gender_rad label.error,
.page-template-auto-insurance .step#step-17 label#coverage_type-error,
.page-template-auto-insurance .step#step-18 label#insurance_company-error{
	display:none !important;
}
.empty_step {
    color: red;
    font-size: 14px !important;
}
.vehicle_make .vehicle_year_btn,
.vehicle_model .vehicle_year_btn,
.vehicle_submodel .vehicle_year_btn,
.vehicle_year_main .vehicle_year_btn{
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    max-width: 122px;
}
.vehicle_year_main .vehicle_year_btn input,
.vehicle_make .vehicle_year_btn input,
.vehicle_model .vehicle_year_btn input, 
.vehicle_submodel .vehicle_year_btn input{
      position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
	    max-width: unset !important;
    min-width: unset !important;
}
.vehicle_year_main .checkmark,
.vehicle_make .checkmark,
.vehicle_model .checkmark, 
.vehicle_submodel .checkmark{
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 10px;
    height: auto;
    border: 2px solid #f1f1f1;
    width: auto;
    background-color: transparent;
    border-radius: 0%;
    cursor: pointer;
    max-width: 200px;
    display: block;
	margin-top: 0px !important;
}
.vehicle_year_main .vehicle_year_btn input:checked ~ .checkmark,
.vehicle_make .vehicle_year_btn input:checked ~ .checkmark, 
.vehicle_model .vehicle_year_btn input:checked ~ .checkmark,
.vehicle_submodel .vehicle_year_btn input:checked ~ .checkmark{
    background-color: #ffffff00;
    border-color: #2f9ee9;
}
.vehicle_year_main,
.vehicle_make,
.vehicle_model,
.vehicle_submodel{
    display: flex;
    justify-content: end;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

	.activeStepInfo {
		display: block !important;
	}
	.underline {
		text-decoration: underline;
	}
	.step .col-md-2 {
		background-color: #fff;
		border: 1px solid #C0C0C0;
		border-right: none;
	}
	.step .col-md-2:last-child {
		border: 1px solid #C0C0C0;
	}
	.step .col-md-2:first-child {
		border-radius: 5px 0 0 5px;
	}
	.step .col-md-2:last-child {
		border-radius: 0 5px 5px 0;
	}
	.step .col-md-2:hover {
		color: #F58723;
		cursor: pointer;
	}
	.step .activestep {
		color: #F58723;
		height: 100px;
		margin-top: -7px;
		padding-top: 7px;
		border-left: 6px solid #5CB85C !important;
		border-right: 6px solid #5CB85C !important;
		border-top: 3px solid #5CB85C !important;
		border-bottom: 3px solid #5CB85C !important;
		vertical-align: central;
	}
	.step .fa {
		padding-top: 15px;
		font-size: 40px;
	}
/* ========== End Insurance forms css here =========*/


/** swal popup css **/
.swal-button{
	background-color: #0d7680 !important;
}
.swal-text{
	color: black !important;
	font-weight: 600 !important;
}
.swal-icon--success__ring{
	border: 4px solid hsl(98deg 55% 69%) !important;
}
.step_boxes.text-center label.gender_rad label.error {
    position: absolute;
    bottom: -25px;
    width: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/** Bottom TCPA css **/
.tcpa_sec h2{
    font-size: 22px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Tinos', serif;
    font-weight: 900;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.tcpa_sec p{
    font-size: 14px;
    color: #737373;
    margin-bottom: 10px;
    line-height: 20px;
}
.tcpa_homesec h2{
    font-size: 22px;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Tinos', serif;
    font-weight: 900;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.tcpa_homesec p{
    font-size: 14px;
    color: #737373;
    margin-bottom: 10px;
    line-height: 20px;
}


/***** 21-01-2021 *****/
.heading_sitka {
    letter-spacing: 1px;
    font-family: 'Tinos', serif;
    color: #000;
    font-weight: 700!important;
    font-size: 2rem;
}
.page-template-home-insurance,
.page-template-auto-insurance{
	font-size: 16px;
    margin-top: -100px !important;
}
div#ui-datepicker-div thead {
    background: transparent !important;
    color: inherit !important;
}

div#ui-datepicker-div .ui-datepicker-header {
    background: #e9e9e9 !important;
}

div#ui-datepicker-div .ui-datepicker-header select {
    width: 45%;
    font-size: 1em;
    margin: 1px 0;
}
.imi_commercial_poopup {
    margin: 0 !important;
}
.imi_commercial_poopup a {
    text-align: center;
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 4px;
    letter-spacing: 1px;
    display: block;
    font-size: 14px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #2291bd;
    padding-top: 16px!important;
    padding-right: 40px!important;
    padding-bottom: 16px!important;
    padding-left: 40px!important;
}
div.imimymodel {
    z-index: 99999;
    margin-top: 20px;
}
.imi_commercial_poopup a:hover {
    background: #0053ef;
}

.step_boxes .inner_div {
    width: 100%;
}
.state_select.inner_div.min_select select {
    width: 100%;
}
#top-menu li.menu-item-371 {
    line-height: 25px;
}