.nav-link.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab3-hover {
  background-color: #786124;
  color: grey;
}

.nav-link.active.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab3-hover.active {
  background: linear-gradient(rgb(243,186,47) 60%, rgb(255,255,255) 130%);
  color: var(--bs-gray-100);
}

.nav-link.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab4-hover {
  background-color: #69141f;
  color: grey;
}

.nav-link.d-xxl-flex.justify-content-xxl-center.align-items-xxl-center.tab4-hover.active {
  background: linear-gradient(#CC001B 68%, rgb(255,255,255) 130%);
  color: var(--bs-gray-100);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
}

::placeholder {
  color: #d3d3d3 !important;
}

::-webkit-input-placeholder {
  color: #d3d3d3;
}

@media (min-width: 300px) and (max-width:359px) {
  select.iphone5 {
    width: 25%;
    font-size: 14px;
  }
}

@media (min-width: 360px) {
  select.iphone5 {
    font-size: 18px;
    width: 25%;
  }
}

@media (min-width: 300px) and (max-width:359px) {
  a.tab3-hover {
    font-size: 18px;
  }
}

.tab3-hover {
  font-size: 24px;
}

@media (min-width: 300px) and (max-width:359px) {
  input.iphone5 {
    width: 66%;
    margin-left: 5px;
  }
}

@media (min-width: 360px) {
  input.iphone5 {
    width: 69%;
    margin-left: 15px;
  }
}

.tab4-hover {
  font-size: 24px;
}

@media (min-width: 300px) and (max-width:359px) {
  a.tab4-hover {
    font-size: 18px;
  }
}

