@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background: #fff;
  color: #000 !important;
  /* font-family: "Arial", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}
.footer {
  background-color: #1f1b17;
}
.header {
  padding: 10px 10px;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
#ownerSelectContainer .form-select {
  background-color: #fff;
  color: #4a423d;
  border: 1px solid #4a423d;
}
.header.sticky {
  box-shadow: 3px 5px 9px -6px #626060a8, 0px 2px 9px -4px #6c6c6ca8;
}
.menu-item {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.logo-section {
  display: flex;
}
.quotes-div {
  margin: auto;
  width: 50%;
  border-left: 1px solid #ffffff;
  padding: 10px;
  margin-left: 25px;
  text-transform: uppercase;
}
.quotes-div span {
  font-weight: 200;
  font-size: 14px;
  margin-left: 10px;
}
.header h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.header .contact-info {
  text-align: right;
}
.header .navbar{
  /* border-bottom: 1px solid #DFBDA2; */
}
.header .navbar-brand img{
  max-width: 200px;
  max-height: 75px;
}
.share-quote {
  margin-left: 15px;
  color: #d3b89d;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.vehicle-details,
.registration-info,
.insurer-card {
  /* background-color: #2b221c; */
  background: #1c191a;
  border: none;
  padding: 20px;
  border-radius: 10px;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav{
  column-gap: 10px;
}
.vehicle-details .card-header,
.registration-info .card-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-control,
.form-select {
  background-color: #fff;
  color: #000;
 }
.insurer-card {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #4a423d;
}
.insurer-card .insurer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #4a423d;
}
.insurer-card .insurer-header h5 {
  font-size: 1rem;
  margin: 0;
}
.insurer-card .premium-details {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.premium-details div {
  width: 30%;
}
/* Flexbox container for the main content */
.d-flex {
    display: flex;
    flex-wrap: nowrap; /* Allow wrapping for smaller devices */
    gap: 20px; /* Adds spacing between cards */
  }
.sidebar {
  /* max-width: 20%; */
  /* padding: 10px; */
  margin-right: 20px;
  /* background-color: #2a2723; */
  border-radius: 8px;
  font-size: 0.85rem;
  width: 28%;
}
.sidebar-header {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  text-align: left;
  margin: 0;
  padding: 3px 5px;
  background: #003466;
}
.sidebar-header i{
  font-size: 20px;
  color: #e0bda2;
  margin-right: 10px;
}
.card {
  background-color: #fff;
  color: #000;
  border: 1px solid #534840;
  margin-bottom: 3rem;
  border-radius: 3px;
  padding: 0;
}
.or{
  text-align: center;
  position: relative;
  margin: 20px 0;
}
.or span{
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.or:before, .or:after{
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.or:before{
  left: 0;
}
.or:after{
  right: 0;
}
.fa-pencil-square-o {
  color: #8a7465;
  cursor: pointer;
}
.card h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.vehicle-details-icon {
  font-size: 1.2rem;
  margin-right: 8px;
}
.vehicle-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vehicle-details-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid lightgray;
}
.vehicle-details-list li:last-child {
  border-bottom: none;
}
.vehicle-details-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.policy-details-text {
  display: flex;
  font-size: 14px;
}
.vehicle-details-text span:first-child {
  font-weight: bold;
  color: #000;
}
.policy-details-text span:first-child {
  font-weight: bold;
  color: #000;
}
.edit-icon {
  font-size: 1rem;
  color: #b09681;
  cursor: pointer;
}
.edit-icon:hover {
  color: #f5f5f5;
}
.card h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.insurer-container {
  flex-grow: 1;
  width: 70%;
}
.insurer-table {
  /* background-color: #3c342e; */
  border-radius: 8px;
  /* padding: 20px; */
  color: #f5f5f5;
  width: 100%;
}
.insurer-table .header {
  background-color: #9d8574;
  padding: 10px;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  gap: 0px;
  opacity: 0.66px;
}
/* .header-item:hover {
  color: #000000;
  cursor: pointer;
} */
.edit-icon-img {
  cursor: pointer;
}
.insurer-item {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #574a41;
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 0;
  gap: 0px;
  opacity: 0.28px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.insurer-item .details {
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
}
.w-13 {
  width: 13% !important;
}
.brand-btn {
  width: 80%;
  font-size: 10px;
  color: #fff5ed;
}
.insurer-item .details {
  font-size: 1.2rem;
  font-weight: bold;
  color: #d3b89d;
}
.premium {
  font-size: 12px;
  color: #fff5ed;
  font-weight: 700;
}
.price-tag {
  font-size: 12px;
  margin-top: 5px;
}
.list-unstyled {
  font-size: 12px;
  margin-left: 15px;
  color: #000;
  font-weight: 400;
}
.btn-custom {
  background-color: #8a7560;
  border: none;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 15px;
  border: 1px solid #e0bda2;
  color: #e5e2e1;
}
.btn-custom:hover {
  background-color: #705c4a;
}
.btn-purchase {
  background: #b0a399;
  border: none;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 5px;
  border: 1px solid #b0a399;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-purchase:hover {
    background-color: #705c4a;
    border: 1px solid #b0a399;
}
.prm-anchor{
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
    color: #000;
}
.purchase-div {
  text-align: end;
  font-size: 12px;
  margin-top: 3px;
}
.footer {
  padding: 3rem 3rem;
  color: #8c8278;
  font-size: 0.8rem;
  text-align: center;
}

.help-section {
  background: #1c191a;
  color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 2.5rem;
}

.help-text {
  max-width: 60%;
  color: #f5f5f5;
}

.help-text p {
  margin: 0;
  line-height: 1.6;
  font-size: 12px;
}

.contact-details {
  margin-top: 1rem !important;
}

.email-link {
  color: #ffffff;
}

.email-link:hover {
  color: #ffffff;
}

.call-back-form {
  display: flex;
  align-items: center;
}

.call-back-input {
  background-color: #1f1b17;
  border: 1.5px solid #d3b89d;
  color: #fff;
  /* padding: 10px; */
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-grow: 1;
  margin-right: 5px;
  max-width: 200px;
}

.btn-call-back {
  background-color: #d3b89d;
  border: none;
  padding: 10.3px 20px;
  color: #1c191a;
  font-weight: bold;
  border-radius: 0px;
  margin-left: -11px;
  font-size: 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.btn-call-back:hover {
  background-color: #b29575;
}

.footer {
  background-color: #1c191a;
  /* Matches the black background */
  font-size: 0.9rem; /* Ensures text is small as shown in the image */
  color: #8c8278; /* Matches the light color from the footer */
}

.footer a {
  color: #8c8278; /* Link color in the footer */
  text-decoration: none; /* Removes underline from links */
}

.footer a:hover {
  color: #ffffff; /* Hover effect for links */
}
.anchor-text {
  color: #e0bda2;
}
.no-desktop{
  display: none !important;
}


/* Add a max-width to your main container to center it on larger screens */
.container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Media Queries for Tablet Devices */
  @media (max-width: 992px) {
    .no-desktop{
      display: none !important;
    }
    .header .contact-info {
      font-size: 14px;
      flex-direction: column;
      text-align: left;
    }
  
    .logo-section {
      flex-direction: column;
      align-items: center;
      margin-bottom: 10px;
    }
  
    .quotes-div {
      margin: 10px 0 0 0;
      width: auto;
      text-align: center;
    }
  
    .sidebar {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .insurer-container {
      width: 100%;
    }
  
    .insurer-table .header {
      display: block;
    }
  
    .insurer-item .details {
      flex-wrap: wrap;
      font-size: 14px;
    }
  
    .brand-btn {
      width: 100%;
      font-size: 12px;
    }
  
    .premium {
      font-size: 14px;
    }
  
    .help-section {
      flex-direction: column;
      text-align: center;
    }
  
    .call-back-form {
      margin-top: 10px;
    }
  
    .footer {
      font-size: 12px;
    }
  }
  
  /* Media Queries for Mobile Devices */
  @media (max-width: 768px) {
    /* Adjust font size for smaller devices */
    .contact-info{
      display: none !important;
    }
    .hide-mobile{
      display: none !important;
    }
    .w-30{
      width: 30%;
    }
    .w-50{
      width: 49%;
    }
    .w-40{
      width: 70%;
    }
    .primary-heading{
      text-align: left !important;
    }
    .quotes-div{
      border-top: 1px solid #fff !important;
      border-left: none !important;
    }
    /* .header{
      border-bottom: 1px solid #fff !important;
    } */
    .no-mobile{
      display: none !important;
    }
    .no-desktop{
      display: block !important;
    }
    .container {
      padding: 0 15px;
    }
    .help-text {
      max-width: 100% !important;
      color: #f5f5f5;
    }

    .call-back-input{
      max-width: 265px !important;
    }
    body {
      font-size: 14px;
    }
  
    .header {
      flex-direction: column;
      align-items: center;
    }
  
    .contact-info {
      font-size: 14px;
    }
  
    .quotes-div {
      font-size: 14px;
    }
  
    .sidebar-header {
      font-size: 14px;
    }
  
    .vehicle-details-list li {
      /* flex-direction: column; */
      text-align: left;
    }
  
    .vehicle-details-text span {
      font-size: 14px;
        flex-direction: row;
        display: flex;

    }
  
    .policy-details-text span {
      font-size: 14px;
        flex-direction: row;
        display: flex;

    }
  
    .insurer-item .details {
      display: block;
      text-align: center;
    }
  
    .premium {
      font-size: 14px;
    }
  
    .list-unstyled {
      font-size: 14px;
    }
  
    .btn-custom, .btn-purchase {
      font-size: 14px;
      padding: 5px;
      width: 100%;
    }
  
    .help-section {
      font-size: 12px;
    }
  
    .call-back-form {
      flex-direction: column;
    }
  
    .footer {
      font-size: 10px;
    }
    .d-flex {
        flex-direction: column; /* Stack sidebar and content on smaller screens */
      }
    
      .sidebar,
      .content-area {
        width: 100%; /* Full-width on mobile */
      }
    
      .vehicle-details,
      .registration-information,
      .insurers-table {
        width: 100%; /* Full width on mobile */
        margin-bottom: 10px; /* Space between stacked elements */
      }
  .insurers-table {
    margin-top: 20px; /* Add top spacing from the cards above */
  }
  .insurers-table table {
    width: 100%;
    overflow-x: auto;
  }
  
  }
  
  /* Media Queries for Extra Small Devices (Mobile) */
  @media (max-width: 576px) {
    .contact-info{
      display: none !important;
    }
    .hide-mobile{
      display: none !important;
    }
    .w-30{
      width: 30%;
    }
    .w-50{
      width: 49%;
    }
    .w-40{
      width: 70%;
    }
    .primary-heading{
      text-align: left !important;
    }
    .quotes-div{
      border-top: 1px solid #fff !important;
      border-left: none !important;
    }
    .header{
      border-bottom: 1px solid #fff !important;
    }
    .no-mobile{
      display: none !important;
    }
    .no-desktop{
      display: block !important;
    }
    .container {
      padding: 0 15px;
    }
    .help-text {
      max-width: 100% !important;
      color: #f5f5f5;
    }

    .call-back-input{
      max-width: 265px !important;
    }
  
    .header {
      padding: 10px;
      text-align: center;
    }
  
    .logo-section {
      flex-direction: column;
      align-items: center;
    }
  
    .quotes-div {
      width: 100%;
      margin-left: 0;
      text-align: center;
    }
  
    .sidebar {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
  
    .vehicle-details-list li {
      text-align: center;
    }
  
    .premium {
      font-size: 10px;
    }
  
    .footer {
      font-size: 9px;
    }
    .proposal-confirmation-page{
      margin: 85px 0px 0px 0px !important;
    }
  }

  /* modal css */

  
  .modal-title{
    font-size: 15px;
  }
  .modal-header{
    background: #003466;
    color: #fff;
    border-bottom: none !important;
  }
  .btn-close{
    /* background: #e0bda2; */
    /* border-radius: 50%; */
    color: #fff !important;
  }
  .modal-body{
    background-color: #fff;
    color: #000;
  }

  .overflow{
    overflow-y: scroll;
    height: 300px;
  }
  .car-list{
    list-style: none;
    padding-left: 0;
  }
  .car-list li{
    color: #FFF5ED;
    font-size: 12px;
    padding: 1rem 2rem;
    border-bottom: 0.5px solid #003466;
  }
  .modal-footer{
    padding-bottom: 2rem;
    background-color: #fff;
    border-top: none !important;
  } 

  /* Calender css */
  .calendar-nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    margin-top: 1rem;
  }
  
  thead{
    text-align: center;
  }
  .calendar-nav .month, .calendar-nav .year {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    padding: 0 10px;
    border-bottom: 1px solid #e3c4a6;
  }
  
  /* Table for Calendar */
  .calendar-table {
    font-size: 15px;
    width: 80%;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 2rem;
  }
  
  .calendar-table th {
    padding: 8px 0;
    color: #e3c4a6;
    font-weight: normal;
  }
  
  .calendar-table td {
    width: 14.28%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .calendar-table td:hover {
    background-color: #836959;
    border-radius: 50%;
  }
  
  .active-day {
    background-color: #e3c4a6;
    color: #4d3229;
    border-radius: 50%;
  }
  
  .prev-month, .next-month {
    color: #7d7d7d;
  }

  /* City Modal css */
  .dealer-list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    color: #e3c4a6;
    border-radius: 8px;
}

.dealer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.dealer-info {
    max-width: 70%;
}

.dealer-name {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.dealer-address {
    font-size: 11px;
    margin: 5px 0;
    color: #e3c4a6;
    line-height: 1.5;
}

.dealer-phone {
    font-size: 14px;
    color: #fff;
}

hr {
    border: none;
    border-bottom: 1px solid #b09681;
    margin: 10px 0;
}

/* Modal 4 - Addon modal css */

.addon-form{
  padding: 10px;
}
.addon-heading{
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  /* margin-top: 1rem; */
}

.addonbtn-custom {
  background-color: #b0a399;
  border: none;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 12px;
  color: #2c2c2c;
  font-weight: 700;
  margin-top: 10px;
}
.addonbtn-custom:hover {
  background-color: #705c4a;
}
.radio-label{
  font-size: 14px;
}

.form-check-input:checked {
  background-color: #e0bda2;
  border-color: #e0bda2;
  color: #000;
}

.form-check-input + .form-check-label {
    color: black !important; 
  }

.fa-info-circle{
 color: #e0bda2;
}

/* Modal 5 - cover modal css */
.idv-range-text{
  font-size: 10px;
  margin-top: 5px;
  margin-left: 1rem;
  margin-bottom: 10px;
}
.idv-textbox{
  margin-left: 1rem;
  width: 90%;
}

.button-divs{
  display: flex;
  justify-content: space-evenly;
  width: 60%;
  margin: 0 auto;
  margin-top: 1rem;
}

/* slider range css */
input[type=range] {
  /* -webkit-appearance: none; */
  width: 100%;
  height: 1px;
  background: #ddd;
  outline: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0bda2;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0bda2;
  cursor: pointer;
}

#priceOutput {
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

/* modal 6 - form modal css */
.form-group {
  margin-bottom: 15px;
}

/* .form-group label {
  display: block;
  margin-bottom: 5px;
} */

.form-row {
  display: flex;
  justify-content: space-between;
}

.form-row .form-group {
  width: 48%;
}

.form-group input[type="date"],
.form-group input[type="month"],
.form-group select {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.form-group input[type="radio"] {
  margin-right: 0px;
}

.form-radio-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-radio-group label {
  margin-bottom: 0;
  font-size: 12px;
}

.submit-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #c69d7d;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.submit-button:hover {
  background-color: #af8062;
}

.form-para{
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

.formg-label{
  font-size: 11px;
}
.form-notice{
  font-size: 9px;
  margin-top: 10px;
  width: 46%;
}

/* Modal - 7 : Break down Modal css */
/* Tabs for Premium Breakdown and Plan Details */
.tab-container {
  display: flex;
  justify-content:center;
  margin-bottom: 0px;
  margin-top: 1rem;
}

.tab {
  padding: 5px 30px;
    background-color: #40352f;
    color: #e0bda2;
    cursor: pointer;
    margin-right: 10px;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #e0bda2;
}

.tab.active {
  background-color: #e0bda2;
  color: #000;
}
.nav-link:hover{
  color: #fff !important;
}


.nav-link.active{
  background-color: #e0bda2 !important;
  color: #000 !important;
}
/* Company Details Section */


.company-details {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0.5rem 2rem;
}

/* Breakdown Section */
.breakdown-section {
  padding: 10px;
  border-radius: 5px;
  display: none; /* Hidden by default */
}

.breakdown-section.active {
  display: block; /* Only show the active tab content */
}

.breakdown-title {
  font-size: 12px;
  margin-bottom: 10px;
}

.breakdown-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.breakdown-item span {
  font-size: 10px;
}

.breakdown-item span.value {
  font-weight: bold;
}

/* Button Styling */
.submit-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #c69d7d;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
}

.submit-button:hover {
  background-color: #af8062;
}

.company-details p{
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}
.company-details span{
  font-size: 10px;
}

.pading-5{
  padding: 0.5rem 2rem;
}

.fw-700{
  font-weight: 700;
  font-size: 12px;
}

.nav-design{
  border-bottom: none;
    justify-content: center;
    margin-top: 1rem;
}

.plan-heading{
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  margin-top: 0.5rem;
}
.plan-content{
  display: flex;
  margin-bottom: 10px;
}
.icon-div{
  width: 15%;
}
.content-div{
  width: 85%;
  font-size: 10px;
}
.fa-times-circle{
  color: #e0bda2;
}

/* Information pop up css */
.info-close{
  margin-top: 15px;
}
.info-text{
  font-size: 10px;
  padding: 0px 25px;
  margin-bottom: 1rem;
}
.info-modal-header{
  height: 10px !important;
  background: #2d2524 !important;
    color: #fff5ed;
    border-bottom: none !important;
}
.info-modal-content{
  margin: 0 auto !important;
  width: 45% !important;
  /* border: 1.5px solid #554941; */
  background-color: #554941;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
input::-webkit-input-placeholder  {
  color: #999 !important;      
}

/* ::placeholder {
  color: #e0bda2 !important;
  font-size: 10px !important;
  opacity: 1; 
} */

/* ::-ms-input-placeholder { 
  color: #e0bda2 !important;
} */
#enter-registration .unique-feature {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 0px;
}
#enter-registration .unique-feature .car-brand-section{
  border: none;
  width: 50%;
  margin-left: 0;
  padding-bottom: 10px;
  text-align: center;
}
#enter-registration .unique-feature .car-brand-section input:focus{
  background: transparent;
  border-color: #ccc !important;
  outline: 0;
  box-shadow: 0 0 2px 1px rgba(18, 24, 116, 0.529) !important;
  color: #fff;
}
#enter-registration .unique-feature .car-brand-section input{
  font-size: 16px !important;
}
#enter-registration .unique-feature .car-brand-section .get-quote{
  color: #fff !important;
  background: #003466;
  border-color: #003466;
}
#enter-registration .unique-feature .car-brand-section .get-quote:hover{
  color: #000 !important;
  border-color: #000 !important;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 0.65;
  color: #1c1a1b;
  font-weight: bold;
  cursor: not-allowed;
}
.policy-details-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.policy-details-info .company-logo img{
  height: 25px;
}
.policy-details-info .company-name{
  padding: 0 5px;
  /* max-width: 45%; */
  overflow: hidden;
}
.policy-details-info .company-name h4{
  font-size: 16px;
  margin: 0;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.policy-details-info .policy-details-button{
  color: #000;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
}
.policy-details-info .unique-model-name .premium-btn{
  background: #fff;
  color: #615149;
  font-size: 12px;
  display: flex;
  text-decoration: none;
  align-items: center;
  column-gap: 5px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.policy-details-info .unique-model-name .premium-btn:hover{
  border-color: #705c4a;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 0px;
}
.policy-details-info .renewal-more-link{
  font-size: 14px;
  font-weight: 400;
  color: #003466;
  cursor: pointer;
}
.policy-details-info .policy-details-button:hover, .policy-details-info .renewal-more-link:hover{
  text-decoration: underline;
}
.policy-other-content {
  border-top: 1px solid;
  margin-top: 10px;
}
.policy-more-details-block > div > *:first-child{
  font-size: 12px;
  color: #003466;
}
.policy-more-details-block > div > *:last-child{
  font-size: 16px;
  color: #000;
  margin: 0;
  font-weight: 500 !important;
}
.policy-more-details-block > div > *:last-child .fw-bold{
  font-size: 16px;
  color: #000;
  margin: 0;
  font-weight: 500 !important;
}
@media only screen and (max-device-width: 575px){
  .main-section-content{
    margin-top: 20px !important;
  }
  .main-heading{
    margin-top: 2rem;
  }
  .main-heading div i{
    font-size: 30px !important;
    margin-left: 25px;
  }
  .main-heading div label{
    font-size: 18px !important;
  }
  .main-title{
    line-height: 1.5 !important;
    text-align: center !important;
    font-size: 16px !important;
    margin-top: 10px !important;
  }
  .unique-feature, #enter-registration .unique-feature{
    max-width: 100% !important;
    justify-content: flex-start !important;
    column-gap: 10px !important;
    margin-top: 40px !important;
    border-radius: 0px !important;
    margin-top: 35px !important;
    background: transparent !important;
    padding-top: 35px !important;
  }
  .unique-feature label{
    width: 100% !important;
    background: #fff !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
  }
  [type=radio]{
    width: 25px !important;
    height: 25px !important;
  }
  .unique-feature label::before{
    width: 25px !important;
    height: 25px !important;
    left: 15.75px !important;
    top: 15.35px !important;
  }
  .new-bike, .rollover, .renewal{
    font-size: 14px !important;
  }
  #enter-registration .unique-feature .car-brand-section{
    width: 100%;
    margin-right: 20px;
  }
  .brand-column{
    margin-left: 0 !important;
  }
  #select-vehicle{
    max-width: 100% !important;
    border: none !important;
    border-top: none !important;
    background: transparent !important;
  }
  #select-vehicle .accordion .accordion-item:has(.accordion-header input:checked) button{
    flex-wrap: wrap !important;
    column-gap: 10px;
  }
  #select-vehicle .accordion .accordion-item:has(.accordion-header input:checked) button span{
    margin-left: 0px !important;
    margin-top: 10px !important;
  }
  #select-vehicle .accordion .accordion-item#personal-details .new-old-car .unique-feature{
    flex-wrap: wrap !important;
  }
  #PersonalDetailsBody .form-check{
    display: flex;
    gap: 10px;
    padding-left: 0px;
  }
  #PersonalDetailsBody .form-check .form-check-input{
    width: 24px !important;
    height: 24px !important;  
  }
  #select-vehicle .accordion{
    max-width: 100% !important;
  }
  #select-vehicle .accordion .accordion-item{
    padding: 15px !important;
  }
  #select-vehicle .accordion .accordion-item input{
    margin-left: 0 !important;
  }
  #select-vehicle .accordion .accordion-item .accordion-header button{
    padding: 10px 5px !important;
  }
  #select-vehicle .accordion .accordion-item .accordion-header{
    gap: 10px;
  }
  [type=radio]:checked, [type=checkbox]:checked{
    background-position-x: 2px;
    background-position-y: 1.5px;
  }
  #select-vehicle .accordion .accordion-item#personal-details .unique-feature{
    margin: 10px 0;
    margin-top: 10px ! IMPORTANT;
    flex-wrap: wrap !important;
  }
  .proposal-page{
    margin-top: 112px !important;
  }
  .tab{
    padding: 5px 15px !important;
  }
}

#kycDocModal .form-select {
  background-color: #fff;
  color:var(--bs-body-color);
  border: 1px solid #4a423d;
}
.text-danger
{
  font-size: 11px;
} 
