  .userIcon2 {
  width: 20px;
  height: 21px;
  background-position: -484px -1118px;
  padding: 0;
}

.userIcon {
  width: 30px;
  height: 29px;
  background-position: -59px -611px;
  vertical-align: middle;
  margin-right: 8px;
}

.cartIcon {
  width: 28px;
  height: 25px;
  background-position: -97px -617px;
  vertical-align: middle;
  margin-right: 8px;
}

.caret {
  background-position: -35px -878px;
  width: 14px;
  height: 8px;
  display: inline-block;
  background: url("/images/calculator/caret.png") no-repeat;
  transition: 0.2s ease;
}

.rightIcon {
  background: url("/images/calculator/master-sprite.webp") no-repeat;
  background-position: -474px -4561px;
  width: 22px;
  height: 22px;
}

.leftIcon {
  background: url("/images/calculator/master-sprite.webp") no-repeat;
  transform: rotate(180deg);
  background-position: -474px -4561px;
  width: 22px;
  height: 22px;
}

.pageHead {
  padding: 40px 0 20px 0;
}

.pageHead h1 {
  font-size: 36px;
  line-height: 52px;
  padding-bottom: 20px;
}

.detailsBox .formWrap .inputField label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 10px;
  display: block;
}

.table-responsive {
  overflow: auto;
}

table {
  border-spacing: 0;
  width: 100%;
  color: #333;
  border: 0.2px solid #d8d8d8;
  border-bottom: 0;
  margin-bottom: 30px;
}

table th {
  background: #f5f5f5;
  padding: 10px;
  line-height: 26px;
  text-align: left;
  font-size: 15px;
}

table td,
table th {
  border-right: 0.2px solid #d8d8d8;
  border-bottom: 0.2px solid #d8d8d8;
}

table td {
  font-size: 16px;
  line-height: 24px;
  padding: 11px;
  min-width: 130px;
}

/*** Pr Main Top Design /

.gis-pr-main {
  padding: 40px 0 20px 0;
}

.gis-pr-heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: #282828;
  margin-bottom: 20px;
}

.gis-pr-desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #282828;
}

/ Pr Timeline **/

.gis-pr-calculator {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  margin-bottom: 40px;
}

/*** only timeline ***/

.gis-pr-timeline {
  display: flex;
  width: 65%;
}

.gis-germany-timeline {
  display: flex;
  width: 100%;
}

.gis-pr-step {
  flex-basis: 160px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.gis-pr-step.gis-germany-step {
  flex-basis: 145px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.gis-pr-step-number {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #686868;
}

.gis-pr-step-check {
  display: none;
  background-color: #fff;
}

.gis-pr-step-check.checked {
  display: block;
}

.gis-pr-step-title {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #686868;
}

.gis-pr-step-number.active {
  display: none;
}

.gis-pr-step-number.complete {
  border: 2px solid #282828;
  font-weight: 600;
  color: #282828;
}

.gis-pr-timeline-line {
  position: absolute;
  right: -80px;
  top: 22%;
  width: 160px;
  height: 2px;
  background-color: #d8d8d8;
  z-index: -1;
}

.gis-pr-timeline-line.active {
  background-color: #18c4aa;
}

/***  Form Section of Pr Timeline ***/

.gis-pr-form-container {
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background-color: rgba(219, 235, 255, 0.2);
}

.gis-pr-form {
  display: none;
}

.gis-pr-form.active {
  display: block;
}

.gis-pr-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gis-pr-form-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #282828;
}

.gis-crs-calculator .gis-pr-form-header:not(:first-child),
.skipForm {
  margin-top: 30px;
}

.gis-pr-form-unlock-ctn {
  display: flex;
  justify-content: end;
}

.gis-pr-form-score-reset {
  /* width: 96px; */
  width: auto;
  height: 48px;
  border-radius: 0 4px 4px 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ff615d !important;
  background-color: transparent;
  border: 1px solid #ff615d;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
}

.gis-pr-form-unlock,
.gis-pr-form-score {
  width: 159px;
  height: 48px;
  border: none;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.gis-pr-form-unlock {
  width: 162px;
  gap: 0px;
  display: flex;
  border-radius: 4px;
  background-color: #ff615d;
  animation-name: ripple;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  padding-right: 10px;
}

.gis-pr-form-score {
  display: block;
  border-radius: 4px;
  background-color: #02359e;
  /* padding: 10px; */
  padding: 12px;
  cursor: default;
}

.gis-pr-form-score.last-step {
  border-radius: 4px 0 0 4px;
}

.gis-pr-form-score.last-step.auspr {
  width: auto;
  padding: 12px 8px;
}

.gis-pr-form-question {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  color: #282828;
  position: relative;
}

.gis-pr-form-btn {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

#prev-form-btn,
#next-form-btn,
#getmyscore,
#hideReport {
  width: 110px;
  height: 36px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#prev-form-btn {
  display: none;
  border: 1px solid #ff615d;
  color: #ff615d;
  background-color: #fff;
  margin-right: 10px;
  padding-top: 5px;
  cursor: pointer;
  outline: none;
}

#next-form-btn,
#getmyscore,
#hideReport {
  border: none;
  color: #fff;
  background-color: #ff615d;
  padding-top: 5px;
  cursor: pointer;
  outline: none;
}

#hideReport,
#getmyscore {
  width: auto;
}

.gis-pr-form-questions:not(:last-child) {
  margin-bottom: 20px;
}

/** Select Design ****/

.gis-pr-form-container select {
  width: 323px;
  height: 46px;
  border-radius: 4px;
  background: transparent;
}

.select2-search.select2-search--dropdown {
  display: none;
}

.select2-container .select2-selection--single {
  position: relative;
  height: 46px !important;
  color: #686868 !important;
  border: solid 1px #d8d8d8;
  /* margin-bottom: 16px; */
}

.select2-container .selection .select2-selection .select2-selection__rendered {
  color: #686868 !important;
  font-size: 14px;
  padding: 8px 10px !important;
  max-width: 300px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  /* top: 6px; */
  top: 2px;
  right: 16px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  background-image: url("/images/master-sprite.webp");
  background-position: -37px -880px;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
}

.gis-pr-form-container .select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-selection__placeholder {
  color: #686868 !important;
}

.select2.select2-container {
  /* width: 40% !important; */
  width: 323px !important;
  height: 46px !important;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 323px !important;
  height: 46px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
}

/* for hiding searchbox */
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--below
  .select2-search.select2-search--dropdown,
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--above
  .select2-search.select2-search--dropdown {
  display: none !important;
}

/* for selected li BGCOLOR ****/
.dataSelectDropDown
  .select2-container--default
  .select2-results__option--selected {
  background-color: #f5f5f5 !important;
}

.select2-dropdown.gis-pr-form-select-2.select2-dropdown--below
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--above
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: #f5f5f5 !important;
}

/* for hover li BGCOLOR ****/
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--below
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--below
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--below
  .select2-results__option--selectable:hover,
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--above
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--above
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--above
  .select2-results__option--selectable:hover {
  background-color: #f5f5f5 !important;
  color: #282828;
}

/* for hover leave li BGCOLOR ****/
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--below
  .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.gis-pr-form-select-2.select2-dropdown--above
  .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"] {
  color: black !important;
  background-color: transparent !important;
}

/* select end here **/

/* Radio Button /

.gis-pr-form-radio-ctn:not(:first-child) {
  margin-top: 20px;
}

.gis-pr-form-radio-options {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.gis-pr-form-radio-options label {
  font-size: 16px;
  color: #282828;
  line-height: 1.1;
  display: grid;
  align-items: center;
  grid-template-columns: 1em auto;
  gap: 20px;
  margin-bottom: 0;
  font-weight: unset;
}

.gis-pr-form-radio {
  font-size: 16px;
  color: #282828;
  line-height: 1.1;
  display: grid;
  align-items: center;
  grid-template-columns: 1em auto;
  gap: 20px;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #989898;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="radio"]:checked {
  border: 2px solid #ff615d;
}

input[type="radio"]::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #ff615d;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.gis-pr-form-field {
  position: relative;
  display: flex;
  flex-direction: column;
}

.gis-pr-form-error {
  display: none;
  position: absolute;
  bottom: -20px;
  font-size: 13px;
  color: #ff615d;
  margin-bottom: 6px;
}

/* Radio end here */

.gis-pr-eligibility-score {
  display: none;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}

.gis-pr-eligibility-score table {
  margin-bottom: 0px;
}

.gis-pr-score-header {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gis-pr-score-heading {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #282828;
}

.gis-pr-score-detail {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #282828;
}

.gis-pr-score-detail span {
  font-weight: 600;
}

.gis-pr-score-card {
  width: 100%;
}

.gis-pr-score-card th {
  width: 70%;
}

.gis-pr-score-card td {
  width: 30%;
}

.gis-pr-score-card th,
.gis-pr-score-card td {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
  padding: 20px 0;
}

.gis-pr-score-card th:last-child,
.gis-pr-score-card td:last-child {
  border-right: none;
}

.gis-pr-score-card th:first-child,
.gis-pr-score-card td:first-child {
  border-left: none;
}

.gis-pr-score-card-body tr:last-child td {
  border-bottom: none;
}

.gis-pr-score-card-body td {
  font-size: 18px;
  line-height: 1.33;
  color: #282828;
}

.gis-pr-score-card-head th {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #282828;
}

/ Pr Blog Section ***/

.gis-pr-blog {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  margin-bottom: 80px;
}

.sinp .gis-pr-blog-list-item::before {
  top: 5px;
}

.container.sinp,
.container.express-cal {
  padding: 0px;
}

.gis-pr-blog-unlock {
  height: 680px;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.gis-pr-blog-unlock table td,
.gis-pr-blog-unlock table th {
  text-align: center;
}

.gis-pr-blog-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #282828;
}

.gis-pr-blog-desc {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #282828;
}

.gis-pr-blog-list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

.gis-pr-blog-list-item {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #282828;
  margin-bottom: 10px;
}

.gis-pr-blog-prefix {
  font-weight: 600;
}

.gis-pr-blog-list-item::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  background: url("/images/master-sprite.webp") no-repeat -40px -1067px;
  width: 9px;
  height: 12px;
}

.customBullet::before {
  top: 10% !important;
}

.gis-pr-continue-btn {
  width: 164px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #ff615d;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  text-align: center;
  color: #ff615d;
}

/ Visa Approval /

.gis-pr-visa-approval {
  margin-bottom: 80px;
}

.gis-pr-visa-heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.22;
  text-align: center;
  color: #282828;
  margin-bottom: 20px;
}

a.item.gis-pr-visa-slider-item {
  text-decoration: none;
  color: #282828;
}

.item.gis-pr-visa-slider {
  border: 1px solid grey;
  object-fit: contain;
  background-color: red;
  box-shadow: 0 0 10px 0 rgba(219, 235, 255, 0.1);
}

.gis-pr-visa-img {
  /* width: 256.7px; */
  height: 272px;
  object-fit: contain;
}

.gis-pr-visa-name {
  height: 54px;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
}

/*germany opp cta css*/
.germany-calculator-cta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.germany-calculator-cta .invalid {
  display: none;
  font-size: 18px;
  font-weight: bolder;
  color: #ff615d;
  font-style: italic;
  text-align: left;
  white-space: nowrap;
  padding: 0;
  margin-top: 16px;
  border-radius: 9px;
}

/**** Owl Item ****/

.owl-item {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
}

/**** Owl outsage **/

.owl-carousel .owl-stage-outer {
  padding: 16px 0;
}

/**** Owl Nav /
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  background-color: #fff !important;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff615d !important;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-nav button.owl-next {
  top: 40%;
  right: -2%;
}

.owl-carousel .owl-nav button.owl-prev {
  top: 40%;
  left: -2%;
}

.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}

/ FAQ Section **/

.gis-faq {
  position: relative;
}

/* .gis-faq-inner::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -10%;
  background-image: url("/assets/images/desktop/side-dots.webp");
  background-repeat: no-repeat;
  width: 20%;
  height: 100%;
} */

.gis-faq-inner {
  position: relative;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gis-faq-heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #282828;
  margin-bottom: 20px;
}

.gis-faq-left {
  flex: 2;
  padding-right: 220px;
}

.gis-faq-right {
  position: relative;
  flex: 1;
}

/* .gis-faq-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  background-image: url("/assets/images/desktop/side-dots-2.webp");
  background-repeat: no-repeat;
  width: 30%;
  height: 100%;
} */
.gis-accordion {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}

.gis-accordion-header p {
  width: 85%;
}

.gis-accordion-section {
  position: relative;
}

.gis-accordion-header {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #282828;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}

.gis-accordion-header span {
  width: 50%;
}

.gis-accordion-header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url("/images/master-sprite.webp");
  background-repeat: no-repeat;
  background-position: -315px -3068px;
  width: 18px;
  height: 11px;
}

.gis-accordion-header.active::before {
  transform: rotate(-180deg);
}

.gis-accordion-content {
  padding: 20px 0;
  display: none;
}

.gis-accordion-section:not(:last-child) .gis-accordion-content {
  border-bottom: 1px solid #d8d8d8;
}

/ Location ****/

.ourOffices {
  background-image: url("/images/calculator/our-offices-bg.webp");
  background-color: #fde1c0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

/* .ourOffices .row {
    justify-content: center;
  } */
.ourOffices .locationTab {
  padding: 30px;
  padding-right: 42px;
  max-width: 552px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #d8d8d8;
}

.ourOffices .locationTab h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.22;
  color: #282828;
  margin-bottom: 22px;
}

.ourOffices .locationTab .locationTabCities {
  list-style-type: none;
  display: flex;
  row-gap: 12px;
  column-gap: 10px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.ourOffices .locationTab .locationTabCities li {
  flex-basis: 48%;
  flex-grow: 1;
  max-width: 235px;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
  padding: 6px 16px;
  position: relative;
}

.ourOffices .locationTab .locationTabCities li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("/images/master-sprite.webp");
  background-position: -412px -2956px;
  width: 8px;
  height: 14px;
}

.ourOffices .locationTab .locationTabCities li label {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  text-align: left;
  color: #282828;
}

.ourOffices .locationTab .locationTabCities li input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ourOffices .locationTab .locationTabCities li:has(input:checked) {
  border-left: 4px solid #ff615d;
}

.ourOffices .locationTab .locationTabCities li input:checked + label,
.reset {
  font-weight: 600;
  color: #ff615d;
}

.ourOffices .locationTab .selectedCityArea .cityLocationAddress {
  display: none;
}

.ourOffices .locationTab .selectedCityArea .cityLocationAddress h3 {
  margin-bottom: 10px;
}

.ourOffices .locationTab .selectedCityArea .cityLocationAddress .col-md-6 {
  font-size: 16px;
  line-height: 1.5;
}

.ourOffices .locationTab .selectedCityArea .cityLocationAddress .locationPhone {
  margin-bottom: 10px;
}

.ourOffices .locationTab .selectedCityArea .selectedCity {
  display: block;
}

.ourOffices .mapTab {
  padding: 0px;
}

.ourOffices .mapTab .selectedCityMap {
  display: none;
  height: 100%;
}

.ourOffices .mapTab .selectedCityMap iframe {
  height: 100% !important;
  margin: 0px;
  max-height: fit-content;
}

.ourOffices .mapTab .selectedCityMap iframe .review-box {
  display: none;
}

.ourOffices .mapTab .selectedCity {
  display: block;
}

.ourOffices.desktop_only {
  display: flex;
}

/**** Utilities ****/

.gis-faq-right .desktop_only {
  display: flex;
}

.mobile_only {
  display: none !important;
}

.unlock-score {
  color: inherit;
}

.select2-container .selection {
  display: initial;
}

.form-group {
  padding-bottom: 0px;
}

.workExperience,
.educationQualification,
.specialLang,
.submitForm,
.hideReport {
  display: none;
}

.cta_button.submitForm {
  display: block;
  padding-top: 10px !important;
}

.submitForm {
  padding-top: 0px !important;
}

.radiobox {
  display: flex;
}

.radiobox label {
  display: contents;
}

.myscore {
  color: white;
}

.gis-pr-calculator .form-group.has-error input {
  border: 2px solid #989898 !important;
}

/* unlock button ripple effect /
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 80, 80, 0.267),
      0 0 0 0 rgba(245, 29, 29, 0.267);
  }

  80% {
    box-shadow: 0 0 0 15px #fff0, 0 0 0 5px #fff0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
  }
}

/* Code for animation checkicon ****/

.wrapper {
  height: 30px;
  width: 30px;
  display: none;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #6cc6aa;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 8% auto;
  box-shadow: inset 0px 0px 0px #6cc6aa;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #6cc6aa;
  }
}

/* Code for animation checkicon End ****/
.help-block {
  position: absolute;
  padding-top: 0px;
}

.tippy-tooltip.custom-theme {
  background-color: #dbebff;
  border-radius: 8px;

  &[data-placement^="top"] .tippy-arrow {
    border-top-color: #dbebff;
  }

  &[data-placement^="bottom"] .tippy-arrow {
    border-bottom-color: #dbebff;
  }

  &[data-placement^="left"] .tippy-arrow {
    border-left-color: #dbebff;
  }

  &[data-placement^="right"] .tippy-arrow {
    border-right-color: #dbebff;
  }
}

.tippy-tooltip .tippy-content {
  color: #282828;
  font-weight: normal;
  line-height: 1.67;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
}

/**Crs Calclulator Specific Css/
.spouseData,
.primaryTestResult,
.secondaryScore,
.spouseLanguageTest,
.canadianEducation,
.noc,
.notEligible {
  display: none;
}

.seperateDiv {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  margin-top: 20px;
}

.notEligible {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #02359e;
  width: auto;
  border: none;
}

.detailsBox .formWrap {
  border: none;
  padding-right: 0px;
}

.detailsBox .formWrap .select2.select2-container,
.detailsBox
  .formWrap
  .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}

.detailsBox.cblConvertBox form .formWrap .inputField {
  margin-right: 20px;
  width: 23%;
}

.gis-pr-form-container .cta_button {
  border: none;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.gis-pr-form-container .gis-pr-form-unlock {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gis-pr-form-score-reset.clbMobile {
  display: none;
}

.scoreBtn {
  justify-content: center;
}

.gis-crs-calculator .gis-pr-form-header {
  margin-bottom: 20px;
}

.gis-crs-calculator .gis-pr-form-score-reset {
  padding: 10px 15px 0px 16px;
}

.gis-pr-form-score-reset.crsMobile {
  display: none;
}

.detailsBox.cblConvertBox form .formWrap {
  display: block;
}

.clb-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cal-sub-heading {
  margin-left: 60px;
}

/***/
/***/
/* Pr Calculator Revemp /
/***/
/***/

@media (max-width: 1023px) {
  .leadFormDiv .headingDiv .closeIcon {
    display: block;
  }

  /*** Pr Main Top Design /

  .gis-pr-main {
    padding: 40px 16px 20px 16px;
  }

  .gis-pr-heading {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }

  .gis-pr-desc {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  / Pr Timeline **/

  .gis-pr-calculator {
    padding: 0 16px;
    border-radius: 0px;
    border: none;
  }

  /*** only timeline ***/

  .gis-pr-timeline,
  .gis-germany-timeline {
    display: flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .gis-pr-timeline::-webkit-scrollbar,
  .gis-germany-timeline::-webkit-scrollbar {
    height: 0;
  }

  /***  Form Section of Pr Timeline ***/

  .gis-pr-form-container {
    padding: 16px;
    margin-top: 16px;
  }

  .gis-pr-form-header {
    gap: 10px;
    margin-bottom: 20px;
  }

  .gis-pr-form-heading {
    font-size: 20px;
  }

  .gis-pr-form-score-reset {
    display: none;
    border-radius: 4px;
  }

  .gis-pr-form-score,
  .gis-pr-form-score.last-step {
    border-radius: 4px;
  }

  .gis-pr-form-btn {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #prev-form-btn,
  #next-form-btn {
    width: 100%;
    height: 40px;
    /* padding: 0 20px; */
    border-radius: 4px;
    /* font-size: 16px;*/
    font-size: 17.8px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  #getmyscore {
    height: 39px;
  }

  #hideReport {
    width: 100%;
    font-size: 16.6px;
    height: 39px;
    padding-top: 7px;
  }

  #prev-form-btn {
    display: none;
    border: 1px solid #ff615d;
    color: #ff615d;
    background-color: #fff;
    margin-right: 10px;
  }

  #next-form-btn {
    border: none;
    color: #fff;
    background-color: #ff615d;
    padding-top: 7px;
  }

  .gis-pr-form-questions:not(:last-child) {
    margin-bottom: 20px;
  }

  /** Select Design ****/

  .gis-pr-form-container select {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    background: transparent;
  }

  .select2.select2-container {
    /* width: 40% !important; */
    width: 100% !important;
    height: 46px !important;
  }

  .select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
  .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
    height: 46px !important;
  }

  /* select end here **/

  /* Radio Button /

  .gis-pr-form-radio-ctn:not(:first-child) {
    margin-top: 20px;
  }

  .gis-pr-form-radio-options {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .gis-pr-form-radio {
    font-size: 16px;
    color: #282828;
    line-height: 1.1;
    display: grid;
    align-items: center;
    grid-template-columns: 1em auto;
    gap: 20px;
  }

  input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #989898;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
  }

  input[type="radio"]:checked {
    border: 2px solid #ff615d;
  }

  input[type="radio"]::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #ff615d;
  }

  input[type="radio"]:checked::before {
    transform: scale(1);
  }

  /* Radio end here */

  .gis-pr-eligibility-score {
    display: none;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
  }

  .gis-pr-score-header {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .gis-pr-score-heading {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #282828;
  }

  .gis-pr-score-detail {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #282828;
  }

  .gis-pr-score-detail span {
    font-weight: 600;
  }

  .gis-pr-score-card-body td {
    font-size: 14px;
    line-height: 1.33;
    color: #282828;
  }

  .gis-pr-score-card-head th {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #282828;
  }

  .gis-pr-score-card th,
  .gis-pr-score-card td {
    padding: 8px 0;
  }

  / Pr Blog Section ***/

  .gis-pr-blog {
    padding: 16px;
    /* margin: 0 16px 40px 16px; */
    margin: 0 0px 40px 0px;
  }

  .gis-pr-blog-list-item::before,
  .sinp .gis-pr-blog-list-item::before {
    top: 6px;
  }

  .container.sinp,
  .container.express-cal {
    padding: 0 15px;
  }

  .gis-pr-blog-unlock {
    height: 600px;
  }

  .gis-pr-blog-title {
    font-size: 24px;
  }

  .gis-pr-blog-desc {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .gis-pr-blog-list-item {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .gis-pr-blog-prefix {
    font-weight: 600;
  }

  .gis-pr-continue-btn {
    width: 100%;
  }

  / Visa Approval /

  .gis-pr-visa-approval {
    padding-top: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    /* margin: 0 16px 40px 16px; */
    margin: 0 0px 40px 0px;
  }

  .gis-pr-visa-heading {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .item.gis-pr-visa-slider {
    border: 1px solid grey;
    object-fit: contain;
    box-shadow: 0 0 10px 0 rgba(219, 235, 255, 0.1);
  }

  .gis-pr-visa-img {
    object-fit: fit;
    height: 207px;
  }

  .gis-pr-visa-name {
    height: 41px;
    padding: 9px 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  /**** Owl Item ****/

  .owl-carousel .owl-item {
    width: 195px !important;
    flex-shrink: 0;
  }

  .owl-carousel .owl-stage {
    display: flex;
  }

  /**** Owl outsage **/

  .owl-carousel .owl-stage-outer {
    padding: 16px;
    overflow: hidden;
  }

  /**** Owl Nav /
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  /*** FAQ /

  .gis-faq-inner {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .gis-faq-inner::before {
    display: none;
  }

  .gis-faq-heading {
    font-size: 24px;
    text-align: center;
    color: #282828;
    margin-bottom: 15px;
  }

  .gis-faq-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    padding-right: 0px;
  }

  .gis-faq-left img {
    margin: auto;
    padding-bottom: 30px;
  }

  .gis-faq-right {
    flex: 1;
    display: none;
  }

  .gis-accordion-header {
    padding: 16px 0;
  }

  .gis-accordion-header::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background-image: url("/images/calculator/master-sprite.webp");
    background-repeat: no-repeat;
    background-position: -315px -3068px;
    width: 18px;
    height: 11px;
  }

  .gis-accordion-content {
    padding: 16px 0;
  }

  .gis-faq::before {
    display: none;
  }

  /**** Location ****/
  .ourOffices {
    padding: 40px 16px;
    background-image: url("/images/calculator/our-offices-bg-mobile.webp");
  }

  .ourOffices .container {
    padding: 16px;
    border-radius: 6px;
    background-color: #fff;
  }

  .ourOffices .sec_head {
    padding-bottom: 0px;
  }

  .ourOffices .sec_head h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
  }

  .ourOffices .locationAccordion {
    margin: 0px;
  }

  .ourOffices .accordion {
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    color: #444;
    cursor: pointer;
    padding: 6px 16px;
    width: 100%;
    height: 36px;
    text-align: left;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    transition: 0.4s;
  }

  .ourOffices .active,
  .ourOffices .accordion.active:hover {
    font-weight: 600;
    color: #ff615d;
    border-left: 3px solid #ff615d;
  }

  .ourOffices .accordion:after {
    content: "";
    width: 15px;
    height: 18px;
    background-image: url("/images/calculator/master-sprite.webp");
    background-position: -4px -328px;
    float: right;
    margin-left: 5px;
  }

  .ourOffices .active:after {
    background-position: -4px -359px;
  }

  .ourOffices .panel:first-child() {
    max-height: 448px;
  }

  .ourOffices .panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 15px;
  }

  .ourOffices .panel .innerPanel h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 16px;
  }

  .ourOffices .panel .innerPanel .col-md-6 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #282828;
    margin-bottom: 8px;
  }

  .ourOffices .panel .innerPanel .col-md-6:last-child {
    margin-bottom: 16px;
  }

  .ourOffices .panel .selectedCityMap iframe {
    width: 100%;
    height: 296px !important;
  }

  /* Utilities ***/
  .desktop_only {
    display: none !important;
  }

  .mobile_only {
    display: flex !important;
  }

  .notEligible {
    border: none;
  }

  .detailsBox .formWrap,
  .cblConvertBox .gis-pr-form-btn {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .gis-pr-form-score-reset.clbMobile {
    display: block;
    margin-right: 10px;
    width: 45%;
  }

  .cblConvertBox .gis-pr-form-unlock {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .cblConvertBox .gis-pr-calculator {
    padding: 0px;
  }

  .detailsBox.cblConvertBox form .formWrap .inputField {
    width: 100%;
  }

  .gis-pr-form-container .cta_button {
    border-radius: 4px;
  }

  .gis-pr-form-score-reset.crsMobile {
    padding: 10px;
    width: auto;
    /* width: 40%; */
    display: block;
    margin-right: 10px;
  }

  .gis-pr-form-container .cta_button::after {
    content: "Show Report";
  }

  .table-responsive {
    overflow-x: auto;
    height: 100%;
    display: block;
    width: 100%;
  }

  .table-responsive::-webkit-scrollbar {
    height: 0;
  }

  .customBullet::before {
    top: 3% !important;
  }

  .cal-sub-heading {
    margin-left: 0px;
  }

  .detailsBox .formWrap .inputField .form-control {
    max-width: 100%;
  }

  .cblConvertBox .detailsBox .formWrap {
    padding: 0px;
  }

  .cblConvertBox .gis-pr-form-container select {
    background-position: 98% 16px;
  }

  .germany-calculator-cta {
    display: block;
  }

  .germany-calculator-cta .invalid {
    white-space: wrap;
    text-align: center;
  }
}
