@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
.header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 10px 0;
  transition: all ease-out 0.5s;
}
@media (max-width: 575px) {
  .header {
    padding: 10px 0;
  }
}
span.optionText {
    color: grey !important;
    font-size: 11px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
      border: 0px !important; 
    border-radius: 4px;
}
span#select2-vehicle_model1-container {
    padding-top: 7px !important; 
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px !important; 
    right: 15px !important; 
    width: 20px;
}



.scrap-vehicle-form .select2{
	    border-radius: 10px !important; 
		height:55px !important;
    background: #ffffff;
    box-shadow: 0px 7px 20px 3px rgba(128, 128, 128, 0.3);
    border-radius: 12px;
    border: 2px solid transparent;
    outline: none;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}



.header a .btn {
  font-size: 18px;
  gap: 1.5rem;
  line-height: 26px;
  padding: 14px 30px;
  font-weight: 700;
  box-shadow: 0px 7px 20px 3px rgba(128, 128, 128, 0.3);
  background: #2AA3D7;
  border-radius: 12px;
  font-variant: small-caps;
  border: none;
}
@media (max-width: 575px) {
  .header a .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 15px;
    gap: 0.5rem;
  }
}
.header a .btn i {
  font-size: 26px;
}
@media (max-width: 575px) {
  .header a .btn i {
    font-size: 14px;
  }
}
.header a .btn:hover {
  background: #2AA3D7;
}
.header img {
  height: 80px;
}

.activescroll {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.main-wrapper {
  height: 100vh;
  overflow: hidden;
}

.scrap-vehicle-form {
  overflow-y: auto;
  flex: 1;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .scrap-vehicle-form {
    max-height: inherit;
  }
}
.scrap-vehicle-form input[type=search] {
  background: #ffffff;
  box-shadow: 0px 10px 30px 2px rgba(170, 170, 170, 0.25);
  border: 2px solid transparent;
  width: 382px;
  padding: 0 18px;
  height: 54px;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .scrap-vehicle-form input[type=search] {
    width: auto;
  }
}
.scrap-vehicle-form input[type=search]:focus {
  border: 2px solid #2AA3D7;
  outline: none;
  box-shadow: 0px 2px 10px 3px rgba(128, 128, 128, 0.2);
}
.scrap-vehicle-form .search {
  padding-bottom: 30px;
}
@media (max-width: 761px) {
  .scrap-vehicle-form .search {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .scrap-vehicle-form .search {
    padding: 10px 0;
  }
}
.scrap-vehicle-form .search em {
  position: absolute;
  right: 28px;
  top: 18px;
  color: #004968;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .scrap-vehicle-form .search em {
    top: 20px;
    color: #004968;
    font-size: 15px;
    right: 16px;
  }
}
.scrap-vehicle-form form input,
.scrap-vehicle-form form select {
  background: #ffffff;
  box-shadow: 0px 7px 20px 3px rgba(128, 128, 128, 0.3);
  border-radius: 12px;
  border: 2px solid transparent;
  outline: none;
}
.scrap-vehicle-form form input:focus,
.scrap-vehicle-form form select:focus {
  border: 2px solid #2AA3D7;
  outline: none;
  box-shadow: 0px 2px 10px 3px rgba(128, 128, 128, 0.2);
}
.scrap-vehicle-form form select {
  box-shadow: none;
}
.scrap-vehicle-form label span {
  color: #ec3b3b;
}
.scrap-vehicle-form button {
  padding: 0px 40px;
  height: 45px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .scrap-vehicle-form button {
    height: auto;
    padding: 6px 40px;
  }
}
.scrap-vehicle-form .submit button {
  text-transform: uppercase;
  box-shadow: 2px 2px 2px rgba(6, 85, 119, 0.7), inset 2px 2px 6px 3px #6fcbf2;
  background: #2AA3D7;
  border-radius: 100px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 63px;
  height: 54px;
}
.scrap-vehicle-form select.form-control {
  background: transparent;
}

.call-center-form {
  height: auto;
  max-height: inherit;
}
.call-center-form .upload-images h2 span {
  color: rgb(243, 30, 30);
  font-size: 18px;
}
.call-center-form .upload-images img {
  height: 168px;
  object-fit: contain;
}
.call-center-form .upload-images .btn-success {
  max-width: 220px;
  font-weight: 600;
  font-size: 20px;
  font-variant: small-caps;
}
@media (max-width: 991px) {
  .call-center-form .upload-images .uploaded-items {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.call-center-form .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 65px;
  display: flex;
  justify-content: space-between;
}
.call-center-form .owl-nav button {
  width: inherit;
}
.call-center-form .owl-nav .owl-prev::before,
.call-center-form .owl-nav .owl-next::before {
  content: "\f104";
}
.call-center-form .owl-nav .owl-prev span,
.call-center-form .owl-nav .owl-next span {
  display: none;
}
.call-center-form .owl-nav .owl-next::before {
  content: "\f105";
}
.call-center-form .owl-theme .owl-nav {
  text-align: left;
}
.call-center-form .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
.call-center-form .reset-btn button {
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 40px;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .call-center-form .reset-btn button {
    height: auto;
    padding: 10px 40px;
  }
}
@media (max-width: 991px) {
  .call-center-form .reset-btn {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.call-center-form table thead {
  background: #2f367f;
  color: #ffffff;
}
.call-center-form table thead th {
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
}
.call-center-form table tbody tr td {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
}
.call-center-form .select-option input {
  box-shadow: none;
  height: auto;
}
.call-center-form textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #cccccc;
  padding: 5px;
  border-radius: 5px;
}
.call-center-form .table-content {
  overflow-x: auto;
}
.call-center-form input[type=radio] {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: none;
  transition: 0.2s all linear;
}
.call-center-form .generate-grn {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0.5em;
}
.call-center-form .vehicle-info input[type=text] {
  max-width: 180px;
  background-color: #ffffff;
  height: 32px;
}
.call-center-form .vehicle-info tbody tr {
  vertical-align: middle;
}
.call-center-form .documents.table {
  border-color: #3f95dc;
}
.call-center-form .documents thead {
  background: #3f95dc;
  color: #ffffff;
}
.call-center-form .documents i {
  position: static;
}
.call-center-form .documents input {
  height: auto;
}
.call-center-form .documents .choose-images {
  color: #2AA3D7;
  background: #ffffff;
  padding: 10px 18px;
  width: 200px;
}
.call-center-form .documents .view-images i {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #2AA3D7;
  cursor: pointer;
}
.call-center-form .documents .photo_remove {
  font-size: 24px;
  cursor: pointer;
}
.call-center-form .documents tbody tr {
  vertical-align: middle;
}
.call-center-form .grn-selected {
  margin-top: 20px;
}
.call-center-form .images-add-layout {
  margin-bottom: 20px;
}
@media (max-width: 761px) {
  .call-center-form .images-add-layout {
    height: auto;
  }
}
@media (max-width: 761px) {
  .call-center-form .images-add-layout .add-images {
    width: 100%;
  }
}
.call-center-form .images-add-layout .item figure {
  position: relative;
}
.call-center-form .images-add-layout .item figure i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 24px;
  color: #ec3b3b;
  cursor: pointer;
}

.upload-content p {
  font-size: 20px;
  padding-top: 24px;
  margin: 0;
}
.upload-content span {
  font-size: 16px;
  padding: 7px 0 18px;
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.upload-file .select {
  width: 400px;
  border-radius: 12px 0 0 12px;
  cursor: pointer;
}
.upload-file .choose-images {
  background: #2AA3D7;
  color: #ffffff;
  border-radius: 0 12px 12px 0;
  padding: 5px 20px;
}
.thank-you-page {
  margin: 50px 0;
  height: calc(100vh - 266px);
}
.thank-you-page h2 {
  font-size: 80px;
  margin: 0;
  color: #198754;
}
@media (max-width: 991px) {
  .thank-you-page h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .thank-you-page h2 {
    font-size: 16px;
  }
}
.thank-you-page p {
  font-weight: 500;
  font-size: 30px;
  color: #000;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .thank-you-page p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .thank-you-page p {
    font-size: 14px;
  }
}
.thank-you-page em {
  font-size: 100px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .thank-you-page em {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .thank-you-page em {
    font-size: 16px;
  }
}

.filling-content.error-page {
  margin: 50px 0;
  height: calc(100vh - 266px);
}
.filling-content.error-page h2 {
  font-size: 80px;
  color: #ea6868;
  margin: 0;
}
@media (max-width: 991px) {
  .filling-content.error-page h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .filling-content.error-page h2 {
    font-size: 16px;
  }
}
.filling-content.error-page p {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
  color: #8e7272;
  margin: 0;
}
@media (max-width: 991px) {
  .filling-content.error-page p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .filling-content.error-page p {
    font-size: 14px;
  }
}
.filling-content.error-page span {
  font-weight: 400;
  font-size: 18px;
  color: #8e7272;
  text-align: center;
}
@media (max-width: 575px) {
  .filling-content.error-page span {
    font-size: 14px;
  }
}
.filling-content.error-page a {
  text-decoration: none;
  background: #00185f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-variant: small-caps;
  padding: 10px 40px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .filling-content.error-page a {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .filling-content.error-page a {
    font-size: 12px;
  }
}
.filling-content.error-page em {
  font-size: 70px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .filling-content.error-page em {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .filling-content.error-page em {
    font-size: 16px;
  }
}

.loader {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car__body {
  animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  animation: line 0.8s ease-in-out infinite;
  animation-fill-mode: both;
}
.car__line--top {
  animation-delay: 0s;
}
.car__line--middle {
  animation-delay: 0.2s;
}
.car__line--bottom {
  animation-delay: 0.4s;
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
.instructions h4 {
  font-size: 20px;
  color: #2AA3D7;
  font-weight: 600;
}
.instructions ul {
  margin: 0;
  padding-bottom: 24px;
  list-style-type: none;
}
.instructions ul li {
  padding: 4px 0;
  font-size: 18px;
}
.instructions ul li em {
  font-size: 8px;
  padding-right: 10px;
}

.call-center-form .documents .choose-images .hide_file, .upload-file .choose-images .hide_file {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.call-center-form .documents .choose-images, .upload-file .choose-images {
  font-weight: 700;
  border-radius: 12px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 54px;
  cursor: pointer;
  border: 2px solid #2AA3D7;
  box-shadow: 0px 7px 20px 3px rgba(128, 128, 128, 0.3);
}

.call-center-form .owl-nav .owl-prev::before,
.call-center-form .owl-nav .owl-next::before {
  font-family: "FontAwesome", sans-serif;
  font-weight: 900;
  color: #fff;
  background: #2AA3D7 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 44px;
  height: 44px;
  border-radius: 30px;
  transform: translateY(-50%);
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 25px;
}

.process {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 991px) {
  footer {
    position: static;
  }
}
footer span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 991px) {
  footer .footer-content {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.container-fluid {
  max-width: 1536px;
}

.btn-primary {
  background: #2AA3D7;
}

.btn {
  padding: 14px 18px;
}

h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 53px;
  font-variant: small-caps;
  margin: 0;
}
@media (max-width: 991px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 18px;
  }
}

h2 {
  font-weight: 600;
  font-size: 30px;
  font-variant: small-caps;
  margin: 0;
}
@media (max-width: 991px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 18px;
  }
}

.filling-content {
  background: #e6f8ff;
  box-shadow: 0px 10px 30px 2px rgba(170, 170, 170, 0.25);
  border-radius: 24px;
  padding: 40px;
}
@media (max-width: 575px) {
  .filling-content {
    padding: 15px;
  }
}

input,
select {
  height: 54px;
}

button {
  font-variant: small-caps;
}

.alert {
  min-height: 60px;
  max-width: 398px;
  padding-left: 40px;
}
.alert em {
  position: absolute;
  left: 16px;
  top: 18px;
}

label {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  label {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  label {
    padding: 10px 0;
  }
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.45;
}

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0px 7px 19px 3px rgba(236, 59, 59, 0.2);
}

.select {
  position: relative;
  width: 100%;
  box-shadow: 0px 7px 20px 3px rgba(128, 128, 128, 0.3);
  border-radius: 12px;
  border: none;
  outline: none;
  background: #fff url(../images/drpdown.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  background-size: 15px;
}

.error-validation {
  border: 2px solid #ec3b3b !important;
  box-shadow: 0px 2px 10px 3px rgba(236, 59, 59, 0.2) !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.process span {
  text-align: center;
}
@media (max-width: 575px) {
  .process span {
    text-align: center;
    font-size: 14px;
  }
}

.select-lang {
  position: relative;
  box-shadow: 0px 7px 20px 3px rgba(128, 128, 128, 0.3);
  border-radius: 12px;
  border: none;
  outline: none;
  background: #fff url("../images/drpdown.png");
  background-position: center right 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  background-size: 15px;
}
@media (max-width: 575px) {
  .select-lang {
    background-size: 10px;
    background-position: center right 12px;
  }
}
.select-lang select {
  appearance: none;
  width: 155px;
  padding: 12px;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid transparent;
  outline: none;
  background: transparent;
}
@media (max-width: 575px) {
  .select-lang select {
    width: 100px;
    padding: 10px;
    height: 48px;
  }
}

label.is-invalid {
  color: #dc3545;
  margin-top: 0.5rem;
  float: right;
}

.error,
.image-error {
  font-weight: 600;
  color: #dc3545;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 8px;
}

.form-control {
  border: transparent;
}

.add-images {
  margin-top: 2.2rem;
}

#VehiclePhotos .owl-carousel .owl-item img {
  object-fit: cover;
  height: 173px;
}
/* .typeahead.dropdown-menu:hover {
    display: block !important;
}*/
.typeahead .active {
    color: #fff;
    text-decoration: none;
    background-color: #2AA3D7;
}

.typeahead .active a {
    color: #fff;
    background-color: #2AA3D7;
}
/* @media (min-width: 1400px) */
/*# sourceMappingURL=style.css.map */
