/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

* {
  font-family: "Roboto", sans-serif;
  /* font-weight: 400; */
  font-style: normal;
}

p {
  color: #707070
}


html {
  scroll-behavior: smooth;
}

h1 {
  line-height: 58px;
}

#tblMain thead tr th,#tblMain tbody tr td{
  padding:10px 20px !important;
}

.swal2-styled{
  border-radius: 0px;
}
.swal2-popup{
  border-radius: 0px;
}


.aligned-list li {
  display: grid;
  grid-template-columns: 200px auto;  
  gap: 10px;
  align-items: center;
  margin-bottom: 0.2rem;
}


.chk-input.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}


.aligned-list li span:nth-child(2){
  color: #707070;
}

.state-banner-css span{
  font-size: 30px;
}

/* .btn-scale{
  transition: 0.3s;
}

.btn-scale:hover{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
} */


.accordion-item {
  border: 1px solid #000 !important;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px !important;
}

.btn-lightgreen {
  background-color: #1DB800;
  border: none;
  color: #fff;
  padding: 7px 15px;
}

.tab-title-css{
  flex-direction: row;
  justify-content: space-between;
}

.wrapper-container {
  height: calc(100vh - 58px);
  overflow: auto;
}

.footer{
  /* position: fixed;
  width:100%;
  bottom: 0; */
  background-color: #fff;
}

.btn-fixed{
  width: auto !important;
}

@keyframes blinkFadeOut {
  0% {
    opacity: 0; /* Start hidden */
  }
  10% {
    opacity: 1; /* Fade in quickly */
  }
  50% {
    opacity: 1; /* Stay visible (blinking effect) */
  }
  90% {
    opacity: 1; /* Still visible */
  }
  100% {
    opacity: 0; /* Fade out at the end */
  }
}

.blink {
  animation: blinkFadeOut 3s steps(5, start) infinite, fadeOut 1s ease-out forwards;
  color: red;
  font-family: sans-serif;
  font-size: 20px;
  /* background-color: #fff; */
  padding: 6px;
}

@keyframes blinker {
  50% {
      opacity: 0;
  }
}

.order-status-header {
  background-image: url(../../assets/images/header-home.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 8.5%;
  padding-bottom: 8.5%;
}

.order-status-header h1{
  line-height: 44px;
}

.modal-btn-width{
  width:  20% !important;
}

.cart-height{
  height: 48vh
}

.term-condition-css{
  height: 50vh;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled{
  border: none;
  outline: none;
  background-color: #E9EAEE;
  border-radius: 0%;
  color: #707070;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled:hover{
  background-color: #E9EAEE;
  color: #707070;
}

.home-header {
  background-image: url(../../assets/images/header-home.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 9%;
  padding-bottom: 7%;
  
}

.support-sec-css{
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.otp-width{
  width: 50px;
  height: 50px
}

.support-btn1-css{
  margin-top: 1.5rem;
}

.support-btn2-css{
  margin-top: 1.5rem;
}

.btn-state{
  font-size: 0.9rem !important;
}

.support-header {
  background-image: url(../../assets/images/support-system.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 11%;
  padding-bottom: 10%;
}

.hsrp-sec {
  background-image: url(../../assets/images/bg-home.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 2%;
  padding-bottom: 3%;
}

.report-sec {
  background-image: url(../../assets/images/bg-home.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 10%;
  padding-bottom: 20%;
  height: 100vh;
}


.header-style {
  width: 100%;
  position: fixed;
  background-color: white;
  z-index: 999;
  top: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-style {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.btn-fitment{
  background-color: transparent;
  color: #fff;
  outline: none;
  border: none;
}


.login-style h6 {
  opacity: 0.8;
}

.orderFooter td{
  font-weight: bold;
  background-color: yellow;
  position: sticky;
  bottom: 0px;
}

.login-style img {
  padding: 10px 0;
  width: 60%;
}

.btn-css {
  border-radius: 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.greenbox{
  width: 15px;
  height: 15px;
  background-color: lightgreen;
  border-radius: 2px;
  /* display: inline; */
}


.txtClose{
  text-align: end;
}


.redbox{
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 2px;
  /* display: inline; */
}

.blueBox{
  background-color:hwb(0 14% 11%)
}


.header-btn-style {
  font-size: 14px;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  /* border-radius: 10px; */
  cursor: pointer;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  width: 92px;
  text-align: center;
}


li.lang-style select {
  background-color: white; /* Default background */
  color: black; /* Default text color */
  border: 1px solid #ccc;
  appearance: none; /* Remove default styling */
  /* opacity: 0.65; */
}

li.lang-style select:hover {
  background-color: #1767b3; /* Apply hover effect on the selected value */
  color: white; /* Change text color to white when hovered */
}

li.lang-style select option {
  background-color: white; /* Keep options background color white */
  color: black; /* Keep options text color black */
}

li.lang-style select option:hover {
  background-color: #f0f0f0; /* Change background color of options when hovered */
  color: black; /* Keep text color of options black */
}


.fitment-type-height{
  height: 224px;
}

.card-header-style {
  font-size: 0.9rem;
}

.card-header-style .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-header-style div.card-body p {
  margin-bottom: 0.5rem !important;
}

/*.card-header-style div.card-body p {
        font-size: 0.8rem;
        margin-bottom:0.5rem !important;
        background-color:black
    }*/

.sec-1 {
  height: 33.8vh;
}

.sec-2 {
  padding: 20px 30px 15px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg-color{
  background-color: #f6f6f6;
}
.btn-pdf{
  display: initial !important; 
  width:auto !important;
}

.sec-3 {
  padding: 20px 30px 25px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.my-10 {
  margin: 10% 0 10%
}


.css-13cymwt-control {
  border-radius: 0px !important;
}

.is-invalid {
  border-color: red;
}

/* Error message styling */
.invalid-feedback {
  color: red;
  font-size: 0.875rem;
  display: block;
  margin: 0px;
  text-align: end;
}

.f-lable {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.hover-color:hover {
  background-color: transparent !important;
  color: rgba(33, 37, 41, 0.75) !important;
}


.innr-dv {
  border: 1px solid #ccc;
  padding: 30px;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.innr-dv #support-heading_2 {
  text-align: center;
  margin-bottom: 25px;
  border-radius: 10px
}

.sec-1 .innr-dv .innr-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.innr-btn-container div button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header-btn-style:hover,
.header-btn-style:active {
  background-color: #1767b3;
  color: white !important;
}



.input-style {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.login-btn-style button {
  border-radius: 5px;
  box-shadow: 0 8px 9px -4px rgba(56.05, 107.35, 191.9, 0.3), 0 4px 18px 0 rgba(56.05, 107.35, 191.9, 0.2);
  margin-bottom: 15px;
  font-size: 18px;
}

.btn-style {
  color: white !important;
  font-size: 20px;
  border: none;
  background-color: transparent;
}

.text-blue {
  color: #1767B3;
}

.text-black {
  color: #000000;
}

.hsrp-sec-bdr-left {
  border-left: 1px solid #1767B3;
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-15 {
  padding-right: 15px;
}


.btn-grey {
  background-color: #ECECEC;
  color: #000000;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.btn-hover-dark:hover{
  background-color: #1767B3 !important;
}

.btn-blue {
  text-decoration: none;
  background-color: #1767B3;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.btn-red {
  text-decoration: none;
  background-color: #AC1D1B;
  color: #fff;
  border: none;
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 13px;
}

.btn-blue:hover {
  text-decoration: none;
  background-color: #1767B3;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.btn-dark {
  background-color: #000000;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px;
  /* width: 100%; */
  display: block;
}

.btn-dark:hover {
  text-decoration: none;
  background-color: #1767B3;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px;
}

.box-card {
  background-image: linear-gradient(to right, #082A71, #1357E0);
}

.btn-white {
  border-radius: 0;
  background-color: #fff;
  color: #114ECA;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.btn-white:hover {
  border-radius: 0;
  background-color: #fff;
  color: #114ECA;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.addbtn{
  width:50% !important;
}

.btn-gray {
  border-radius: 0;
  background-color: #636567;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.btn-gray:hover {
  border-radius: 0;
  background-color: #1767B3;
  color: #fff;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.apply-hsrp-header {
  background-image: url(../../assets/images/apply-hsrp-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 4%;
}

.font-bold {
  font-weight: bold;
}


.css-1jqq78o-placeholder{
    font-size: 14px !important;
    color: #212529 !important;
}
.css-13cymwt-control{
  min-height: auto !important;
}

.css-b62m3t-container{
  font-size: 13px !important;
}


.form-control,
.form-select {
  border-radius: 0%;
  border-color: #CCCCCC;
  font-size: 14px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.order-sec .nav-tabs {
  border: none;
}

.order-sec .nav-link.active {
  border: none;
  outline: none;
  background-color: #000000;
  color: #fff;
  /* font-size: 13px; */
}

.lbl-style{
  font-size: 14px;;
}

.order-sec .nav-link {
  border: none;
  outline: none;
  background-color: #E9EAEE;
  border-radius: 0%;
  color: #707070;
  /* font-size: 13px; */
}

.order-sec .nav-link:focus,
.nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:hover {
  border: none;
  outline: none;
  background-color: #000000;
  color: #fff;
  /* font-size: 13px; */
}



.fitment-tab {
  height: 60vh;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.text-left {
  text-align: left;
}

.bg-grey {
  background-color: #DEDEDE !important;
}

.card {
  border-radius: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000066;
  border: none;
}

.card-header {
  background: #FFFFFF;
}

.bdr-none {
  border: none;
}

.border-radius-0 {
  border-radius: 0;
}

#selectPlatecombination thead {
  background-color: #EFEFEF;
  text-align: center;
  font-weight: 700;
}

#selectPlatecombination thead th {
  font-weight: 700;
  border: 1px solid #B7B7B7;
}

#selectPlatecombination tbody td {
  color: #707070;
  font-size: 16px;
  border: 1px solid #B7B7B7;
}

#selectPlatecombination tbody td .form-check-input[type=checkbox] {
  border-radius: 1.25em;
  border: 1px solid #707070;
}

#selectPlatecombination .modal-footer {
  box-shadow: 0px -3px 6px #00000029;
}

.shadow-0 {
  box-shadow: none;
  border: 1px solid #707070;
}

.btn {
  border-radius: 0;
}

.bg-lightgreen {
  background-color: #EDFFE9;
  border-radius: 5px;
}

.bg-lightred {
  background-color: #FFA1A1;
  border-radius: 5px;
}

.hdr-lightred {
  background-color: #F65151;
  border: none;
  color: #fff;
  padding: 7px 15px;
}

.btn-lightred {
  background-color: #F65151;
  border: none;
  color: #fff;
  padding: 7px 15px;
  width: 100%;
}

.hdr-blue {
  background-color: #2889DF;
  border: none;
  color: #fff;
  padding: 7px 15px;
}

.bg-lightred p {
  color: #fff;
}

.bg-green {
  background-color: #1DB800
}

.hdr-lightgreen {
  background-color: #1DB800;
  border: none;
  color: #fff;
  padding: 7px 15px;
}

.btn-green {
  background-color: #137800;
  border: none;
  color: #fff;
  padding: 7px 15px;
  width: 100%;
}

.w-20 {
  width: 20%;
}

.close-btn {
  background: transparent;
  border: none;
  /* border-radius: 5px; */
}

.right-arrow-style {
  float: inline-end;
  padding-right: 10px;
  padding-top: 4px;
  color: #666;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.fs-14 {
  font-size: 14px;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.order-accordian .accordion-button::after {
  display: none;
}

.btnContainerStyle {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.text-dec-none {
  text-decoration: none;
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }

}

@media (max-width: 600px) {
  h1 {
    line-height: 25px;
    font-size: 24px;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: #1767B3;
}

.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
  min-height: 385px;
  /* overflow: hidden; */
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;


}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* .multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
} */

.multisteps-form__panel[data-animation="fade"] {
  -webkit-animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.multisteps-form__panel[data-animation="fade"].js-active {
  -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



/*---- CUSTOM ANIMATION ----*/

.fadeInRight {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}


.fadeInLeft {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}





.calendar {
  background-color: white;
  /* border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* padding: 20px; */
  width: 100%;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-header button {
  background-color: transparent;
  /* color: white; */
  border: none;
  /* padding: 10px;
  border-radius: 5px; */
  cursor: pointer;
}

/* .calendar-header button:hover {
  background-color: #2980b9;
} */
#month-year {
  font-size: 20px;
  font-weight: bold;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px;
}

.calendar-day {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.calendar-day:hover {
  background-color: #ecf0f1;
}

.calendar-day.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Time Picker Popup Styling */

.time-slot-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.time-slot {
  padding: 10px 13px;
  background-color: #ecf0f1;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  /* width: 100%; */
  text-align: center;
}

.time-slot:hover {
  background-color: #3498db;
  color: white;
}

.time-slot.selected {
  background-color: #2980b9;
  color: white;
}

/* .time-slots {
  padding: 10px;
} */

.fw-700 {
  font-weight: 700;
}





#time-picker-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10;
  width: 350px;
  padding: 0px 0 20px 0;
  text-align: center;
}

#time-picker-popup h3 {
  font-size: 16px;
  /* margin-bottom: 20px; */

  color: #fff;
}

#time-picker-popup .time-header {
  background: #1767B3;
  padding: 10px;
  color: #fff;
}

#selected-date {
  color: #3498db;
}

#time-picker-popup button {
  background-color: transparent;
  color: black;
  border: 1px solid #2980b9;
  /* padding: 10px; */
  border-radius: 0px;
  cursor: pointer;
  /* width: 100%; */
  font-size: 16px;
  margin-top: 20px;
}

#time-picker-popup button:hover {
  background-color: #2980b9;
  color: #fff;
}

#time-picker-popup .close-btn {
  background-color: #e74c3c;
}

#time-picker-popup .close-btn:hover {
  background-color: #c0392b;
}


#time-picker-popup2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0 17px 11px rgba(0, 0, 0, 0.2);
  /* display: none; */
  z-index: 10;
  width: 364px;
  padding: 0px 0 20px 0;
  text-align: center;
  border: 1px solid #000;
}

#time-picker-popup2 h3 {
  font-size: 16px;
  /* margin-bottom: 20px; */
  margin: 0;
  color: #fff;
}

#time-picker-popup2 .time-header {
  background: black;
  padding: 10px;
  color: #fff;
}

#selected-date {
  color: #3498db;
}

#time-picker-popup2 button {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  padding: 10px;
  border-radius: 0px;
  cursor: pointer;
  /* width: 100%; */
  font-size: 14px;
  margin: 10px 5px;
}

#time-picker-popup2 button:hover {
  background-color: #2980b9;
  color: #fff;
}

.btnboxgreen{
  background-color: #00b300;
}

.btnboxred{
  background-color: #ff0000;
}

#time-picker-popup2 .close-btn {
  background-color: #e74c3c;
  color: #fff;
  padding: 5px 12px !important;
  font-size: 16px;
  /* border-radius: 10px !important; */
  outline: none !important;
  border:none !important;
}

#time-picker-popup2 .close-btn:hover {
  background-color: #c0392b;
}

.events .times {
  color: #1DB800;
}

.events li {
  display: flex;
  color: #999;
}

.events time {
  position: relative;
  /* padding: 0 1.5em;   */
}

.events time.green::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 2px #1DB800 solid;
  width: .8em;
  height: .8em;
}

.events time.red::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 2px #dc3545 solid;
  width: .8em;
  height: .8em;
}



.events span {
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
}

.events span.green::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  border-left: 2px #1DB800 solid;
}

.events span.red::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  border-left: 2px #dc3545 solid;
}


.events span.last::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  border-left: 0px #1DB800 solid;
}

.events {
  width: 100%;
  padding-left: 10px;
}


.about-us-header {
  background: url('../images/about-us-header.png') no-repeat;
    background-size: auto;
  background-size: 100%;
  color: white;
  padding-top: 8%;
  padding-bottom: 8%;
}


.whatsapp-icon {
      position: fixed;
      bottom: 75px;
      right: 40px;
      background-color: #25D366;
      color: white;
      border-radius: 50%;
      padding: 10px 18px;
      font-size: 24px;
      z-index: 1050;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.2s;
      border: 0px;
    }

    .whatsapp-icon:hover {
      transform: scale(1.1);
    }


  .ftr-css{
    justify-content: flex-end;
    
  }

  .fitheight2-css{
    height: 65vh;
  }

  .fitheight1-css{
    height: 30vh;
  }

@media (min-width: 320px) and (max-width: 1024px) {
  .navbar-brand {
    width: 54%;
    display: block;
  }

  .navbar-brand img {
    width: 90%;
  }

  .navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .navbar-toggler {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .home-header {
    padding-top: 20%;
    padding-bottom: 11%;
    background-image: url(../../assets/images/header-home-mobile.png);
  }

  .hsrp-sec{
    background-image: none;
  }


  .blink {
    font-size: 15px;
  }

  .ftr-logo-style {
    display: flex;
    justify-content: center;
  }


  .ftr-codition-style {
    display: flex;
    justify-content: center;
    margin: 0px !important;
  }

  .state-style {
    margin: 0;
    ;
  }

  .wrapper-container {
    height: calc(100vh - 88px);
  }

  .innr-dv {
    width: 100%;
    padding: 10px;
  }

  .support-header {
    background-image: url(../../assets/images/support-system-mobile.png);
    padding-top: 19%;
    padding-bottom: 15%;
  }

  .home-height {
    height: 57% !important;
  }

  .header-btn-style {
    display: inline-block;
    margin-bottom: 5px;
  }

  .greenbox{
    width: 5vw;
    height: 5vw;
  }
  
  .redbox{
    width: 5vw;
    height: 5vw;
  }

  #accordionExample .accordion-body{
    padding: 0.8rem;
  }

  .react-calendar__tile{
    padding: 0px !important;
  }


  .btn-pdf{
    width:100% !important;
  }

  .addbtn{
    width:100% !important;
  }

  .txtClose{
    text-align: center;
  }

  .apply-hsrp-header{
    padding-top: 12%;
    padding-bottom: 8%;
  }


  .lang-style{
    margin-top: 6px;
    text-align: center;
  }

  .header-btn-style{
    background-color: #ECECEC;
  color: #000000;
  border: none;
  text-align: left;
  padding: 10px;
  width: 100%;
  }

  li.lang-style select{
    background-color: #ECECEC;
  color: #000000;
  border: none;
  text-align: left;
  padding: 10px;
  width: 100%;
  }

  .navbar-nav{
    margin-top: 15px;
  }


  .support-sec-css{
    margin-bottom: 1rem;
    margin-top: 1rem;
    /* padding: 0 15px; */
  }

  /* .support-row-css{
    margin-top: 0.8rem;
  } */

  .support-btn1-css{
    margin-top: 0.5rem;
  }
  
  .support-btn2-css{
    margin-top: 1rem;
  }

  .banner-heading-css{
    font-size: 24px;
    padding-left: 3%;
  }

  .raiseComplaint-btn1-css{
    width:50%;
  }

  .raiseComplaint-btn2-css{
    width:50%;
  }

  .tab-title-css{
    flex-direction: column;
  }


  .order-status-header {
    background-image: url(../../assets/images/header-home-orderstatus-mobile.png);
    padding-top: 18%;
    padding-bottom: 18%;
  }


  .modal-btn-width{
    width:  35% !important;
  }


  .about-us-header{
    margin-top: 14% !important;
    padding-top: 10%;
  }

  .term-condition-css{
    height: 70vh;
  }

  .multisteps-form__progress-btn{
    text-indent: unset;
    font-size: 12px;
  }

  .multisteps-form__title {
    margin-top: 10px;
  }

.multisteps-form__form img{
  display: none;
}

/* .order-accordian .accordion-button .order-sec .nav-link{
  font-size: 14px;
} */

.order-sec .accordion-button  .nav-link{
  font-size: 14px;
}

.cart-height{
  height: 44vh
}

.fitment-tab{
  height: 45vh;
}

#time-picker-popup2{
  width: unset;
}

.otp-width{
  width: 40px;
  height: 40px
}

.state-banner-css{
  padding: 10px;
}

.home-banner-css{
  padding: 16% 20px
}



.state-banner-css h1{
  padding-right: 70px;
  margin-bottom: 0px;
}

.state-banner-css span{
  font-size: 20px;
}

.state-banner-css div.blink{
  margin-top: 30px !important;
}

.order-status-header h1{
  line-height: 35px;
}

#nexts2{
  padding: 6px !important;
}



.whatsapp-icon {
      bottom: 96px;
      right: 13px;
      padding: 7px 14px;
      font-size: 22px;
    }

    /* .btn-blue {
      padding: 7px;
    } */

    .fs-font{
      font-size: 11px;
    }

   .fs-font2{
      padding: 4px;
      line-height: 0px;
    }

    .fs-font2 span{
      font-size: 14px;
    }

    
.aligned-list li {
  display: grid;
  grid-template-columns: none;  
  gap: 0px;
  align-items: start;
  margin-bottom: 0.5rem;
}


#tblMain thead tr th, #tblMain tbody tr td {
  padding: 10px !important;
}

.fitment-type-height{
  height: 380px;
}

.amount-font-css{
  font-size: 18px;
}

.ftr-css{
  justify-content: space-between;
  width:100%
}

/* .ftmnt-css{
  font-size:12px;
} */

  .fitheight1-css{
    height: 21vh;
  }

  .blink {
  background-color: #fff;
}


  /* #collapse0  */
}

