
*{
    outline: none;
    box-sizing: border-box;
}
body{
    margin:0 auto;
    padding:0;
    background:#fff;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.clearfix-hpc:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
img{
    border: none;
}
a{
    border: none;
}
.clearfix{
    clear: both;
}

.main_container{
    background: #fff;
    /*box-shadow: 0 0 10px 0px #999;*/
    /*width:910px;*/
    margin:0 auto;
    min-height: 514px;
}
.container{
    max-width:1310px;
    margin:0 auto;
}
.container_bottom{
    max-width:1310px;
    margin:0 auto;
}
.error{
    color:red;
    font-size:13px;
}
.top_bar .logo { margin: 10px 0 10px 0px; display: inline-block;}
.top_bar p { float: right; font-size: 15pt; color: #000; font-weight: bold; font-family: 'Myriad Pro Bold'; padding: 0px; margin: 45px 115px 0 0;}

.insurancequiz.banner_wrap{
    width:100%;
    padding: 1px 0;
    background: #e2f4f6;
}
.insurancequiz .container{
    display: flex;
    align-items: center;
}

.insurancequiz2.banner_wrap{
    width:100%;
    padding: 1px 0;
    background: #e2f4f6;
}
.insurancequiz2 .container{
    display: flex;
    align-items: center;
}
.insurancequiz3.banner_wrap{
    width:100%;
    padding: 1px 0;
    background: #e2f4f6;
}
.insurancequiz3 .container{
    display: flex;
    align-items: center;
}
.insurancequiz4.banner_wrap{
    width:100%;
    padding: 1px 0;
    background: #e2f4f6;
}
.insurancequiz4 .container{
    display: flex;
    align-items: center;
}
.insurancequiz5.banner_wrap {
    width: 100%;
    background: url(../images/home_bg5.jpg) no-repeat;
    background-size: cover;
    background-position: 0% 15%;
    padding: 1px 0;
    height: 1150px;
}

.insurancequiz5.v2_container .utilize_form {
    /* background: url(../images/inner_box_bg.jpg) no-repeat #fff; */
    max-width: 690px;
    padding: 20px 20px;
    /* float: right; */
    margin: 50px auto 0;
    border-radius: 0px;
    width: 100%;
    border-top: 30px solid #f3f7fa;
    border-bottom: 20px solid #f3f7fa;
    background: #f3f7fa;
}

.insurancequiz5 .utilize_form .utilize_form_heading h3 {
    text-align: center;
    font-size: 41px;
}
.insurancequiz5 .utilize_form .utilize_form_heading h4 {
    text-align: center;
}

.insurancequiz5 .utilize_form.vehicle_question_from .form_group:before {
    background: url(../images/blue_arrow.jpg) no-repeat;
    content: "";
    top: -28px;
    left: -35px;
    z-index: 1;
    position: absolute;
    width: 43px;
    height: 132px;
}
.back_car_image img {
    width: 620px;
}
.banner_wrap2{
    background:url(../images/home_bg2.png) no-repeat;
    background-size: cover;
    background-position: top right;
}
.banner_wrap3{
    background:url(../images/home_bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.utilize_form {
    max-width: 810px;
    padding:20px 20px;
    /*float: right;*/
    margin: 110px 0px 110px 0;
    border-radius: 0px;
    width: 100%;  

}
.v2_container .utilize_form {
    /*background:url(../images/inner_box_bg.jpg) no-repeat #fff;*/
    max-width: 810px;
    padding:20px 20px;
    /*float: right;*/
    margin: 10px 0px 110px 0;
    border-radius: 0px;
    width: 100%;

}

.utilize_form .utilize_form_heading {  }
.v2_container .utilize_form .form_group {
    max-width: 575px;
}

.utilize_form .form_group {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding:20px 25px;
    background: #fff;
    border-radius: 5px;
    margin:35px 0 0 40px; 
    max-width: 579px;
    box-shadow: 0px 0px 5px 0px #ccc;
    position: relative;
}

.utilize_form .form_group:before {
    background:url(../images/blue_arrow.jpg) no-repeat;
    content: "";
    top: -39px;
    left: -40px;
    z-index: 1;
    position: absolute;
    width: 29px;
    height: 124px;
}
.utilize_form.vehicle_question_from .form_group:before {
    background: url(../images/blue_arrow2.png) no-repeat;
    content: "";
    top: -28px;
    left: -35px;
    z-index: 1;
    position: absolute;
    width: 43px;
    height: 132px;
}


.utilize_form .utilize_form_heading h3{
    font-family: tahoma;
    color: #003149;
    font-size:40px;
    margin: 0px 0 0;
    padding:0px 0 0px;
    text-align: left;
    font-weight: bold;
    line-height: 42px;
}

.utilize_form .utilize_form_heading h4{
    font-family: tahoma;
    color: #000;
    font-size:20px;
    margin: 0px 0 0;
    padding:8px 0 0px;
    text-align: left;
    font-weight: bold;
    line-height:30px;
}
.utilize_form .form_group label:first-child{ padding-top: 0px; }
.utilize_form .form_group label {
    display: block;
    text-align: left;
    font-size: 18px;
    font-family: arial;
    color: #252525;
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 8px;
}
.utilize_form .form_group input {
    background: #fff;
    border:1px solid #c6c6c6;
    padding: 10px;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    margin:0 0 10px;
    font-size: 20px;
}
.utilize_form .form_group select {
    background: url(../images/dropdown_bg.png) no-repeat right #485864;
    width:100%;
    padding: 0 15px 0 10px;
    font-size: 14px;
    height: 34px;
    border: none;
    margin: 0px auto 13px;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;

    /*background-size: 100% 100%;*/

}

.utilize_form .get_btn {
    background: url(../images/get_started_btn.png) no-repeat;
    width: 266px;
    padding: 0 10px;
    font-size: 19px;
    height: 65px;
    border: none;
    margin: 25px auto 6px;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.v2_container .utilize_form .get_btn {
    background: url(../images/started_without_shadow.png) no-repeat;
    width: 330px;
    padding: 0 10px;
    font-size: 19px;
    height: 65px;
    border: none;
    margin: 25px auto 6px;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.row { margin: 0 -10px }
.col-md-3{ width: 30%; float: left; padding: 0 10px }
.col-md-4{ width: 40%; float: left; padding: 0 10px }
.col-md-5{ width: 50%; float: left; padding: 0 10px }
.col-md-6{ width: 60%; float: left; padding: 0 10px }
.col-md-2{ width: 20%; float: left;padding: 0 10px }
.col-md-1{ width: 10%; float: left;padding: 0 10px }
.bottom_logo {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    background: #003149
}
.bottom_logo ul {
    padding: 20px 25px;
    margin: 0 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.bottom_logo li {
    display: inline-block;
    width: 33%;
    color:#fff;
}
.bottom_logo li img {
    float: left;
}
.bottom_logo li p {
    font-size: 11pt;
    text-align: left;
    padding: 5px 0 0 60px;
    margin: 0px;
    line-height: 16pt;
}
.bottom_logo li p span {
    display: block;
    font-weight: bold;
    color: #00aae1;
    font-size: 26px;
    line-height: normal
}

/* The container */
.check_list {
    clear: both;
    text-align: left;
    padding-top: 10px;
}

.container_checkbox {
    display: inline-block !important;
    position: relative;
    padding:1px 0 0 36px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 45px;
    color: #000;
}

.v2_container .container_checkbox {
    margin-right: 45px;
}
.container_checkbox:last-child { margin-right: 0 }
/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border:2px solid #959595;
    border-radius: 8px;
}

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

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

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

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

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 2px;
    top: -2px;
    width: 25px;
    height: 22px;
    /* border: solid #000;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);*/
    background: url(../images/checkbox_icon.png) no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

}


@media only screen and (max-width: 1400px) {
    .container{
        max-width:1310px;
    }
}
@media only screen and (max-width: 1300px) {

    .new_background_container .utilize_form {
        max-width: 650px;
        margin: 110px 0px 110px 50px;
        padding: 10px 20px;
    }
    .new_background_container .utilize_form .form_group {
        max-width: 555px;
    }
    .new_background_container .container_checkbox {
        margin-right: 29px;
        font-size: 18px !important;
        padding:3px 0 0 36px !important;
    }
    .new_background_container .utilize_form .utilize_form_heading h3{
        font-size: 36px;
    }
    .new_background_container .utilize_form .form_group label{
        font-size: 18px;
    }
    .logo {
        padding: 10px 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .container{
        padding: 0 15px;
    }
    .utilize_form .utilize_form_heading h3 { font-size: 24px; }
    .utilize_form .utilize_form_heading h4 { font-size: 15px; }
    .bottom_logo ul {
        padding: 20px 0px;
    }
    .bottom_logo li {
        display:block;
        width:auto;
        clear: both;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .back_car_image img {
        width: 500px;
    }
    .insurancequiz .utilize_form .utilize_form_heading h3 {
        font-size: 29px;
    }
    .insurancequiz2 .utilize_form .utilize_form_heading h3 {
        font-size: 29px;
    }
    .insurancequiz3 .utilize_form .utilize_form_heading h3 {
        font-size: 29px;
    }
    .insurancequiz4 .utilize_form .utilize_form_heading h3 {
        font-size: 29px;
    }
    .insurancequiz .utilize_form .utilize_form_heading h4 {
        font-size: 15px;
    }
    .insurancequiz2 .utilize_form .utilize_form_heading h4 {
        font-size: 15px;
    }
    .insurancequiz3 .utilize_form .utilize_form_heading h4 {
        font-size: 15px;
    }
    .insurancequiz4 .utilize_form .utilize_form_heading h4 {
        font-size: 15px;
    }
    .insurancequiz.v2_container .container_checkbox {
        margin-right: 10px;
    }
    .insurancequiz2.v2_container .container_checkbox {
        margin-right: 10px;
    }
    .insurancequiz3.v2_container .container_checkbox {
        margin-right: 10px;
    }
    .insurancequiz4.v2_container .container_checkbox {
        margin-right: 10px;
    }
    .insurancequiz .container_checkbox{
        font-size: 16px !important;
    }
    .insurancequiz2 .container_checkbox{
        font-size: 16px !important;
    }
    .insurancequiz3 .container_checkbox{
        font-size: 16px !important;
    }
    .insurancequiz4 .container_checkbox{
        font-size: 16px !important;
    }
}
.error {
    color: red;
    font-size: 13px;
}
.a_text_field.zip_code .a_form_control.error_input{
    color: #f34267 !important;
    border: red 1px solid !important;
    border-radius: 13px !important;
}
.error_input{
    color: #f34267 !important;
    border: red 1px solid !important;
    border-radius: 13px !important;
}
.logo {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container_web .logo p {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}
.container_web .logo a {
    color: #0066cc;
}
.footer {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer li {
    /*float:left;*/
    display: inline-block;
}

.footer li a {
    text-decoration: none;
    color: #353b5e;
    font-size: 12px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.companies-list {
    padding: 30px;
    color: #575867;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
}
.text-div-anim span strong{
    cursor: pointer;
    font-size: 18px;
    color: #1a1f5e;
}
/*Bottom logo Changes by Ahmad*/
.bottom_logo.list_logo {
    background: #fff;
}

.bottom_logo.list_logo ul {
    padding: 5px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_logo.list_logo ul li {
    width: 18%;
}
.bottom_logo.list_logo ul li img {
    width: 95%;
}

.vehicle_question_from .vehicle_num ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    border-radius: 5px;
}
.vehicle_question_from .vehicle_num ul li{
    display: inline-block;
    width: 34%;
    background:white;
    height: 50px;
    font-size: 25px;
    padding: 8px 0px;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    border-radius: 7px;
    margin: 0px 8px;
    color: #6a6a6a;
}
/*.vehicle_question_from .vehicle_num ul>:first-child{
   border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.vehicle_question_from .vehicle_num ul>:last-child{
   border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.vehicle_question_from .vehicle_num ul>:nth-child(2){
    border-right: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}*/
.selected_vehicle{
    background: #103c92 !important;
    color: white !important;
    border: 1px solid #103c92 !important;
}
.vehicle_question_from .vehicle_num ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    border-radius: 5px;
}
.vehicle_question_from .vehicle_num ul li {
    display: inline-block;
    width: 34%;
    background: white;
    height: 50px;
    font-size: 25px;
    padding: 8px 0px;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    border-radius: 7px;
    margin: 0px 8px;
    color: #6a6a6a;
}
/*-------------Changes made by Osman Khalid----------------*/
.v2_container .utilize_form {
    background: #fff;
    margin: 60px auto 0;
    max-width: 577px;
    border-radius: 6px;
    box-shadow: 0.908px 1.782px 6px 0px rgba(29, 29, 27, 0.16);
    text-align: center;
    padding-top: 30px;
}
.back_car_image {
    width: 100%;
    clear: both;
    margin-top: -290px;
    z-index: 9;
    position: relative;
    top: 0;
    margin-left: -10px;
}
.insurancequiz .container {
    flex-direction: column;
    margin-bottom: 40px;
}
.back_car_image img {
    float: right;
    width: auto;
}
.utilize_form .utilize_form_heading h3 {
    text-align: center;
    color: #243266;
    font-size: 33px;
}
.utilize_form .utilize_form_heading h4 {
    text-align: center;
    font-size: 18px;
    padding: 0;
}
.v2_container .utilize_form .form_group {
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    background: none;
    z-index: 10;
    position: relative;
}
.utilize_form.vehicle_question_from .form_group::before {
    background: none;
}
.utilize_form .form_group input {
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 43%, rgb(244,249,252) 69%, rgb(232,242,248) 81%);
    box-shadow: inset 0px 2px 4px 0px rgba(119, 158, 194, 0.004);
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: #7f8aa0;
    max-width: 380px;
}
.v2_container .utilize_form .get_btn {
    width: 300px;
    height: 56px;
    background: url(../images/get_started_btn1.png);
    margin-top: 50px;
} 
/*-------------Changes made by Osman Khalid----------------*/

/*---------CSS Changes for sparkedautoinsuarnce--------*/
.sparked_web .logo{
    margin: 20px 0 0 0;
}
.sparked_container .utilize_form .form_group input {
    max-width: 435px;
}
.sparked_container .col-md-2 {
    width: 34%;
    margin-top: 10px;
}
.sparked_container .col-md-4 {
    width: 46%;
    margin-left: 55px;
    margin-top: 10px;
}
.sparked_container .check_list {
    margin: 10px 0 0 57px;
    padding-top: 30px;
}
.sparked_container label.container_checkbox{
    font-size: 18px !important;
}
.sparked_container .container_checkbox {
    margin-right: 17px;
}
.sparked_container .utilize_form .utilize_form_heading h3 {
    font-size: 30px;
}
.sparked_container .utilize_form .utilize_form_heading h4 {
    padding: 0;
}
.sparked_container .utilize_form{
    max-width: 634px;
}
/*---------CSS Changes for sparkedautoinsuarnce--------*/