blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
input,
pre,
td,
textarea,
span,
th,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  max-height: 100000px;
  font-family: "MyriadPro";
  color: #1f1f23;
}
body {
  background: #F6FBFF;
}
p {
  padding-left: 0;
  margin: 0;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0.18px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  line-height: 140%;
}
a,
a:active {
  color: inherit;
}
br {
  display: block;
  margin: 10px 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
textarea,
input {
  outline: none;
}
button {
  outline: none;
  cursor: pointer;
  border: none;
}
h1 {
  font-size: 100px;
  font-weight: 700;
}
h1.entry-title {
  font-size: 54px;
  line-height: 120%;
  font-weight: 700;
}
h2 {
  font-size: 54px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.8px;
}
h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.fz-20 {
  font-size: 20px;
  line-height: 140%;
}
.mt-5 {
  margin-top: 5px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-160 {
  margin-top: 60px;
}
.bg-grey {
  color: #73737a;
}
.status-bg-red {
  background: #ffeded;
}
.status-bg-orange {
  background: #ffecd6;
}
.status-bg-green {
  background: #d9ffe6;
}
.status-bg-blue {
  background: #d4fcff;
}
.status {
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 140%;
  width: fit-content;
  height: fit-content;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #c5cad6;
  margin: 60px 0;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 1420px;
  margin: 0 auto;
  height: inherit;
  width: 100%;
}

.small-container {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.line-break {
  display: block;
  height: 20.4px;
}

/* buttons */
.btn {
  width: 100%;
  padding: 15px 0;
  font-size: 24px;
  line-height: 145%;
  border-radius: 10px;
  transition: all 0.4s;
  text-align: center;
  font-weight: 500;
}

.btn-primary {
  background-color: #137adc;
  color: #fff;
}

input.btn-primary {
  color: #fff;
}

.btn-primary:hover {
  background-color: #005eb9;
}

.btn-primary:active {
  background-color: #014d95;
}

.btn-secondary {
  background-color: #c8e4ff;
  color: #032647;
}

.btn-secondary:hover {
  background-color: #a3d2ff;
}

.btn-secondary:active {
  background-color: #79bdff;
}

/* header */

.header-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

.sub-header-wrapper {
  background-image: url("../img/bg/main-header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: 100vh;
  position: relative;
}

.sub-header-wrapper-mini {
  height: 550px;
  min-height: 550px;
  background-image: url("../img/bg/mini-header_bg.png");
}

.header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .logo-black {
  display: none;
}

header .login-black {
  display: none;
}

header.fixed {
  width: 100%;
  position: fixed;
  background-color: #f6fbff;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

header.fixed #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
  color: #1f1f23;
}

header.fixed > div {
  max-width: 1420px;
  margin: 0 auto;
}

.fixed .header-login a{
  color: #1f1f23;
}

.header.fixed .header-language {
  color: #1f1f23;
}

.header.fixed .header-language svg path {
  stroke: #1f1f23;
}

.header .header-burger {
  display: none;
}

.header .header-menu {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
.menu-top-menu-container {
  width: 100%;
}
.menu {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

/* .menu-item {
  margin: auto;
} */
.current-menu-item a {
  border-bottom: 1px solid #fff;
}

/* .menu-item > a {
  color: #ffffff;
  font-size: 20px;
} */

.header-language {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-right: 42px;
  cursor: pointer;
}

.header-language svg {
  margin-left: 10px;
}

.header-login {
  display: flex;
  align-items: center;
}

.header-login a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin-left: 41px;
  line-height: 140%;
  white-space: nowrap;
}

.header-login img {
  cursor: pointer;
}

.header-info {
  margin-top: auto;
  margin-bottom: 78px;
}

.header-info h1 {
  display: block;
  letter-spacing: -2px;
  margin-bottom: 10px;
  color: #fff;
}

.header-info p {
  max-width: 299px;
  line-height: 145%;
  letter-spacing: 0.3px;
  font-size: 24px;
  color: #fff;
}
.pll-switcher-select {
  font-family: "MyriadPro";
  border: 0;
  background: transparent;
  color: #fff;
  margin-left: 30px;
  font-size: 20px;
  font-weight: 400;
  padding-right: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("/wp-content/themes/veritas/img/icon/arrow-bottom.svg") no-repeat right center;
  outline: 0;
}

.fixed .pll-switcher-select {
  color:#1f1f23;
  background: url("/wp-content/themes/veritas/img/icon/arrow-bottom-dark.svg") no-repeat right center;
}
.pll-switcher-select option {
  margin-right: 10px;
}
/* youtube player */

.youtube-player {
  border-radius: 10px;
}

/* header sub-menu */

/* .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 88px;
  width: 100%;
  padding: 63px 0 38px;
  background-color: #f6fbff;
} */

/* .sub-menu ul {
  flex-direction: column;
}

.sub-menu > li a {
  padding: 0;
  color: #1f1f23;
}

.sub-menu-testing p {
  margin-bottom: 13px;
  font-weight: 500;
}

.sub-menu-testing ul li {
  padding: 0 0 10px 0;
}

.sub-menu-location ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.sub-menu-location ul li {
  padding: 0 0 21px 0;
}

.sub-menu-location ul li a {
  font-size: 24px;
  font-weight: 500;
}

.sub-menu-about ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sub-menu-about ul li {
  padding: 0 0 21px 0;
}

.sub-menu-about ul li a {
  font-size: 24px;
  font-weight: 500;
} */

/* #testing-sub-menu {
  display: none;
}

#testing:hover #testing-sub-menu {
  display: block;
}

#location-sub-menu {
  display: none;
}

#location:hover #location-sub-menu {
  display: block;
}

#about-sub-menu {
  display: none;
}

#about:hover #about-sub-menu {
  display: block;
} */

/* bread crumbs */

.bread-crumbs {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 20px;
}

.bread-crumbs a {
  font-size: 20px;
  line-height: 140%;
  color: #1f1f23;
}

.bread-crumbs a.active {
  color: #73737a;
}

.bread-crumbs span {
  display: block;
  padding: 0 10px;
  color: #73737a;
}

/* reviews */

.common-reviews {
  margin-top: 163px;
}

.common-reviews .swiper {
  margin-top: 29px;
}

.common-reviews .swiper p {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 139px;
}

.common-reviews .swiper span {
  display: block;
  font-size: 20px;
  color: #73737a;
  margin-top: 19px;
  letter-spacing: 0.2px;
}

.common-reviews-rating {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.common-reviews-rating img {
  margin-right: 10px;
}

.common-reviews-btn {
  display: block;
  margin-top: 41px;
}

.swiper-reviews .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
}

.common-reviews-rating {
  margin-top: auto;
}

.common-reviews-rating {
  padding-top: 15px;
}

/* swiper */

.carousel-container {
  position: relative;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: -82px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  height: 22px;
  display: flex;
}

.swiper-button-prev {
  left: -82px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  height: 20px;
  display: flex;
}
.swiper-button-next img,
.swiper-button-prev img {
  margin: auto;
}

.slick-initialized .slick-slide.reviews-page-item  {
  display: flex;
  flex-direction: column-reverse;
}
.reviews-page-item.slick-slide {
  padding: 0 15px;
}
.reviews_numbers {
  display: inline;
  padding: 0 2px;
  font-size: 24px;
  line-height: 145%;
  color: #032647;
}
/* tests */

.common-test {
  margin-top: 160px;
}

.common-test-card-wrapp {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}

.common-test-card > *:not(:first-child) {
  padding-left: 16px;
}

.common-test-card img {
  display: block;
  height: 400px;
  width: 100%;
}

.common-test-card > div {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.common-test-card > div h3 {
  display: block;
  margin-right: 10px;
}

.common-test-card > div span {
  position: relative;
  display: block;
  font-size: 20px;
  color: #73737a;
}

.common-test-card > div span::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 11px;
  height: 1px;
  background-color: #73737a;
}

.common-test-card > p {
  margin-top: 10px;
}

.common-test-card > span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  color: #73737a;
}

/* our client */

.common-our-client {
  margin-top: 161px;
}

.clients-list {
  position: relative;
}

.common-our-client p {
  margin-top: 30px;
  max-width: 870px;
}

/* footer */

.link-list {
  display: flex;
}
.link-list li {
  padding: 0 20px;
}

.swiper-footer {
  margin-top: 31px;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0;
  border-top: 1px solid #c5cad6;
  margin-top: 153px;
}

.footer-info a,
span {
  display: block;
  font-size: 20px;
  color: #73737a;
  letter-spacing: 0.2px;
}

.footer-info .footer-social {
  display: flex;
  align-items: center;
}

.footer-info .footer-social a:not(:last-child) {
  margin-right: 23px;
}

.footer-info .footer-social a svg path {
  fill: #73737a;
  transition: 0.5s;
}

.footer-info .footer-social a:hover svg path {
  fill: #137adc;
}

/* accordion */

.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}

.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #c5cad6;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 13px;
}

.accordion-list li.active .accordion-title::after {
  content: "-";
  position: absolute;
  right: 34px;
  top: 17px;
  font-size: 45px;
}

.accordion-list li .accordion-title {
  display: block;
  font-size: 24px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.accordion-list li .accordion-title::after {
  content: "+";
  position: absolute;
  right: 31px;
  top: 17px;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
}

.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
}

.accordion-list li div.answer p {
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  max-width: 97%;
}

/* input number */

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="submit"] {
  border: 0;
  color: #FFF;
}

.quantity input {
  width: 101px;
  height: 64px;
  font-size: 24px;
  line-height: 145%;
  font-weight: 500;
  float: left;
  display: block;
  padding: 0;
  padding: 0 40px 0 19px;
  border: 1px solid #c5cad6;
  border-radius: 10px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 55px;
  right: 21px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #1f1f23;
  font-size: 28px;
  font-weight: 700;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 3px;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

/* input style */

.input-wrapp {
  position: relative;
  width: 100%;
  height: 65px;
}
.input-wrapp.textarea-wrapp {
  height: auto;
}

.input-wrapp input {
  border: 1px solid #c5cad6;
  border-radius: 8px;
  color: #1f1f23;
  font-size: 24px;
  line-height: 145%;
  padding: 0 50px 0 20px;
  height: 65px;
  width: 100%;
}
.input-wrapp input[type="submit"]{
  color:#FFF;
}
.input-wrapp input:focus {
  border: 2px solid #137adc;
}

.input-wrapp .wpcf7-not-valid,
.wpcf7-not-valid  {
  border: 2px solid #ff3737;
  border-radius: 8px;
}
.wpcf7-list-item.first.last {
  margin-left: 0;
  padding: 4px;
}  

.input-wrapp input::placeholder {
  color: #73737a;
}

.input-wrapp .input-icon {
  height: 100%;
  position: absolute;
  top: -50%;
  bottom: -50%;
  margin: auto;
  /* transform: translateY(-50%); */
  right: 20px;
  transition: 0.4s;
  z-index: 2;
  display: none;
}
.input-wrapp .input-icon p {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.input-wrapp .input-icon-show {
  display: flex;
}
/* 
label.error ~ .input-icon {
  display: flex!important;
} */

.input.error, input.error {
  border: 2px solid #ff3737;
  border-radius: 8px;
}

.input-icon.error {
  display: flex;
}

.input-icon img {
  /* display: block; */
  cursor: pointer;
  width: 22px;
  max-width: 22px;
}

.wpcf7-not-valid-tip  {
  position: absolute;
  background: #ffeded;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 20px;
  min-width: 282px;
  top: 55px;
  z-index: 9;
  right: 0;
  color: #1f1f23;
  /* transform: translateX(-50%); */
   display: none;
}
label.error {
  position: absolute;
  background: #ffeded;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 20px;
  min-width: 282px;
  top: 55px;
  z-index: 9;
  right: 0;
  color: #1f1f23;
}
.input-wrapp .input-icon:hover .tooltip-content {
  display: block;
}

.wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  right: 23px;
  /* transform: translateX(-50%); */
  top: -18px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffeded;
}
label.error::after {
  content: "";
  position: absolute;
  right: 23px;
  top: -18px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffeded;
}
/* 
.wpcf7-form.invalid .input-wrapp .input-icon{
  display: block;
} */

/* checkbox style */

.checkbox-wrapp {
  display: flex;
  align-items: flex-start;
}

.checkbox-wrapp > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 35px;
  height: 35px;
}

.checkbox-wrapp > span {
  display: flex;
  align-items: flex-start;
}

.checkbox-wrapp > span p {
  letter-spacing: 0.2px;
  font-size: 24px;
  line-height: 145%;
}

.checkbox-wrapp > span::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #c5cad6;
  border-radius: 8px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-top: 2px;
}
.wpcf7-form-control input[type='checkbox'] {
  display: none;
}
.checkbox-wrapp .wpcf7-form-control-wrap::before + input:not(:disabled):active  {
  background: #137adc;
  border-color: transparent;
}

.checkbox-wrapp  .wpcf7-form-control-wrap.checked::before {
  background: #137adc;
  background-image: url("../img/icon/ok-checkbox.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

.checkbox-wrapp > input:disabled + span::before {
  background-color: #b9b9b9;
}

/* textarea */

textarea {
  width: 100%;
  border: 1px solid #c5cad6;
  border-radius: 8px;
  color: #1f1f23;
  font-size: 24px;
  line-height: 145%;
  padding: 15px 20px 15px 20px;
  height: 120px;
}

textarea:focus {
  border: 2px solid #137adc;
}

textarea::placeholder {
  color: #73737a;
}

/* modal style */

.modal {
  position: fixed;
  width: 100vw;
  left: 0;
  height: 100vh;
  background-color: rgba(3, 38, 71, 0.5);
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.show {
  opacity: 1;
  pointer-events: initial;
  z-index: 10;
}
.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #e7ecf3;
  border-radius: 50%;
  top: -11px;
  right: -11px;
  cursor: pointer;
  display: flex;
  transition: 0.4s;
}

.modal-close:hover {
  background: #137adc;
}

.modal-close:hover svg path {
  stroke: #fff;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  position: relative;
  max-height: 90vh;
}

/* alert-modal */

.alert-modal {
  padding: 40px 70px;
  max-width: 425px;
}

.alert-modal h3 {
  color: #137adc;
  text-align: center;
}

.alert-modal p {
  margin-top: 20px;
  text-align: center;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container {
  margin-top: 40px;
}
.entry-content p {
  margin-bottom: 40px;
}
select {
  border: 1px solid #c5cad6;
  border-radius: 8px;
  color: #73737a;
  font-size: 24px;
  line-height: 145%;
  padding: 0 50px 0 20px;
  height: 65px;
  width: 100%;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
}

.header-wrapper-mini {
  height: 550px;
  min-height: 550px;
  background-image: url("../img/bg/mini-header_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
}
.temps-page-info
.wpcf7-form p {
  width: 100%;
  max-width: 100%;
}

.input-icon {
  display: none;
}

.input-wrapp:has(.wpcf7-not-valid) .input-icon{
	display: flex!important;
}
.input-wrapp:has(input.error) .input-icon{
	display: flex!important;
}
.wpcf7-checkbox.wpcf7-not-valid .input-icon{
  display: flex!important;
  height: auto;
  width: max-content;
  align-items: self-start;
}

.wpcf7-checkbox {
  display: flex;
}
.wpcf7-checkbox.wpcf7-not-valid .input-icon img {
  margin-top: 10px;
  margin-right: 5px;
}

.add-additional-child {
  width: 30px;
  height: 30px;
}
.delete-child {
  width: 30px;
}

.add-additional-child img,
.delete-child img{
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
}

.error-404.not-found {
  background:  url("../img/bg/404.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-items: baseline;
  color: #fff;
  margin-bottom: -153px;
  padding-bottom: 153px;
}

.error-page-content {
  margin: auto auto 200px 0;
  width: 60%;
}
.error-page-content h2, .error-page-content p {
  color: #fff;
}
.error-page-btn {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  color: #137ADC;
  background: #fff;
}
.error-page-btn:hover {
  color: #fff;
}
.error404 .header-wrapper-mini {
  display: none;
}

.clients-list {
  margin-top: 30px;
}
.clients-list .swiper-footer {
  margin-top: 0;
}

.clients-list-item {
  text-align: center;
}
.clients-list-item img {
  margin: auto;
}
.clients-list .slick-track {
  height: 150px;
  display: flex;
  align-items: center;
}
.clients-list .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post.type-post {
  margin-top: 80px;
}
#ajaxsearchlite1 .probox, 
div.asl_w .probox,
div.asl_w,
div.asl_r.vertical {
  background: #fff!important;
  color:  #73737A!important;
  font-family:  "MyriadPro"!important;
}
#ajaxsearchlite1 .probox,
#ajaxsearchliteres1 {
  border-radius: 8px!important;
  border: 1px solid #C5CAD6!important;
}

#ajaxsearchlite1 .probox,
div[id*='ajaxsearchlite'].asl_m,
.asl_w_container {
  height: 100%!important;
  box-sizing: border-box;
  font-size: 24px;
}

.city-page-location-list #ajaxsearchlite1 .probox .proinput input, .city-page-location-list div.asl_w .probox .proinput input,
div.asl_r .results .item .asl_content h3 a  {
  color:  #73737A!important;
  /* height: 100%; */
  font-size: 24px!important;
}
#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
  font-size: 24px!important;
  font-family:  "MyriadPro"!important;
}

.city-page-location-list div.asl_w .probox .proinput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:  #73737A!important;
  font-family:  "MyriadPro"!important;
  opacity: 1; /* Firefox */
}

.city-page-location-list div.asl_w .probox .proinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #73737A!important;
  font-family:  "MyriadPro"!important;
}

.city-page-location-list div.asl_w .probox .proinput input::-ms-input-placeholder { /* Microsoft Edge */
  color:  #73737A!important;
  font-family:  "MyriadPro"!important;
}
div.asl_w .probox .promagnifier {
  background: #fff!important;
}
div.asl_w .probox .promagnifier .innericon svg {
  fill: #73737A!important;
}

.location-inputs {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.location-inputs span {
  flex-basis: 100px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-location, .entered-city {
  flex-basis: auto;
  min-width: 40%;
  flex:1 1 auto;
}
.default-location input {
  cursor: pointer;
}
.proinput form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.proinput form input {
  /* padding-bottom: 6px!important; */
  font-family:  "MyriadPro"!important;
}
.city-page-location-list div.asl_m .probox .proinput {
  padding: 0 10px;
}
.promagnifier, .proclose {
  margin: auto!important;
}

.city-page-location-list li{
  display: none;
}

.defined-location {
  color: #73737A;
  font-size: 24px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #c5cad6;
  padding: 0 50px 0 20px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}