:root {
  --color-primary-blue: #1d68a6;
  --color-primary-black: #272727;
  --color-primary-light-grey: rgba(39, 39, 39, 0.85);
  --color-light-blue: #01437a;
  --color-light-grey: #dedede;
  --color-bg: #1d68a60a;
}
.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: -15px;/*0;*/
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  cursor: pointer;
  user-select: none;
  position: absolute;
  display: none;
}
.custom-form {
  position: relative;
  width: 100%;
}
.custom-form .placeholder {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.44px;
  text-align: left;
  color: rgba(39, 39, 39, 0.4);
}
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="password"] {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #f3f3f3;
  outline: none;
  /*padding: 13px 10px;*/
  /*padding: 16px 0 10px;*/
  font-size: 16 px;
}
.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus {
  box-shadow: none !important;
}
.custom-form label {
  font-size: 14px;
}
.custom-form input[type="submit"] {
  width: 100%;
  border-radius: 4px;
  outline: none;
  padding: 13px 10px;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: var(--color-primary-blue);
}
.custom-form .error {
  width: 100%;
  font-family: 'Montserrat-Regular';
  text-align: right;
  padding: 10px 0px;
  display: none;
}
.custom-form .error span {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
  color: #e51c2e;
}
.custom-form .showpassword {
  /*width: 100%;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  right: 5px;
  top: 3px;
}
.custom-form .showpassword button {
  border: 0px;
  height: 18px;
  margin: 10px 0px;
  cursor: pointer;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.44px;
  color: #01437a52;
}
.top-header {
  width: 100%;
  border: 0px solid;
  padding: 20px 0px 0px;
  height: auto;
  position: relative;
}
.top-header label {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  color: #4a4a4a;
  padding: 10px 20px 0px;
}
.top-header .user-info-display h3 {
  width: 100%;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #4a4a4a;
  padding: 10px 25px;
}
.top-header .profile-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}
.top-header .profile-list li {
  margin-right: 5px;
}
.top-header .profile-list li img {
  cursor: pointer;
}
.custom-model {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  max-width: 60%;
  margin: auto;
  max-width: 35% !important;
}
.custom-model .model-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-model .model-header .right-arrow,
.custom-model .model-header .closed-arrow {
  cursor: pointer;
}
.custom-model .model-header img.cosedBtnModal {
  width: 20px;
}
.custom-model .model-body {
  /*padding: 20px 0px;*/
}
/******************radio**************/
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar input[type="radio"]:checked + label,
.Checked + label {
  border: solid 1px #1d68a6;
  position: relative;
  font-weight: 900;
  background: #1d68a6;
  color: #fff;
}
.make-radio-toolbar input[type="radio"]:checked + label,
.Checked + label {
  background: transparent !important;
  border: solid 2px #1d68a6 !important;
}
.model-radio-toolbar input[type="radio"]:checked + label,
.Checked + label {
  background: transparent !important;
  border: solid 2px #1d68a6 !important;
}
.radio-toolbar label {
  font-size: 16px;
  font-family: 'Montserrat-Medium';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  border-radius: 3px;
  border: solid 0.5px #528cbc;
  overflow: hidden;
  cursor: pointer;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  cursor: pointer;
}
.flex-container .content-box {
  display: inline-block;
  margin: 10px;
}
.custom-pagination {
  width: 100%;
  border: 0px solid red;
  position: relative;
  bottom: 0px;
  /*position: fixed;
  bottom: 60px;*/
}
.custom-pagination ul {
  justify-content: center;
  padding: 10px 0px 0px;
}
.custom-pagination ul li a.dots {
  width: 10px;
  height: 10px;
  opacity: 0.37;
  background-color: #1d68a6;
  border-radius: 50%;
  padding: 5px;
  outline: none;
  box-shadow: none !important;
  margin: 6px 2px;
}
.custom-pagination ul li a.dots:hover {
  color: #1d68a6 !important;
  text-decoration: none !important;
  background-color: #1d68a6 !important;
  border-color: #1d68a6 !important;
}
.custom-pagination ul li a.dots:focus {
  box-shadow: none !important;
}
.custom-pagination ul li a.previousBtn,
.custom-pagination ul li a.nextBtn {
  padding: 0px 5px;/*1px 5px !important;*/
  background: transparent;
  border: none;
  font-size: 20px;
}
.custom-pagination ul li a.previousBtn .fa,
.custom-pagination ul li a.nextBtn .fa {
  color: #1d68a6;
  font-weight: 600;
}
.custom-pagination ul li a.previousBtn:focus,
.custom-pagination ul li a.nextBtn:focus {
  box-shadow: none !important;
}
.custom-pagination ul a.active {
  opacity: 1 !important;
  background-color: #1d68a6 !important;
}
.search-box {
  width: 100%;
  position: relative;
  padding: 0px 8px;
}
.search-box h4 {
  padding: 0px !important;
}
.search-box .input-box input {
  width: 100%;
  margin: 8px 0 0px 0px;
  padding: 15px 60px 15px 18px;
  border-radius: 3px;
  border: solid 0.5px #ced0e1;
  background-color: #ffffff;
  font-family: 'Montserrat-Light';
  font-size: 13px;
  outline: 0px;
}
.search-box .input-box input:focus {
  box-shadow: none !important;
}
.search-box .input-box span.icon-set {
  position: absolute;
  width: 40px;
  background: transparent;
  background: url('../images/svg/Icon-feather-search.svg') no-repeat;
  text-align: center;
  right: 5px;
  top: 25px;/*7px;*/
  padding: 20px 0px;
  color: #92939f;
  font-weight: lighter;
  font-size: 15px;
  cursor: pointer;
}
.search-box .input-box span.icon-set-search {
  position: absolute;
  width: 40px;
  background: transparent;
  background: url('../images/svg/Icon-feather-search.svg') no-repeat;
  text-align: center;
  right: 5px;
  top: 25px;/*7px;*/
  padding: 20px 0px;
  color: #92939f;
  font-weight: lighter;
  font-size: 15px;
  cursor: pointer;
}
.search-box .input-box .dropdown-menu {
  width: 100%;
}
.search-box .input-box .dropdown-menu button.dropdown-item {
  font-family: 'Montserrat-Bold';
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #7d7878;
  text-transform: capitalize;
  outline: 0px !important;
  padding: 10px 20px;
  background: #fff;
  cursor: pointer;
  border-bottom: 0.5px solid #0000001a;
}
.search-box .input-box .dropdown-menu button.dropdown-item:last-child {
  border-bottom: 0px;
}
.search-box .input-box .dropdown-menu button.dropdown-item span.text-primary {
  color: #92939f !important;
}
.search-box .input-box .dropdown-menu button.dropdown-item:hover {
  background: #e9ecef;
}
.search-box .input-box .dropdown-menu button.dropdown-item:focus {
  box-shadow: 0px;
  outline: 0px !important;
  padding: 10px 20px;
  background: #fff;
}
.custom-progress-bar {
  width: 100%;
  position: relative;
  border: 0px solid red;
  margin: 20px 0px 20px;
  padding: 0px 40px;
}
.custom-progress-bar .counter {
  width: 100%;
}
.custom-progress-bar .counter label {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Montserrat-Medium';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f7f;
}
.custom-progress-bar .counter label span {
  color: #1d68a6;
  padding: 0px 4px;
}
.custom-progress-bar .activeSection {
  border-top: 2.5px solid #1d68a6 !important;
  color: #1d68a6 !important;
  font-weight: 600 !important;
}
.custom-progress-bar .currentPointer::before {
  content: "";
  border-right: 1px solid #1d68a6;
  border-bottom: 1px solid #1d68a6;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  background: #1d68a6;
  position: absolute;
  top: 30px;/*24.2px;*/
}
.custom-progress-bar ul.item-list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.custom-progress-bar ul.item-list-tags li {
  flex-basis: calc(20%);
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
  border-top: 0px solid #1d68a680;
  padding: 0px;
}
.custom-progress-bar ul.item-list-tags li .rounded-box {
  width: 100%;
  border: solid 0px #1d68a6;
  margin: auto;
}
.custom-progress-bar ul.item-list-tags li .rounded-box ul.inside-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.custom-progress-bar ul.item-list-tags li .rounded-box ul.inside-list li {
  border: 0px !important;
  font-family: 'Montserrat-SemiBold';
  font-size: 9px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1d68a6;
  padding: 5px 0px !important;
  flex-basis: 100% !important;
}
.custom-progress-bar ul.item-list-tags li .rounded-box ul.inside-list li a {
  width: 100%;
  display: block;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  color: #1d68a6;
}
.custom-progress-bar ul.item-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  border: solid 0.5px #e7e9f1;
  background-color: #e7e9f1;
  background-color: #f8f9fa;
}
.custom-progress-bar ul.item-list li {
  flex-basis: calc(20%);
  text-transform: uppercase;
  font-family: 'Montserrat-Medium';
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
  border-top: 2px solid #1d68a680;
  padding: 10px;
}
.custom-form .error-icon {
  background: url('../images/svg/exclamation-circle.svg') no-repeat;
  display: flex;
  position: absolute;
  right: 15px;
  top: 6px;
  border: 0px;
  height: 18px;
  margin: 10px 0px;
  padding: 12px;
  display: none;
}
.custom-form .error-text {
  color: #f14038;
}
.error-text {
  color: #f14038;
}
/*.varient-section-box .w-100{height:190px} 
.w-100{height:220px} 
.year-section-box .w-100 {height:280px;
*/
.block-price {
    color: #ce1e1e;
    border: 5px;
    font-weight: 600;
}
blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
