/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
  /*progressbar*/

  body {
    font-family: "Gotham", Sans-serif !important;
  }

 #quoteprogressbar {
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0px;
    margin-top: 0rem;
    gap: 8px;
 }
#quoteprogressbar li:nth-of-type(1){
    justify-content: flex-start;
}
#quoteprogressbar li:nth-last-of-type(1){
    justify-content: end;
}
 #quoteprogressbar li {
    list-style-type: none;
    color: #999999;
    font-size: 16px;
    /* width: 50PX; */
    /* height: 50PX; */
    /* background: rgb(42 48 54 / 20%) 0% 0% no-repeat padding-box; */
    /* box-shadow: inset 2px 2px 7px #0000000d; */
    border-radius: 100%;
    position: relative;
    margin-right: 0px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    column-gap: 5px;
    /* font-family: inherit; */
    font-family: inherit;
    /* width: 33%; */
    justify-content: center;
 }

 #quoteprogressbar li.active {
     color: #262626;
 }

 #quoteprogressbar li.active a {
     background: transparent;
     color: #00BC56;
     border: 2px solid #00BC56;
 }

 

 #quoteprogressbar li.step-completed a {
    background-color: #00BC56;
    color: #ffffff;
}

#quoteprogressbar li.step-completed + .line {
    background-color: #00BC56;
}

 #quoteprogressbar li.step-completed a::after {
     /* content: url(../img/checkmark.png); */
     position: absolute;
     top: -25px;
     width: 62px;
     height: 62px;
 }

 #quoteprogressbar li a {
     background: transparent;
     color: #000000;
     border: 2px solid #D9D9D9;
 }

 .quote-form-label {
     display: none;
 }

 #quoteprogressbar li a {
     opacity: 1;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-family: "Raleway", sans-serif !important; */
    font-family: inherit;

    font-weight: 500;
    line-height: 1.5;
    padding: 7px;
 }
  #quoteprogressbar li .text-res {
    margin-top: 10px;
  }
 /* #quoteprogressbar li.step-completed a span{
    display: none;
 } */
#quoteprogressbar li.step-completed a i{
    display: block;
 }
#quoteprogressbar li a i,
#quoteprogressbar li a svg{
    display: none;
 }
 #quoteprogressbar li:before {
     width: 24px;
     line-height: 20px;
     display: block;
     font-size: 10px;
     color: #a0bbc5;
     /* background: #ccc; */
     border-radius: 12px;
     margin: 0 auto 5px auto;
     /* border: 2px solid #022b54; */
     font-size: 30px;
     z-index: 9;
     right: -125px;
     position: absolute;
     top: 73px;
     font-size: 77px;
 }

 /*progressbar connectors*/
 /* #quoteprogressbar li:after {
    content: '';
    width: 247px;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    left: auto;
    top: 15px;
    z-index: 0;
    width: 85%;
    right: -7rem;
 } */
  .step.active + .line {
    background-color: red;
}
  .line {
    flex: 1;
    height: 3px;
    background-color: #ddd;
    margin-top: 0px;
    align-self: center;
}
#quoteprogressbar li:nth-of-type(2)::after {
    right: -12rem;
}
 #quoteprogressbar li:nth-last-of-type(1):after {
     width: 0px;
     height: 0px;
 }
 #requestform fieldset:not(:first-of-type) {
    display: none;
}
#requestform fieldset{
    width: 100%;
    margin: auto;
    padding: 0;
}
.request-form-container{
    width: 100%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    margin-top: 15px;
}    
.request-form-container fieldset{
    border: 0px;
}
.mb-0{
    margin-bottom: 0px !important;
}
.banner-text{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner-text .elementor-heading-title{
    line-height: 40px;
}
.step-section{
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
}
.step-left {
    background-color: #acacac14;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    text-align: center;
}
.step-left::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.step-left p.place-holder {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin: 0;
  color: #55555530;
}
.step-left{
    min-height: 300px;
}
.step-left, .step-right{
        width: 47%;
}
.request-title{
    /* font-family: inherit; */
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0.92em;
    margin-bottom: 0px;
}
.req-des{
    /* font-family: inherit; */
    font-family: inherit;
    font-size: 16px;
}
.req-section{
/* margin-top:60px; */
   width: 100%;
}
.req-form-label{
    gap: 0;
    /* font-family: inherit; */
    font-family: inherit;
    line-height: 1;
    font-weight: 300;
    color: #818489;
    font-size: 14px;color: #5B6B79;
    margin-bottom: 7px;
}
.label-mb-15{
    margin-bottom: 15px;
}
.req-form-label.err{
    color: #c90101;
}
.req-section .req-control{
    outline: none !important;
    box-shadow: none;
    height: auto;
    border: 1px solid #CFD1D4;
    border-radius: 0;
    padding: 10px 20px;
    /* background: #f2f2f2; */
    /* font-family: inherit; */
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    /* color: #CFD1D4; */
    margin-top: 0px !important;
    border-radius: 5px;
    /* height: 40px; */
    font-size: 14px;
}
.quote-input-group.mask-hide .req-control{
        background-color: #e9ecef;
}
.quote-input-group .req-control{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.dealer-verfication .req-row{
    display: none;
    flex-wrap: wrap;
    column-gap: 20px;
    /* justify-content: center; */
}
.req-row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    /* justify-content: center; */
}
.quote-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.quote-input-group-text{
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-left: -1px;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.input-container.req-group.quote-3 {
    width: 48%;
    margin-bottom: 15px;
    position: relative;
}
.input-container.req-group.quote-2 {
    width: 31.5%;
    margin-bottom: 15px;
    position: relative;
}
.quote-input-group-text i {
    font-size: 14px;
}
.step-title{
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
}
.req-footer{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
    /* flex-direction: column;
    align-items: flex-end; */
}
.req-footer.fi-sucess-continue {
    justify-content: center;
}
.req-footer.step2-reqfooter {
    justify-content: space-between;
}
.req-footer .btn{
        border: 1px solid #00BC56;
        border-radius: 20px;
        /* width: 201px; */
        padding: 7px 50px 7px;
        font-family: inherit;
        font-size: 20px;
        line-height: 1;
        font-weight: 400;
        text-align: center;
        color: #ffffff !important;
        cursor: pointer;
        transition: .35s;
        font-size: 14px;
        background-color: #00BC56;
        cursor: pointer;
        line-height: 21px;
}
.req-footer .btn.prev-btn{
    background-color: #00BC56;
    color: #ffffff;
}
.req-footer #cancel-submit{
background-color: #ffffff;
color: #000000;
}
.default-none{
    display: none;
}
#ein-unmask{
    display: none;
}
.mask-hide #ein-unmask{
    display: flex;
}
.mask-hide #ein-mask{
    display: none;
}
.req_description,.error{
    margin-top: 6px !important;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    /* color: #c90101; */
    
}
.req_description {
    text-align: right;
    font-style: italic;
   
}
span.error{
    font-style: italic;
    color: #c90101;
}
.req{
     font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #c90101;
    text-align: right;
}
.input-container.req-group.quote-3.error-row{
    margin-bottom: 10px;
}
.dowc-custom-error1{
    margin-top: 10px !important;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #c90101;
    text-align: right;
    width: 100%;
    display: block;
}
.req-footer .btn:hover,
.req-footer .btn:active,
.req-footer .btn:focus{
        background: #00BC56;
        border: 1px solid #00BC56;
        color:#ffffff !important;
}
.req-footer .btn.prev-btn:hover,
.req-footer .btn.prev-btn:focus,
.req-footer .btn.prev-btn:active{
    background: #00BC56;
    border: 1px solid #00BC56;
    color:#ffffff !important;
}
.req-control.error, .req-control.email-error{
    border: 1px solid #c90101;
}
.sub-title{
    font-family: inherit;
    font-size: 30px;
    font-weight: 300;
    line-height: 0.92em;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #dbdbdb;
    padding-top: 3rem;
}
.page-100 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: inherit;
    margin-bottom: 15px;
    color: #353535;
    font-weight: 400;
    margin-top: 0px;
}
.state-city-value {
    font-weight: 500;
    font-size: 12px;
    display: inline;
}
.req-loader{
    width:100%;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    margin:auto;
    height: 100%;
    background-color: #f9f9f9c2;
    display: none;
	text-align: center;
}
.req-section{
    position:relative;
}
.req-section .req-control:focus{
    border-color: #e4e4e4;
}
#dealer-details{
    font-size: 11px;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
#dealer-details > span{
    display: block;
    margin-bottom: 5px;
}
#dealer-details > span span:nth-of-type(1){
    font-weight: 500;
    color: #000000;
}
#success-section{
    color: #089108;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    text-align: center;
}
#success-section p{
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: left;
}
.border-top {
    border-top: 1px solid #E5E5E5;
    margin-top: 7px;
}
/* checkbox */
/* The container */
.container {
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    line-height: 20px;
    color: #818489;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #CFD1D4;
    border-radius: 3px;
}

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

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #00BC56;
  border: 1px solid #00BC56;
  border-radius: 3px;
}

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

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

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 1.75px 1.75px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-ui .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px;
}

.container.checkbox-ui {
    padding-left: 30px;
}

.container.checkbox-ui .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 11px;
}
/* end checkbox */
.dealer-form #step2 .req-footer{
display: none;
} 
#fi-error{
    display: none;
}
.form-title {
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.92em;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}
.form-notes{
    font-size: 14px;
    color: #818489;
    margin-bottom: 15px;
    font-family: inherit;
}
.form-disclaimer{
    color:#7D7D7D;
    font-size: 11px;
    margin-top: 0px;
    width: 100%;
    font-family: inherit;
}
#dealer-pdf-w9{
    /* max-width: 900px; */
     /* min-width: 350px; */
}
.canvas-section canvas {
    display: none;
}
.sign-preview {
    text-align: left;
    border: 1px solid #ccc;
    height: 80px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.p-notes {
    color: #818489;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
}
.zoom-btn-a{
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.full-width{
    width:100%;
}
.accept-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.accept-section p{
    margin-bottom: 0px;
}
.accept-section.accept-ui{
    justify-content: flex-end;
    gap: 15px;
}
.accept-section.step2-yesno {
    justify-content: flex-start !important;
}
.accept-btn button{
        min-width: 60px;
}
.text-style{
    color: #818489;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: inherit;
}
.p-hints {
    border-top: 1px solid #dfdfdf;
    padding: 2.5rem 0px;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    color: #818489;
    border-bottom: 1px solid #dfdfdf;
}
.field-hint{
    font-size: 12px;
    color: #818489;
    margin-bottom: 15px;
    font-family: inherit;
}
.p-hints a{
    color: #000;
}
.accept-btn button {
    border: 1px solid #00BC56;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #00BC56;
    font-family: inherit;
    border-radius: 4px;
}
.accept-btn button:hover,
.accept-btn button:focus{
    background-color: #00BC56 !important;
    color:#fff !important;
    border-color: #00BC56 !important;
      outline: none !important;
  box-shadow: none !important;
  border: none;
}
.accept-btn{
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}
.canvas-section{
    margin-bottom: 15px;
}
.canvas-section h4{
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: normal;
    font-family: inherit;
    line-height: 1;
    font-weight: 400;
    color: #5B6B79;
}
.p-notes, .accept-section p, .p-hints ol li{
        font-family: inherit;
}
.btn:disabled,.btn:disabled,.accept-btn #accpet-yes:disabled,
.accept-btn button:nth-of-type(1):disabled{
    cursor:not-allowed;
    background-color: #00BC56;
    border: 1px solid #00BC56;
    opacity: 0.4;
}
.dark-text #dealer-details{
    color: #000000;
}
.pdf-view{
    height:1000px; overflow:auto; border:1px solid #ccc;
}
.zoom-btn-a a{
    color: #818489;
    font-size: 12px;
    font-weight: 700;
}
.zoom-btn-a a:hover,
.zoom-btn-a a:focus{
    color: #000000;
}
.zoom-btn{
    margin-bottom: 0.25rem;
}
.zoom-btn button {
    border: 1px solid #e7e7e7;
    border-color: #818489;
    padding: .5rem .75rem;
    font-size: .75rem;
    line-height: 1;
    border-radius: .358rem;
    background-color: #818489;
    color: #ffffff;
}
.zoom-btn button:hover,
.zoom-btn button:focus{
    background-color: #000000 !important;
    color:#ffffff;
    border-color: #000000;
}
#completed-section, .error-section{
    max-width: 860px;
    margin: auto;
    text-align: center;
    /* background-color: #F3F3F3; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 4rem;
    border-radius: 7px;
    margin-top: 50px;
    display: none;
    border: 1px dotted #CFD1D4;
}
.success-title{
        font-size: 18px;
}
div#completed-section *, .error-section * {
    font-family: "Gotham";
}
#completed-section p, .error-section p{
    /* max-width: 650px; */
    margin: auto;
    text-align: center;
    /* background-color: #F3F3F3; */
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
#completed-section h6 {
    margin-top: 0;
    margin-bottom: 20px;
}
.check-label{
    display: flex;
    align-items: flex-start;
    column-gap: 7px;
    line-height: 1.5;
    font-weight: 400;
}
.check-label input{
    top: 5px;
    position: relative;
}
#fi-w9-pdf{
    /* display: none; */
}
.p-hints ol{
    margin-top: 11px;
}
.p-hints ol li{
    margin-bottom: 11px;
}
.p-hints ol > li >  ul > li{
        list-style-type: lower-alpha;
}
.p-hints ol > li >  ul > li > ul > li{
        list-style-type: lower-roman;
}
select {
     background: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") 
              no-repeat right 0.5rem center; /* Custom arrow */
     background-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.fi-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fi-title h6 {
    display: flex;
    align-items: center;
    gap: 11px;
}
.btn.removeFiSection, #add-more-fi{
    font-size: 14px;
    padding: 3px 12px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 16px;
    margin-top: 8px;
}
.btn.removeFiSection {
    font-size: 10px;
}
.btn.removeFiSection:hover, #add-more-fi:hover,
.btn.removeFiSection:focus, #add-more-fi:focus,
.btn.removeFiSection:active, #add-more-fi:active{
    background: #fff;
    border: 1px solid #000;
    color: #000000 !important;
}
.mtop-1{
    margin-top: 1rem;
}
.width-100{
    width: 100%;
}
.margin-b-50{
    margin-bottom: 50px;
}
.margin-t-50{
    margin-top: 50px;
}
.margin-b-0{
    margin-bottom: 0px !important;
}
.section-count {
    background-color: #000000;
    padding: 4.5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}
.dealer-uid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#dealer-details{
    width: 100%;
    display: inline-flex;
    gap: 15px;
}
#dealer-details > span span:nth-of-type(1){
    text-align: right;
}
#dealer-details{
    font-size: 14px;
    color: #989898;
    font-family: inherit;
    margin-bottom: 30px;
}
.dealer-verfication #dealer-details,
.dealer-verfication #dealer-details > span  {
    margin-bottom: 0;
}
#dealer-details > span span:nth-last-of-type(1){
    display: inline-block;
}
.vertical-border{
    color: #000000;
}
.opt-ui{
    display: block;
    width: 100%;
    margin-top: 30px;
}
.dealer-form #add-more-fi{
    margin-top: 30px;
}
/* custom radio button */
/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

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

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

/* When the radio button is checked, add a blue background */
.container-radio 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 */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
    border-color: #000000;
}
/* end custom radio button */
#opt-text{
    display: none;
}
.container-radio .checkmark{
    top: -3px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.container-radio input:checked~.checkmark {
    background-color: #eeeeee;
}
#dealer-add-fi{
    margin-top: 30px;
}
.opt-radio-row{
    column-gap: 7rem;
    margin-top: 1rem;
}
.dealer-form .req-footer{
    justify-content: flex-start;
    width: 100%;
}
.dealer-form .req-footer#dealer-contiune{
    justify-content: center;

}
.dealer-form #addMoreContainer, .dealer-form #dealer-add-fi{
        width: 100%;
}
.dealer-form .btn.removeFiSection{
    margin-bottom: 10px;
    margin-top: 0px;
}
#contact-support-msg p a, #completed-section p a{
    display: inline-block;
    color:#333333;
    font-weight: 600;
}
.dealer-add-section{
    width: 100%;
}
.display-txt{
    display: inline-block;
}
/* New css step1 */
/* Hide SVG by default */
#quoteprogressbar li a svg {
  display: none;
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

/* Completed step → green circle */
#quoteprogressbar li.step-completed a {
  background-color: #00BC56;
  border-color: #00BC56;
  color: #ffffff;
}

/* Completed step → hide number */
#quoteprogressbar li.step-completed a span {
  display: none;
}

/* Completed step → show tick */
#quoteprogressbar li.step-completed a svg {
  display: block;
}

.accept-btn button.active {
  background-color: #00BC56 !important;
  color: #fff !important;
  border-color: #00BC56 !important;
}

.accept-btn button:focus {
  outline: none;
  box-shadow: none;
}

.input-with-loader {
  position: relative;
}

.zip-loader {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px; /* half of height */
  width: 16px;
  height: 16px;
  border: 2px solid #c8e6c9;
  border-top: 2px solid #2e7d32;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


#step1 .dealer-verfication, .personal-information, .w9-container-div{
    width: 100%;
    /* padding: 20px; */
    padding: 30px 20px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
    border: 1px dotted #CFD1D4;
}
.dealer-verfication .step1-titles,
.personal-information .step1-titles,
.w9-detail-div .step1-titles  {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: inherit !important;
}
.w9-detail-div .step1-titles {
    text-align: left !important;
    margin-top: 9px !important;
    margin-bottom: 18px !important;
}
.personal-information .flname {
       display: flex;
    justify-content: space-between; 
}

.w9-container-div .button-group {
    display: flex !important;
    gap: 12px !important;
    width: 100%;
  }

  .w9-container-div .option-btn,
  .accept-btn button  {
    padding: 4px 12px !important;
    /* border-radius: 20px !important; */
    border: 1px solid #ccc !important;
    background: #fff !important;
    cursor: pointer !important;
    color: #000 !important;
    /* width: 49%; */
    font-size: 12px ;
    width: 100%;
    max-width: 50px;
  }
  .w9-container-div .option-btn:focus,
.w9-container-div .option-btn:active,
.accept-btn .yes:active,
.accept-btn .no:active{
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

 
  .w9-container-div .option-btn.active,
  .accept-btn .yes:active,
  .accept-btn .no:active
    {
    background: #00BC56 !important;
    color: #fff !important;
    border-color: #00BC56 !important;
  }

 .w9-ques-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
 }
 .w9-ques-btn .form-notes {
    width: 40%;
    margin-bottom: 0;
 }
 #fi-success img {
    width: 75px;
    margin: auto;
 }
 #fi-success {
        display: flex;
    justify-content: center;
    flex-direction: column;
 }
 .what-next {
        margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 155, 76, 0.08);
    border-radius: 8px;
    padding:15px ;
 }
/* New css step1 - end */
/* #form-section{
    display: none;
} */
@media(min-width:1300px) {
    .request-form-container {
        width: 1280px;
    }
}
@media(min-width:900px) 
{
.pdf-view{
    width: 1200px;
}
}
@media(max-width:1200px) {
.input-container.req-group.quote-3 {
    width: 47.5%;
}
.req-row{
        column-gap: 15px;
}
.step-left, .step-right {
    width: 45%;
}
.step-left p.place-holder {
    font-size: 20px;
}
}
@media(max-width:900px) {
    .step-left, .step-right {
        width: 100%;
        /* margin-top: 15px; */
    }
    .step-right {
        margin-top: 30px;
    }
    #requestform fieldset{
        width: 100%;
    }
    .request-form-container{
         padding-bottom: 70px;
    }
    .form-title{
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    /* .req-footer .btn{
        padding: 9px 30px 9px;
    } */
    .req-row{
            justify-content: flex-start;
    }
    .req-row.zoom-btn-a {
        justify-content: space-between;
    }
   .request-form-container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .input-container.req-group.quote-3 {
        width: 48.5%;
    }
    .req-footer{
        justify-content: center;
    }
    .mobile-hide {
        display: none;
    }
}
@media(max-width:767px) {
.req-form-label, .form-notes,.req-section .req-control,.accept-section p,.zoom-btn-a a, .p-hints li,
.accept-btn button, .req-footer .btn, .dowc-custom-error1, #completed-section p, .error-section p,
#dealer-details, .p-notes{
    font-size: 13px !important;
}
.canvas-section h4, .success-title{
    font-size: 16px;
}
li{
    margin-bottom: 7px;
}
.req-footer .btn{
    padding: 5px 30px 5px;

}
#completed-section, .error-section {
    max-width: 470px;
}
.input-container.req-group.quote-3,
.input-container.req-group.quote-2 {
    margin-bottom: 10px;
}
 .req-footer {
    margin-top: 15px;
}
.p-hints ol {
    padding-left: 20px;
}
.input-container.req-group.quote-2 {
        width: 48.5%;
}
.accept-section{
    justify-content: center;
    column-gap: 30px;
}
.accept-section p {
    text-align: center;
}
#dealer-details{
    display: block;
}
#dealer-details>span.vertical-border{
    display: none;
}
#addMoreContainer .fi-title{
    width: auto;
    align-items: flex-end;
}
}
@media only screen and (max-device-width: 768px) {
.req-form-label, .form-notes,.req-section .req-control,.accept-section p,.zoom-btn-a a, .p-hints li,
.accept-btn button, .req-footer .btn, .dowc-custom-error1, #completed-section p, .error-section p,
.req_description, .error{
    font-size: 13px !important;
}
.canvas-section h4, .success-title{
    font-size: 16px;
}
li{
    margin-bottom: 7px;
}
.req-footer .btn{
    padding: 5px 30px 5px;

}
#completed-section, .error-section {
    max-width: 470px;
}
.input-container.req-group.quote-3 {
    margin-bottom: 10px;
}
.req-footer {
    margin-top: 15px;
}
.p-hints ol {
    padding-left: 20px;
}
}
@media(max-width:700px) {
.accept-section.accept-ui{
    justify-content: center;
    gap: 7px;
}
}
@media(max-width:600px) {
    .input-container.req-group.quote-3 {
        width: 48%;
    }
    .step-left p.place-holder{
            font-size: 18px;
    }
    #quoteprogressbar li{
        justify-content: center !important;
    }
    #quoteprogressbar li{
        font-size: 12px;
        flex-wrap: wrap;
        width: 20%;
    }
    #quoteprogressbar li span{
        text-align: center;
        width: 100%;
        margin-top: 1px;
    }
    #quoteprogressbar li span.text-res{
        position: absolute;
        bottom: -37px;
        top: 25px;
    }
    .res-top{
        top: 5px;
    }
    #quoteprogressbar{
        gap: 0px;
    }
    .form-notes{
        margin-top: 30px;
    }
    .fi-title .form-notes, #opt-text .form-notes{
        margin-top: 0px;
    }
    #quoteprogressbar {
        margin-bottom: 50px;
    }
    .dealer-uid .form-notes{
        margin-top: 0px;
    }
 }
 @media(max-width:567px) {
.input-container.req-group.quote-2 {
        width: 100%;
    }
 }
@media(max-width:500px) {
    .input-container.req-group.quote-3 {
        width: 100%;
    }

    /* .request-form-container {
        padding-top: 60px;
    } */

    .request-title {
        font-size: 30px;
    }
    .zoom-btn button{
            padding: .386rem 0.5rem;
    }
    .zoom-btn-a, .accept-section {
    justify-content: center;
    }
    .accept-section p{
        text-align: center;
    }
    #quoteprogressbar li{
        font-size: 12px;
        flex-wrap: wrap;
    }
    #quoteprogressbar li a{
        width: 20px;
        height: 20px;
    }
    #quoteprogressbar li span{
            width: 100%;
            position: relative;
    }
    #quoteprogressbar li span .text-res {
        position: absolute;
        left: 0px;
        top: 17px;
    }
    .zoom-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 1rem;
        column-gap: 3px;
    }
}