@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Inter", sans-serif;
    outline:none !important;
}
:root{
  --primary-color:#FFD700;
  --primary-color-hover:#dcbb00;
  --secondary-color:#003473;
  --secondary-color-hover:#064695;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Inter", sans-serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 100%;
  color: #111;
  font-size: 14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.text-primary-sb{
  color:var(--primary-color)
}
.bg-primary-sb{
  background-color: var(--primary-color);
}
.text-secondary-sb{
  color:var(--secondary-color)
}
.bg-secondary-sb{
  background-color: var(--secondary-color);
}
.btn-primary-sb{
  background-color:var(--primary-color);
  color:#212e49;
  border-color: var(--primary-color);
}
.btn-primary-sb:hover, .btn-primary-sb:active, .btn-primary-sb:focus{
  background-color:var(--primary-color-hover) !important;
  color:#212e49 !important;
  border-color: var(--primary-color-hover) !important;
}
.btn-secondary-sb{
  background-color:var(--secondary-color);
  color:#FFF;
  border-color: var(--secondary-color);
}
.btn-secondary-sb:hover, .btn-secondary-sb:active, .btn-secondary-sb:focus{
  background-color:var(--secondary-color-hover) !important;
  color:#FFF !important;
  border-color: var(--secondary-color-hover) !important;
}
.fs-15{font-size:15px;}.fs-13{font-size:13px;}.lh-150{line-height: 150%;}.lh-25{line-height: 25px;}.lh-24{line-height: 24px;}.lh-22{line-height: 22px;}.color-555{color:#555;}.fs-16{font-size:16px;}.radius-4{border-radius: 4px;}.fs-11{font-size:11px;}.transition{transition: all 0.4s;}
/***********************Default CSS Ends Here********************/
.social-icons li a{
  font-size: larger;
  color:#FFF;
}
.social-icons li a:hover, .social-icons li a:active, .social-icons li a:focus{
  color:var(--primary-color);
}
.dropdown-toggle::after{
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color:#FFF;
  font-size: 16px;
  padding-left: 14px;
  padding-right: 14px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:active, .navbar-expand-lg .navbar-nav .nav-link:focus{
  color: var(--primary-color);
}
.contact-info a{
  font-size:16px;
  color:#FFF;
}
.contact-info a:hover, .contact-info a:active, .contact-info a:focus{
  color:var(--primary-color);
}
.home-banner{
  background: url(../images/home-banner.png) no-repeat;
  min-height: 703px;
  background-size: cover;
}
.home-banner .btn{
  width: 321px;
  height: 70px;
  font-size: 22px;
  line-height: 27px;
}
.home-banner h1{
  font-size:39px;
  line-height: 55px;
}
.home-banner p{
  font-size:16px;
  line-height: 30px;
}
.s-box{
  border:1px solid transparent;
  background: rgba(0, 52, 115, 0.07);
}
.s-box:hover, .s-box:active, .s-box:focus{
  background:#FFF;
  border:1px dashed #F6BE00;
  box-shadow: 6px 6px 9px 0 rgba(0, 0, 0, 0.08);
}
.s-box:hover i, .s-box:active i, .s-box:focus i{
  transform: rotate(-360deg);
}
.why-choose img{
  border-radius: 20px;
}
.why-choose h3{
  font-size:30px;
}
.pics-sec{
  background: rgba(0, 52, 115, 0.07);
}
.pic-holder{
  max-height: 600px;
}
.pic-holder:hover img, .pic-holder:active img, .pic-holder:focus img{
  transform: rotate(3deg) scale(1.1);
}
.pic-holder:after{
  content:'';
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.4s;
}
footer{
  background:#003473;
}
footer ul li a{
  color:#FFF;
}
footer ul li a i{
  color:var(--primary-color);
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus{
  color:var(--primary-color);
}
footer .copyright{
  background: #002551;
}
/*************************Home Page CSS Ends Here**********************/
.inner-banner{
  background:url(../images/inner-banner.jpg) no-repeat center center;
  height: 321px;
  background-size: cover;
}
.breadcrumb li{
  font-size:20px;
}
.breadcrumb-item+.breadcrumb-item::before{
  color:#FFF;
}
.common-heading h2{
  font-size: 35px;
}
.faqs .accordion-item{
  margin-bottom: 11px;
}
.faqs .accordion-button{
  font-size:20px;
  color: #FFF;
  background: var(--secondary-color);
}
.faqs .accordion-button:not(.collapsed){
  background:var(--primary-color);
}
.faqs .accordion-button::after{
  content:"\f107";
  background: none;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.faqs .accordion-body{
  border:1px solid #EEE;
  border-radius:4px;
  margin-top: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
/******************FAQs Page CSS Ends Here***************/
.payments a{
  max-height: 250px;
  min-height: 200px;
  background:rgba(0, 52, 115, 0.07);
  border:1px solid transparent;
}
.payments a:hover, .payments a:active, .payments a:focus{
  background:#FFF;
  border:1px dashed var(--primary-color);
}
.payments a:hover img, .payments a:active img, .payments a:focus img{
  transform: scale(0.95);
}
.play-btn{
  width:91px;
  height: 91px;
  line-height: 78px;
}
.mobile h3{
  font-size:30px;
}
.c-details i{
  width:47px;
  height: 47px;
  background:rgba(0, 52, 115, 0.1);
  line-height: 44px;
}
form input[type="text"], form input[type="email"], form input[type="password"], form input[type="date"], form input[type="time"], form select{
  height: 40px;
  padding: 10px 15px;
}
::placeholder{
  color:#999 !important;
}
.terms-box{
  max-height: 100px;
  font-size:15px;
}
.form-check-input:checked[type=checkbox]{
  width:15px;
  height: 15px;
}
.form-check-input:checked{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
/******************Make a Payment, See Our App and Contact Us Page CSS Ends Here***************/
.continue-bar{
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.04);
}
.continue-bar .btn{
  width:137px;
  height: 40px;
  line-height: 30px;
}
.privacy ul li i{
  margin-top:5px;
}
.privacy h3{
  color:#000;
}
.privacy p{
  color:#333;
}
.privacy table tr th, .privacy table tr td{
  vertical-align: middle;
}
.privacy table tr th{
  background: var(--secondary-color);
  white-space: nowrap;
  height: 50px;
}
.privacy table tr .text-success{
  color:#2BE13E !important;
}
.privacy table tr .text-danger{
  color:#E1362B !important;
}
/************Get Quote**************/
.customSmartWizard{
  padding-top: 30px;
}
.customSmartWizard .sw-theme-dots>.nav .nav-link>.num{
  font-size: 14px;
  font-weight: 400;
  top: -22px;
}
.customSmartWizard .sw-theme-dots>.nav .nav-link.active::after{
  box-shadow: none;
  background-color: #F6BE00 !important;
}
.customSmartWizard .sw-theme-dots>.nav .nav-link::after{
  border: 0;
  width: 30px;
  height: 30px;
  top: -30px;
  background-color: #003473 !important;
}
.customSmartWizard .sw-theme-dots>.nav::before{
  top: 16px;
    left: 130px;
    width: 80%;
  height: 1px;
  background-color: #003473;
}
.customSmartWizard .sw.sw-justified>.nav .nav-link{
  font-size: 14px;
  font-weight: 400;
  color: #003473;
}
.customSmartWizard .sw-theme-dots>.nav .nav-link{
  margin-top: 30px;
}
.customSmartWizard .sw-theme-dots>.nav .nav-link.active{
  font-weight: 700;
  color: #F6BE00 !important;
}
/* .customSmartWizard .sw>.tab-content{
  width: 84%;
  margin: 20px auto;
  height: auto !important;
  transition: .3s;
} */
.customSmartWizard .sw .toolbar{
  display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}
.customSmartWizard .sw .toolbar>.sw-btn.disabled{
  display: none;
}
.customSmartWizard .sw .toolbar>.sw-btn-next{
  margin-left: auto;
}
.customSmartWizard .sw .toolbar>.sw-btn{
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  border: 0;
  background-color: #F6BE00;
  color: #fff;
  text-transform: uppercase;
}
.customSmartWizard .sw-btn-prev{
  width: 136px;
  height: 40px;
}
.customSmartWizard .sw-btn-next{
  width: 100px;
  height: 40px;
}
.customSmartWizard .sw-btn-prev i{
  font-size: 14px;
  padding-right: 8px;
}
.customSmartWizard .sw-btn-next i{
  font-size: 14px;
  padding-left: 8px;
}
.tabSelectOpt p{
  font-size: 15px;
    font-weight: 400;
    color: #000;
}
.tabSelectOpt ul{
  display: flex;
  align-items: center;
  padding-top: 30px;
  gap: 20px;
}
/*.tabSelectOpt li{
  margin: 0 20px;
}*/
.customTab{
  width: 350px;
  height: 75px;
  border-radius: 4px;
  background-color: #0034731A;
  display: flex;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    transition: .2s;
}
.tabSelectOpt li.active .customTab,.tabSelectOpt li .customTab:hover{
  background-color: #fff;
  border: 1px solid #F6BE00;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.customTab span{
  font-size: 14px;
  font-weight: 700;
  color: #003473;
}
.customTab i{
  height: 25px;
  width: 25px;
  background-color: #003473;
  border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}
.monthTab li{
  width: 20%;
}
.monthTab li:first-child,.propertyTypeTab li:first-child{
  margin-left: 0;
}
.monthTab li:last-child{
  margin-right: 0;
}
.monthTab .customTab{
  width: 100%;
  height: 50px;
  justify-content: center;
    padding-left: 0;
} 
.propertyTypeTab i{
  background-color: transparent;
  color: #003473;
}
.insuranceTab li{
  width: 23%;
  margin: 0;
}
.insuranceTab .customTab{
  width: 100%;
  height: 180px;
  justify-content: center;
    padding-left: 0;
}
.insuranceTab .customTab img{
  width: 130px;
}
.insuranceTabInput input{
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  outline: 0;
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.form-control:focus,.form-select:focus{
  box-shadow: none;
  border-color: #003473;
}
.uploadFileTab .alert span,.coverageTab .alert span,.residentTab .alert span{
  font-size: 15px;
  font-weight: 400;
  color: #664D03;
  line-height: 20px;
}
.uploadFileTab .alert,.coverageTab .alert,.residentTab .alert{
  background: #FFF3CD;
  margin-top: 20px;
}
.fileUploadBtn button{
  font-size: 15px;
    color: #fff;
    background-color: #003473;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    border: 0;
    font-weight: 700;
}
.fileUploadBtn button i{
  padding-right: 8px;
}
.fileUploadBtn{
  display: flex;
    align-items: center;
    margin: 20px 0;
}
.fileUploadBtn p{
  padding-left: 12px;
}
.uploadFile p a{
  color: #F6BE00;
  text-decoration: underline;
}
.uploadFileCheck{
  margin: 20px 0;
}
.searchNumberTabInput p{
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.searchNumberTabInput input,.formTab input,.relationshipTab input,.postalCodeTab input,.emailTab input{
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  outline: 0;
}
.form-check-input[type="checkbox"]{
    border: 2px solid black !important;
    border-radius: .15em !important;
    scale: 1.2
}
/*.btnSearch{*/
/*    position: absolute;*/
/*    right: 2px;*/
/*    border: 0;*/
/*    top: 0;*/
/*    color: #F6BE00 !important;*/
/*}*/
.itemInfoSec{
  padding-top: 30px
}
.itemInfo{
  display: flex;
  align-items: center;
  height: 70px;
  border-radius: 4px;
  background-color: #0034731A;
  border: 1px solid #0034731A;
  cursor: pointer;
  transition: .2s;
  padding-left: 20px;
  gap: 24px;
  margin-bottom: 20px;
}
.itemInfo:hover,.active.itemInfo{
  background-color: #fff;
  border: 1px solid #F6BE00;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.itemInfo i{
  color: #003473;
  font-size: 30px;
}
.itemInfo p{
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.itemInfo p span{
  font-weight: 700;
  color: #E2B20F;
}
.vehicleMaintainedTab li,.useVehicleTab li{
  width: 23%;
}
.statusVehicleTab li,.martialTab li,.secondaryDriverTab li,.spouseDriverTab li,.residentTab li{
  width: 32%;
}
.vehicleMaintainedTab .customTab,.useVehicleTab .customTab,.statusVehicleTab .customTab,.coverageTab .customTab,.statusLicenseTab .customTab,
.filingTab .customTab,.martialTab .customTab,.secondaryDriverTab .customTab,.spouseDriverTab .customTab,.residentTab .customTab{
  width: 100%;
  justify-content: center;
  padding-left: 0;
  height: 50px;
}
.coverageTab li,.statusLicenseTab li,.filingTab li{
  width: 48%;
}
.useVehicleTab .customTab span,.coverageTab .customTab span,.filingTab .customTab span{
  display: flex;
  align-items: center;
}
.useVehicleTab .customTab span i{
  color: #F6BE00;
  height: 15px;
  width: 15px;
      background: transparent;
    padding-left: 20px;
}
.coverageTab p i,.coverageTab .customTab span i,.filingTab .customTab span i{
  color: #F6BE00;
  height: 15px;
  width: 15px;
      background: transparent;
    padding-left: 10px;
}
.detailVehicleTable table {
  border-collapse: collapse;
  width: 100%;
}
.detailVehicleTable tr{
  height: 50px;
  display: table;
  width: 100%;
}
.detailVehicleTable td{
  width: 25%;
  text-align: left;
  padding: 0px 12px;
  vertical-align: middle;
}
.detailVehicleTable tr:nth-child(even) {
  background-color: #0034731A;
}
.detailVehicleTable {
  margin-top: 20px;
}
.detailVehicleTable h6{
  color: #fff;
  background-color: #003473;
  font-size: 15px;
  font-weight: 700;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.detailVehicleTable .editBtn {
  background: #FFC107 !important;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  border: 0;
  border-radius: 4px;
}
.detailVehicleTable .deleteBtn{
  background: #DC3545 !important;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border: 0;
  border-radius: 4px;
}
.addMoreBtn button{
  width: 100%;
  text-align: center;
  background: #003473 !important;
  color: #fff !important;
  border: 0;
  font-size: 16px;
  height: 50px;
  font-weight: 700;
  border-radius: 4px;
}
.confirmationTab h5{
  color: #003473;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.confirmationTab p{
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 700;
}
.confirmationTab span{
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.confirmationTab li{
  margin-bottom: 20px;
}
.emailTab label{
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  padding-left: 8px;
}
.emailTab label a{
  color: #F6BE00;
}
@keyframes slideFromLeft {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .pointer {
    animation: slideFromLeft 0.5s forwards;
  }
/**********dealerShipSec*****************/
.dealerShipSec .uploadPicTab span{
  font-size: 13px;
  color: #999999;
}
.dealerShipSec h5{
  font-size: 20px;
  color: #003473;
  font-weight: 700;
  margin-bottom: 20px;
}
.dealerShipSec .submitInfo h6{
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #000;
}
.dealerShipSec .submitInfo h6 small{
  color: #999999;
  font-weight: 400;
}
.dealerShipSec .submitInfo span{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.dealerShipSec .submitInfo {
    counter-reset: liCounter;
}
.dealerShipSec .submitInfo li{
  padding-bottom: 20px;
  border-left: 2px dotted #F6BE00;
    padding-left: 20px;
    position: relative;
    list-style: none;
    counter-increment: liCounter;
}
.dealerShipSec .submitInfo li::before{
  content: counter(liCounter);
    position: absolute;
    background: #F6BE00;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -4px;
    left: -13px;
    font-size: 12px;
    font-weight: 700;
}
.dealerShipSec .submitInfo li:last-child{
  border-left: 2px dotted #0000;
}
.downloadBtn {
  text-align: center;
  margin-top: 20px;
}
.downloadBtn a{
  background: #F6BE00 !important;
  color: #fff !important;
  font-size: 22px;
  font-weight: 700;
  width: 320px;
  padding: 20px;
}

.thanks a {
  background: rgba(0, 52, 115, 0.07);
  border: 1px solid transparent;
}
.thanks a:hover, .thanks a:active, .thanks a:focus{
  background: #FFF;
  color:var(--primary-color);
  border: 1px dashed var(--primary-color);
}
.downloadBtn button i{
  padding-right: 10px;
}
.progress-track {
  padding-top: 40px;
}
.inner-bar{
  background: #0351aa;
  border-radius:50px;
  padding: 10px 60px;
}

.progress-bar-base {
  background-color: #003473;
  border-radius: 5px;
  height: 12px;
  position: relative;
  width: 100%;
}

.progress-bar-fill {
  background-color: #FFD700;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: width 0.5s ease-in-out;
}

.racecar {
  width: 100px;
  position: absolute;
  top: 6px;
  left: -67px; /* starts before 0% */
  transition: left 0.5s ease-in-out;
  z-index: 2;
}

.checkered-flag {
  width: 70px;
  position: absolute;
  right: 0;
  top: 9px;
  opacity: 0;
  animation: wave-flag 1s infinite alternate;
}
.racecar.margin-adjusted {
  margin-left: 15px;
}

@keyframes wave-flag {
  0% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}

.progress-labels span {
  font-size: 12px;
  color: #000;
}

/* Confetti */
#confetti-wrapper {
  text-align: center;
  margin-top: 30px;
  animation: fadeIn 1s ease-in;
}

.congrats-message {
  color: #003473;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.active-step {
  color: #FFD700 !important; /* Gold */
}
.progress-step {
  transition: color 0.3s ease;
}
#navbarSupportedContent ul{
  display: none;
}
.radio-custom:checked + .radio-custom-label .customTab {
  background-color: #003473;
  border: 1px solid white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.radio-custom:checked + .radio-custom-label .customTab span{
  color: white;
}

.customTab {
  transition: all 0.3s ease;
}
.steps-menu a{
  cursor:not-allowed;
}
.steps-menu a.active{
  cursor:pointer;
}
.steps-menu a span{
  width: 30px;
  height:30px;
  background:var(--secondary-color);
  line-height:30px;
}
.steps-box em{
  background:var(--secondary-color);
  z-index: -1;
}
.steps-menu a p{
  color:var(--secondary-color);
}
.steps-menu a.active span{
  background:var(--primary-color);
}
.steps-menu a.active p{
  color:var(--primary-color);
  font-weight:bold;
}
.steps-box em{
  height:1px;
  left:10px;
  right:20px;
}
.m-h-75{
  min-height:75px;
}
.max-h-182{
  max-height:182px;
  min-height:182px;
}
.h-90{
  height:90px;
}
.m-h-50{
  min-height:50px;
  line-height:43px;
}
.same-boxes{
  background:rgba(0, 52, 115, 0.1);
  border:1px solid rgba(0, 52, 115, 0.1);
  transition:all 0.4s;
  cursor:pointer;
  border-radius:4px;
  overflow:hidden;
}
.same-boxes:hover, .same-boxes:active, .same-boxes:focus, .form-check-input:checked + .form-check-label{
  background:#FFF;
  border:1px solid var(--primary-color);
  box-shadow:4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius:4px;
}
.object-contain{
  object-fit:contain;
}
.ms-lg-n5{
  margin-left:-3rem;
}
.h-40{
  height:40px;
}
.w-324{
  width:324px;
}
.cursor-pointer, .same-boxes label{
  cursor:pointer;
}
a.text-primary-sb{
  text-decoration:underline !important;
}
.slick-prev, .slick-next, .slick-prev:hover, .slick-prev:active, .slick-prev:focus, .slick-next, .slick-next:hover, .slick-next:active, .slick-next:focus{
  padding: 8px;
  background: var(--secondary-color-hover);
  width: 35px;
  height: 35px;
  border-radius:5px ;
}
.slick-dots{
  bottom: -50px;
}
.slick-dots li button:before{
  font-size: 12px;
}
.s-box{
  border:1px solid transparent;
  background: rgba(0, 52, 115, 0.07);
}
.s-box:hover, .s-box:active, .s-box:focus{
  background:#FFF;
  border:1px dashed #F6BE00;
  box-shadow: 6px 6px 9px 0 rgba(0, 0, 0, 0.08);
}
.s-box:hover i, .s-box:active i, .s-box:focus i{
  transform: rotate(-360deg);
}
.has-icons i{
  display:none !important;
}

@media(min-width:1251px) and (max-width:1400px){
  .navbar-brand{
    width: 190px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    font-size: 15px;
    padding-left: 14px;
        padding-right: 14px;
  }
  .contact-info a, .contact-info a i{
    font-size: 15px;
  }
  .home-banner h1{
    font-size: 35px;
    line-height: 45px;
  }
  .home-banner img.lhs{
    left:-30px !important;
  }
  .home-banner img.rhs{
    right:-30px !important;
  }
  footer ul li a{
    font-size:13px;
  }
}
@media(min-width:992px) and (max-width:1250px){
  .navbar-brand{
    width: 150px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;  
  }
  .contact-info a, .contact-info a i{
    font-size: 13px;
  }
  .home-banner h1{
    font-size: 35px;
    line-height: 45px;
  }
  .home-banner img.lhs{
    left:-130px !important;
  }
  .home-banner img.rhs{
    right:-130px !important;
  }
  footer ul li a{
    font-size:13px;
  }
  .fs-16{
    font-size:15px;
  }
  .fs-15, .connect-us .fs-5{
    font-size:14px !important;
  }
}
@media(max-width:1200px){
  .why-choose .row{
    flex-direction: column;
  }
  .why-choose .row div:first-child{
    margin-right: auto;
  }
  .why-choose .row div:last-child{
    width: 100%;
  }
}
@media(max-width:992px){
  .why-choose img{
    width: 70% !important;
  }
  .why-choose img{
    margin-bottom: 0 !important;
  }
  .why-choose .mobHeading{
    display: block;
    margin-bottom: 20px;
  }
  .why-choose .deskTopHeading{
    display: none;
  }
}
@media(min-width:768px) and (max-width:991px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 12px 10px 12px 0px;
  }
  .home-banner img.lhs{
    left:-230px !important;
  }
  .home-banner img.rhs{
    right:-230px !important;
  }
  .home-banner h1{
    font-size: 35px;
    line-height: 45px;
  }
  footer ul li.py-3{
    padding-bottom:10px !important;
  }
  footer ul li a{
    font-size:12px;
  }
  footer .copyright p{
    font-size:11px;
  }
  .fs-16{
    font-size:15px;
  }
  .fs-15, .connect-us .fs-5{
    font-size:14px !important;
  }
  #navbarSupportedContentwww{
    display: none !important;
  }
  #navbarSupportedContent ul{
    display: block;
  }
}
@media(max-width:767px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 12px 10px 12px 0px;
  }
  .home-banner img{
    display: none;
  }
  .home-banner h1{
    font-size: 30px;
    line-height: 40px;
  }
  .fs-16{
    font-size:15px;
  }
  .fs-15{
    font-size:14px;
  }
  .dealerShipSec .submitInfo{
    padding-left: 10px;
  }
  .breadcrumb li:nth-child(2){
    display: none;
  }
  .breadcrumb li:last-child{
    display: block;
  }
  footer img{
    margin: 0 auto;
    display: block;
  }
  .detailVehicleTable td{
    font-size: 11px;
    min-width: 120px;
    word-break: break-word;
  }
  
  #navbarSupportedContent ul{
    display: block;
  }
  .home-banner{
    background:#003F8A;
  }
  .mobile-bg{
    background: #011b40;
  }
  .mobile-bg h2, .progress-labels span{
    color:#FFF !important;
  }
  .same-boxes{
    background: #FFF;
    color:#212e49 !important;
  }
  .same-boxes:hover, .same-boxes:active, .same-boxes:focus, .form-check-input:checked + .form-check-label{
    background: #e4ebf1;
    border:1px solid #e4ebf1;
  }
  .step-content p.fs-15.d-block.lh-150.mb-2, .vehicleMaintainedTab p.fs-15.d-block.pt-4.lh-150.mt-2, .useVehicleTab p.fs-15.d-block.pt-4.lh-150.mt-2, .st2 p.fs-15.d-block.pt-4.lh-150.mt-2, .lienholderTab p.fs-15.d-block.pt-4.lh-150.mt-2, .coverageTab p.fs-15.d-block.pt-4.lh-150.mt-2, .detailVehicleTab p.fs-15.d-block.pt-4.lh-150.mt-2, .statusLicenseTab p.fs-15.d-block.pt-4.lh-150.mt-2, .detailVehicleTabSec p, .propertyTypeTab p.fs-15.d-block.pt-4.lh-150.mt-2, .uploadFileTab p.fs-15.d-block.pt-4.lh-150.mt-2, .policyStartTab p, .contactPrefTab p.fs-15.d-block.pt-4.lh-150.mt-2{
    color:#FFF;
    font-size:29px;
    text-align: center;
  }
  .step-content p.fs-15.d-block.lh-150.mb-2 b, .vehicleMaintainedTab p.fs-15.d-block.pt-4.lh-150.mt-2 b, .useVehicleTab p.fs-15.d-block.pt-4.lh-150.mt-2 b, .st2 p.fs-15.d-block.pt-4.lh-150.mt-2 b, .lienholderTab p.fs-15.d-block.pt-4.lh-150.mt-2 b, .coverageTab p.fs-15.d-block.pt-4.lh-150.mt-2 b{
    font-weight: 500;
  }
  .step-content p.fs-15.d-block.lh-150.mb-2 i, .searchNumberTabInput p.fs-15.d-block.pt-4.lh-150.mt-2 i, .coverageTab p.fs-15.d-block.pt-4.lh-150.mt-2 i, .educationTab p.fs-15.d-block.pb-4.lh-150 i, .employmentTab p.fs-15.d-block.pb-4.lh-150 i, .filingTab p.fs-15.d-block.pt-4.lh-150.mt-2 i, .initialTab p.fs-15.d-block.t-4.lh-150.mt-2 i, .propertyTypeTab p.fs-15.d-block.pt-4.lh-150.mt-2 i, .policyStartTab p i, .contactPrefTab p.fs-15.d-block.pt-4.lh-150.mt-2 i, .statusVehicleTab p i, .initialTab p i, .formTab p i{
    display: none;
  }
  .step-content .mt-4{
    margin-top:0 !important;
  }
  .steps-btn, .prev-btn{
    padding:0 33px !important;
    margin: 0 5px !important;
  }
  .has-icons{
    display:flex !important;
    align-items:center;
    gap:10px;
  }
  .has-icons i{
    display:inline-block !important;
  }
  .mailaddress .form-check-input:checked + .form-check-label{
    background: none !important;
    color: #FFF !important;
  }
  .form-check-input:checked[type=checkbox]{
    width:16px;
    height: 16px;
  }
  .form-check-input:checked[type=checkbox]{
    background: url(../images/checkmark2.png) no-repeat;
    background-position: -2px -1px;
  }
  .searchNumberTabInput p.fs-15.d-block.pt-4.lh-150.mt-2, .statusVehicleTab p.fs-15.d-block.pt-4.lh-150.mt-2, .formTab p.fs-15.d-block.pt-4.lh-150.mt-2.primary-driver, .educationTab p.fs-15.d-block.pb-4.lh-150, .employmentTab p.fs-15.d-block.pb-4.lh-150, .filingTab p.fs-15.d-block.pt-4.lh-150.mt-2, .srNumberTab p.fs-15.d-block.pb-4.lh-150, .srNumberTab small, .initialTab p.fs-15.d-block.pt-4.lh-150.mt-2, .monthTa p.fs-15.d-block.pt-4.lh-150.mt-2, .uploadFileTab p.fs-15.d-block.lh-150.mt-2, .uploadFileTab label, .uploadFileTab p.fs-15.d-block.lh-150.mt-3{
    text-align: center;
    color:#FFF;
    font-size:17px;
  }
  .srNumberTab small{
    line-height: 150%;
  }
  .itemInfo, .itemInfo:hover, .active.itemInfo {
    background-color: #fff;
    border: 1px solid #F6BE00;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  }
  .lienholderTab p, .coverageTab p, .formTab p, .emailTab p, .emailTab label, .congrats-message{
    color:#FFF !important;
    padding:10px 0 !important;
  }
  form input[type="text"], form input[type="email"], form input[type="password"], form input[type="date"], form input[type="time"], form select{
    background:#011133;
    border:1px solid #0d234d;
    color:#FFF;
  }
  .lh-text label{
    line-height:21px !important;
    text-align:left !important;
  }
  .detailVehicleTable table,
  .detailVehicleTable tbody,
  .detailVehicleTable tr,
  .detailVehicleTable td {
    display: block;
    width: 100%;
    color:#FFF;
  }

  .detailVehicleTable tr {
    display: flex;
    flex-wrap: wrap;
  }

  .detailVehicleTable td {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
    border-bottom: 1px solid #0f3166;
  }

  /* Only make colspan=4 full width (like action buttons), not colspan=3 */
  .detailVehicleTable td[colspan="4"] {
    width: 100%;
  }

  /* Action buttons row */
  .detailVehicleTable td.actionRow {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
  }

  .detailVehicleTable td.actionRow button {
    flex: none;
    margin: 4px 1%;
  }
  .detailVehicleTable tr{
    height: auto;
  }

  .detailVehicleTable tr:nth-child(even), .detailVehicleTable tr{
    background: #00214e !important;
  }
  .detailVehicleTable h6{
    background:#00214e;
    justify-content: start;
    gap: 15px;
    padding-left: 15px;
    height:50px;
    border-radius:5px 5px 0 0;
  }
  .detailVehicleTable h6:before{
    content:'\f1b9';
    font-size:25px;
    color:#FFD700;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
  }
  .srNumberTab small a{
    color:#FFD700;
  }
  .detailVehicleTable table {
    margin-top: 50px !important;
  }
  .only-for-m{
    background: #FFF;
    border-radius:8px;
    padding:15px;
    margin-top:15px;
  }
  .text-l label{
    text-align: left !important;
  }
  .only-for-m input[type="text"]{
    background: #FFF !important;
    border: 1px solid #dee2e6 !important;
    color: #000 !important;
  }
  .alert-warning{
    background: var(--primary-color) !important;
    border:1px solid var(--primary-color) !important;
    color:#212e49 !important;
  }
  .alert-warning span, .alert-warning p{
    color:#212e49 !important;
  }
  footer .pl-3{
    padding-left: 0 !important;
  }
  footer ul.social-icons{
    justify-content: center;
  }
  div:where(.swal2-container) div:where(.swal2-popup){
    background: #011538 !important;
    color:#FFF !important;
  }
  div:where(.swal2-container) h2:where(.swal2-title), .swal2-html-container{
    color:#FFF;
  }
  .swal2-actions button{
    padding:15px 35px;
  }
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background: #ffc000 !important;
    border-color:#ffc000 !important;
    color:#00153a !important;
  }
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){
    background: #00285b !important;
    border-color:#00285b !important;
    color:#FFF !important;
  }
  .swal2-html-container{
    line-height: 160%;
  }
  .initialTab .m-h-75 {
    min-height: 55px;
    padding: 0 15px !important;
  }
  .confirmationTab h5 {
    background: #003473;
    margin-bottom: -20px;
    text-align: center;
    color: #FFF;
    padding: 15px;
    border-radius: 5px 5px 0 0;
  }
  .emailTab .form-check-input:checked + .form-check-label{
    background: none !important;
    padding:0 !important;
  }
  .emailTab label{
    padding:0 !important;
  }
  #scan-area iframe{
    background: #FFF !important;
  }
}
@media(max-width:574px){
  .navbar-brand{
    width: 150px;
  }
  footer ul li img{
    margin: 0;
    display: inline;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 12px 10px 12px 0px;
    font-size: 14px;
  }
  .contact-info a{
    font-size:14px;
  }
  .home-banner{
    min-height: auto;
  }
  .home-banner .btn{
    width:auto;
    font-size:15px;
    line-height: 22px;
    height: 60px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .home-banner h1{
    font-size: 24px;
    line-height: 30px;
  }
  .home-banner img{
    display: none;
  }
  .home-banner p {
    font-size: 14px;
    line-height: 25px;
  }
  .fs-16{
    font-size:15px;
  }
  .fs-15{
    font-size:14px;
  }
  .why-choose img{
    width: 100% !important;
  }
  .customSmartWizard .sw-theme-dots>.nav::before{
    display: none;
  }
  .sw-theme-dots>.nav{
    margin-left: 10px;
  }
  .sw.sw-justified>.nav>li{
    padding: 16px 0;
  }
  .customSmartWizard .sw.sw-justified>.nav .nav-link span{
    margin-top: -29px;
    margin-left: 5px;
    float: left;
  }
  .customSmartWizard .sw.sw-justified>.nav .nav-link{
    margin: 0;
    padding-left: 35px;
  }
  .customSmartWizard .sw-theme-dots>.nav .nav-link>.num{
    width: 20px;
    margin: 0px 4px;
    top:-32px;
  }
  .steps-box em{
    display:none !important;
  }
  .steps-menu a p{
    margin-bottom:10px;
    line-height: 150%;
  }
  .steps-menu{
    text-align: center;
  }
  .form-step{
    width:32%;
    display:inline-block;
  }
  #formstep5{
    vertical-align: 21px;
  }
  .ms-lg-n5{
    margin-left: 0;
  }
  .itemInfo{
    flex-direction: column;
    height: auto;
    padding:25px 20px;
    gap:15px;
  }
  .detailVehicleTable td .btn, .detailVehicleTable td .btn i{
    font-size: 11px;
  }
  .detailVehicleTable{
    overflow-x: auto;
  }
  .detailVehicleTable h6{
    position: absolute;
    left: 0;
    right: 0;
  }
  .detailVehicleTable table{
    margin-top: 60px;
  }
}
