@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;
}
/* Override default hover for social icons - native colors take precedence */
.social-icons li a.social-icon-facebook:hover,
.social-icons li a.social-icon-linkedin:hover,
.social-icons li a.social-icon-youtube:hover,
.social-icons li a.social-icon-tiktok:hover,
.social-icons li a.social-icon-facebook:active,
.social-icons li a.social-icon-linkedin:active,
.social-icons li a.social-icon-youtube:active,
.social-icons li a.social-icon-tiktok:active,
.social-icons li a.social-icon-facebook:focus,
.social-icons li a.social-icon-linkedin:focus,
.social-icons li a.social-icon-youtube:focus,
.social-icons li a.social-icon-tiktok:focus {
  color: inherit !important;
}
/* Native platform colors for social icons */
.social-icon-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  transition: transform 0.3s ease, background 0.3s ease;
}
.social-icon-instagram:hover, .social-icon-instagram:active, .social-icon-instagram:focus {
  background: linear-gradient(45deg, #f5a855 0%, #eb7a5c 25%, #e03d5d 50%, #d43d7a 75%, #c6289a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: scale(1.1);
}
.social-icon-facebook {
  color: #1877F2 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}
.social-icon-facebook:hover, .social-icon-facebook:active, .social-icon-facebook:focus {
  color: #42a5f5 !important;
  transform: scale(1.1);
}
.social-icon-linkedin {
  color: #0077B5 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}
.social-icon-linkedin:hover, .social-icon-linkedin:active, .social-icon-linkedin:focus {
  color: #00a0dc !important;
  transform: scale(1.1);
}
.social-icon-youtube {
  color: #FF0000 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}
.social-icon-youtube:hover, .social-icon-youtube:active, .social-icon-youtube:focus {
  color: #ff3333 !important;
  transform: scale(1.1);
}
.social-icon-tiktok {
  color: #000000 !important;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 0 4px rgba(37, 244, 238, 0.2);
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}
.social-icon-tiktok:hover, .social-icon-tiktok:active, .social-icon-tiktok:focus {
  color: #1a1a1a !important;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 0 6px rgba(37, 244, 238, 0.3), 0 0 8px rgba(254, 44, 85, 0.2);
  transform: scale(1.1);
}
.dropdown-toggle::after{
  display: none;
}
#navbarSupportedContentwww .navbar-nav {
  align-items: center;
}
#navbarSupportedContentwww .navbar-nav .nav-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color:#FFF;
  font-size: 15px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}

/* ════════════════════════════════════════════
   HOMEPAGE PREMIUM REDESIGN
   ════════════════════════════════════════════ */

/* ── shared pill button ── */
.btn-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border-radius:9999px;
  font-weight:700;
  font-size:1.05rem;
  line-height:1.35;
  padding:16px 36px;
  text-decoration:none;
  border:2px solid transparent;
  cursor:pointer;
  transition:transform .2s,box-shadow .2s,background .25s,border-color .25s,color .25s;
}
.btn-pill i{font-size:.85em;}

.btn-pill--gold{
  color:#fff;
  background:linear-gradient(135deg,#FFD700 0%,#e8a815 50%,#c48d08 100%);
  border-color:rgba(255,215,0,.45);
  box-shadow:0 6px 22px rgba(180,120,0,.35),inset 0 1px 0 rgba(255,255,255,.35);
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}
.btn-pill--gold:hover,.btn-pill--gold:focus{
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(180,120,0,.42),inset 0 1px 0 rgba(255,255,255,.4);
  filter:brightness(1.06);
}

.btn-pill--outline{
  color:#fff;
  background:transparent;
  border-color:rgba(255,255,255,.8);
}
.btn-pill--outline:hover,.btn-pill--outline:focus{
  color:var(--secondary-color);
  background:#fff;
  border-color:#fff;
}

/* ── HERO ── */
.home-hero{
  background:url(../images/home-banner.png) no-repeat center center;
  background-size:cover;
  min-height:700px;
  display:flex;
  align-items:center;
  position:relative;
}
.home-hero::before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 30%,rgba(255,255,255,.08) 0%,transparent 60%),
    linear-gradient(180deg,rgba(0,25,65,.4) 0%,rgba(0,52,115,.3) 50%,rgba(0,18,50,.55) 100%);
  z-index:1;
}
.home-hero__dots{
  position:absolute;inset:0;z-index:1;
  opacity:.18;
  background-image:radial-gradient(circle,rgba(255,255,255,.6) 1px,transparent 1px);
  background-size:20px 20px;
}
.home-hero__deco{
  z-index:0;
  pointer-events:none;
  max-width:42%;
  opacity:.9;
}
.home-hero__inner{
  padding:80px 0 60px;
}
.home-hero__headline{
  font-size:clamp(2rem,5vw,3.2rem);
  line-height:1.15;
  letter-spacing:-.02em;
  margin-bottom:18px;
}
.home-hero__sub{
  font-size:clamp(1rem,2.2vw,1.3rem);
  line-height:1.6;
  opacity:.92;
  max-width:32rem;
  margin:0 auto 0;
}
.home-hero__ctas{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  margin-top:40px;
}
.home-hero__ctas .btn-pill{
  width:100%;
  max-width:380px;
}

/* ── DIFFERENCE ── */
.home-diff{
  background:#f3f6fb;
  padding:80px 0 70px;
}
.home-diff__header{
  max-width:38rem;
  margin:0 auto 48px;
}
.home-diff__title{
  font-size:clamp(1.6rem,3.4vw,2.3rem);
  font-weight:800;
  font-style:italic;
  color:var(--secondary-color);
  line-height:1.2;
  margin-bottom:14px;
}
.home-diff__sub{
  font-size:clamp(.95rem,1.8vw,1.1rem);
  color:#6b7280;
  line-height:1.55;
  margin:0;
}
.home-diff__grid{
  margin-bottom:0;
}
.diff-card{
  background:#fff;
  border-radius:18px;
  padding:36px 24px 32px;
  height:100%;
  box-shadow:0 8px 32px rgba(0,52,115,.07),0 2px 8px rgba(0,0,0,.04);
  border:1px solid rgba(0,52,115,.05);
  transition:transform .25s,box-shadow .25s;
}
.diff-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 44px rgba(0,52,115,.12),0 4px 12px rgba(0,0,0,.06);
}
.diff-card__icon{
  width:72px;height:72px;
  border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 22px;
  background:linear-gradient(145deg,#FFD700 0%,#e8a815 50%,#c48d08 100%);
  box-shadow:0 6px 18px rgba(200,130,0,.32),inset 0 1px 0 rgba(255,255,255,.4);
}
.diff-card__icon i{
  font-size:1.75rem;
  color:#fff;
}
.diff-card__title{
  font-size:1.05rem;
  font-weight:700;
  font-style:italic;
  color:var(--secondary-color);
  line-height:1.35;
  margin-bottom:10px;
}
.diff-card__body{
  font-size:.925rem;
  color:#6b7280;
  line-height:1.55;
  margin:0;
}
.home-diff__footer{
  margin-top:48px;
}
.home-diff__footer .btn-pill{
  max-width:380px;
  width:100%;
}

/* ── TRUST ── */
.home-trust{
  background:linear-gradient(165deg,#0a3870 0%,var(--secondary-color) 40%,#001b3d 100%);
  padding:80px 0 70px;
  position:relative;
}
.home-trust__dots{
  position:absolute;inset:0;z-index:0;
  opacity:.12;
  background-image:radial-gradient(circle,rgba(255,255,255,.45) 1px,transparent 1px);
  background-size:20px 20px;
}
.home-trust::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:radial-gradient(ellipse 80% 55% at 50% 20%,rgba(255,255,255,.18) 0%,transparent 55%);
}
.home-trust__header{
  max-width:42rem;
  margin:0 auto 36px;
}
.home-trust__title{
  font-size:clamp(1.5rem,3.4vw,2.2rem);
  font-weight:800;
  font-style:italic;
  color:#fff;
  line-height:1.2;
  margin-bottom:14px;
}
.home-trust__sub{
  font-size:clamp(.95rem,1.8vw,1.1rem);
  color:rgba(255,255,255,.9);
  line-height:1.55;
  margin:0;
}
.home-trust__sub strong{
  color:var(--primary-color);
}
.home-trust__google{
  font-size:1.05rem;
  font-weight:600;
  color:rgba(255,255,255,.92);
  margin-top:20px;
  margin-bottom:0;
}
.home-trust__stars{
  color:var(--primary-color);
  letter-spacing:.12em;
  margin-left:6px;
}
.home-trust__stars i{font-size:.95rem;}
.home-trust__widget{
  max-width:1100px;
  margin:32px auto 0;
}
.home-trust__footer{
  margin-top:48px;
}
.home-trust__footer .btn-pill{
  max-width:380px;
  width:100%;
}

/* ── desktop hero CTA side-by-side ── */
@media(min-width:576px){
  .home-hero__ctas{
    flex-direction:row;
    justify-content:center;
    gap:18px;
    margin-top:48px;
  }
  .home-hero__ctas .btn-pill{
    width:auto;
    max-width:none;
    min-width:270px;
  }
  .home-diff__footer .btn-pill,
  .home-trust__footer .btn-pill{
    width:auto;
    max-width:none;
    min-width:310px;
  }
}

/* ════════════════════════════════════════════
   END HOMEPAGE PREMIUM
   ════════════════════════════════════════════ */

.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;
  color:black !important;
}
.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;
}

/* .steps{
  background: url(../images/steps-banners.jpg) no-repeat center bottom;
  height: 100dvh;
  width: 100%;
  background-size: cover;
} */
.steps {
  display: block !important;
  position: static !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: auto !important;
  overflow: visible !important;
}
.steps picture {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.steps img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  vertical-align: top !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
section.bg-light {
  position: static !important;
  margin-top: 0 !important;
  z-index: auto !important;
}
.dotten-line{
  width:1px;
  height: 100%;
  border-right:1px dashed #CCC;
}
.step-number{
  width: 45px;
  min-width: 45px;
  min-height: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px dashed #CCC;
  margin-left: -35px;
}
.change.step-number{
  margin-left: 0;
  margin-right: -35px;
}
.icon-box{
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  line-height: 35px;
}
.btn-secondary-sb2{
  background: #FFF;
}
.btn-secondary-sb2 a.fs-4{
  color:var(--secondary-color);
  line-height: 115%;
}
.btn-secondary-sb2:hover, .btn-secondary-sb2:active, .btn-secondary-sb2:focus{
  background: #e6f0ff !important;
}
.scr{
  margin-bottom:5%;
}
.mt-n{
  margin-top: -330px;
}
.mt-n5{
  margin-top: -50px;
}
.text-gold{
  color:#ad7418;
}

@media(min-width:1251px) and (max-width:1400px){
  .navbar-brand{
    width: 190px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.3;
    text-align: center;
  }
  .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: 11px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 1.3;
    text-align: center;
  }
  .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;
  }


  .mt-n {
    margin-top: -250px;
  }
}
@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;
  }



  .steps-list .h5 {
    font-size: 0.9rem !important;
  }
  .scr{
    margin-bottom:3%;
  }

  .mt-n {
    margin-top: -180px;
  }

}
@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 !important;
    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 !important;
    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;
  }



  .dotten-line{
    display: none !important;
  }
  .step-number{
    margin: 0 !important;
  }
  .steps-list .h5 {
    font-size: 0.8rem !important;
  }
  .scr{
    margin-bottom:2%;
  }
  .mt-n {
    margin-top:0;
  }
}
@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;
  }
  .mt-n {
    margin-top: 0;
  }
}

/* ══ Premium homepage responsive ══ */
@media(max-width:991px){
  .home-hero{min-height:560px;}
  .home-hero__inner{padding:60px 0 50px;}
}
@media(max-width:767px){
  .home-hero{
    min-height:auto;
    background-color:#003F8A;
  }
  .home-hero__deco{display:none;}
  .home-hero__inner{padding:50px 0 45px;}
  .home-diff{padding:56px 0 50px;}
  .home-diff__header{margin-bottom:32px;}
  .home-diff__footer{margin-top:36px;}
  .home-trust{padding:56px 0 50px;}
  .home-trust__footer{margin-top:36px;}
}
@media(max-width:574px){
  .btn-pill{
    font-size:.95rem;
    padding:14px 24px;
  }
  .diff-card{
    padding:28px 20px 24px;
    border-radius:14px;
  }
  .diff-card__icon{
    width:60px;height:60px;border-radius:14px;margin-bottom:18px;
  }
  .diff-card__icon i{font-size:1.45rem;}
  .home-hero__inner{padding:40px 0 36px;}
}
