html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner > main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner > * {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.outer-wrap {
  margin-top: 0rem;
}
nav.bg-blue {
  background: rgba(18, 108, 176, 1);
}
.card-body.min-height-300 {
  min-height: 300px !important;
  padding: 10px 0px;
}

h3.custom-heading {
  font-size: 18px;
  margin-bottom: 20px;
  color: #00365a;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 15px;
}
.cus_label span {
  font-size: 11px;
  color: #156cb0;
}
li.nav-item {
  width: 16.66%;
}
.unselectedstep a:before {
  content: "";
  float: left;
  width: 25px !important;
  height: 25px !important;
  margin-right: -40px !important;
  bottom: 8px;
  background: url(../img/check.png) no-repeat 0 0 !important;
  background-size: 90% !important;
}
.selectedstep a:before {
  content: "";
  float: left;
  width: 100px !important;
  height: 75px !important;
  margin-right: 0px !important;
  background: url(../img/suv.svg) no-repeat 0 0 !important;
  background-size: 90% !important;
  top: -8px;
  animation: carAnimation1 50s linear infinite;
  border-radius: 0px !important;
}
.sw-main.sw-theme-check > ul.step-anchor > li.active > a:before {
  content: "";
  float: left;
  width: 100px !important;
  height: 75px !important;
  margin-right: 0px !important;
  background: url(../img/suv.svg) no-repeat 0 0 !important;
  background-size: 90% !important;
  top: -8px;
  animation: carAnimation1 50s linear infinite;
  border-radius: 0px !important;
}
@keyframes carAnimation {
  from {
    transform: translateX(-150%);
  }
  to {
    transform: translateX(100%);
  }
}

.nav-link {
  padding: 0.5rem 0px;
}
.sw-main.sw-main.sw-theme-check > ul.step-anchor > li.done > a:after {
  content: "";
  float: left;
  width: 25px !important;
  height: 25px !important;
  margin-right: -40px !important;
  bottom: -10px !important;
  background: url(../img/check.png) no-repeat 0 0 !important;
  background-size: 90% !important;
}

.sw-main.sw-theme-check > ul.step-anchor > li > a:before {
  content: "";
  float: left;
  width: 25px !important;
  height: 25px !important;
  margin-right: -40px !important;
  bottom: 5px;

  background: url(../img/map.png) no-repeat 0 0 !important;
  background-size: 90% !important;
}

.sw-main.sw-theme-check > ul.step-anchor > li.done > a:before {
  background: none !important;
}

.sw-main.sw-theme-check > ul.step-anchor > li > a:after,
.sw-main.sw-theme-dots > ul.step-anchor > li > a:after {
  background: none !important;
}
.allign-v-center {
  display: flex;
  align-items: center;
}

.promotion-head h2 {
  color: #334e55;
  font-size: 27px;
  font-weight: 500;
}
.card.cus-card {
  padding: 20px;
  text-align: justify;
}
.m-50 {
  margin: 0px auto 50px;
}
.card {
  border-radius: 0px !important;
}
div.error {
  border: none !important;
  color: red !important;
  padding: 0px !important;
  background: none !important;
  box-shadow: none !important;
}
div.error::before {
  border-bottom: solid 5px transparent !important;
}
div.error::after {
  border-bottom: solid 5px transparent !important;
}
.tooltip-right-bottom div.error {
  left: initial;
  right: 0;
  transform: translateX(0);
  top: 118% !important;
  font-size: 11px !important;
}
.error {
  border: 1px solid red !important;
}
.has-float-label
  select.error
  ~ span.select2.select2-container
  span.select2-selection.select2-selection--single {
  border: 1px solid red !important;
}
.has-float-label label,
.has-float-label > span:last-of-type {
  color: #176cb0 !important;

  left: -2.4rem !important;

  padding: 0 45px !important;
}
.valid
  + span.select2.select2-container
  span.select2-selection.select2-selection--single {
  border: 1px solid #d7d7d7 !important;
}
select.error ~ span {
  color: red !important;
}
input.error ~ span {
  color: red !important;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
/* div#firstImage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
} */

#front-wheel {
  animation: wheel 2s infinite linear;
  transform-origin: bottom center;
  transform-box: fill-box;
}

.city-bk {
  width: 100%;
  min-height: 120px !important;
  position: absolute !important;
  top: 0;
  left: 0;
  background: url("../img/road.svg") repeat-x;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
  animation: animatedBackground 500s linear infinite;
  opacity: 0.8;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}

/* #crow{
    animation: crowAnimation 10s linear infinite ;
    transform-origin: center;

}

@keyframes crowAnimation
{
    from{
        transform: scale3d(0.1, 1, 1.7);
      }
      to{
        transform: scale3d(1.3, 1.3, 1.3);
      }
} */

#schield {
  animation: shieldAnimation 3s linear infinite alternate;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes shieldAnimation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

span.finish {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
span.finish img {
  width: 24px;
  margin-bottom: -4px;
}
.bk-overlay {
  width: 100%;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.box-left {
  width: 100%;
  min-height: 250px;
  margin: 0px auto;
  background: none;
  /*box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);*/
}
.inner-box {
  padding: 5px;
}
.head_left h3 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.bd-r-1 {
  border-right: 1px solid black;
}
.mar-t-20 {
  margin-top: 20px;
  height: 220px;
  overflow-y: scroll;
}
.list-content ul {
  padding-left: 0px;
  text-align: left;
  list-style: none;
  margin-top: 15px;
}
.mar-r-10 {
  margin-right: 5px;
}
.head_left h3 span {
  color: #156cb0;
}
span.edit-icon {
  float: right;
}
.list-content ul li {
  margin: 15px 0px;
  padding-left: 20px;
}

li.nav-item {
  /*width: 33.33%;*/
}
.sw-main > ul.step-anchor > li.done > a {
  color: darkgray !important;
  font-weight: 400;
}
ul.card-header.pb-20.nav {
  display: flex;
  justify-content: space-around;
}
.responseMessage {
  background-color: #90bfdf;
  text-align: center;
  font-size: 16px;
  color: black;
}
.responseMessageHeader {
  padding-left: 15px;
  text-align: left;
  font-size: 15px;
  color: black;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.growth {
  overflow-y: scroll;
}
.bg-blue {
  background: #156cb0;
}
.outer-body-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer {
  margin-top: auto;
}
.h-550 {
  height: 550px;
}
.l_font {
  font-weight: 300;
  font-size: 15px;
}
.form-control,
.form-select {
  border-radius: 0px !important;
}

.form-floating-make > label {
  top: -22px;
}
/*.p-2r{
  padding: 2rem !important;
}*/

.heading-tag h1 {
  font-size: 20px;
  color: #41464b;
  font-weight: 400;
  margin: 20px 0px;
}

/* 
.slick-slide .slick-slide .field-section ul {
  list-style: none;
} */
/* 
.slick-slide .slick-slide .field-section ul li {
  width: calc(33.33% - 25px)!important;
  margin: 0 19px 18px 0;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #efefef;
  border-radius: 0px;
  box-shadow: 1px 2px 11px 0px #61616126;
  cursor: pointer;
  padding: 20px;
    transition: 0.3s ease;
} */

/*.slick-slide .slick-slide .field-section ul li span {
  padding: 20px 40px;
  
}*/
/* .slick-slide .slick-slide .field-section ul li:hover {
  border: 1px solid #176cb0;

  color: #176cb0;
  transition: 0.3s ease;
}
.slick-slide .slick-slide .field-section ul li.selected {
  border: 1px solid #176cb0;
  color: #176cb0;
  box-shadow: 0px 0px 4px 3px #77777714;
}
.slick-slide .slick-slide .field-section ul {
  list-style: none;
  height: 250px;
  overflow: scroll;
} */
/* .promotional-content h5 {
  font-size: 25px;
  font-weight: 600;
}

.promotional-content h5 span {
  font-size: 30px;
  color: #176cb0;
  
}
.promotional-content h5 span div {
  display: inline-block;
} */

#smartWizardCheck .card-body > div {
  height: 100% !important;
}
/*.slick-list {
  padding: 10px 0px !important;
}*/

/* 
.slick-slide .field-section ul {
  list-style: none;
} */

.slick-slide .field-section ul li {
  width: calc(33.33% - 25px) !important;
  margin: 0 19px 18px 0;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #efefef;
  border-radius: 0px;
  box-shadow: 1px 2px 11px 0px #61616126;
  cursor: pointer;
  padding: 20px;
  transition: 0.3s ease;
}

.slick-slide .field-section ul li:hover {
  border: 1px solid #b7d43a;
  background: #b7d43a;
  color: white;
  transition: 0.3s ease;
}
.slick-slide .field-section ul li.selected {
  border: 1px solid #b7d43a;
  color: white;
  background: #b7d43a;
  box-shadow: 0px 0px 4px 3px #77777714;
}
.slick-slide .field-section ul {
  list-style: none;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 400px;
}
.promotional-content h5 {
  font-size: 15px;
  font-weight: 700;
}

.promotional-content h5 span {
  font-size: 24px;
  color: #176cb0;
}
.promotional-content h5 span div {
  display: inline-block;
}
/* 
.slick-prev {
  left: 100% !important;
  top: 15% !important;
}
.slick-next {
  right: -25px;
   top: 100% !important;
} */
/* .slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: rotateZ(90deg) !important;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
} */

.form-control {
  border: none;
  border-bottom: 1px solid #6c6c6c;
  background: transparent;
  font-size: 16px;
}
.icon-with-form span {
  font-size: 20px;
  padding: 5px;
  line-height: 1.5;
  color: #176cb0 !important;
}
.icon-with-form {
  display: flex;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #176cb0 !important;
  outline: 0;
  box-shadow: none;
}

.m-tb-30 {
  margin: 20px 0px;
}

.icon-with-form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid;
}
select.selectpicker.countrypicker:focus-visible {
  border: none;
  border-bottom: 1px solid #0e6efd;
  box-shadow: none !important;
  outline: none;
}

button.btn.btn-primary.text-center {
  margin: 0px auto;
}
button.btn-primary.btn-theme-green {
  background: #ffffff;
  border: 1px solid #176cb0;
  border-radius: 0px;
  padding: 10px 0px;
  color: #176cb0;
  transition: 0.3s ease;
}
button.btn-primary.btn-theme-green:hover {
  background: #b5d234;
  border: 1px solid #b6d234;
  color: white;
  transition: 0.3s ease;
}

.slick-slide {
  min-height: 350px;
}
.slick-slide .field-section {
  /* min-height: 300px;*/
  justify-content: center;
  align-items: center;
}
/* 
.slick-vertical .slick-slide {
  display: block !important;
  height: auto !important;
  border: 1px solid transparent !important;
  width: 100% !important;
}*/
.slick-list {
  min-height: 360px !important;
}
.slick-track {
  height: 100% !important;
}
.slick-slide {
  opacity: 0.5;
}
.slick-slide.slick-active.slick-current {
  opacity: 1 !important;
}
span.prevArrow {
  float: right;
  transform: rotate(90deg);
  font-size: 20px;
  cursor: pointer;
}
span.nextArrow {
  float: right;
  transform: rotate(90deg);
  font-size: 20px;
  cursor: pointer;
}
.field-section-calender ul li {
  width: calc(33.33% - 25px) !important;
  margin: 0 19px 18px 0;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #efefef;
  border-radius: 0px;
  box-shadow: 1px 2px 11px 0px #61616126;
  cursor: pointer;
  /* padding: 20px; */
  transition: 0.3s ease;
}
.height-correrction {
  min-height: 350px !important;
  justify-content: center;
  align-items: center;
}
.list-content ul li {
  cursor: pointer;
}
.field-section-calender {
  min-height: 400px;
  overflow: scroll;
}
.field-section-calender .Calendar {
  background: none !important;
  box-shadow: none !important;
  min-height: 320px;
  height: 320px;
}
.slick-slide .field-section ul {
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 200px;
  height: 210px;
}
.filter_search {
  display: flex;
  align-items: center;
  margin: 0px 2rem 20px 2rem;
}
input#filter:focus-visible {
  border-bottom: 1px solid #b0d039;
  outline: none !important;
}
.filter_search span {
  font-size: 20px;
  color: #176cb0;
  position: absolute;
  float: right;
  right: 55px;
}
.filter_search input {
  border: none;
  border-bottom: 1px solid #8f8f8f;
  width: 100%;
  background: #f8f9fa38;
  padding: 6px 15px;
  margin-right: 10px;
  font-size: 14px;
}

.Collapsible {
  background-color: white;
}

.Collapsible__contentInner {
  padding: 0px;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.Collapsible__contentInner p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}
.Collapsible__contentInner p:last-child {
  margin-bottom: 0;
}

.Collapsible__trigger {
  display: block;
  text-align: right;
  font-weight: 400;
  text-decoration: none;
  color: #333333;
  position: relative;
  border: 1px solid white;
  padding: 10px 30px;
  background: #156cb0;
  color: white;
}
.side-button span.Collapsible__trigger.is-closed {
  background: none !important;
  padding: 0px !important;
  color: #176cb0;
  transform: rotate(-90deg);
  margin: 0px !important;
  top: 58%;
  right: 25px;
  font-size: 26px;
}
.largeWidth div#toggle-button {
  transform: rotate(180deg);
  right: -21px;
  transition: 0.5s ease;
}
/* .ReactCollapse--collapse {
  background: none !important;
  padding: 0px !important;
  color: #176cb0;
  transform: rotate(
-90deg
);
  margin: 0px !important;
  top: 58%;
  right: 25px;
  font-size: 26px;
} */
.Collapsible__trigger:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  transition: transform 300ms;
}
/* .Collapsible__trigger.is-open:after {
    transform: rotateZ(180deg); }
  .Collapsible__trigger.is-disabled {
    opacity: 0.5;
    background-color: grey; }

.CustomTriggerCSS {
  background-color: lightcoral;
  transition: background-color 200ms ease; }

.CustomTriggerCSS--open {
  background-color: darkslateblue; }

.Collapsible__custom-sibling {
  padding: 5px;
  font-size: 12px;
  background-color: #CBB700;
  color: black; } */
.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #a66;
  color: #000;
  border: 0px;
  border-radius: 0;
  display: inline-block;
  position: relative;
}

.container.q_block {
  display: table;
  border-collapse: collapse;
}
/* .container.q_block .row {
  display: block;
} */
.q_block .col-lg-3 {
  display: table-cell;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}

.v-allign-middle {
  vertical-align: middle;
}

.no-padding {
  padding: 0px !important;
}
.quote-box {
  width: 100%;
  height: 100%;
  padding: 20px;
}
ul.plan-details li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
ul.plan-details {
  padding-left: 0px;
  list-style: none;
}
ul.plan-details li strong {
  font-size: 12px;
}
ul.plan-details li span {
  font-size: 13px;
  color: #176cb0;
}
.company-name h3 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #141414;
}
.list-table-row {
  margin: 10px auto;
}

ul.plan_cover li {
  display: flex;
  justify-content: space-between;
  /* padding: 10px 0px; */
}
ul.plan_cover {
  padding-left: 0px;
  list-style: none;
}
ul.plan_cover li strong {
  font-size: 12px;
}
ul.plan_cover li span {
  font-size: 13px;
  color: #176cb0;
}

ul.plan_cover li strong span {
  display: block;
}
ul.plan_cover li strong span {
  color: #b6d334;
  font-size: 12px;
  font-weight: 500;
}
.quote-box.q_height_250 {
  height: 255px;
  overflow-y: scroll;
  overflow-x: hidden;
}
ul.plan-details li s {
  font-size: 12px;
  color: #c5c5c5;
}
.quote-cta button {
  width: 50%;
  background: #176cb0;
  border: 1px solid #176cb0;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.quote-cta button:hover {
  background: #b7d334;
  border: 1px solid #b7d334;
  border-radius: 0px;
  transition: 0.3s ease;
}
.quote-cta {
  margin: 0px auto;
  text-align: center;
  margin-top: 50px;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  box-shadow: inset 0 0 5px rgb(128 128 128 / 35%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h4.plan_name {
  text-align: center;
  color: #176cb0;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
/* li.more {
  font-size: 14px;
  color: #176cb0;
  cursor: pointer;
} */

@media (min-width: 320px) and (max-width: 991px) {
  .q_block .col-lg-3 {
    display: block;
  }
}

.loadfeaturecontent {
  display: none;
}

.largeWidth .side-panel .side-panel-body .panel-block {
  display: none;
}
.largeWidth .sidenav-header h3 {
  font-size: 25px;
  font-weight: 400;
  transition: width 750ms ease-in-out;
  margin-bottom: 10px;
  color: #176cb0;
}
.side-panel-section {
  display: block !important;
  width: 100px;
  height: auto;
  background: white;
  padding: 2px;
  position: fixed;
  left: 0px;
  top: 150px;
  /* border: 1px solid #dedede; */
  border-radius: 4px;
  box-shadow: 4px 2px 15px 0px #0000002b;
  z-index: 999;
}

.sidenav-header img {
  width: 50%;
  border-radius: 5px;
}
.sidenav-header {
  margin: 0px auto;
  text-align: center;
}

.sidenav-header h3 {
  font-size: 11px;
  margin: 10px 0px;
  color: #176cb0;
  text-align: center;
}

.p_img_block h3 {
  font-size: 11px;
  text-align: center;
  color: #141414;
}
.p_img_block {
  text-align: center;
  margin: 20px 0px;
}
.p_img_block img {
  width: 100%;
}
.p_outer-img-bl {
  display: flex;
  border-radius: 50%;
  background: #b6d334;
  width: 40px;
  height: 40px;
  padding: 5px;
  justify-content: center;
  text-align: center;
  margin: 5px auto;
}
.panel-block {
  margin: 20px 0px;
}

.side-button {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  transform: translate(50%, -50%);
  border-radius: 50%;
  z-index: 999;
}
.side-button i {
  font-size: 20px;
  color: #176cb0;
  margin-left: 20px;
  margin-top: 10px;
  transition: 0.5s ease;
}
.largeWidth {
  width: 97%;
  transition: width 750ms ease-in-out;
  top: 5px;
  height: 100%;
}
.side-button.isActive i {
  transform: rotate(180deg);
  transition: 0.5s ease;
}

.overlay {
  position: fixed;
  background: rgb(0 0 0 / 55%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.overlay.show {
  display: block;
}
.expand-content {
  display: none;
}
.largeWidth .expand-content {
  display: block;
}

.right-side-content {
  text-align: center;
  padding: 0px;
  margin: 10px 0px;
}
span.icon-img-expand {
  display: flex;
  border-radius: 50%;
  background: #b6d334;
  width: 40px;
  height: 40px;
  padding: 5px;
  justify-content: end;
  text-align: center;
  margin-right: 10px;
}
span.icon-img-expand img {
  width: 100%;
}
.allign-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-right-header {
  margin: 5px 0px 0px;
  padding: 5px 0px 0px;
  color: #176cb0;
}
.w-98 {
  width: 100%;
  margin-left: 3%;
}

.strike-price {
  display: none;
}

.top-box {
  background: white;
  padding: 10px 15px;
  display: flex;
  width: 200px;
}
.d-flex.custom-allign {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.top-box h3 {
  font-size: 14px;
  color: #696969;
  margin-bottom: 0px;
  font-weight: 500;
}
.top-box i {
  color: #176cb0;
  font-size: 11px;
}

.top-panel {
  display: flex;
  justify-content: space-between;
}
.top-box {
  background: white;
  padding: 15px;
  display: inline-flex;
  width: calc(20% - 7px);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
  border-radius: 4px;
  border: 1px solid #e3eaf9;
  cursor: pointer;
}
.quotes-title {
  font-size: 15px;
  margin: 0 0 10px;
  padding: 4px 0;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  margin: 4px 0px;
}

.quotes-title span {
  position: relative;
}

.quotes-title span:after,
.quotes-title span:before {
  position: absolute;
  top: 55%;
  left: calc(100% + 15px);
  left: -webkit-calc(100% + 15px);
  width: 100vw;
  height: 1px;
  background-color: #e6e6e6;
  content: "";
}

.quotes-title span:before {
  left: auto;
  right: calc(100% + 15px);
  right: -webkit-calc(100% + 15px);
}
span.final-amount {
  font-size: 13px !important;
  font-weight: 600;
}
.close-popup.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 103;
  transition: all 0.3s;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04aa6d;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04aa6d;
  cursor: pointer;
}

.custom_popup {
  width: 350px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
  border-radius: 4px;
  border: 1px solid #e3eaf9;
  margin: 20px 0px;
  position: absolute;
  z-index: 999;
  top: 160px;
  background: white;
}

.popup_heading h2 {
  font-size: 18px;
  padding: 0px 0px 0px;
  color: #176cb0;
}
.note {
  background: #d4ecff;
  padding: 20px;
}
.note p {
  font-size: 11px;
  margin-bottom: 0px;
}
button.btn.btn-apply {
  width: 100%;
  padding: 10px 15px;
  background: #176cb0;
  border-radius: 0px;
  color: white;
  margin: 20px 0px;
}
button.btn.btn-apply:hover {
  color: white;
  background: #b7d334;
}
.slider-range input {
  width: 100%;
}
.repair-popup {
  left: 25%;
}
.car-popup {
  left: 55%;
  width: 450px;
}

.personal-popup {
  left: 40%;
  width: 450px;
}
.form-check.custom_check .form-check-input {
  float: right;
}
.form-check.custom_check {
  padding-left: 0px;
  margin: 20px 0px;
}
.custom_check label.form-check-label {
  font-size: 14px;
}
.form-floating {
  margin: 10px 0px;
}
.bg-blue {
  background: #156cb0;
}

.h-550 {
  height: 550px;
}
.l_font {
  font-weight: 300;
  font-size: 15px;
}
.form-control,
.form-select {
  border-radius: 1px !important;
}
.p-2r {
  padding: 2rem !important;
}

.heading-tag h1 {
  font-size: 18px;
  color: #176cb0;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px;
}
.slick-slide .field-section ul {
  list-style: none;
}

.slick-slide .field-section ul li {
  width: calc(33.33% - 25px) !important;
  margin: 0 18px 10px 0;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: 0px -1px 0px 0px #61616100;
  cursor: pointer;
  padding: 18px 2px;
  transition: 0.3s ease;
  text-align: center;
  font-size: 12px;
}

.slick-slide .field-section ul li:hover {
  border: 1px solid #b7d43a;
  background: #b7d43a;
  color: white;
  transition: 0.3s ease;
}
.slick-slide .field-section ul li.selected {
  border: 1px solid #b7d43a;
  color: white;
  background: #b7d43a;
  box-shadow: 0px 0px 4px 3px #77777714;
}
.slick-slide .field-section ul {
  list-style: none;
  height: 210px;
  overflow-y: scroll;
}
.promotional-content h5 {
  font-size: 15px;
  font-weight: 700;
}

.promotional-content h5 span {
  font-size: 24px;
  color: #176cb0;
}
.promotional-content h5 span div {
  display: inline-block;
}

.slick-prev {
  left: 100% !important;
  top: 15% !important;
}
.slick-next {
  right: -25px;
  top: 100% !important;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: rotateZ(90deg) !important;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.icon-with-form span {
  font-size: 20px;
  padding: 0px 5px;
  line-height: 1.5;
  color: #176cb0 !important;
  display: flex;
  align-items: center;
}
.icon-with-form {
  display: flex;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #176cb0 !important;
  outline: 0;
  box-shadow: none;
}

.m-tb-30 {
  margin: 50px 0px;
}

.icon-with-form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid;
}
select.selectpicker.countrypicker:focus-visible {
  border: none;
  border-bottom: 1px solid #0e6efd;
  box-shadow: none !important;
  outline: none;
}

button.btn.btn-primary.text-center {
  margin: 0px auto;
}
button.btn-primary.btn-theme-green {
  background: #ffffff;
  border: 1px solid #176cb0;
  border-radius: 0px;
  padding: 10px 0px;
  color: #176cb0;
  transition: 0.3s ease;
}
button.btn-primary.btn-theme-green:hover {
  background: #b5d234;
  border: 1px solid #b6d234;
  color: white;
  transition: 0.3s ease;
}

.slick-slide {
  min-height: 250px;
}
.slick-slide .field-section {
  min-height: 250px;
  justify-content: center;
  align-items: center;
}

.container.q_block {
  display: table;
  border-collapse: collapse;
}
/*.container.q_block .row {
  display: block;
}*/
.q_block .col-lg-3 {
  display: table-cell;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-right: 0px;
}

.q_block .col-lg-3:last-child {
  border-right: 1px solid #e6e6e6;
}
.q_block .w-20 {
  display: table-cell;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-right: 0px;
}

.q_block .w-20:last-child {
  border-right: 1px solid #e6e6e6;
}

.v-allign-middle {
  vertical-align: middle;
}

.no-padding {
  padding: 0px !important;
}
.quote-box {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
ul.plan-details li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}
ul.plan-details {
  padding-left: 0px;
  list-style: none;
}
ul.plan-details li strong {
  font-size: 12px;
}
ul.plan-details li span {
  font-size: 11px;
  color: #176cb0;
  text-align: right;
}
.company-name h3 {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #141414;
}
.list-table-row {
  margin: 10px auto;
}

ul.plan_cover li {
  display: flex;
  justify-content: space-between;
}
ul.plan_cover {
  padding-left: 0px;
  list-style: none;
}
ul.plan_cover li strong {
  font-size: 12px;
}
ul.plan_cover li span {
  font-size: 13px;
  color: #176cb0;
}

ul.plan_cover li strong span {
  display: block;
}
ul.plan_cover li strong span {
  color: #9da0a6;
  font-size: 11px !important;
  font-weight: 500;
}
.quote-box.q_height_250 {
  height: 255px;
  overflow-y: scroll;
  overflow-x: hidden;
}
ul.plan-details li s {
  font-size: 12px;
  color: #c5c5c5;
}

.quote-cta a:hover {
  background: #b7d334;
  border: 1px solid #b7d334;
  border-radius: 0px;
  transition: 0.3s ease;
}
.quote-cta {
  margin: 0px auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  box-shadow: inset 0 0 5px rgb(128 128 128 / 35%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h4.plan_name {
  text-align: center;
  color: #176cb0;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
/* li.more {
  font-size: 14px;
  color: #176cb0;
  cursor: pointer;
} */

@media (min-width: 320px) and (max-width: 991px) {
  .q_block .col-lg-3 {
    display: block;
  }
}

.button a {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #176cb0;
  display: block;
  margin: 20px 0px;
  text-align: center;
  color: #176cb0;
  text-decoration: none;
  font-size: 17px;
}
.company-logo img {
  width: 80%;
  margin: 10px auto;
}
.company-logo {
  text-align: center;
}

/*dropzone*/

:root {
  --clr-white: rgb(255, 255, 255);
  --clr-black: rgb(0, 0, 0);
  --clr-light: rgb(245, 248, 255);
  --clr-light-gray: rgb(196, 195, 196);
  --clr-blue: rgb(63, 134, 255);
  --clr-light-blue: rgb(171, 202, 255);
}

/* Upload Area */
.upload-area {
  width: 310px;
  text-align: center;
}

.upload-area--open {
  /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}

/* Header */
.upload-area__header {
}

.upload-area__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed rgb(23 108 176);
  border-radius: 0px;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--clr-blue);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--clr-blue);
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--clr-white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

.right-side-content h3 {
  font-size: 18px;
}
.header-panel-expand {
  margin: 0px;
  padding: 5px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-panel-expand h3 {
  font-size: 18px;
  color: #141414;
  font-weight: 400;
  margin-bottom: 0px;
}

.next-btn {
  padding: 0px 20px;
  margin: 1em 1.5em;
}
.next-btn a {
  background: #176cb0;
  border-radius: 0px;
  padding: 10px 30px;
  border: 1px solid #176cb0;
}
.card-right-header h3 {
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
}

.m-tb-20 {
  margin: 20px 0px;
}
.float-right {
  float: right;
}
.w-20 {
  width: 20%;
}
.q_features h3 {
  font-size: 12px;
  color: #176cb0;
  padding: 5px 0px;
}
ul.plan_cover.with-tick li {
  color: #141414;
}
ul.plan_cover.with-tick li span {
  font-size: 11px;
}
.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
  z-index: 1;
}

.check-list li.more:before {
  display: none !important;
}
ul.plan_cover.with-tick.check-list li {
  padding-left: 20px;
}

ul.plan_cover.with-tick.check-list li strong {
  font-weight: 500;
}
p.more {
  color: #176cb0 !important;
  font-size: 12px !important;
  cursor: pointer;
}

.loadfeaturecontent {
  display: none;
}
.DatePicker {
  position: initial !important;
  display: block !important;
  z-index: 100 !important;
}

/* Quote Details Page CSS Start */

.bg-gradient-grey {
  background: linear-gradient(90deg, #f5f5f5 60%, #ffffff00 40%);
}

.inner-payment h3 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
  text-transform: uppercase;
  margin-bottom: 50px;
}

ul.p_total li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
ul.p_total {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.total-amount {
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
}
ul.p_total li strong {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #176cb0;
}

ul.p_total li strong span {
  display: block;
}
ul.p_total li strong span {
  color: #141414;
  font-size: 12px;
  font-weight: 500;
}
ul.p_total li span {
  font-weight: 600;
  font-size: 18px;
  color: #141414;
}
button.btn.btn-primary.btn-custom {
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  border-radius: 0px !important;
  background: #176cb0;
  border: 1px solid #176cb0;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 18px;
  font-weight: 600;
}

button.btn.btn-primary.btn-custom:hover {
  border-radius: 0px !important;
  background: #a1c54d;
  border: 1px solid #b1cf3b;
  color: #ffffff;
  transition: 0.3s ease;
}

.input-promo {
  width: 75%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid black;
  background: rgb(224 224 224 / 13%);
}
input.apply-promo {
  width: 23%;
  padding: 10px;
  border: 1px solid #b6d334;
  border-radius: 0px !important;
  background: #b6d334;
  color: white;
}
.promo-code {
  margin: 20px auto;
}
.note-payment {
  margin-top: 30px;
  padding: 20px;
  background: #fcffed;
  font-size: 12px;
}
.quote-summary-block {
  padding: 20px;
  border: 1px solid #176cb033;
  margin: 30px 0px;
}
.q-company-name h3 {
  font-size: 15px;
  font-weight: 500;
  color: #141414;
  text-align: center;
}
.q-company-name h4 {
  font-size: 15px;
  color: #176cb0;
  margin-bottom: 10px;
  text-align: center;
}
.q-number h3 {
  font-size: 15px;
  color: #176cb0;
}
.q-number h3 span {
  font-size: 15px;
  color: #141414;
}
.q-company-name h3 span {
  color: #141414;
}
.q-number h3 {
  margin-bottom: 15px;
  display: grid;
  text-align: left;
}
.full-section {
  padding: 30px;
  background: white;
  position: sticky;
  top: 30px;
}
.bg-gradient-grey {
  background: #f5f5f5;
}
ul.plan-details.custom_pay li strong,
ul.plan-details.custom_pay li span {
  font-size: 14px;
}
.right-full-section {
  background: white;
  padding: 30px;
}
.q-sum-head h3 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.accordion-item h2 button {
  color: #176cb0;
}
.q-head-customer h3 {
  font-size: 15px;
  margin-bottom: 15px;
}

.pill-container {
  display: flex;
  box-sizing: border-box;
  overflow-x: scroll;
}
.pill-container input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.selector {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  cursor: pointer;
}
.selector:hover {
  background: #176cb0;
  color: white;
  border: 1px solid #176cb0;
}
input[type="checkbox"]:checked + label {
  background: #b7d334;
  color: white;
  border: 1px solid #b7d334;
}
.single-button label {
  margin: 20px 10px;
  padding: 10px;
  border: 1px solid #176cb0;
  background: none;
  color: #176cb0;
  border-radius: 20px;
  min-width: 250px;
  font-size: 12px;
  width: max-content;
}

.single-button label i {
  margin-right: 15px;
}
.q-company-name img {
  width: 100%;
  margin-bottom: 17px;
}
.v-allign-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.q_detail .company-logo img {
  margin: 10px 0px;
}
.q_detail h4.plan_name {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.q_detail .company-name h3 {
  font-size: 12px;
}
span.svg-animation svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: #176cb0;
}
/*  .quote-summary-block:hover span.svg-animation svg#Layer1 path {
stroke-dashoffset:2900;
stroke-dasharray:2900;
  animation: new_stroke 5s ease forwards, new_fill  6s ease forwards;

}

@keyframes new_stroke {
0% {
   stroke-dashoffset: 3500;
      stroke:#176cb0;
 stroke-width:1;
}
    
  100% {
   stroke-dashoffset: 1;
        stroke:#176cb0;
 stroke-width:2;
  }
}  

@keyframes new_fill {
0% {
   fill: none ;
   stroke-width:1;
}
    
  100% {
         stroke-width:2;
  }
} */

.q-car-content {
  margin: 20px auto;
  text-align: center;
}
.q-car-content p span {
  font-weight: 600;
  color: #176cb0;
  font-size: 14px;
}
.q-car-content p {
  font-size: 12px;
  font-weight: 600;
  color: #141414;
  display: grid;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-icon a i {
  color: #176cb0;
  background: whitesmoke;
  padding: 10px;
  border-radius: 50%;
}
.pad-20 {
  padding: 20px;
}
.input-range__track {
  background: #eeeeee !important;
  border-radius: 0.6rem !important;
  cursor: pointer !important;
  display: block !important;
  height: 0.8rem !important;
  position: relative !important;
  transition: left 0.3s ease-out, width 0.3s ease-out !important;
}
.input-range__track--active {
  background: #b0d039 !important;
}
.input-range__slider {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #176cb0 !important;
  border: 1px solid #176cb0 !important;
  border-radius: 100% !important;
  cursor: pointer !important;
  display: block !important;
  height: 1.5rem !important;
  margin-left: -0.5rem !important;
  margin-top: -1.1rem !important;
  outline: none !important;
  position: absolute !important;
  top: 50% !important;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out !important;
  width: 1.5rem !important;
}

.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(#28048b, 0.2);
  border-radius: 50%;
  border-top-color: #310fc9;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
.loading-overlay {
  z-index: 1050;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}
ul.car-details li span i {
  color: #b3d138;
  opacity: 0;
}
ul.car-details li:hover > span i {
  opacity: 1;
  cursor: pointer;
}

ul.car-details li {
  cursor: pointer;
}
.btn-link:hover {
  color: rgb(0 0 0);
}
span.icon-car img {
  width: 35px;
  margin-right: 10px;
}
.container.custom_next button {
  margin: 15px 0px;
}
ul.car-details li span {
  margin-left: 5px;
  font-weight: 500;
}
.head_left {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  align-items: center;
}
ul.car-details li strong {
  font-size: 12px;
  font-weight: 600;
}
input:focus {
  outline: none !important;
}
span.input-range__label--value span {
  bottom: 12px;
  font-size: 15px;
  color: #176cb0;
  font-weight: 600;
}
span.content-custom-car {
  font-size: 17px;
  margin-right: 15px;
  color: #141414;
}
.car-slide-button {
  color: #176cb0;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 22px;
}
.input-range__label-container {
  left: -50%;
  position: relative;
  bottom: -10px;
  color: #141414 !important;
}
.quote-cta a {
  width: 50%;
  background: #176cb0;
  border: 1px solid #176cb0;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.3s ease;
  padding: 10px 25px;
  text-decoration: none;
}
.DatePicker__calendarContainer {
  z-index: 100;
}
.Datepicker .Calendar {
  width: 25em;
  max-width: 90vw;
  min-height: 35.7em;
}
.input-range__label {
  font-family: inherit !important;
}
.Calendars__yearText:last-child {
  margin-right: -0.3em;
  display: none !important;
}
span.icon-back i {
  width: 100%;
}
.q-sum-head {
  display: flex;
  justify-content: space-between;
}
.go-back {
  display: flex;
  align-items: center;
  cursor: pointer;
}
span.icon-back {
  margin-right: 10px;
}
.go-back p {
  margin-bottom: 0px;
  color: #2773b4;
  font-weight: 600;
}
.icon-back a i {
  color: #176cb0;
  background: whitesmoke;
  padding: 10px;
  border-radius: 50%;
}
.icon-back {
  transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.go-back:hover > .icon-back {
  margin-right: 15px;
  transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.promo-code {
  display: none;
}
p.label-checkbox {
  font-size: 14px;
  color: #176cb0;
  font-weight: 400;
}
p.disclaimer {
  margin-top: 15px;
  font-size: 14px;
}
p.disclaimer a {
  color: #176cb0;
  font-weight: 500;
  text-decoration: none;
}

.popup_heading:hover > .close-popup-btn i svg {
  transform: rotate(90deg);
  cursor: pointer;
  transition: 0.3s ease;
}

.popup_heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

.popup_heading .close-popup-btn i svg {
  transform: rotate(0deg);
  transition: 0.3s ease;
}
i.svg-close svg {
  width: 15px;
  height: 15px;
}
.popup-content form {
  /* max-height: 370px;
  overflow-y: scroll;
  overflow-x: hidden; */
  padding: 0px 10px;
}
.no-quote-list {
  padding: 20px 10px;
  background: #8f8f8f;
  text-align: center;
  color: white;
  margin: 20px 0px;
}
hr {
  margin: 0.1rem 0 !important;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
label.form-datepicker-label {
  position: relative;
  top: 0px;
  background: #f9f9f9;
  padding: 0rem 0.75rem;
  width: 100%;
  color: #7d7d7d;
  font-size: 11px;
  padding-top: 5px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f9f9f9;
  opacity: 1;
}
.check-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 4px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #176cb0;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.sort-popup {
  left: 65%;
  width: 450px;
}
.custom_check label {
  width: 250px;
  margin-right: 30px;
}

button.btn.btn-reset {
  width: 100%;
  padding: 10px 15px;
  background: white;
  border-radius: 0px;
  color: #176cb0;
  margin: 20px 10px;
  border: 1px solid #176cb0;
}

.apply-cta-with-reset {
  display: flex;
  justify-content: space-evenly;
}

.road-bk {
  width: 100%;
  min-height: 106px !important;
  top: 0;
  left: 0;
  background: url(../img/road-with-pin.png) repeat-x;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  /* animation: animatedBackground 500s linear infinite; */
  opacity: 1;
}

.road-bk img {
  width: 95px;
  height: 95px;
  position: relative;
  top: 25px;
  transition: 1s ease;
}
.Calender-field-section .Calendar {
  box-shadow: none !important;
}

ul.card-header.pb-20.nav.nav-tabs.step-anchor {
  display: none;
}
.city-bk.sw-container.tab-content {
  display: none !important;
}

.inputDateMask {
  padding: 2px 226px 10px 14px !important;
  margin: 0px 0px 0px 0px !important;
  border: 0px;
}

.card-box {
  /*background: linear-gradient(
227deg
, #023e8a, #0077b6);*/
  padding: 20px;
  width: 100%;
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.car-icon img {
  width: 210px;
}
.card-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-box.box-2 {
  margin-top: 25px;
  box-shadow: none;
  /*background: linear-gradient(
0deg
, #bedd37, #4d8603);*/
}

.card-box h3 {
  text-align: right;
  /*color: white;*/
}

.card-box.box-2 h3 span {
  color: #156cb0;
  font-size: 45px;
  font-weight: 600;
}
.card-box.box-2 h3 {
  text-align: left;
}
.icon-with-form .icon {
  width: 40px;
}
.icon-with-form {
  margin-top: 10px;
}

.form-floating select {
  background-color: #f9f9f9;
  border: none;
}
.form-floating select:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #141414;
}
i.svg-close svg {
  width: 15px;
  height: 15px;
}
.no-quote-list h3 {
  font-size: 17px;
  align-items: center;
  margin-bottom: 0px;
}
.no-quote-list {
  padding: 20px 10px;
  background: #141414;
  text-align: center;
  color: white;
  margin: 20px 0px;
}
.custom_pills button {
  text-align: left;
}
.custom_pills .nav-pills .nav-link.active {
  color: #176cb0;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.custom_pills .nav-pills .nav-link {
  background: #f9f9f9;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 12px;
  color: #4a4a4a;
}
.form-check.custom-check .form-check-input {
  float: right !important;
}
.form-check.custom-check {
  padding: 7px 10px;
  font-size: 13px;
}
.form-check.custom-check {
  padding: 7px 10px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.tab-pane {
  max-width: 285px;
  min-width: 284px;
}
h3.heading-sort {
  font-size: 15px;
  padding-bottom: 10px;
  color: #176cb0;
  border-bottom: 1px solid #176cb0;
  margin-bottom: 20px;
}
.scroll-y {
  overflow-y: scroll;
  overflow-x: hidden;
}
.min-height-250 {
  height: 150px;
  padding: 5px;
}
.custom_pills .nav {
  max-width: 110px;
}
span.amount-aed h5 {
  margin-bottom: 0px !important;
  padding: 0px 10px;
  color: #141414;
  font-size: 18px;
}
span.amount-aed {
  background: #f9f9f9;
  display: flex;
  align-items: center;
}
.custom_pills {
  padding: 20px 0px;
}
.largeWidth .side-button i {
  margin-left: 10px;
}
.right-side-content .filepicker.dropzone.dz-clickable {
  position: relative;
  height: auto !important;
  width: 300px;
  min-height: 120px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed rgb(200 201 202) !important;
  border-radius: 0px;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}
.right-side-content-image img {
  width: 200px;
}
.dropzone.dz-clickable .dz-message span {
  top: 10px !important;
}
@media (min-width: 300px) and (max-width: 600px) {
  .road-bk img {
    width: 85px;
    height: 85px;
    position: relative;
    top: -2px;
  }
  .road-bk {
    background-size: contain;
  }
  .promotional-content h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bk-overlay {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .m-tb-30 {
    margin: 20px 0px;
  }
  .filter_search {
    display: flex;
    align-items: center;
    margin: 0px 5px 40px 5px;
  }
  .slick-slide .field-section ul {
    list-style: none;
    height: 250px;
    overflow-y: scroll;
    padding-left: 0px !important;
    width: 100%;
  }
  .slick-slide .field-section ul li {
    width: calc(50% - 10px) !important;
    margin: 0 10px 20px 0;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #efefef;
    border-radius: 0px;
    box-shadow: 1px 2px 11px 0px #61616126;
    cursor: pointer;
    padding: 20px;
    transition: 0.3s ease;
    text-align: center;
    min-height: 90px;
    align-items: center;
    font-size: 12px;
  }
  .filter_search input {
    border: none;
    border-bottom: 1px solid #8f8f8f;
    width: 100%;
    background: #f8f9fa38;
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 14px;
  }
  .filter_search span {
    font-size: 20px;
    color: #176cb0;
    position: absolute;
    float: right;
    right: 20px;
  }
  .row.mob-fix {
    display: flex;
    flex-wrap: nowrap;
  }

  .right-side-content-image img {
    width: 100%;
  }

  .largeWidth .ReactCollapse--collapse {
    height: 550px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  .company-logo img {
    width: 150px;
    margin: 10px auto;
  }
  .q_block .w-20 {
    border: 1px solid #e6e6e6;
  }
  .w-98 {
    width: 100%;
    margin-left: 0%;
    padding: 10px;
  }
  .side-panel-section {
    display: block !important;
    width: 100% !important;
    height: 65px !important;
    background: white;
    padding: 10px;
    position: fixed;
    left: 0px;
    top: 93% !important;
    bottom: 0px !important;
    border-radius: 0px;
    box-shadow: 4px 2px 15px 0px #0000002b;
    z-index: 999;
  }
  .panel-block {
    margin: 20px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .side-button {
    display: block;
    position: absolute;
    top: -20px !important;
    right: 45% !important;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
    transform: rotate(-90deg) !important;
    border-radius: 50%;
    z-index: 999;
  }
  .largeWidth {
    width: 100% !important;
    transition: height !important;
    top: 20px !important;
    height: 100% !important;
    padding: 20px;
  }

  .hide-mobile {
    display: none;
  }
  .default-content {
    height: 450px;
    background: none !important;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .w-20 {
    width: 100% !important;
  }
  .row.mob-fix {
    width: 50% !important;
  }
  .mob-fix ul.car-details li {
    cursor: pointer;
    min-width: 150px;
  }

  span.minute {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #b6d334 !important;
    text-shadow: none !important;
  }
  .largeWidth .side-button {
    top: -5px !important;
    z-index: 999;
  }

  .largeWidth .sidenav-header h3 {
    font-size: 16px;
    font-weight: 400;
    transition: width 750ms ease-in-out;
    margin-bottom: 10px;
    color: #176cb0;
  }
  .header-panel-expand h3 {
    font-size: 16px;
    color: #141414;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .upload-area {
    width: 100%;
    text-align: center;
  }
  .allign-center.card-mobile-fix {
    display: block;
    text-align: center;
  }
  .container.form-custom {
    padding: 0px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95%;
  }
}
@media (min-width: 601px) {
  .default-content {
    /* height: 740px;
    background: url(../img/promotion-left-edited.svg); */
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    /*background-color: white;*/
  }
  span.minute {
    font-size: 29px !important;
    font-weight: 600 !important;
    color: #b6d334 !important;
    text-shadow: none !important;
  }
}
button.btn {
  border-radius: 0px !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #696969 !important;
  border-color: #696969 !important;
  color: #fff;
  cursor: not-allowed;
}
button.btn.btn-primary {
  min-width: 100px;
  padding: 10px 15px;
  /* box-shadow: 3px 3px 5px 0px #0000006b !important; */
  background: #156cb0;
  border: 1px solid #156cb0;
}
button.btn.btn-primary:hover {
  background: #004984;
  color: white;
  box-shadow: 1px 1px 1px 1px #f5f5f5 !important;
}
button.btn.btn-secondary {
  width: 130px;
  padding: 12px 15px;
  box-shadow: 3px 3px 5px 0px #0000006b !important;
}
button.btn.btn-secondary:hover {
  box-shadow: 1px 1px 1px 1px #f5f5f5 !important;
}
@media (min-width: 300px) and (max-width: 600px) {
  .d-flex.custom-allign {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: block !important;
    text-align: center;
  }
  .sort-popup {
    left: 0%;
    width: 100%;
  }
  .car-popup {
    left: 0%;
    width: 100%;
  }
  .repair-popup {
    left: 0%;
  }
  .personal-popup {
    left: 0%;
    width: 100%;
  }
  .top-box h3 {
    font-size: 12px;
    color: #696969;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .top-box {
    background: white;
    padding: 5px 10px;
    display: inline-flex;
    width: calc(30% - 7px);
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #e3eaf9;
    cursor: pointer;
  }
}

/* MOdal Design 28.09.2021 */

.bk-modal {
  background: white;
  width: 100%;
  min-height: auto;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.bk-modal h3 {
  font-size: 30px;
  font-weight: 400;
  color: #141414;
  margin: 20px 0px;
}
.bk-modal h2 {
  font-size: 32px;
  color: #156cb0;
  font-weight: 400;
  margin-bottom: 20px;
}
.inner-circle span svg {
  width: 30px;
  height: 30px;
}
.modal-circle {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}
.inner-circle {
  padding: 20px;
  background: #b4d236;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 2px 2px #19191942;
}
#loading svg {
  -webkit-animation: rotation 3s infinite linear;
  animation: rotation 3s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.attempt-section {
  margin: 30px 0px;
  text-align: center;
}
.attempt-section h3 span {
  color: #156cb0;
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.btn-branding {
  background: #156cb0;
  padding: 10px 50px;
  border-radius: 50px;
  margin: 20px;
  color: white;
  border: 2px solid #156cb0;
}
.btn-branding-outline {
  background: white;
  border: 2px solid red;
  border-radius: 50px;
  padding: 10px 50px;
  color: red;
  margin: 20px;
}
h3.success-txt {
  color: #b5d236;
}
h2.txt-black {
  color: #141414;
}
.inner-circle.bk-red {
  background: red;
}
h3.red-txt {
  color: red;
}
button.btn.btn-branding:hover {
  background: #b5d236;
  border: 2px solid #b6d236;
  color: white;
}
button.btn.btn-branding-outline:hover {
  background: red;
  color: white;
}

.right-side-content-image img {
  margin-right: 0px;
}

.m-t-30 {
  margin-top: 30px;
}
.d-center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slide .Calendar__header {
  display: flex;
  padding: 1em 1.9em;
  align-items: center;
  overflow: hidden;
}
.promotional-content {
  display: none;
}
.Calender-field-section {
  min-height: 330px !important;
  display: flex !important;
  justify-content: center;
  align-items: start;
}
.slick-slide .Calender-field-section .Calendar {
  height: 310px !important;
  min-height: 310px !important;
  margin-top: 15px;
  background: none;
}
.promotional-content-left {
  margin-bottom: 40px;
}
.promotional-content-left h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.promotional-content-left h4 {
  color: #156cb0;
  font-size: 27px;
  font-weight: 500;
}
.promotional-content-left h4 span {
  color: #b7d334;
  font-size: 24px;
  font-weight: 700;
}
.card.no-bakground-light-border {
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid #dedede80;
}
.has-float-label label::after,
.has-float-label > span::after {
  background: #fff0;
}
