/*****************************
	FONTS
*****************************/  

/************************PP Neue Montreal*************/ 
@font-face {
	font-family: PPNeueMontreal-Thin;
 	src: url(../fonts/PPNeueMontreal-Thin.otf);
}
@font-face {
  font-family: PPNeueMontreal-Medium;
  src: url(../fonts/PPNeueMontreal-Medium.otf);
}    
@font-face {
  font-family: PPNeueMontreal-Bold;
  src: url(../fonts/PPNeueMontreal-Bold.otf);
}
@font-face {
  font-family: PPNeueMontreal-Book;
  src: url(../fonts/PPNeueMontreal-Book.otf);
}

/************PP Pangram Sans-Light***********************/
@font-face {
  font-family: PPPangramSans-Light;
  src: url(../fonts/PPPangramSans-Light.otf);
}
@font-face {
  font-family: PPPangramSans-Thin;
  src: url(../fonts/PPPangramSans-Thin.otf);
}
@font-face {
  font-family: PPPangramSans-Medium;
  src: url(../fonts/PPPangramSans-Medium.otf);
}
@font-face {
  font-family: PPPangramSans-Bold;
  src: url(../fonts/PPPangramSans-Bold.otf);
}
/*****************************
	BOOTSTRAP OVERRIDES
*****************************/ 
	@media only screen and (min-width:1441px){
		.container{
			max-width: 1315px;
		}
	}

/*****************************
	RESET
*****************************/
ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a,
img,
button{
	transition: .3s;
}
button{
	cursor: pointer;
}
img{
	max-width: 100%;
}
input:focus,
button:focus{
	outline: 0;
}

/*****************************
	GLOBAL STYLES
*****************************/
html{
	scroll-behavior: smooth;
}
*{
	box-sizing: border-box;
}
body{
	padding: 0;
	margin: 0;
	font-size: 18px;
	overflow-x: hidden;
	transition: .3s;
	color: #666666;
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #000;
}
.common_blocker a.section-btn.selected {
/*    box-shadow: 2px 2px 27px 0px rgb(119 115 248 / 20%) inset;*/
    box-shadow: 2px 2px 27px 0px rgb(20 18 88 / 50%) inset;
    text-decoration: none;
}
.common_blocker a.section-btn-dob.selected {
    box-shadow: 2px 2px 27px 0px rgb(20 18 88 / 50%) inset;
    text-decoration: none;
}

/*****************************
	UTILITIES
*****************************/
.bg-slateblue {
    background-color: #263238 !important;
}
.overflow-hidden{
	overflow: hidden;
}
/*****************************
	COMPONENTS
*****************************/
/* Radio button */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 28px;
}
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkcontainer .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px; 
    border: 2px solid #ffffff;
    border-radius: 15%;
}
.checkcontainer .radiobtn::after{
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 15%;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.checkcontainer input:checked ~ .radiobtn {
    border-color: #ffffff;
}
.checkcontainer input:checked ~ .radiobtn::after {
	background-color: #ffffff;
}

/*Get quotes widget*/
.getQuotes-box{
	display: flex;
}
.getQuotes-box input{
	font-size: 24px;
    border-radius: 5px 0 0 5px;
    border: unset;
    padding: 18px 24px;
    width: calc(100% - 200px);
    height: 62px;
}
.getQuotes-box input::placeholder{
	color: #000 !important;
}
.getQuotes-box.zipbox button{
	font-size: 19px;
    font-weight: 700;
    background-color: #0D1B44;
    color: #fff;
    border: 0;
    padding: 14px 15px;
    border-radius: 8px;
    width: 230px;
    max-width: 230px;
    margin-left: 15px;
    height: 61px;
    line-height: 1;
    text-align: center !important;
    font-family: "Montserrat", sans-serif;
}
.getQuotes-box button{
    font-size: 22px;
    background-color: #E67E22;
    color: #fff;
    border: 0;
    padding: 14px 15px;
    border-radius: 0 5px 5px 0;
    min-width: 200px;
    height: 63px;
    line-height: 1;
    text-align: center !important;
    font-family: PPNeueMontreal-Medium, sans-serif;
}
/* Layer hover effect */
.layer-on-hover{
	overflow: hidden;
  	position: relative;
}
.layer-on-hover:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.layer-on-hover:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
/*****************************
	HEADER
*****************************/
header{
	position: relative;
	background-color: transparent;
}
header > .container{
	padding-top: 24px;
	padding-bottom: 24px; 
	transition: .3s;
}
header .header-logo{
	display: inline-block;
}
header .header-logo .logo{
    max-width: 335px;
    max-height: 55px;
	width: 100%;
}
/****************************
	MAIN CSS
****************************/
section .home-banner-bg {
    position: relative;
    height: 400px; 
    margin: 0px 0 15px 0;;
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.background-image {
    background-image: url(./../images/home-banner-righth.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    max-width:  855px;
    z-index: 1;
}

.hb-insuance-form {
    position: relative;
    z-index: 2;
}
.home-banner > .container {
    position: relative;
}
.banner-right{
    padding-top: 30px;
}
.home-banner h1{
	color: #ffffff;
    font-size: 40px;
    margin-top: 0px;
}
.banner-right h1 b {
	color: #050D13;
    font-weight: 700;
}
.home-banner h1 span{
	display: block;
	color: #000000;
	font-weight: 500;
}
.sub-heading {
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 15px;
}
/*home banner zipcode input*/
.input-container {
    position: relative;
    display: inline-block;
    max-width: 230px;
}
#zipcode {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    background: #F9F9F9;
    padding: 10px 50px 10px 10px;
    height: 60px;
}
.arrow-image {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
}
/*home banner zipcode input End*/
.checkboxes{
	color: #ffffff;
	font-size: 21px;
    line-height: 30px;
}
.inline-checkboxes{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: PPNeueMontreal-Medium, sans-serif !important;
}
.inline-checkboxes .title{
	margin-right: 10px;
	display: inline-block;
}
.inline-checkboxes label {
    font-size: 20px;
    font-family: PPNeueMontreal-Thin, sans-serif !important;
}
.inline-checkboxes .checkcontainer{
	margin-left: 20px;
}
.home-banner .inline-checkboxes{
	margin-top: 25px;
}
.hb-align{
	display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner .getQuotes-box{
	margin-top: 35px;
}
.banner-left-img {
    width: 100%;
    height: auto;
    align-items: center;
    padding-left: 30px;
}
section.offer-detail{
	padding: 40px 0 40px;
	position: relative;
}
.offer-detail .section-title{
	font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif !important;
}
.border-after{
	border: 6px solid #feffff;
    border-radius: 20px;
    width: 260px;
    height: 12px;
    text-align: center;
    margin: 0px auto;
}
.desc-text {
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif !important;
}
.hb-insuance-form{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1000px;
}
.rc-insuance-form{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.why-choose-us .right-col{
    background-color: #273238;
    padding: 40px;
    border-radius: 20px;
    text-align: left;
    width: 500px;
    max-width: 500px;
}
.why-choose-us .right-col h2{
	color: #ffffff;
    font-size: 40px;
    font-family: PPNeueMontreal-Bold, sans-serif !important;
}
.why-choose-us .right-col h2 span {
    display: block;
}
.why-choose-us .center-col-img {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: auto;
}
section.why-choose-us .left-col .why-choose-desc {
    max-width: 430px;
}
.why-choose-desc h2{
    font-size: 33px;
    line-height: 43px;
    font-weight: 700;
}
.why-choose-desc p{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-top: 30px;
    font-family: PPPangramSans-Medium , sans-serif !important;
}
section.why-choose-us .right-col .getQuotes-box {
    display: flex;
    max-width: 471px;
    box-shadow: unset;
    margin-top: 25px;
}
section.why-choose-us .right-col .getQuotes-box > * {
    max-width: 230px;
    text-align: left;
}
section.why-choose-us .right-col .getQuotes-box > input{
	margin-bottom: 16px;
}
button.wc-btn {
    background-color: #0E1B45;
}

/*three simple step*/
.t-s-title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding: 25px 10px 50px 10px;
}
#tst-bolder{
	font-style: italic;
	font-weight: 700;
}
.ts-step{
    max-width: 392px;
    margin: 0 auto;
}
.ts-img {
    text-align: center;
}
.ts-img img {
    max-height: 120px;
}
.t-step-type {
    display: flex;
}
.ts-1st{
	max-width: 310px;
}
.ts-2nd{
	max-width: 320px;
}
.ts-3rd{
	max-width: 343px;
}
.ts-number {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 34px;
    font-weight: bold;
    color: #000000;
}
.ts-description {
    padding-left: 15px;
    font-size: 20px;
    color: #000000;
}
/*three simple step End*/

/*------------------------form start--------------------*/
.form-content.step {
    display: none;
}
.form-content.step.active {
    display: block;
}
/*back button*/
.back-step {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -50px;
}
.back-button{
	display: flex;
    align-items: center;
    border: unset;
    background: unset;
}
.back-button i{
	font-size: 22px;
    font-weight: 900;
    padding: 0px 5px 2px 0;
}
.back-button span{
	font-size: 15px;
    font-weight: 600;
}  
/*back button End*/
/*button common*/
.btn-prime {
    text-align: center;
    margin: 0 auto;
}
.btn-common {
    background-color: #263238;
    color: #ffffff;
    font-weight: 400;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 20px;
    border-radius: 6px;
}

/*button common End*/
/*headings*/
.section-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    line-height: 43px;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 0px;
}
.section-sub-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding-bottom: 10px;
}
/*headings End*/
/*section 1 or 2*/
.container_inner.container_extend {
	min-height: 400px;
	padding: 20px 0px;
}
.container_inner.container_extend_phone {
	min-height: auto;
        max-width: 880px !important;
}
.container_inner .phone_step_width{
    max-width: 482px;
    margin: 0 auto;
}
.container_inner .phone_step_width input::-webkit-outer-spin-button,
.container_inner .phone_step_width input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.container_inner .phone_step_width input[type=number] {
 -moz-appearance: textfield;
}
.step.step1 .container_inner.container_extend,
.step.step2 .container_inner.container_extend {
    max-width: 370px;
    margin: 0 auto;
    width: 100%;
}
.common_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.common_block a.section-box {
    min-width: 168px;
    max-width: 178px;
    min-height: 120px;
    margin: 0.5rem auto 0.1rem auto;
    border: 0.5px solid #263238;
    background: #fff;
    border-radius: 6px;
    color: #121d41;
    outline: none;
    box-shadow: 4px 4px 6px 0px #0000001A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 24px;
}
.common_block a.section-box:hover {
    box-shadow: 2px 2px 27px 0px rgb(20 18 88 / 50%) inset;
    text-decoration: none;
}
/*section 1 or 2 end*/
/*section 3*/
.step.step3 .container_inner.container_extend {
    max-width: 395px;
    margin: 0 auto;
    width: 100%;
}
.common_blocker{
    padding: 10px 0 0 0;
}
.btn-group-label {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
}
.btns-group {
    display: flex;
    justify-content: space-between;
   /* flex-wrap: wrap;*/
}
.common_blocker a.section-btn {
    min-width: 182px;
    max-width: 182px;
    min-height: 56px;
    margin: 8px 7px 8px 7px;
    border: 0.5px solid #000000CC;
    background: #fff;
    border-radius: 6px;
    color: #121d41;
    outline: none;
    box-shadow: 4px 4px 5px 0px #2632381A;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 24px;
}
.common_blocker a.section-btn:hover {
    box-shadow: 2px 2px 27px 0px rgb(20 18 88 / 50%) inset;
    text-decoration: none;
}
.common_blocker a.section-btn-dob {
    min-width: 116px;
    
}
.common_blocker a.section-btn-dob:hover {
    box-shadow: 2px 2px 27px 0px rgb(20 18 88 / 50%) inset;
    text-decoration: none;
}
.btn-step-4{
	width: 254px;
    height: 56px;
    margin: 20px 0px 50px 0;
}
/*step 3 End*/
/*step 4*/
.vd-common_block{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
}
.button-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    max-width: 1046px;
    padding: 10px;
    margin: 0 auto;
}
.group-single-btn {
    width: 190px;
    height: 52px;
    background-color: #ffffff;
    font-size: 16px;
    color: #263238;
    text-align: center;
    line-height: 52px;
    text-decoration: none;
    border-radius: 5px;
    margin: 7px;
    box-sizing: border-box;
    border: 0.5px solid #263238;
    box-shadow: 4px 4px 0px 0px #0D1B441A;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}
.group-single-btn:hover {
    box-shadow: 2px 2px 27px 0px rgb(20 18 88 / 50%) inset;
    text-decoration: none;
    color: #263238;
}

@media (max-width: 1050px) {
    .group-single-btn {
        width: calc(32% - 10px);
    }
}
@media (max-width: 800px) {
    .group-single-btn {
        width: calc(44% - 10px);
    }
}
@media (max-width: 600px) {
    .group-single-btn {
        width: calc(48% - 10px);
    }
}
@media (max-width: 400px) {
    .group-single-btn {
        width: calc(48% - 10px);
    }
}

/* drop down after buutons group */
.btn-wraper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;    
    justify-content: center;
}
.btn-wraper.wraper-step-6 {
    padding-bottom: 50px;
}
.select-wrap {
    padding: 10px;
}
select.year-list-dd:focus {
    border-color: #263238;
    outline: none;
}
select.year-list-dd,
select.makes-list-dd{
	padding: 10px;
    font-size: 16px;
    border: 0.5px solid #263238;
    border-radius: 5px;
    background-color: #ffffff;
    transition: border-color 0.3s;
    width: 214px;
    height: 56px;
    appearance: none;
    background-image: url(./../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 14px;
} 
.btn-step-6,
.btn-step-7,
.btn-step-8 {
    width: 126px;
    height: 58px;
}       
/* drop down after buutons group */        


/*step 4 End*/

/*step-5*/
.step.step5 .container_inner.container_extend {
    max-width: 862px;
    margin: 0 auto;
    width: 100%;
}
.img-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.vd-common_block a.img-section-box {
    min-width: 158px;
    max-width: 158px;
    min-height: 99px;
    margin: 7px;
    border: 0.5px solid #263238;
    background: #fff;
    border-radius: 6px;
    color: #121d41;
    outline: none;
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 10px;
}
.vd-common_block a.img-section-box:hover {
    box-shadow: 2px 2px 27px 0px rgb(20 18 88 / 50%) inset;
    text-decoration: none;
}
.wraper-step-7 {
    padding-bottom: 80px;
}
/*step 5 End*/
/*step 6 */
.vm-button-container {
    display: flex;
    justify-content: center;
    max-width: 840px;
    flex-wrap: wrap;
    margin: 0 auto;
}
/*step 6 End*/
/*step 7 */

.step.step7 .heading-container {
    max-width: 774px;
    margin: 0 auto;
    width: 100%;
}
.step.step7 .section-sub-heading{
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
}
.step.step7 .container_inner.container_extend {
    max-width: 395px;
    margin: 0 auto;
    width: 100%;
}

/*step 7 End*/
/*step 8 */
.step.step8 .container_inner.container_extend {
    max-width: 790px;
    margin: 0 auto;
    width: 100%;
}
.step.step8 .btns-group{
    
    flex-wrap: wrap;
}
.step.step8-dob .container_inner.container_extend {
    max-width: 790px;
    margin: 0 auto;
    width: 100%;
}
.step.step8-dob .btns-group{
    
    flex-wrap: wrap;
}
/*step 8 End*/
/*step 9*/
.step.step9 .container_inner.container_extend {
    max-width: 854px;
    margin: 0 auto;
    width: 100%;
}
.form-group-wrap .col-sm-4 {
    padding: 7px;
}
.input-container-group {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.input-field {
    width: 100%;
    min-width: 100%;
    height: 55px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #8F8F8F;
    border-radius: 6px;
}
.input-label {
    position: absolute;
    top: -8px;
    left: 11px;
    background: #fff;
    padding: 0 2px;
    color: #263238;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.btn-step-9 {
    width: 254px;
    height: 56px;
    margin: 5px auto auto 0px;
}
/*step 9 End*/
/*step 10*/
.step.step10 .container_inner.container_extend {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
}
.step.step10 .section-heading {
    font-size: 25px;
    line-height: 35px;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}
.cicle{
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
}
.info-form{
    margin: 0 auto 15px auto;
    display: table;
    width: 100%;;
    display: table;
    width: 100%;
}
.btn-step-10 {
    width: 254px;
    height: 56px;
    margin: 10px auto 0 auto;
    display: table;
}
.col-p {
    padding-right: 7px;
    padding-left: 7px;
}
/*step 10 End*/
/*step 11*/
.step.step11 .container_inner.container_extend {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
}
.container_inner {
    margin: 0 auto;
}
.user-zipcode-detail {
    color: #000000;
    font-weight: 500;
    padding-top: 25px;
}
.user-zipcode-detail a {
    color: #000000;
    text-decoration: underline;
    padding-left: 20px;
}
.step.step11 .section-sub-heading i {
    padding-right: 20px;
}
.btn-step-11 {
    width: 254px;
    height: 56px;
    margin: 25px auto 0 auto;
    display: table;
}
/*step 11 End*/
/*step 12*/
.step.step12 .section-sub-heading i {
    padding-right: 20px;
}
.step.step12 .container_inner.container_extend {
    max-width: 482px;
    margin: 0 auto;
    width: 100%;
}

.form-row input {
    max-width: 150px;
    height: 55px;
}
.step.step12 .form-control{
    color: #000000;
    border: 1px solid #8F8F8F;
    color: #000000;
    border: 1px solid #8F8F8F;
    outline: unset;
    box-shadow: unset;
}
.btn-step-12 {
    width: 254px;
    height: 56px;
    margin: 10px auto 0 auto;
    display: table;
}
/*step 12 End*/
/*step 13*/
.step.step13 .container_inner.container_extend {
    max-width: 1074px;
    margin: 0 auto;
    width: 100%;
}
.user-detail-row {
    display: flex;
    justify-content: space-between;
    max-width: 870px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.user-detail-block {
    margin-right: 15px;
    flex: 1; 
    min-width: 200px;
}

.user-detail {
    padding: 5px 0 15px 0;
}

.user-detail-block.phone-info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

span.d-h {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    display: block;
    color: #000000;
}

span.u-d {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #000000;
}

.step.step13 .user-detail-block:last-child {
    margin-right: 0;
}
.edit-detail {
    color: #007AFF;
    text-decoration: underline;
    text-align: right;
    position: relative;
    top: 20px;
    right: 0px;
    font-size: 20px;
    font-weight: 700;
}
.confirm-text {
    font-size: 16px;
    padding-top: 10px;
    color: #000000;
    font-weight: 500;
}
.tcpa-txt-1 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    padding-top: 30px;
}
.tcpa-txt-1 a {
    color: #000000;
    text-decoration: underline;
}
.tcpa-txt-2 {
    font-size: 18px;
    text-align: center;
    padding-top: 50px;
    color: #767676;
}
.btn-step-13 {
    width: 254px;
    height: 56px;
    margin: 10px auto 0 auto;
    display: table;
}
.user-detail-block.phone-info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*step 13 End*/
/*step 14*/
.step.step14 .container_inner.container_extend {
    max-width: 936px;
    margin: 0 auto;
    width: 100%;
}
.comparison-box-item {
    margin: 0 auto;
    overflow: hidden;
    min-height: 210px;
    position: relative;
    border-radius: .75rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 1px 3px 0 #bbbbbb;
    border: 1px solid #e8e8e8;
    background: #F3F3F3;
}
.comparison-box-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comparison-box-details {
    margin-left: 0rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.comparison-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    max-height: 100px;
    min-width: 160px;
    max-width: 200px;
    width: 100%;
    text-align: center;
}
.article-heading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    max-width: 350px;
}
.article-heading-url a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #584FF7;
}
ul.comparison-box-text{
	padding-left: 15px;
}
ul.comparison-box-text li {
    list-style-type: initial;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    padding: 0px;
    text-align: left;
}
a.btn.comparison-box-btn {
    background-color: #263238;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 150px;
}
@media only screen and (min-width: 992px) {
	 .comparison-box-text-wrap {
        min-width: 450px;
        max-width: 450px;
    }
}
/*step 14 End*/

/***************************
	FOOTER
***************************/
.footer-top{
    min-height: 100px;
    display: flex;
    align-items: center;
}
ul.footer-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.footer-widget .footer-list li{
	display: inline-block;
	margin-bottom: 12px;
    margin-right: 10px;
}
.footer-widget .footer-list li:first-child {
    margin-left: 0; 
}
.footer-list {
    list-style-type: none;
    padding: 0; 
    margin: 0; 
}
.footer-widget .footer-list li:last-child{
	margin-bottom: 10px;
}
.footer-widget .footer-list li a{
	font-size: 20px;
	color: #ffffff;
	display: block;
	line-height: 16px;
	/*font-family: PPPangramSans-Thin, sans-serif !important;*/
}
.footer-widget .footer-list li.active a{
	/*font-family: PPNeueMontreal-bold, sans-serif !important;*/
	font-weight: bold;

}
.footer-widget .footer-list li a:hover{
	text-decoration: none;
	color: #ffffff;
    font-weight: 500;
}
.copy-rite {
    display: flex;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 22px;
    align-content: center;
    align-items: center;
    /*font-family: PPPangramSans-Thin, sans-serif !important ;*/
}
.after-bottom .inner{
	font-size: 14px;
    line-height: 24px;
	margin: 0 auto;
	font-weight: 400;
    color: #000000;
	font-family: 'Montserrat', sans-serif;
}


/*form progress bar*/
.container-fluid.custome-container{
	padding-left: 0;
	padding-right: 0;
}
.skill-main {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;}

.skill-wrrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.skill-bar {
	height: 14px;
	background-color: #f9f9f9;
	border-radius: 0px;
	position: relative;
}
.skill-per {
	height: 14px;
	background: #6864F7;
	border-radius: 0 20px 20px 0px;
	width: 0;
	transition: 1s linear;
	position: relative;
}
.skill-per::before {
    content: attr(per);
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6864F7;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    top: -14px;
    right: 15px;
    transform: translateX(50%);
}
.skill-per::after {
    content: "";
    position: absolute;
    background-image: url(./../images/car-progress.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -100px;
    width: 56px;
    height: 165px;
    right: 34px;
    transition: left 4s ease-in-out;
    z-index: 1;
}



/*tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    top: -5px;
}

.tooltip-text {
    width: 170px;
    height: 96px;
    background-color: #ffffff;
    border: 1px solid #DEE2E6;
    color: #000000;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    padding: 13px;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    top: -37px;
    display: flex;
    align-items: center;
}
.tooltip-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #DEE2E6;
    background-color: #fff;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
.tooltip-container:hover .tooltip-text {
    visibility: visible;
}

@media (min-width: 768px) {
    .tooltip-text {
        bottom: 0;
        left: 100%;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .tooltip-text {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 5px; 
    }
}
/*tooltip*/

.cars-view {
    padding-top: 40px;
}
.mini-container.input-edit {
    display: flex;
    justify-content: space-between;
    background-color: #F2F3F3;
    padding: 3px 10px;
    margin: 5px;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
h2.input-value {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
a.delete-link {
    font-size: 10px;
    font-weight: 700;
    text-decoration: underline !important;
    cursor: pointer;
}
.form-sec.active {
    display: block;
}
.form-sec {
    display: none;
}
<!--  css -->
.step.step13 .container_inner.container_extend {
    max-width: 1074px;
    margin: 0 auto;
    width: 100%;
}
.cong-img {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 0 0;
}
.section-heading.congr-title{
    padding-top: 20px;
    text-transform: capitalize;
}
.congr-sec .section-sub-heading {
    max-width: 505px;
    margin: 0 auto;
    font-size: 16px;
}
.user-detail-row {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.user-detail {
    padding: 5px 0 15px 0;
}
span.d-h {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
}

span.u-d {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
}

.step.step13 .user-detail-block:last-child {
    margin-right: 0;
}
.edit-detail {
    color: #007AFF;
    text-decoration: underline;
    text-align: right;
    position: relative;
    top: 20px;
    right: 0px;
    font-size: 20px;
    font-weight: 700;
}
.confirm-text {
    font-size: 12px;
    padding-top: 10px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.tcpa-txt-1 {
    color: #000000;
    padding-top: 25px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 950px;
    text-align: justify;
    margin: 0 auto;
}

.tcpa-txt-1 a {
    color: #007AFF;
    text-decoration: underline;
}
.btn-step-13 {
/*    width: 147px;*/
    height: 56px;
    margin: 15px auto 0 auto;
    display: table;
}
.container_inner.container_continouse_years{
    max-width: 500px;
}
.delete-vehicle-link{
    cursor: pointer;
}
.pii-edit-link strong{
    cursor: pointer;
}