.ffl-row {
  margin-bottom: 25px;
}

.ffl-wrapper {
  position: relative;
  display: block;
}

.ffl-wrapper.captcha-wrapper {
  margin-bottom: 20px;
  margin-right: 55px;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}

.textarea-wrapper {
  margin-bottom: 25px;
}

.ffl-row .ffl-wrapper {
  width: 48%;
}

.ffl-row .ffl-wrapper:nth-child(odd) {
  float: left;
}

.ffl-row .ffl-wrapper:nth-child(even) {
  float: right;
}

.ffl-wrapper input[type="text"] {
  width: 100%;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  font-size: 18px;
  outline: 0;
}

.ffl-wrapper textarea {
  width: 100%;
  height: 170px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  font-size: 18px;
  outline: 0;
  resize: none;
}

.ffl-wrapper .ffl-label {
  position: absolute;
  font-size: 14px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 15px;
  left: 15px;
  padding: 2px 5px;
  color: #757575;
  border-radius: 10px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.captcha-wrapper .ffl-label {
  left: 50%;
  transform: translateX(-50%);
}

.ffl-floated .ffl-label {
  top: -9px;
  background: #fff;
}

.contact-tabs {
  text-align: center;
  margin: 0 10px 30px;
}

.contact-tabs > div {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  line-height: 48px;
  padding: 0 60px;
  margin: 0 20px 10px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #417db3;
  outline: 0;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
  transition: background .5s;
}

.contact-tabs > div:hover,
.contact-tabs > div.active {
  background: #0f3872;
}

.cf-bottom {
  text-align: right;
}

.cf-remark {
  margin-bottom: 20px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #757575;
}

.cf-submit {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
}

.cf-submit button {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  line-height: 48px;
  padding: 0 60px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #417db3;
  outline: 0;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
  transition: background .5s;
}

.cf-submit button:hover {
  background: #0f3872;
}

.cf-submit button.disabled,
.cf-submit button.disabled:hover {
  background: #ccc;
  pointer-events: none;
}

.spinner {
  display: none;
}

.spinner img {
  height: 48px;
}

.contact-page {
  padding: 0 60px;
  margin-bottom: 75px;
}

.cp-c {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cp-c img.map-location {
  border-radius: 26px;
  box-shadow: 0px 0px 12.35px 0.65px rgba(12, 17, 33, 0.24);
  margin-bottom: 3em;
}

.cp-l {
  float: left;
  position: relative;
  width: 50%;
}

.cp-l .wrapper {
  max-width: 495px;
  display: inline-block;
  text-align: left;
}

.fd-form {
  max-width: 420px;
}

.cpl-title {
  margin: 10px 0 25px;
}

.contact-blocks {
  max-width: 1120px;
  margin: 0 auto;
}

.contact-blocks > div:not(:first-child) {
  display: none;
}

.contact-blocks .cpl-title {
  text-align: center;
}

.cpl-title h1 {
  font-weight: 700;
  font-size: 48px;
  color: #417db3;
  text-transform: uppercase;
}

.cpl-title p {
  font-weight: 700;
  font-size: 18px;
}

.cpl-title h2 {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 30px;
  color: #417db3;
  text-transform: uppercase;
}

.cpl-title p {
  font-size: 18px;
  color: #141414;
}

.cp-r {
  float: right;
  width: 45%;
}

.otrh-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 18px;
}

.sml-cnts {
  width: 47%;
  margin-bottom: 2em;
  padding-right: 3%;
}

.sml-cnts h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.contact-info-block {
  position: absolute;
  top: 15%;
  left: 5%;
  padding: 40px 50px 20px;
  background: rgba(255, 255, 255, 0.925);
  border-radius: 15px;
  box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.15);
}

.contact-info-block h4 {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 36px;
}

.cib-item {
  margin-bottom: 40px;
}

.cib-item h5 {
  margin-bottom: 17px;
}

.cib-icon {
  margin-right: 11px;
}

.cib-icon img {
  max-width: 21px;
  max-height: 21px;
}

.cib-value {
  position: relative;
  top: -3px;
  line-height: 21px;
  font-weight: 700;
  font-size: 20px;
  color: #417db3;
  text-transform: uppercase;
}

.cib-item p {
  margin: 0 0 5px 60px;
  font-size: 16px;
}

.cib-socials a {
  margin-right: 24px;
}

.search-car-form {
  width: 100%;
  font-size: 0;
}

.srch-blck {
  width: calc(92% / 4);
  margin: 0 1% 20px;
  text-align: left;
  display: inline-block
}

.srch-blck select {
  padding: 1em;
  border-radius: 25px;
  border: 1.5px solid rgb(238, 237, 237);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: rgba(221, 221, 221, 0.425) url("../../external.html?link=https://dandrelectronics.com/images/icons/dropdown-icon.png") 95% 50% no-repeat;
}

.srch-blck select option {
  margin: 40px;
  background: rgba(245, 245, 245, 0.3);
  color: rgb(0, 0, 0);
  box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
  border-radius: 25px;
}

.search-car-form .common-link {
  position: relative;
  top: 3px;
  height: 50px;
  border: none;
  padding: 0 60px;
  box-shadow: 0px 0px 14.76px 3.24px rgba(88, 147, 212, 0.45);
}

.search-car-form .common-link.disabled {
  pointer-events: none;
  background: rgb(139, 139, 139);
}

.srch-blck select {
  width: 100%;
}

.car-frm-smbt {
  display: block;
}

.find-dealer {
  background: #edeff0;
  padding: 3em 0 5em;
}

.form-errors-alt h4 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-errors-alt .label {
  font-weight: 300;
  font-size: 17px;
}

.fea-close a {
  margin-top: 10px;
  display: inline-block;
  font-size: 17px;
  color: #417db3;
}

.fea-close a:hover {
  text-decoration: underline;
}

.form-success {
  text-align: center;
}

.email-sent {
  color: #003b00;
}

@media (max-width: 1515px) {
  .pp-specs-and-form .cf-remark {
    margin-right: 15px;
  }

  .pp-specs-and-form .ffl-wrapper.captcha-wrapper {
    margin-right: 15px;
  }
}

@media (max-width: 1510px) {
  .search-by-car {
    padding: 5em 20px;
  }
}

@media (max-width: 1500px) {
  .ffl-wrapper.captcha-wrapper {
    margin-right: 25px;
  }
}

@media (max-width: 1475px) {
  .contact-info-block {
    top: 2%;
  }
}

@media (max-width: 1455px) {
  .sml-cnts {
    width: 100%;
    margin-bottom: 2em;
    padding-right: 0;
  }
}

@media (max-width: 1430px) {
  .cf-remark {
    display: block;
    margin-right: 0;
  }

  .ffl-wrapper.captcha-wrapper {
    margin-right: 0;
    display: block;
    float: right;
    clear: both;
  }

  .cf-submit {
    display: block;
    clear: both;
  }
}

@media (max-width: 1360px) {
  .cib-item {
    display: inline-block;
    max-width: 250px;
    margin: 0 10px 40px;
  }

  .cp-c img.map-location {
    margin-bottom: 15px;
  }

  .contact-info-block {
    position: relative;
    margin: 0 auto 15px;
    top: 0;
    left: 0;
    text-align: center;
  }

  .cp-r {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .cpl-title {
    text-align: center;
  }

  .find-dealer .ffl-row .ffl-wrapper {
    float: none;
    margin: 0 auto;
  }

  .find-dealer .cf-submit {
    margin-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .find-dealer img {
    margin: 2em auto;
    display: block;
  }

  .cp-l {
    width: 100%;
  }

  .cib-item p {
    margin-left: 0;
  }

  .fd-form {
    max-width: none;
  }

  .find-dealer {
    padding: 20px;
  }
}

@media (max-width: 1330px) {
  .contact-page {
    margin: 10px auto 10px;
  }
}

@media (max-width: 1085px) {
  .search-by-car {
    padding: 2em 20px;
  }
}

@media (max-width: 1025px) {
  .contact-page {
    padding: 2em;
  }

  .contact-info-block {
    padding: 40px 10px 25px;
  }
}

@media (max-width: 975px) {
  .srch-blck {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 660px) {
  .cib-item {
    width: 100%;
  }

  .sml-cnts {
    width: 100%;
  }

  .contact-page {
    margin: 0;
  }

  .ffl-row .ffl-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .ffl-row {
    margin-bottom: 0;
  }
}

@media (max-width: 540px) {
  .contact-page {
    padding: 1em;
  }
}

@media (max-width: 500px) {
  .srch-blck {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 460px) {
  /*
  .ffl-row {
    margin-bottom: 0;
  }
  */

  .ffl-row .ffl-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }

  .ffl-row .ffl-wrapper:nth-child(odd),
  .ffl-row .ffl-wrapper:nth-child(even) {
    float: none;
  }
}